| /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 | 101 public function set_data(string $key, array $value, ?int $ttl = null): bool; 118 public function delete_data(string $key): bool;
|
| H A D | BaseDataCache.php | 127 public function set_data(string $key, array $value, ?int $ttl = null): bool 154 public function delete_data(string $key): bool
|
| H A D | Psr16.php | 122 public function set_data(string $key, array $value, ?int $ttl = null): bool 142 public function delete_data(string $key): bool
|
| /dokuwiki/vendor/paragonie/constant_time_encoding/src/ |
| H A D | EncoderInterface.php | 51 public static function decode(string $encodedString, bool $strictPadding = false): string;
|
| H A D | Base32.php | 50 bool $strictPadding = false 65 bool $strictPadding = false 212 bool $upper = false 247 bool $upper = false, 248 bool $strictPadding = false 458 bool $upper = false,
|
| H A D | Hex.php | 108 bool $strictPadding = false
|
| H A D | Base64.php | 84 bool $pad = true 143 bool $strictPadding = false
|
| /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 | 94 public function test_ip_in_range(string $ip, string $range, bool $expected): void 139 public function test_ip_matches(string $ip, string $ipOrRange, bool $expected): void 202 public function test_proxy_is_trusted($config, string $ip, bool $expected): void 363 …st_is_ssl($config, string $remoteAddr, string $https, string $forwardedProto, bool $expected): void
|
| /dokuwiki/inc/ |
| H A D | Ip.php | 39 public static function ipInRange(string $needle, string $haystack): bool 118 public static function ipMatches(string $ip, string $ipOrRange): bool 145 public static function proxyIsTrusted(string $ip): bool 321 public static function isSsl(): 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/Remote/ |
| H A D | ApiCall.php | 18 protected bool $isPublic = false; 100 public function setPublic(bool $isPublic = true)
|
| /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/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…
|
| H A D | Search.php | 85 if ($INPUT->bool('sf')) {
|
| /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'));
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | admin.php | 40 $installer = new Installer($INPUT->post->bool('overwrite'));
|
| /dokuwiki/inc/TreeBuilder/Node/ |
| H A D | AbstractNode.php | 92 public function hasChildren(): bool
|