Home
last modified time | relevance | path

Searched refs:scheduled (Results 1 – 25 of 5074) sorted by relevance

12345678910>>...203

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_data_scheduled.c122 if (!scheduled) in _gsb_data_scheduled_free()
348 if (!scheduled) in gsb_data_scheduled_get_scheduled_number()
372 if (!scheduled) in gsb_data_scheduled_get_account_number()
394 if (!scheduled) in gsb_data_scheduled_set_account_number()
433 if (!scheduled) in gsb_data_scheduled_get_date()
455 if (!scheduled) in gsb_data_scheduled_set_date()
501 if (!scheduled) in gsb_data_scheduled_get_amount()
522 if (!scheduled) in gsb_data_scheduled_set_amount()
979 if (!scheduled) in gsb_data_scheduled_get_financial_year_number()
1589 if (!scheduled || !scheduled->split_of_scheduled) in gsb_data_scheduled_get_children()
[all …]
H A Dbet_data.c993 scheduled -> number, in bet_data_get_strings_to_save()
1316 if ( scheduled -> date ) in struct_free_bet_future()
1320 if ( scheduled -> notes ) in struct_free_bet_future()
1323 g_free ( scheduled ); in struct_free_bet_future()
1410 key = bet_data_get_key ( scheduled -> account_number, scheduled -> number ); in bet_data_future_set_lines_from_file()
1460 if ( !scheduled in bet_data_futur_get_next_date()
1462 !scheduled -> frequency in bet_data_futur_get_next_date()
1592 if ( scheduled -> limit_date && g_date_valid ( scheduled -> limit_date ) ) in bet_data_future_copy_struct()
1730 key = bet_data_get_key ( scheduled -> account_number, scheduled -> number ); in bet_data_future_modify_lines()
1749 FuturData *scheduled; in bet_data_future_get_struct() local
[all …]
H A Dbet_future.c1533 FuturData *scheduled; in bet_future_set_form_data_from_line() local
1543 if (scheduled == NULL) in bet_future_set_form_data_from_line()
1551 if (scheduled->frequency > 0) in bet_future_set_form_data_from_line()
1553 if (scheduled->limit_date && g_date_valid (scheduled->limit_date)) in bet_future_set_form_data_from_line()
1641 if (scheduled->notes && strlen (scheduled->notes) > 0) in bet_future_set_form_data_from_line()
1748 scheduled->date); in bet_future_take_data_from_form()
1799 scheduled->notes = NULL; in bet_future_take_data_from_form()
1903 FuturData *scheduled; in bet_future_new_line_dialog() local
1907 if (!scheduled) in bet_future_new_line_dialog()
1966 FuturData *scheduled; in bet_future_modify_line() local
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/common/mclock/
H A Dsimclock.go35 scheduled []event member
52 for len(s.scheduled) > 0 {
53 ev := s.scheduled[0]
59 s.scheduled = s.scheduled[1:]
68 return len(s.scheduled)
76 for len(s.scheduled) < n {
109 l, h := 0, len(s.scheduled)
113 if at < s.scheduled[m].at {
119 s.scheduled = append(s.scheduled, event{})
120 copy(s.scheduled[l+1:], s.scheduled[l:ll])
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/sensors/
H A DSoTimerQueueSensor.cpp116 : scheduled(FALSE) in SoTimerQueueSensor()
127 : inherited(func, data), scheduled(FALSE) in SoTimerQueueSensor()
175 this->scheduled = FALSE; in trigger()
188 assert(this->scheduled == TRUE || this->scheduled == FALSE); in schedule()
197 this->scheduled = TRUE; in schedule()
209 assert(this->scheduled == TRUE || this->scheduled == FALSE); in unschedule()
217 this->scheduled = FALSE; in unschedule()
228 return this->scheduled; in isScheduled()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/autoscaling/
H A Dput-scheduled-update-group-action.rst1 **Example 1: To add a scheduled action to an Auto Scaling group**
3 This example adds the specified scheduled action to the specified Auto Scaling group. ::
5 aws autoscaling put-scheduled-update-group-action \
7 --scheduled-action-name my-scheduled-action \
13 …and produces no output. If a scheduled action with the same name already exists, it will be overwr…
19 This example creates a scheduled action to scale on a recurring schedule that is scheduled to execu…
21 aws autoscaling put-scheduled-update-group-action \
23 --scheduled-action-name my-recurring-action \
29 …and produces no output. If a scheduled action with the same name already exists, it will be overwr…
H A Ddescribe-scheduled-actions.rst1 **Example 1: To describe all scheduled actions**
3 This example describes all your scheduled actions. ::
5 aws autoscaling describe-scheduled-actions
31 aws autoscaling describe-scheduled-actions \
56 To describe a specific scheduled action, use the ``--scheduled-action-names`` option. ::
58 aws autoscaling describe-scheduled-actions \
59 --scheduled-action-names my-recurring-action
86 aws autoscaling describe-scheduled-actions \
114 aws autoscaling describe-scheduled-actions \
141 aws autoscaling describe-scheduled-actions \
[all …]
/dports/sysutils/webmin/webmin-1.981/at/lang/
H A Den2 index_header=New scheduled command
15 index_allow=Allowed scheduled command users
52 acl_users=Can edit scheduled commands for
61 run_output=Output from scheduled command ..
72 log_create_job=Created scheduled command for $1
73 log_delete_job=Cancelled scheduled command for $1
74 log_exec_job=Executed scheduled command for $1
75 log_delete_jobs=Cancelled $1 scheduled commands
76 log_stop=Stopped scheduled commands server
77 log_start=Started scheduled commands server
[all …]
/dports/sysutils/usermin/usermin-1.830/at/lang/
H A Den2 index_header=New scheduled command
15 index_allow=Allowed scheduled command users
52 acl_users=Can edit scheduled commands for
61 run_output=Output from scheduled command ..
72 log_create_job=Created scheduled command for $1
73 log_delete_job=Cancelled scheduled command for $1
74 log_exec_job=Executed scheduled command for $1
75 log_delete_jobs=Cancelled $1 scheduled commands
76 log_stop=Stopped scheduled commands server
77 log_start=Started scheduled commands server
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/examples/redshift/
H A Dmodify-scheduled-action.rst1 **To modify scheduled action**
3 The following ``modify-scheduled-action`` example adds a description to the specified existing sche…
5 aws redshift modify-scheduled-action \
6 --scheduled-action-name myscheduledaction \
7 --scheduled-action-description "My scheduled action"
22 "ScheduledActionDescription": "My scheduled action",
/dports/devel/tcllib/tcllib-1.20/modules/cron/
H A Dcron.tcl55 set scheduled [expr {$now+$time}]
96 set scheduled [expr {$timecode*1000}]
103 scheduled $scheduled \
131 scheduled 0 \
160 scheduled $scheduled
223 …if {[dict exists processTable($process) scheduled] && [dict exists processTable($process) schedule…
373 if { $scheduled <= $now } {
378 set scheduled 0
475 set scheduled 0
485 set nextevent $scheduled
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/cron/
H A Dcron.tcl55 set scheduled [expr {$now+$time}]
96 set scheduled [expr {$timecode*1000}]
103 scheduled $scheduled \
131 scheduled 0 \
160 scheduled $scheduled
223 …if {[dict exists processTable($process) scheduled] && [dict exists processTable($process) schedule…
373 if { $scheduled <= $now } {
378 set scheduled 0
475 set scheduled 0
485 set nextevent $scheduled
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
310 if (heap[i].scheduled < 0) in purge()
333 || (heap[child].scheduled in purge()
383 if (task.scheduled >= 0) in run()
387 task.lastExecutionTime = task.scheduled; in run()
393 task.scheduled = -1; in run()
415 if (task.scheduled >= 0) in run()
419 task.scheduled += task.period; in run()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
310 if (heap[i].scheduled < 0) in purge()
333 || (heap[child].scheduled in purge()
383 if (task.scheduled >= 0) in run()
387 task.lastExecutionTime = task.scheduled; in run()
393 task.scheduled = -1; in run()
415 if (task.scheduled >= 0) in run()
419 task.scheduled += task.period; in run()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
310 if (heap[i].scheduled < 0) in purge()
333 || (heap[child].scheduled in purge()
383 if (task.scheduled >= 0) in run()
387 task.lastExecutionTime = task.scheduled; in run()
393 task.scheduled = -1; in run()
415 if (task.scheduled >= 0) in run()
419 task.scheduled += task.period; in run()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
310 if (heap[i].scheduled < 0) in purge()
333 || (heap[child].scheduled in purge()
383 if (task.scheduled >= 0) in run()
387 task.lastExecutionTime = task.scheduled; in run()
393 task.scheduled = -1; in run()
415 if (task.scheduled >= 0) in run()
419 task.scheduled += task.period; in run()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
310 if (heap[i].scheduled < 0) in purge()
333 || (heap[child].scheduled in purge()
383 if (task.scheduled >= 0) in run()
387 task.lastExecutionTime = task.scheduled; in run()
393 task.scheduled = -1; in run()
415 if (task.scheduled >= 0) in run()
419 task.scheduled += task.period; in run()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
310 if (heap[i].scheduled < 0) in purge()
333 || (heap[child].scheduled in purge()
383 if (task.scheduled >= 0) in run()
387 task.lastExecutionTime = task.scheduled; in run()
393 task.scheduled = -1; in run()
415 if (task.scheduled >= 0) in run()
419 task.scheduled += task.period; in run()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/entitlement/
H A DLeaveBalance.php28 public $scheduled; variable in LeaveBalance
37 …public function __construct($entitled = 0, $used = 0, $scheduled = 0, $pending = 0, $notLinked = 0… argument
40 $this->scheduled = $scheduled;
49 $balance = ($this->entitled + $this->adjustment) - ( $this->scheduled + $this->taken );
91 return $this->scheduled;
94 public function setScheduled($scheduled) { argument
95 $this->scheduled = $scheduled;
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_window.py20 scheduled = []
21 root = TopWindow(lambda: paints.append(None), scheduled.append)
25 self.assertEqual(scheduled, [])
30 self.assertEqual(len(scheduled), 1)
36 self.assertEqual(len(scheduled), 1)
39 scheduled.pop()()
41 self.assertEqual(scheduled, [])
47 self.assertEqual(len(scheduled), 1)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_window.py22 scheduled = []
23 root = TopWindow(lambda: paints.append(None), scheduled.append)
27 self.assertEqual(scheduled, [])
32 self.assertEqual(len(scheduled), 1)
38 self.assertEqual(len(scheduled), 1)
41 scheduled.pop()()
43 self.assertEqual(scheduled, [])
49 self.assertEqual(len(scheduled), 1)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled) in enqueue()
255 if (heap[child].scheduled > heap[child + 1].scheduled) in serve()
261 if (lastTask.scheduled <= heap[child].scheduled) in serve()
328 if (task.scheduled >= 0) in run()
332 task.lastExecutionTime = task.scheduled; in run()
338 task.scheduled = -1; in run()
353 if (task.scheduled >= 0) in run()
357 task.scheduled += task.period; in run()
361 task.scheduled = task.period + System.currentTimeMillis(); in run()
463 if (task.scheduled == 0 && task.lastExecutionTime == -1) in schedule()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/
H A DTimer.java158 while (heap[parent].scheduled > task.scheduled)
255 if (heap[child].scheduled > heap[child + 1].scheduled)
261 if (lastTask.scheduled <= heap[child].scheduled)
328 if (task.scheduled >= 0)
332 task.lastExecutionTime = task.scheduled;
338 task.scheduled = -1;
353 if (task.scheduled >= 0)
357 task.scheduled += task.period;
361 task.scheduled = task.period + System.currentTimeMillis();
463 if (task.scheduled == 0 && task.lastExecutionTime == -1)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/test/
H A Dtest_optimize_strategies.py451 scheduled = {
454 assert scheduled == set()
457 scheduled = {
469 scheduled = {
475 scheduled = {
487 scheduled = {
493 scheduled = {
499 scheduled = {
527 scheduled = {
535 scheduled = {
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/test/
H A Dtest_optimize_strategies.py452 scheduled = {
455 assert scheduled == set()
458 scheduled = {
470 scheduled = {
476 scheduled = {
488 scheduled = {
494 scheduled = {
500 scheduled = {
528 scheduled = {
536 scheduled = {
[all …]

12345678910>>...203