Home
last modified time | relevance | path

Searched defs:filter (Results 1 – 14 of 14) sorted by path

/dokuwiki/inc/Extension/
H A DAuthPlugin.php326 getUserCount($filter = array()) global() argument
343 retrieveUsers($start = 0, $limit = 0, $filter = null) global() argument
/dokuwiki/inc/Input/
H A DInput.php29 protected $filter; global() variable in dokuwiki\\Input\\Input
62 filter($filter = 'stripctl') global() argument
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php1125 indexLengths($filter) global() argument
/dokuwiki/inc/
H A Dindexer.php330 idx_indexLengths($filter) global() argument
/dokuwiki/lib/plugins/authad/
H A Dauth.php358 constructSearchString($filter) global() argument
388 getUserCount($filter = array()) global() argument
438 filterToString($filter) global() argument
465 fillGroupUserArray($filter, $numberOfAdds) global() argument
502 retrieveUsers($start = 0, $limit = 0, $filter = array()) global() argument
764 protected function filter($user, $info) global() function in auth_plugin_authad
785 constructPattern($filter) global() argument
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php402 retrieveUsers($start = 0, $limit = 0, $filter = array()) global() argument
456 makeFilter($filter, $placeholders) global() argument
482 protected function filter($user, $info) global() function in auth_plugin_authldap
504 constructPattern($filter) global() argument
649 ldapSearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = null, $attrsonly = 0, $sizelimit = 0) global() argument
[all...]
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php406 retrieveUsers($start = 0, $limit = 1, $filter = null) global() argument
446 getUserCount($filter = array()) global() argument
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php271 * Return a count of the number of user which meet $filter criteria argument
298 retrieveUsers($start = 0, $limit = 0, $filter = array()) global() argument
455 protected function filter($user, $info) global() function in auth_plugin_authplain
474 constructPattern($filter) global() argument
[all...]
/dokuwiki/lib/plugins/extension/
H A Dcli.php285 cmdList($showdetails, $filter) global() argument
320 listExtensions($list, $details, $filter = '') global() argument
[all...]
/dokuwiki/lib/plugins/revert/
H A Dadmin.php83 revertEdits($revert, $filter) global() argument
121 listEdits($filter) global() argument
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php24 protected $filter = array(); // user selection filter(s) global() variable in admin_plugin_usermanager
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DCallableNameFilter.php85 public function filter(string $name): string function in SimplePie\\Cache\\CallableNameFilter
H A DNameFilter.php75 public function filter(string $name): string; function
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php1311 public function set_cache_namefilter(NameFilter $filter): void argument