Searched refs:resetonly (Results 1 – 6 of 6) sorted by relevance
/dports/www/moodle310/moodle/message/ |
H A D | lib.php | 381 * @param bool $resetonly Just reset, then exit 384 function get_message_processors($ready = false, $reset = false, $resetonly = false) { argument 391 if ($resetonly) {
|
/dports/www/moodle311/moodle/message/ |
H A D | lib.php | 382 * @param bool $resetonly Just reset, then exit 385 function get_message_processors($ready = false, $reset = false, $resetonly = false) { argument 392 if ($resetonly) {
|
/dports/www/moodle39/moodle/message/ |
H A D | lib.php | 376 * @param bool $resetonly Just reset, then exit 379 function get_message_processors($ready = false, $reset = false, $resetonly = false) { argument 386 if ($resetonly) {
|
/dports/www/moodle310/moodle/lib/ |
H A D | modinfolib.php | 2159 * @param bool $resetonly whether we want to get modinfo or just reset the cache 2163 function get_fast_modinfo($courseorid, $userid = 0, $resetonly = false) { argument 2168 $resetonly = true; 2172 if (!$resetonly) { 2177 if ($resetonly) {
|
/dports/www/moodle39/moodle/lib/ |
H A D | modinfolib.php | 2159 * @param bool $resetonly whether we want to get modinfo or just reset the cache 2163 function get_fast_modinfo($courseorid, $userid = 0, $resetonly = false) { argument 2168 $resetonly = true; 2172 if (!$resetonly) { 2177 if ($resetonly) {
|
/dports/www/moodle311/moodle/lib/ |
H A D | modinfolib.php | 2180 * @param bool $resetonly whether we want to get modinfo or just reset the cache 2184 function get_fast_modinfo($courseorid, $userid = 0, $resetonly = false) { argument 2189 $resetonly = true; 2193 if (!$resetonly) { 2198 if ($resetonly) {
|