Searched refs:schedule (Results 1 – 25 of 83) sorted by relevance
1234
22 value.schedule(action) in triggerAll()69 scheduler.schedule(null) in rescheduleOrDelete()93 scheduler.schedule(null) in addScheduler()
14 schedule:79 # this action fails when base is not set on schedule event92 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1,3,5" ]]; then94 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1" ]]; then109 noWait: ${{ github.event.schedule }}
14 schedule:73 # this action fails when base is not set on schedule event89 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1,3,5" ]]; then91 elif [[ "${{ github.event.schedule }}" == "20 5 * * 1" ]]; then126 noWait: ${{ github.event.schedule }}
5 schedule:78 # this action fails when base is not set on schedule event91 …IS_VERSIONED_FLAVOR: ${{ github.event_name == 'schedule' || steps.flavor.outputs.versioned == 'tru…
6 schedule:
5 schedule:
5 schedule:79 # this action fails when base is not set on schedule event90 …IS_VERSIONED_FLAVOR: ${{ github.event_name == 'schedule' || steps.flavor.outputs.versioned == 'tru…
23 schedule:53 …if [[ "${{ github.event_name }}" == "schedule" || "${{ github.event.inputs.checkAll }}" == "check-…
4 schedule:
5 schedule:82 if: failure() && (github.event_name == 'schedule' || github.event.ref == 'refs/heads/main')137 if: failure() && (github.event_name == 'schedule' || github.event.ref == 'refs/heads/main')184 if: failure() && (github.event_name == 'schedule' || github.event.ref == 'refs/heads/main')
15 schedule:
25 schedule:
13 override fun schedule(action: String?) { in schedule() method in host.exp.exponent.notifications.schedulers.SchedulerImpl27 manager.schedule(experienceKey, notificationId, details, nextAppearanceTime, null) in schedule()
9 fun schedule(action: String?) method
15 import kotlin.concurrent.schedule77 timerTask = Timer().schedule(2000) { in onActivityStarted()80 return@schedule in onActivityStarted()
1 …fully canceled, or if there are no scheduled notifications.\n * @header schedule\n */\nexport defa…
1 …onforming to the [`Notification`](#notification) interface.\n * @header schedule\n */\nexport defa…
1 …cancelScheduledNotificationAsync(identifier);\n * }\n * ```\n * @header schedule\n */\nexport defa…
3 … that provides an API to fetch push notification tokens and to present, schedule, receive and resp…19 `expo-notifications` provides an API to fetch push notification tokens and to present, schedule, re…108 title="Press to schedule a notification"330 - Starting from Android 12 (API level 31), to schedule the notification that triggers at the exact …432 // Eg. schedule the notification496 - `NOT_DETERMINED`: The user hasn't yet made a choice about whether the app is allowed to schedule …497 - `DENIED`: The app isn't authorized to schedule or receive notifications498 - `AUTHORIZED`: The app is authorized to schedule or receive notifications500 - `EPHEMERAL`: The app is authorized to schedule or receive notifications for a limited amount of t…559 schedule: 'Schedule notifications',
32 // Don't schedule this loader on the URL queue so we can load the
3 … that provides an API to fetch push notification tokens and to present, schedule, receive and resp…20 `expo-notifications` provides an API to fetch push notification tokens and to present, schedule, re…109 title="Press to schedule a notification"398 - Starting from Android 12 (API level 31), to schedule the notification that triggers at the exact …499 // Eg. schedule the notification563 - `NOT_DETERMINED`: The user hasn't yet made a choice about whether the app is allowed to schedule …564 - `DENIED`: The app isn't authorized to schedule or receive notifications565 - `AUTHORIZED`: The app is authorized to schedule or receive notifications567 - `EPHEMERAL`: The app is authorized to schedule or receive notifications for a limited amount of t…626 schedule: 'Schedule notifications',
31 import expo.modules.notifications.service.NotificationsService.Companion.schedule in <lambda>()73 schedule( in <lambda>()