Home
last modified time | relevance | path

Searched +full:list +full:- +full:users -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 36 of 36) sorted by path

12

/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php20 $conf['select-user'] = '';
28 $conf['check-pass'] = '';
36 $conf['select-user-groups'] = '';
43 $conf['select-groups'] = '';
50 $conf['insert-user'] = '';
57 $conf['delete-user'] = '';
60 * list user names matching the given criteria
62 * Make sure the list is distinct and sorted by user name. Apply the given limit and offset
67 $conf['list
[all...]
H A Dmetadata.php13 $meta['select-user'] = array('', '_caution' => 'danger');
14 $meta['check-pass'] = array('', '_caution' => 'danger');
15 $meta['select-user-groups'] = array('', '_caution' => 'danger');
16 $meta['select-groups'] = array('', '_caution' => 'danger');
17 $meta['insert-user'] = array('', '_caution' => 'danger');
18 $meta['delete-user'] = array('', '_caution' => 'danger');
19 $meta['list-users']
[all...]
/dokuwiki/lib/plugins/authplain/
H A Dauth.php13 * @author Jan Schumann <js@schumann-it.com>
18 protected $users;
39 if (!@is_readable($config_cascade['plainauth.users']['default'])) {
40 $this->success = false;
42 if (@is_writable($config_cascade['plainauth.users']['default'])) {
43 $this->cando['addUser'] = true;
44 $this->cando['delUser'] = true;
45 $this->cando['modLogin'] = true;
46 $this->cando['modPass'] = true;
47 $this->cand
17 protected $users = null; global() variable in auth_plugin_authplain
230 deleteUsers($users) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
32 $this->facilities = $this->getFacilities();
33 $this->facility = $INPUT->str('facility');
34 if (!in_array($this->facility, $this->facilities)) {
35 $this->facility = $this->facilities[0];
38 $this->dat
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php28 protected $users_total = 0; // number of registered users
32 protected $pagesize = 20; // number of users to list on one page
47 $this->setupLocale();
50 $this->disabled = $this->lang['noauth'];
51 } elseif (!$auth->canDo('getUsers')) {
52 $this->disabled = $this->lang['nosupport'];
55 $this->aut
[all...]
H A Dcli.php22 $options->setHelp(
23 "Manage users for this DokuWiki instance\n"
26 // list
27 $options->registerCommand('list', 'List users');
28 $options->registerOption('verbose', 'Show detailed user information', 'v', false, 'list');
31 $options->registerComman
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG2 CHANGES - Changelog for GeSHi (geshi.php only)
5 it by each one (if there's nobody listed as suggesting it I dreamed it up :)). Users
7 changes - thanks to all who suggested these ideas and gave me the code to show me how!
16 - Added language files
20 - Some minor tweaks for RFC822 email support (BenBE)
21 - Introduce strip_language function (phy25)
22 - Recognize additional file extensions (RealityRipple)
23 - Code style update by avoiding create_function (cweiske)
24 - Backported CLI tool from GeSHi 1.1 branch (cweiske)
25 - Improvement
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php4 * --------
13 * --
[all...]
H A Dvisualfoxpro.php4 * ----------
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php4 * Pure-PHP X.509 Parser
11 * {@link http://web.archive.org/web/19961027104704/http://www3.netscape.com/eng/security/cert-exts.html Netscape Certificate Extensions}.
17 * the certificate all together unless the certificate is re-signed.
21 * @license http://www.opensource.org/licenses/mit-license.html MIT License
43 * Pure-PHP X.509 Parser
97 * ie. a base64-encoded PEM with a header and a footer
123 * Auto-detect the format
137 const ATTR_ALL = -1; // All attribute values (array).
138 const ATTR_APPEND = -2; // Add a value.
139 const ATTR_REPLACE = -
[all...]

12