Home
last modified time | relevance | path

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

123

/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) argument
66 if (!is_null($set)) $this->displayToUser = $set;
67 return $set;
/dokuwiki/inc/Input/
H A DGet.php24 public function set($name, $value) function in dokuwiki\\Input\\Get
26 parent::set($name, $value);
H A DPost.php24 public function set($name, $value) function in dokuwiki\\Input\\Post
26 parent::set($name, $value);
H A DInput.php129 public function set($name, $value) function in dokuwiki\\Input\\Input
148 $this->set($name, $default);
283 $this->set($name, $value);
/dokuwiki/_test/tests/inc/
H A DIpTest.php293 $INPUT->server->set('HTTP_X_FORWARDED_FOR', $header);
294 $INPUT->server->set('REMOTE_ADDR', $remoteAddr);
369 $INPUT->server->set('REMOTE_ADDR', $remoteAddr);
370 $INPUT->server->set('HTTPS', $https);
371 $INPUT->server->set('HTTP_X_FORWARDED_PROTO', $forwardedProto);
428 $INPUT->server->set('REMOTE_ADDR', $remoteAddr);
429 $INPUT->server->set('HTTP_X_FORWARDED_HOST', $forwardedHost);
430 $INPUT->server->set('HTTP_HOST', $httpHost);
431 $INPUT->server->set('SERVER_NAME', $serverName);
H A Dtemplate_include_page.test.php45 $INPUT->set('page','revert');
47 $INPUT->server->set('REMOTE_USER', 'testuser'); // this user is admin
H A Dauth_deleteprofile.test.php69 $INPUT->set('oldpass','password');
70 $INPUT->post->set('oldpass','password');
153 $INPUT->set('sectok','wrong');
H A Dpageutils_findnearest.test.php92 $INPUT->server->set('REMOTE_USER', 'foo');
105 $INPUT->server->set('REMOTE_USER', 'max');
H A Dcache_use.test.php44 $INPUT->set('purge',1);
/dokuwiki/inc/Ui/Media/
H A DDisplay.php77 * @param bool $set
79 public function scrollIntoView($set = true) argument
81 $this->scrollIntoView = $set;
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php138 $response = $this->cache->set($this->name, serialize($data));
187 $return = $this->cache->set($this->name, $data);
204 return $this->cache->set($this->name, null);
H A DMemcached.php172 … $this->cache->set($this->name . '_mtime', time(), (int)$this->options['extras']['timeout']);
173 return $this->cache->set($this->name, $data, (int)$this->options['extras']['timeout']);
H A DMemcache.php122 …return $this->cache->set($this->name, serialize($data), MEMCACHE_COMPRESSED, (int) $this->options[…
167 …return $this->cache->set($this->name, $data, MEMCACHE_COMPRESSED, (int) $this->options['extras']['…
H A DPsr16.php124 return $this->cache->set($key, $value, $ttl);
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php117 $this->set($color, $channel);
161 public function set($color, $channel = STDOUT) function in splitbrain\\phpcli\\Colors
175 $this->set('reset', $channel);
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dlicense.txt2 Icon set: Dusseldorf
/dokuwiki/lib/tpl/dokuwiki/images/pagetools/
H A Dlicense.txt1 Icon set: iPhone toolbar icons
/dokuwiki/lib/images/
H A DREADME3 Icon set: Dusseldorf
/dokuwiki/_test/tests/Form/
H A DFormTest.php20 $INPUT->get->set('id', $ID);
21 $INPUT->get->set('foo', 'bar');
H A DInputElementTest.php32 $INPUT->post->set('foo', 'a new text');
47 $INPUT->post->set('foo', '');
/dokuwiki/inc/lang/sv/
H A Dlocked.txt3 …lls den användaren är klar med sin redigering, eller tills dess att dokumentlåset upphör att gälla.
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php519 public function legacySetLocks($set) argument
521 $locked = $this->lockPages($set['lock']);
522 $lockfail = array_diff($set['lock'], $locked);
524 $unlocked = $this->unlockPages($set['unlock']);
525 $unlockfail = array_diff($set['unlock'], $unlocked);
/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 d…
/dokuwiki/inc/
H A Dpreload.php.dist9 // set this to your farm directory
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt5 …re the default values and settings shown with a white background have been set locally for this pa…

123