| /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
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 26 protected bool $isWritable = false; 41 public function __construct(string $idx, string $suffix = '', bool $isWritable = false) 80 public function isWritable(): bool 106 public function exists(): 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…
|
| /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;
|
| /dokuwiki/inc/Search/ |
| H A D | LegacyIndexer.php | 69 public function addPage(string $page, bool $force = false): bool|string 85 public function deletePage(string $page, bool $force = false): bool|string 101 public function renamePage(string $oldpage, string $newpage): bool|string 117 public function clear(): bool|string
|
| H A D | MetadataSearch.php | 47 bool $in_ns = false, 48 bool $in_title = false, 186 public function backlinks(string $id, bool $ignore_perms = false): array 208 public function mediause(string $id, bool $ignore_perms = false): array 232 bool $ignorePerms = false,
|
| H A D | Indexer.php | 95 public function getAllPages(bool $existsFilter = false): array 111 public function needsIndexing(string $page, bool $force = false): bool 134 public function addPage(string $page, bool $force = false): void 213 public function deletePage(string $page, bool $force = false): void 307 public function isIndexEmpty(): bool
|
| H A D | Tokenizer.php | 78 public static function getWords(string $text, bool $wc = false): array 128 public static function isValidSearchTerm(string $term): 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
|
| H A D | MailUtils.php | 120 public static function isValid(string $email): bool 139 bool $bEmulate_imap_8bit = true
|
| /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/inc/Search/Query/ |
| H A D | PageSet.php | 77 public function isEmpty(): bool
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreatorOptions.php | 87 $this->options['show_minor'] = $INPUT->bool('minor'); 90 $this->options['only_new'] = $INPUT->bool('onlynewpages');
|