Home
last modified time | relevance | path

Searched refs:timesortfrom (Results 1 – 15 of 15) sorted by relevance

/dports/www/moodle310/moodle/calendar/classes/local/
H A Dapi.php65 $timesortfrom = null, argument
97 $timesortfrom,
117 * @param int|null $timesortfrom The start timesort value (inclusive)
127 $timesortfrom = null, argument
140 if (is_null($timesortfrom) && is_null($timesortto)) {
165 * @param int|null $timesortfrom The start timesort value (inclusive)
174 $timesortfrom = null, argument
194 $USER, $course, $timesortfrom, $timesortto, $afterevent, $limitnum);
206 * @param int|null $timesortfrom The start timesort value (inclusive)
213 $timesortfrom = null, argument
[all …]
/dports/www/moodle311/moodle/calendar/classes/local/
H A Dapi.php65 $timesortfrom = null, argument
97 $timesortfrom,
117 * @param int|null $timesortfrom The start timesort value (inclusive)
127 $timesortfrom = null, argument
140 if (is_null($timesortfrom) && is_null($timesortto)) {
165 * @param int|null $timesortfrom The start timesort value (inclusive)
174 $timesortfrom = null, argument
194 $USER, $course, $timesortfrom, $timesortto, $afterevent, $limitnum);
206 * @param int|null $timesortfrom The start timesort value (inclusive)
213 $timesortfrom = null, argument
[all …]
/dports/www/moodle39/moodle/calendar/classes/local/
H A Dapi.php65 $timesortfrom = null, argument
97 $timesortfrom,
117 * @param int|null $timesortfrom The start timesort value (inclusive)
127 $timesortfrom = null, argument
140 if (is_null($timesortfrom) && is_null($timesortto)) {
165 * @param int|null $timesortfrom The start timesort value (inclusive)
174 $timesortfrom = null, argument
194 $USER, $course, $timesortfrom, $timesortto, $afterevent, $limitnum);
206 * @param int|null $timesortfrom The start timesort value (inclusive)
213 $timesortfrom = null, argument
[all …]
/dports/www/moodle310/moodle/calendar/classes/local/event/data_access/
H A Devent_vault_interface.php51 …* @param int|null $timesortfrom Events with timesort from this value (inclus…
70 $timesortfrom = null, argument
92 * @param int $timesortfrom Events with timesort from this value (inclusive)
101 $timesortfrom, argument
117 * @param int $timesortfrom Events with timesort from this value (inclusive)
126 $timesortfrom, argument
H A Devent_vault.php89 $timesortfrom = null, argument
131 …$timesortfromquery = $fromquery('timesort', $timesortfrom, 'get_sort_time', $timesortafterevent, $…
198 $timesortfrom = null, argument
220 $timesortfrom,
241 $timesortfrom = null, argument
251 $timesortfrom,
/dports/www/moodle311/moodle/calendar/classes/local/event/data_access/
H A Devent_vault_interface.php51 …* @param int|null $timesortfrom Events with timesort from this value (inclus…
70 $timesortfrom = null, argument
92 * @param int $timesortfrom Events with timesort from this value (inclusive)
101 $timesortfrom, argument
117 * @param int $timesortfrom Events with timesort from this value (inclusive)
126 $timesortfrom, argument
H A Devent_vault.php89 $timesortfrom = null, argument
131 …$timesortfromquery = $fromquery('timesort', $timesortfrom, 'get_sort_time', $timesortafterevent, $…
198 $timesortfrom = null, argument
220 $timesortfrom,
241 $timesortfrom = null, argument
251 $timesortfrom,
/dports/www/moodle39/moodle/calendar/classes/local/event/data_access/
H A Devent_vault_interface.php51 …* @param int|null $timesortfrom Events with timesort from this value (inclus…
70 $timesortfrom = null, argument
92 * @param int $timesortfrom Events with timesort from this value (inclusive)
101 $timesortfrom, argument
117 * @param int $timesortfrom Events with timesort from this value (inclusive)
126 $timesortfrom, argument
H A Devent_vault.php89 $timesortfrom = null, argument
131 …$timesortfromquery = $fromquery('timesort', $timesortfrom, 'get_sort_time', $timesortafterevent, $…
198 $timesortfrom = null, argument
220 $timesortfrom,
241 $timesortfrom = null, argument
251 $timesortfrom,
/dports/www/moodle310/moodle/calendar/
H A Dexternallib.php419 * @param null|int $timesortfrom Events after this time (inclusive)
426 …public static function get_calendar_action_events_by_timesort($timesortfrom = 0, $timesortto = nul… argument
434 'timesortfrom' => $timesortfrom,
507 * @param null|int $timesortfrom Events after this time (inclusive)
514 $courseid, $timesortfrom = null, $timesortto = null, $aftereventid = 0, $limitnum = 20) { argument
523 'timesortfrom' => $timesortfrom,
591 * @param null|int $timesortfrom Events after this time (inclusive)
597 array $courseids, $timesortfrom = null, $timesortto = null, $limitnum = 10) { argument
606 'timesortfrom' => $timesortfrom,
/dports/www/moodle311/moodle/calendar/
H A Dexternallib.php419 * @param null|int $timesortfrom Events after this time (inclusive)
426 …public static function get_calendar_action_events_by_timesort($timesortfrom = 0, $timesortto = nul… argument
434 'timesortfrom' => $timesortfrom,
507 * @param null|int $timesortfrom Events after this time (inclusive)
514 $courseid, $timesortfrom = null, $timesortto = null, $aftereventid = 0, $limitnum = 20) { argument
523 'timesortfrom' => $timesortfrom,
591 * @param null|int $timesortfrom Events after this time (inclusive)
597 array $courseids, $timesortfrom = null, $timesortto = null, $limitnum = 10) { argument
606 'timesortfrom' => $timesortfrom,
/dports/www/moodle39/moodle/calendar/
H A Dexternallib.php419 * @param null|int $timesortfrom Events after this time (inclusive)
426 …public static function get_calendar_action_events_by_timesort($timesortfrom = 0, $timesortto = nul… argument
434 'timesortfrom' => $timesortfrom,
507 * @param null|int $timesortfrom Events after this time (inclusive)
514 $courseid, $timesortfrom = null, $timesortto = null, $aftereventid = 0, $limitnum = 20) { argument
523 'timesortfrom' => $timesortfrom,
591 * @param null|int $timesortfrom Events after this time (inclusive)
597 array $courseids, $timesortfrom = null, $timesortto = null, $limitnum = 10) { argument
606 'timesortfrom' => $timesortfrom,
/dports/www/moodle310/moodle/blocks/timeline/amd/build/
H A Dcalendar_events_repository.min.js.map1timesortfrom","starttime","timesortto","endtime","limittononsuspendedevents","promise","call","met…
/dports/www/moodle311/moodle/blocks/timeline/amd/build/
H A Dcalendar_events_repository.min.js.map1timesortfrom","starttime","timesortto","endtime","limittononsuspendedevents","promise","call","met…
/dports/www/moodle39/moodle/blocks/timeline/amd/build/
H A Dcalendar_events_repository.min.js.map1timesortfrom","starttime","timesortto","endtime","limittononsuspendedevents","promise","call","met…