Home
last modified time | relevance | path

Searched defs:limit (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Extension/
H A DAuthPlugin.php341 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
372 public function retrieveGroups($start = 0, $limit = 0)
/dokuwiki/lib/plugins/authplain/
H A Dauth.php308 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
342 public function retrieveGroups($start = 0, $limit = 0)
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php369 public function retrieveUsers($start = 0, $limit = -1, $filter = null)
454 public function retrieveGroups($start = 0, $limit = 0)
/dokuwiki/lib/plugins/acl/
H A Dadmin.php274 public function makeTree($folder, $limit = '')
/dokuwiki/lib/plugins/authldap/
H A Dauth.php408 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
/dokuwiki/lib/plugins/authad/
H A Dauth.php513 public function retrieveUsers($start = 0, $limit = 0, $filter = [])
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1489 public function set_item_limit($limit = 0)
3145 public static function merge_items($urls, $start = 0, $end = 0, $limit = 0)
/dokuwiki/inc/
H A Dcommon.php56 function sexplode($separator, $string, $limit, $default = null)