Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 45) sorted by relevance

12

/dokuwiki/inc/Action/Exception/
H A DActionException.php61 * @param null|bool $set when null is given, the current setting is not changed
64 public function displayToUser($set = null)
66 if (!is_null($set)) $this->displayToUser = $set;
67 return $set;
62 displayToUser($set = null) global() argument
/dokuwiki/inc/Input/
H A DGet.php22 * @param mixed $value Value to set
24 public function set($name, $value) function in dokuwiki\\Input\\Get
26 parent::set($name, $value);
H A DPost.php22 * @param mixed $value Value to set
24 public function set($name, $value)
26 parent::set($name, $value);
25 public function set($name, $value) global() function in dokuwiki\\Input\\Post
H A DInput.php42 * Apply the set filter to the given value
70 * Check if a parameter was set
73 * the parameter is set to $_POST or $_GET and to $_REQUEST
111 * @param mixed $default Default to return if parameter isn't set
112 * @param bool $nonempty Return $default if parameter is set but empty()
127 * @param mixed $value Value to set
129 public function set($name, $value)
137 * This avoids copying data in memory, when the parameter is not set it will be created
141 * @param mixed $default If parameter is not set, initialize with this value
142 * @param bool $nonempty Init with $default if parameter is set bu
130 public function set($name, $value) global() function in dokuwiki\\Input\\Input
[all...]
/dokuwiki/inc/Ui/Media/
H A DDisplay.php77 * @param bool $set
79 public function scrollIntoView($set = true) argument
81 $this->scrollIntoView = $set;
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php110 $this->set($color, $channel);
154 public function set($color, $channel = STDOUT) function in splitbrain\\phpcli\\Colors
168 $this->set('reset', $channel);
H A DOptions.php97 * @param bool $set
99 public function useCompactHelp($set = true) argument
101 $this->newline = $set ? '' : "\n";
319 * @param bool|string $default what to return if the option was not set
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php139 $response = $this->cache->set($this->name, serialize($data));
188 $return = $this->cache->set($this->name, $data);
205 return $this->cache->set($this->name, null);
H A DMemcache.php123 return $this->cache->set($this->name, serialize($data), MEMCACHE_COMPRESSED, (int) $this->options['extras']['timeout']);
168 return $this->cache->set($this->name, $data, MEMCACHE_COMPRESSED, (int) $this->options['extras']['timeout']);
H A DMemcached.php173 $this->cache->set($this->name . '_mtime', time(), (int)$this->options['extras']['timeout']);
174 return $this->cache->set($this->name, $data, (int)$this->options['extras']['timeout']);
H A DPsr16.php107 * Equivalent to \Psr\SimpleCache\CacheInterface::set()
109 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
115 * the driver supports TTL then the library may set a default value
125 return $this->cache->set($key, $value, $ttl);
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dlicense.txt2 Icon set: Dusseldorf
/dokuwiki/lib/images/
H A DREADME3 Icon set: Dusseldorf
/dokuwiki/lib/tpl/dokuwiki/images/pagetools/
H A Dlicense.txt1 Icon set: iPhone toolbar icons
/dokuwiki/inc/lang/sv/
H A Dlocked.txt
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt6 * In the table below all currently set access control rules are shown. You can use it to quickly delete or change multiple rules.
/dokuwiki/inc/
H A Dpreload.php.dist9 // set this to your farm directory
H A Dauth.php74 $INPUT->set('http_credentials', false);
75 if (!$conf['rememberme']) $INPUT->set('r', false);
87 $INPUT->set('u', $INPUT->server->str('PHP_AUTH_USER'));
88 $INPUT->set('p', $INPUT->server->str('PHP_AUTH_PW'));
89 $INPUT->set('http_credentials', true);
94 $INPUT->set('u', $auth->cleanUser(stripctl($INPUT->str('u'))));
95 $INPUT->set('p', stripctl($INPUT->str('p')));
214 // the code is correct, set up user
215 $INPUT->server->set('REMOTE_USER', $user);
259 * are set
[all...]
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt5 Settings shown with a light red background are protected and can not be altered with this plugin. Settings shown with a blue background are the default values and settings shown with a white background have been set locally for this particular installation. Both blue and white settings can be altered.
/dokuwiki/lib/plugins/authad/
H A Daction.php48 $INPUT->post->set('u', $usr);
H A Dauth.php106 $INPUT->server->set(
111 $INPUT->server->set('REMOTE_USER', utf8_encode($INPUT->server->str('REMOTE_USER')));
116 $INPUT->server->set('REMOTE_USER', $this->cleanUser($INPUT->server->str('REMOTE_USER')));
120 $INPUT->set('u', $INPUT->server->str('REMOTE_USER'));
121 $INPUT->set('p', 'sso_only');
193 * lastpwd int timestamp of the date when the password was set
232 //last password set (Windows counts from January 1st 1601)
402 Logger::debug("authad/auth.php getUserCount(): _adldap not set.");
673 * When an account suffix is set, we strip the domain part from the user
718 // we can change the password if SSL is set
[all...]
/dokuwiki/lib/plugins/config/lang/ro/
H A Dintro.txt
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php62 $INPUT->server->set('REMOTE_USER', $user);
126 $INPUT->server->set('REMOTE_USER', $olduser);
/dokuwiki/lib/plugins/extension/
H A Dcli.php139 * @param bool $set
143 protected function cmdEnable($set, $extensions)
157 if ($set) {
138 cmdEnable($set, $extensions) global() argument
/dokuwiki/
H A Ddoku.php41 $INPUT->set('id', str_replace("\xC2\xAD", '', $INPUT->str('id'))); //soft-hyphen

12