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 76 – 100 of 183) sorted by relevance

12345678

/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingArray.php37 * update setting with user provided value $input
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md70 - ``$options->getCmd()`` returns the sub command the user used
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
/dokuwiki/inc/
H A Dmail.php56 // use 'noreply' if no user
57 $replace['@USER@'] = $INPUT->server->str('REMOTE_USER', 'noreply', true);
H A DDraft.php119 "Draft for page $this->id and user $this->client doesn't exist at $this->cname."
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php97 * Example: User logs in, SQL logs.
/dokuwiki/inc/Extension/
H A DAdminPlugin.php88 * @return bool true if the current user may access this admin plugin
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php172 $out .= "User-Agent: $useragent\r\n";
177 if (isset($url_parts['user']) && isset($url_parts['pass'])) {
178 $out .= "Authorization: Basic " . base64_encode("$url_parts[user]:$url_parts[pass]") . "\r\n";
/dokuwiki/inc/Ui/
H A DUserResendPwd.php90 $input = $form->addTextInput('login', $lang['user'])->addClass('edit');
/dokuwiki/inc/Menu/
H A DMobileMenu.php30 'user' => $usermenu->getItems()
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php140 * - user: user name
590 * - user: user name
635 'user' => '',
674 'user' => '',
/dokuwiki/inc/HTTP/
H A DHTTPClient.php23 public $agent; // User agent
47 public $user;
185 if (isset($uri['user'])) $this->user = $uri['user'];
214 $headers['User-Agent'] = $this->agent;
239 if ($this->user) {
240 $headers['Authorization'] = 'Basic ' . base64_encode($this->user . ':' . $this->pass);
46 public $user; global() variable in dokuwiki\\HTTP\\HTTPClient
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtyposcript.php85 'SEARCHRESULT', 'TEMPLATE', 'TEXT', 'USER',
248 // extension keys / tables: (static|user|ttx|tx|tt|fe)_something[_something]
250 GESHI_SEARCH => '(plugin\.|[^\.]\b)((?:static|user|ttx|tx|tt|fe)(?:_[0-9A-Za-z_]+?)\b)',
H A Drobots.php46 'Sitemap', 'User-agent', 'Visit-time'
H A Dcobol.php326 'USE-TAB', 'USER', 'USER-COLORS', 'USER-DEFAULT', 'USER-GRAY',
327 'USER-WHITE', 'USING', 'UTF-16', 'UTF-8', 'VALID',
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt50 * [[https://forum.dokuwiki.org|Check out the user forum]]
/dokuwiki/lib/scripts/
H A Dtree.js67 // Only show if user didn’t close the list since starting
H A Dlocktimer.js62 * If the user types into the edit-area, then dw_locktimer will regularly send a post request to the DokuWiki server
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php577 * Array of user-added callback methods
585 * Array of user-added callback methods
590 public $user = []; variable in SimplePie\\Parse\\Date
643 foreach ($this->user as $method) {
668 $this->user[] = $callback;
670 trigger_error('User-supplied function must be a valid callback', E_USER_WARNING);
/dokuwiki/lib/plugins/config/core/
H A DWriter.php126 ' * Run for user: ' . ($_SERVER['REMOTE_USER'] ?? 'Unknown'),
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css29 .dokuwiki table.diff th span.user {
/dokuwiki/inc/File/
H A DMediaFile.php158 * Returns the permissions the current user has on the file
/dokuwiki/
H A Dinstall.php357 // Since default = 1, browser won't send acl=0 when user untick acl
433 // --- user:bcryptpasswordhash:Real Name:email:groups,comma,seperated
439 'admin,user',
457 $output .= "* @user 8\n";
460 $output .= "* @user 8\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php251 * header may be sent to redirect the user to the newly created file.
257 * @param bool $displayContents optional send an HTTP redirect header or not. If true, the user will be
/dokuwiki/inc/Utf8/
H A DUnicode.php29 * @todo use exceptions instead of user errors
192 * @todo use exceptions instead of user errors
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php54 * connect to the `mydb` database on `localhost` on port 3306, with the user
94 'user' => null,
111 $this->mysql = new \PDO("mysql:dbname={$this->options['dbname']};host={$this->options['host']};port={$this->options['port']}", $this->options['user'], $this->options['pass'], [\PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8']);

12345678