Home
last modified time | relevance | path

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

12

/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.php101 public function set_data(string $key, array $value, ?int $ttl = null): bool;
118 public function delete_data(string $key): bool;
H A DBaseDataCache.php127 public function set_data(string $key, array $value, ?int $ttl = null): bool
154 public function delete_data(string $key): bool
H A DPsr16.php122 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 DEncoderInterface.php51 public static function decode(string $encodedString, bool $strictPadding = false): string;
H A DBase32.php50 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 DHex.php108 bool $strictPadding = false
H A DBase64.php84 bool $pad = true
143 bool $strictPadding = false
/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…
H A DIpTest.php94 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 DIp.php39 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 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/Remote/
H A DApiCall.php18 protected bool $isPublic = false;
100 public function setPublic(bool $isPublic = true)
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php85 $this->options['show_minor'] = $INPUT->bool('minor');
88 $this->options['only_new'] = $INPUT->bool('onlynewpages');
/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…
H A DSearch.php85 if ($INPUT->bool('sf')) {
/dokuwiki/
H A Dfeed.php49 $depends['purge'] = $INPUT->bool('purge');
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php96 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 DLogin.php54 ->val(($INPUT->bool('http_credentials')) ? '' : $INPUT->str('u'));
/dokuwiki/lib/plugins/extension/
H A Dadmin.php40 $installer = new Installer($INPUT->post->bool('overwrite'));
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php92 public function hasChildren(): bool

12