Home
last modified time | relevance | path

Searched refs:sync_users (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/www/moodle310/moodle/auth/db/tests/
H A Ddb_test.php219 $auth->sync_users($trace, false);
245 $auth->sync_users($trace, false);
251 $auth->sync_users($trace, true);
261 $auth->sync_users($trace, false);
266 $auth->sync_users($trace, true);
280 $auth->sync_users($trace, false);
288 $auth->sync_users($trace, false);
296 $auth->sync_users($trace, false);
479 $auth->sync_users($trace, true);
523 $auth->sync_users($trace, true);
[all …]
/dports/www/moodle311/moodle/auth/db/tests/
H A Ddb_test.php218 $auth->sync_users($trace, false);
244 $auth->sync_users($trace, false);
250 $auth->sync_users($trace, true);
260 $auth->sync_users($trace, false);
265 $auth->sync_users($trace, true);
279 $auth->sync_users($trace, false);
287 $auth->sync_users($trace, false);
295 $auth->sync_users($trace, false);
478 $auth->sync_users($trace, true);
522 $auth->sync_users($trace, true);
[all …]
/dports/www/moodle39/moodle/auth/db/tests/
H A Ddb_test.php219 $auth->sync_users($trace, false);
245 $auth->sync_users($trace, false);
251 $auth->sync_users($trace, true);
261 $auth->sync_users($trace, false);
266 $auth->sync_users($trace, true);
280 $auth->sync_users($trace, false);
288 $auth->sync_users($trace, false);
296 $auth->sync_users($trace, false);
479 $auth->sync_users($trace, true);
523 $auth->sync_users($trace, true);
[all …]
/dports/www/moodle310/moodle/auth/db/classes/task/
H A Dsync_users.php36 class sync_users extends \core\task\scheduled_task { class
60 $dbauth->sync_users($trace, $update);
/dports/www/moodle311/moodle/auth/db/classes/task/
H A Dsync_users.php36 class sync_users extends \core\task\scheduled_task { class
60 $dbauth->sync_users($trace, $update);
/dports/www/moodle39/moodle/auth/db/classes/task/
H A Dsync_users.php36 class sync_users extends \core\task\scheduled_task { class
60 $dbauth->sync_users($trace, $update);
/dports/www/moodle310/moodle/auth/ldap/tests/
H A Dplugin_test.php172 $auth->sync_users(true);
210 $auth->sync_users(true);
232 $auth->sync_users(true);
253 $auth->sync_users(true);
273 $auth->sync_users(true);
298 $auth->sync_users(true);
321 $auth->sync_users(true);
/dports/www/moodle39/moodle/auth/ldap/tests/
H A Dplugin_test.php172 $auth->sync_users(true);
210 $auth->sync_users(true);
232 $auth->sync_users(true);
253 $auth->sync_users(true);
273 $auth->sync_users(true);
298 $auth->sync_users(true);
321 $auth->sync_users(true);
/dports/www/moodle311/moodle/auth/ldap/tests/
H A Dplugin_test.php172 $auth->sync_users(true);
210 $auth->sync_users(true);
232 $auth->sync_users(true);
253 $auth->sync_users(true);
273 $auth->sync_users(true);
298 $auth->sync_users(true);
321 $auth->sync_users(true);
/dports/www/moodle310/moodle/auth/ldap/classes/task/
H A Dsync_task.php50 $auth->sync_users(true);
/dports/www/moodle310/moodle/auth/cas/classes/task/
H A Dsync_task.php50 $auth->sync_users(true);
/dports/www/moodle39/moodle/auth/cas/classes/task/
H A Dsync_task.php50 $auth->sync_users(true);
/dports/www/moodle39/moodle/auth/ldap/classes/task/
H A Dsync_task.php50 $auth->sync_users(true);
/dports/www/moodle311/moodle/auth/cas/classes/task/
H A Dsync_task.php50 $auth->sync_users(true);
/dports/www/moodle311/moodle/auth/ldap/classes/task/
H A Dsync_task.php50 $auth->sync_users(true);
/dports/www/moodle310/moodle/auth/cas/cli/
H A Dsync_users.php66 $casauth->sync_users(true);
/dports/www/moodle310/moodle/auth/ldap/cli/
H A Dsync_users.php70 $ldapauth->sync_users(true);
/dports/www/moodle311/moodle/auth/ldap/cli/
H A Dsync_users.php70 $ldapauth->sync_users(true);
/dports/www/moodle39/moodle/auth/ldap/cli/
H A Dsync_users.php70 $ldapauth->sync_users(true);
/dports/www/moodle39/moodle/auth/cas/cli/
H A Dsync_users.php66 $casauth->sync_users(true);
/dports/www/moodle311/moodle/auth/cas/cli/
H A Dsync_users.php66 $casauth->sync_users(true);
/dports/www/moodle310/moodle/auth/db/cli/
H A Dsync_users.php102 $result = $dbauth->sync_users($trace, $update);
/dports/www/moodle39/moodle/auth/db/cli/
H A Dsync_users.php102 $result = $dbauth->sync_users($trace, $update);
/dports/www/moodle311/moodle/auth/db/cli/
H A Dsync_users.php102 $result = $dbauth->sync_users($trace, $update);
/dports/www/moodle310/moodle/auth/cas/
H A Dauth.php314 function sync_users($do_updates=true) { function in auth_plugin_cas
319 parent::sync_users($do_updates);

1234567