Home
last modified time | relevance | path

Searched +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 183) sorted by last modified time

12345678

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php47 $this->getConf('user'),
64 ['select-user', 'select-user-groups', 'select-groups', 'insert-user', 'insert-group', 'join-group']
69 ['select-user', 'select-user-groups', 'select-groups', 'leave-group', 'delete-user']
74 ['select-user', 'select-user-groups', 'update-user
162 checkPass($user, $pass) global() argument
202 getUserData($user, $requireGroups = true) global() argument
236 createUser($user, $clear, $name, $mail, $grps = null) global() argument
295 modifyUser($user, $changes) global() argument
509 selectUser($user) global() argument
551 deleteUser($user) global() argument
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php53 * handle user request
87 // user or group choosen?
93 if ($this->who != '%USER%' && $this->who != '%GROUP%') { #keep wildcard as is
154 } elseif ($who != '%USER%' && $who != '%GROUP%') { #keep wildcard as is
458 $user = '';
461 $user = $who;
462 $info = $auth->getUserData($user);
471 $perm = auth_aclcheck($check, $user, $groups);
490 if ($user) {
515 * User functio
[all...]
/dokuwiki/lib/plugins/config/core/
H A DWriter.php126 ' * Run for user: ' . ($_SERVER['REMOTE_USER'] ?? 'Unknown'),
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A Dbuild.xml82 <lead user="benbe" name="Benny Baumann" email="benbe@geshi.org" />
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dapache.php377 'StartThreads','User',
H A Derlang.php213 'ttb', 'tv', 'unicode', 'unix_telnet', 'user', 'webtool', 'werl',
H A Dfreeswitch.php48 // 'Sitemap', 'User-agent', 'Visit-time'
H A Dgenero.php331 "USER",
H A Dio.php73 'UDPReceiver', 'URL', 'User', 'Warning', 'WeakLink'
H A Dispfpanel.php92 'TESTX','TEXT','TRACE','TRACEX','USCORE','USER',
H A Dsql.php104 'UPDATE', 'UPPER', 'USE', 'USER', 'USING',
H A Dsshconfig.php77 "UsePrivilegedPort", "User", "UserKnownHostsFile",
H A Dteraterm.php275 '$user$',
/dokuwiki/lib/plugins/config/
H A Dadmin.php36 * handle user request
/dokuwiki/inc/
H A Dpageutils.php664 * Format an id for output to a user
745 * higher namespace that can be accessed by the current user,
753 * @param bool $useacl only return pages readable by the current user, false to ignore ACLs
H A Dtemplate.php899 * Print info if the user is logged in
1400 * Depending on the user's actions this may be a list of
1780 * Note: no escaping or sanity checking is done here. Never pass user input
H A Dtoolbar.php270 $sig = str_replace('@USER@', $INPUT->server->str('REMOTE_USER'), $sig);
H A DMailer.class.php64 $this->setHeader('X-DokuWiki-User', $INPUT->server->str('REMOTE_USER'));
672 'USER' => $INPUT->server->str('REMOTE_USER'),
691 'USER' => hsc($INPUT->server->str('REMOTE_USER')),
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php220 // user count
/dokuwiki/inc/parser/
H A Dxhtml.php501 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
524 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1419 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1506 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1534 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
1572 * @param string|string[] $classes css classes - have to be valid, do not pass unfiltered user input
/dokuwiki/lib/exe/
H A Dmediamanager.php51 // do not display the manager if user does not have read access
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_header.php44 <!-- USER TOOLS -->
51 echo '<li class="user">';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
H A DRandom.php73 // by the user and (2) this isn't just looking at the data sent by the current user - it's based
74 // on the data sent by all users. one user requests the page and a hash of their info is saved.
75 // another user visits the page and the serialization of their data is utilized along with the

12345678