Home
last modified time | relevance | path

Searched defs:timeend (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/moodle310/moodle/enrol/manual/
H A Dajax.php99 $timeend = optional_param_array('timeend', [], PARAM_INT); variable
136 …$timeend = make_timestamp($timeend['year'], $timeend['month'], $timeend['day'], $timeend['hour'], … variable
138 $timeend = 0; variable
140 $timeend = $timestart + $duration; variable
H A Dmanage.php32 $timeend = optional_param_array('timeend', [], PARAM_INT); variable
137 … $timeend = make_timestamp($timeend['year'], $timeend['month'], $timeend['day'], $timeend['hour'], variable
140 $timeend = 0; variable
142 $timeend = $timestart + $extendperiod; variable
/dports/www/moodle311/moodle/enrol/manual/
H A Dajax.php99 $timeend = optional_param_array('timeend', [], PARAM_INT); variable
136 …$timeend = make_timestamp($timeend['year'], $timeend['month'], $timeend['day'], $timeend['hour'], … variable
138 $timeend = 0; variable
140 $timeend = $timestart + $duration; variable
H A Dmanage.php32 $timeend = optional_param_array('timeend', [], PARAM_INT); variable
137 … $timeend = make_timestamp($timeend['year'], $timeend['month'], $timeend['day'], $timeend['hour'], variable
140 $timeend = 0; variable
142 $timeend = $timestart + $extendperiod; variable
/dports/www/moodle39/moodle/enrol/manual/
H A Dajax.php99 $timeend = optional_param_array('timeend', [], PARAM_INT); variable
136 …$timeend = make_timestamp($timeend['year'], $timeend['month'], $timeend['day'], $timeend['hour'], … variable
138 $timeend = 0; variable
140 $timeend = $timestart + $duration; variable
H A Dmanage.php32 $timeend = optional_param_array('timeend', [], PARAM_INT); variable
140 … $timeend = make_timestamp($timeend['year'], $timeend['month'], $timeend['day'], $timeend['hour'], variable
143 $timeend = 0; variable
145 $timeend = $timestart + $extendperiod; variable
/dports/www/moodle310/moodle/calendar/
H A Dexport_execute.php124 … $timeend = make_timestamp($gregoriandate['year'], $gregoriandate['month'], $gregoriandate['day'], variable
148 … $timeend = make_timestamp($gregoriandate['year'], $gregoriandate['month'], $gregoriandate['day'], variable
157 … $timeend = $timestart + (calendar_days_in_month($now['mon'], $now['year']) * DAYSECS); variable
169 $timeend = $timestart + (calendar_days_in_month($nextmonth, $nextyear) * DAYSECS); variable
174 $timeend = time() + 5184000; variable
179 $timeend = time() + $CFG->calendar_exportlookahead * DAYSECS; variable
/dports/www/moodle311/moodle/calendar/
H A Dexport_execute.php124 … $timeend = make_timestamp($gregoriandate['year'], $gregoriandate['month'], $gregoriandate['day'], variable
148 … $timeend = make_timestamp($gregoriandate['year'], $gregoriandate['month'], $gregoriandate['day'], variable
157 … $timeend = $timestart + (calendar_days_in_month($now['mon'], $now['year']) * DAYSECS); variable
169 $timeend = $timestart + (calendar_days_in_month($nextmonth, $nextyear) * DAYSECS); variable
174 $timeend = time() + 5184000; variable
179 $timeend = time() + $CFG->calendar_exportlookahead * DAYSECS; variable
/dports/www/moodle39/moodle/calendar/
H A Dexport_execute.php124 … $timeend = make_timestamp($gregoriandate['year'], $gregoriandate['month'], $gregoriandate['day'], variable
148 … $timeend = make_timestamp($gregoriandate['year'], $gregoriandate['month'], $gregoriandate['day'], variable
157 … $timeend = $timestart + (calendar_days_in_month($now['mon'], $now['year']) * DAYSECS); variable
169 $timeend = $timestart + (calendar_days_in_month($nextmonth, $nextyear) * DAYSECS); variable
174 $timeend = time() + 5184000; variable
179 $timeend = time() + $CFG->calendar_exportlookahead * DAYSECS; variable
/dports/www/moodle310/moodle/course/tests/
H A Dtargets_test.php403 …function test_core_target_course_completion_samples($coursestart, $courseend, $timestart, $timeend,
442 …re_target_course_completion_active_during_analysis_time($starttime, $endtime, $timestart, $timeend,
/dports/www/moodle311/moodle/course/tests/
H A Dtargets_test.php403 …function test_core_target_course_completion_samples($coursestart, $courseend, $timestart, $timeend,
442 …re_target_course_completion_active_during_analysis_time($starttime, $endtime, $timestart, $timeend,
/dports/www/moodle39/moodle/course/tests/
H A Dtargets_test.php403 …function test_core_target_course_completion_samples($coursestart, $courseend, $timestart, $timeend,
442 …re_target_course_completion_active_during_analysis_time($starttime, $endtime, $timestart, $timeend,
/dports/www/moodle39/moodle/user/classes/output/
H A Dstatus_field.php69 protected $timeend; variable in core_user\\output\\status_field
98 …_construct($enrolinstancename, $coursename, $fullname, $status, $timestart = null, $timeend = null,
/dports/www/moodle310/moodle/user/classes/output/
H A Dstatus_field.php69 protected $timeend; variable in core_user\\output\\status_field
98 …_construct($enrolinstancename, $coursename, $fullname, $status, $timestart = null, $timeend = null,
/dports/www/moodle311/moodle/user/classes/output/
H A Dstatus_field.php69 protected $timeend; variable in core_user\\output\\status_field
98 …_construct($enrolinstancename, $coursename, $fullname, $status, $timestart = null, $timeend = null,
/dports/www/e107/e107/e107_plugins/forum/
H A Dforum_test.php17 $timeend = microtime(); variable
/dports/www/moodle310/moodle/enrol/paypal/
H A Dipn.php239 $timeend = $timestart + $plugin_instance->enrolperiod; variable
242 $timeend = 0; variable
/dports/www/moodle311/moodle/enrol/paypal/
H A Dipn.php239 $timeend = $timestart + $plugin_instance->enrolperiod; variable
242 $timeend = 0; variable
/dports/www/moodle39/moodle/enrol/paypal/
H A Dipn.php239 $timeend = $timestart + $plugin_instance->enrolperiod; variable
242 $timeend = 0; variable
/dports/www/moodle310/moodle/lib/classes/task/
H A Dtask_logger.php55 int $dbreads, int $dbwrites, float $timestart, float $timeend);
/dports/www/moodle39/moodle/lib/classes/task/
H A Dtask_logger.php55 int $dbreads, int $dbwrites, float $timestart, float $timeend);
/dports/www/moodle311/moodle/lib/classes/task/
H A Dtask_logger.php55 int $dbreads, int $dbwrites, float $timestart, float $timeend);
/dports/www/moodle310/moodle/mod/forum/classes/local/entities/
H A Ddiscussion.php61 private $timeend; variable in mod_forum\\local\\entities\\discussion
97 int $timeend,
/dports/www/moodle311/moodle/mod/forum/classes/local/entities/
H A Ddiscussion.php61 private $timeend; variable in mod_forum\\local\\entities\\discussion
97 int $timeend,
/dports/www/moodle39/moodle/mod/forum/classes/local/entities/
H A Ddiscussion.php61 private $timeend; variable in mod_forum\\local\\entities\\discussion
97 int $timeend,

1234