| /dokuwiki/_test/tests/Remote/Mock/ |
| H A D | TestPlugin2.php | 14 * @param bool $bool 18 public function commented($str, $int, $bool, $array = []) argument 20 return array($str, $int, $bool);
|
| H A D | TestPlugin1.php | 29 function method2($str, $int, $bool = false) argument 31 return array($str, $int, $bool);
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | DataCache.php | 62 public function set_data(string $key, array $value, ?int $ttl = null): bool; 79 public function delete_data(string $key): bool;
|
| H A D | BaseDataCache.php | 88 public function set_data(string $key, array $value, ?int $ttl = null): bool 115 public function delete_data(string $key): bool
|
| H A D | Psr16.php | 84 public function set_data(string $key, array $value, ?int $ttl = null): bool 104 public function delete_data(string $key): bool
|
| H A D | Memcached.php | 131 private function setData($data): bool
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | EncoderInterface.php | 59 bool $strictPadding = false
|
| H A D | Base32.php | 58 bool $strictPadding = false 73 bool $strictPadding = false 229 bool $upper = false 264 bool $upper = false, 265 bool $strictPadding = false 475 bool $upper = false, 476 bool $pad = true
|
| /dokuwiki/_test/tests/inc/ |
| H A D | input.test.php | 65 $this->assertSame(true, $INPUT->bool('znull')); 66 $this->assertSame(false, $INPUT->filter()->bool('znull')); 205 $this->assertSame(true, $INPUT->bool('one')); 206 $this->assertSame(false, $INPUT->bool('zero')); 208 $this->assertSame(false, $INPUT->bool('get')); 209 $this->assertSame(false, $INPUT->bool('post')); 211 $this->assertSame(true, $INPUT->post->bool('one')); 212 $this->assertSame(false, $INPUT->post->bool('zero')); 214 $this->assertSame(false, $INPUT->post->bool('get')); 215 $this->assertSame(true, $INPUT->post->bool('post')); [all …]
|
| H A D | common_clientip.test.php | 95 …function test_client_ip_v4(string $remoteAddr, bool $useRealIp, string $realIp, string $forwardedF… 131 …function test_client_ip_v6(string $remoteAddr, bool $useRealIp, string $realIp, string $forwardedF…
|
| H A D | IpTest.php | 120 public function test_ip_in_range(string $ip, string $range, bool $expected): void 165 public function test_ip_matches(string $ip, string $ipOrRange, bool $expected): void 228 public function test_proxy_is_trusted($config, string $ip, bool $expected): void 389 …st_is_ssl($config, string $remoteAddr, string $https, string $forwardedProto, bool $expected): void
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Psr7Response.php | 62 return array_filter($this->response->getHeaders(), function (array $header): bool { 67 public function has_header(string $name): bool
|
| H A D | Response.php | 112 public function has_header(string $name): bool;
|
| H A D | RawTextResponse.php | 67 public function has_header(string $name): bool
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | User.php | 19 public bool $isadmin; 21 public bool $ismanager;
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | AbstractBuilder.php | 15 protected bool $generated = false; 97 public function hasFlag(int $flag): bool 108 public function hasNotFlag(int $flag): bool 246 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
|
| /dokuwiki/inc/ |
| H A D | Ip.php | 40 public static function ipInRange(string $needle, string $haystack): bool 140 public static function ipMatches(string $ip, string $ipOrRange): bool 167 public static function proxyIsTrusted(string $ip): bool 343 public static function isSsl(): bool
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreatorOptions.php | 85 $this->options['show_minor'] = $INPUT->bool('minor'); 88 $this->options['only_new'] = $INPUT->bool('onlynewpages');
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCall.php | 18 protected bool $isPublic = false; 100 public function setPublic(bool $isPublic = true)
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPUtils.php | 222 * @param bool $bool Boolean value 225 public function boolToStr($bool) argument 227 return ($bool) ? 'TRUE' : 'FALSE';
|
| /dokuwiki/inc/Action/ |
| H A D | Save.php | 58 …saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode fo…
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Category.php | 107 public function get_label(bool $strict = false)
|
| /dokuwiki/ |
| H A D | feed.php | 49 $depends['purge'] = $INPUT->bool('purge');
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | cli.php | 96 protected function cmdList(bool $showdetails) 116 protected function listUsers(bool $details = false) 145 protected function cmdAdd(bool $notify, array $args)
|
| /dokuwiki/inc/Ui/ |
| H A D | Login.php | 54 ->val(($INPUT->bool('http_credentials')) ? '' : $INPUT->str('u'));
|