Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 25 of 71) sorted by relevance

123

/dokuwiki/_test/tests/Remote/Mock/
H A DTestPlugin2.php14 * @param bool $bool
18 public function commented($str, $int, $bool, $array = []) argument
20 return array($str, $int, $bool);
H A DTestPlugin1.php29 function method2($str, $int, $bool = false) argument
31 return array($str, $int, $bool);
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php62 public function set_data(string $key, array $value, ?int $ttl = null): bool;
79 public function delete_data(string $key): bool;
H A DBaseDataCache.php88 public function set_data(string $key, array $value, ?int $ttl = null): bool
115 public function delete_data(string $key): bool
H A DPsr16.php84 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 DAbstractIndex.php26 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 DEncoderInterface.php59 bool $strictPadding = false
H A DBase32.php58 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 Dinput.test.php65 $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 Dcommon_clientip.test.php95 …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 DPsr7Response.php62 return array_filter($this->response->getHeaders(), function (array $header): bool {
67 public function has_header(string $name): bool
H A DResponse.php112 public function has_header(string $name): bool;
/dokuwiki/inc/Search/
H A DLegacyIndexer.php69 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 DMetadataSearch.php47 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 DIndexer.php95 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 DTokenizer.php78 public static function getWords(string $text, bool $wc = false): array
128 public static function isValidSearchTerm(string $term): bool
/dokuwiki/inc/Remote/Response/
H A DUser.php19 public bool $isadmin;
21 public bool $ismanager;
/dokuwiki/inc/TreeBuilder/
H A DAbstractBuilder.php15 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 DIp.php40 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 DMailUtils.php120 public static function isValid(string $email): bool
139 bool $bEmulate_imap_8bit = true
/dokuwiki/inc/Remote/
H A DApiCall.php18 protected bool $isPublic = false;
100 public function setPublic(bool $isPublic = true)
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php222 * @param bool $bool Boolean value
225 public function boolToStr($bool) argument
227 return ($bool) ? 'TRUE' : 'FALSE';
/dokuwiki/inc/Action/
H A DSave.php58 …saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode fo…
/dokuwiki/inc/Search/Query/
H A DPageSet.php77 public function isEmpty(): bool
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php87 $this->options['show_minor'] = $INPUT->bool('minor');
90 $this->options['only_new'] = $INPUT->bool('onlynewpages');

123