Home
last modified time | relevance | path

Searched +full:who -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/lib/plugins/acl/
H A Dadmin.php32 protected $who = ''; variable in admin_plugin_acl
88 $who = trim($INPUT->str('acl_w'));
89 if ($INPUT->str('acl_t') == '__g__' && $who) {
90 $this->who = '@' . ltrim($auth->cleanGroup($who), '@');
91 } elseif ($INPUT->str('acl_t') == '__u__' && $who) {
92 $this->who = ltrim($who, '@');
93 if ($this->who != '%USER%' && $this->who != '%GROUP%') { #keep wildcard as is
94 $this->who = $auth->cleanUser($this->who);
101 $this->who = $INPUT->str('acl_t');
102 } elseif ($who) {
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE22 Free Software Foundation and other authors who decide to use it. You
198 entire whole, and thus to each and every part regardless of who wrote
294 that the user who changes the contents of definitions files in the
353 rights under this License. However, parties who have received copies,
383 all those who receive copies directly or indirectly through you, then
407 original copyright holder who places the Library under this License may add
448 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE122 entire whole, and thus to each and every part regardless of who wrote it.
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
231 original copyright holder who places the Program under this License
271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
H A DTHANKS8 thanks for the Wordpress plugin! (Anyone who is
47 PEOPE WHO MADE LANGUAGE FILES
H A DCHANGELOG4 Changes to the code are listed under the version they occurred in, with who suggested
6 who suggested an idea often also provided the code that was used as a basis for the
7 changes - thanks to all who suggested these ideas and gave me the code to show me how!
/dokuwiki/
H A DCOPYING122 entire whole, and thus to each and every part regardless of who wrote it.
176 However, parties who have received copies, or rights, from you under
206 all those who receive copies directly or indirectly through you, then
231 original copyright holder who places the Program under this License
271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE264 License to anyone who comes into possession of a copy. This
302 model, to give anyone who possesses the object code either (1) a
424 material by anyone who conveys the material (or modified versions of
471 licenses of parties who have received copies or rights from you under
498 transaction who receives a copy of the work also receives whatever
514 A "contributor" is a copyright holder who authorizes use under this
570 parties who would receive the covered work from you, a discriminatory
644 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt20 * [[doku>press|Who wrote about it]]
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php220 * Aggregates all email addresses of user who have subscribed the given page with 'every' style
269 … if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/dokuwiki/_test/data/pages/wiki/
H A Ddokuwiki.txt20 * [[doku>press|Who wrote about it]]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbibtex.php21 * (Someone who understands regex better than I should borrow from latex.php)
H A Dbiblatex.php24 * (Someone who understands regex better than I should borrow from latex.php)
H A Dmirc.php75 'writeini','who','whois','whowas'
H A Dmatlab.php160 'what','whatsnew','which','who','whos','workspace'
H A Dprovidex.php114 'uid', 'unt', 'who'
H A Dscilab.php209 … 'wavwrite', 'wcenter', 'wfir', 'what', 'where', 'whereami', 'whereis', 'who', 'who_user', 'whos',
H A Dbash.php351 'which', 'whiptail', 'who', 'whoami', 'whois', 'wine', 'wineboot',
H A Doctave.php192 'waitfor', 'waitpid', 'warning', 'warranty', 'who', 'whos',
/dokuwiki/inc/
H A Dcommon.php268 //who's the editor
702 * and gain information about the user who was blocked.
1306 * @param string $who Who to notify (admin|subscribers|register)
1316 function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = [], $current_rev = … argument
1323 if ($who == 'admin') {
1327 } elseif ($who == 'subscribers') {
H A Dinfoutils.php430 * @param int $allow who's allowed to see the message, see MSG_* constants
481 …* allow => int, flag used to determine who is allowed to see the message, see MSG_* c…
/dokuwiki/inc/Utf8/tables/
H A Dromanization.php572 // 'うぁ'=>'wha','うぇ'=>'whe','うぃ'=>'whi','うぉ'=>'who','うぅ'=>'whu',
944 'ウォ' => 'who',
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3131 list($type, $flag, $mask, $who) = Strings::unpackSSH2('N3s', $result);