Home
last modified time | relevance | path

Searched refs:haveaccessed (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/user/
H A Dlib.php1295 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1298 function user_get_course_lastaccess_sql($accesssince = null, $tableprefix = 'ul', $haveaccessed = f… argument
1299 return user_get_lastaccess_sql('timeaccess', $accesssince, $tableprefix, $haveaccessed);
1307 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1310 function user_get_user_lastaccess_sql($accesssince = null, $tableprefix = 'u', $haveaccessed = fals… argument
1311 return user_get_lastaccess_sql('lastaccess', $accesssince, $tableprefix, $haveaccessed);
1321 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1324 function user_get_lastaccess_sql($columnname, $accesssince, $tableprefix, $haveaccessed = false) { argument
1330 if ($haveaccessed) {
/dports/www/moodle311/moodle/user/
H A Dlib.php1272 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1275 function user_get_course_lastaccess_sql($accesssince = null, $tableprefix = 'ul', $haveaccessed = f… argument
1276 return user_get_lastaccess_sql('timeaccess', $accesssince, $tableprefix, $haveaccessed);
1284 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1287 function user_get_user_lastaccess_sql($accesssince = null, $tableprefix = 'u', $haveaccessed = fals… argument
1288 return user_get_lastaccess_sql('lastaccess', $accesssince, $tableprefix, $haveaccessed);
1298 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1301 function user_get_lastaccess_sql($columnname, $accesssince, $tableprefix, $haveaccessed = false) { argument
1307 if ($haveaccessed) {
/dports/www/moodle39/moodle/user/
H A Dlib.php1295 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1298 function user_get_course_lastaccess_sql($accesssince = null, $tableprefix = 'ul', $haveaccessed = f… argument
1299 return user_get_lastaccess_sql('timeaccess', $accesssince, $tableprefix, $haveaccessed);
1307 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1310 function user_get_user_lastaccess_sql($accesssince = null, $tableprefix = 'u', $haveaccessed = fals… argument
1311 return user_get_lastaccess_sql('lastaccess', $accesssince, $tableprefix, $haveaccessed);
1321 …* @param bool $haveaccessed Whether to match against users who HAVE accessed since $accesssince (o…
1324 function user_get_lastaccess_sql($columnname, $accesssince, $tableprefix, $haveaccessed = false) { argument
1330 if ($haveaccessed) {