| /dokuwiki/inc/Action/Exception/ |
| H A D | ActionException.php | 61 * @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 D | Get.php | 24 public function set($name, $value) function in dokuwiki\\Input\\Get 26 parent::set($name, $value);
|
| H A D | Post.php | 24 public function set($name, $value) function in dokuwiki\\Input\\Post 26 parent::set($name, $value);
|
| H A D | Input.php | 129 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 D | IpTest.php | 293 $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 D | template_include_page.test.php | 45 $INPUT->set('page','revert'); 47 $INPUT->server->set('REMOTE_USER', 'testuser'); // this user is admin
|
| H A D | auth_deleteprofile.test.php | 69 $INPUT->set('oldpass','password'); 70 $INPUT->post->set('oldpass','password'); 153 $INPUT->set('sectok','wrong');
|
| H A D | pageutils_findnearest.test.php | 92 $INPUT->server->set('REMOTE_USER', 'foo'); 105 $INPUT->server->set('REMOTE_USER', 'max');
|
| H A D | cache_use.test.php | 44 $INPUT->set('purge',1);
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | Display.php | 77 * @param bool $set 79 public function scrollIntoView($set = true) argument 81 $this->scrollIntoView = $set;
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | Redis.php | 138 $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 D | Memcached.php | 172 … $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 D | Memcache.php | 122 …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 D | Psr16.php | 124 return $this->cache->set($key, $value, $ttl);
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Colors.php | 117 $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 D | license.txt | 2 Icon set: Dusseldorf
|
| /dokuwiki/lib/tpl/dokuwiki/images/pagetools/ |
| H A D | license.txt | 1 Icon set: iPhone toolbar icons
|
| /dokuwiki/lib/images/ |
| H A D | README | 3 Icon set: Dusseldorf
|
| /dokuwiki/_test/tests/Form/ |
| H A D | FormTest.php | 20 $INPUT->get->set('id', $ID); 21 $INPUT->get->set('foo', 'bar');
|
| H A D | InputElementTest.php | 32 $INPUT->post->set('foo', 'a new text'); 47 $INPUT->post->set('foo', '');
|
| /dokuwiki/inc/lang/sv/ |
| H A D | locked.txt | 3 …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 D | LegacyApiCore.php | 519 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 D | help.txt | 6 …* In the table below all currently set access control rules are shown. You can use it to quickly d…
|
| /dokuwiki/inc/ |
| H A D | preload.php.dist | 9 // set this to your farm directory
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 5 …re the default values and settings shown with a white background have been set locally for this pa…
|