Home
last modified time | relevance | path

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

12345678910>>...13

/template/twigstarter/vendor/symfony/polyfill-ctype/
Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/template/strap/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php108 private function start($node): bool {
118 private function end(): bool {
129 public function visitEnterSelectorGroup(): bool {
139 public function visitEnterSelectorSequence(): bool {
159 public function visitLeaveSelectorSequence(): bool {
167 public function visitSelectorSimpleUniversal(Ast\Selector\Simple\Universal $universal): bool {
181 public function visitSelectorSimpleType(Ast\Selector\Simple\Type $type): bool {
195 public function visitSelectorSimpleId(Ast\Selector\Simple\Id $id): bool {
204 public function visitSelectorSimpleClassName(Ast\Selector\Simple\ClassName $class): bool {
212 public function visitEnterSelectorCombinatorDescendant(): bool {
[all …]
H A DCss.php44 public function visitEnterSelectorGroup(Ast\Selector\Group $group): bool {
61 public function visitEnterSelectorSequence(): bool {
75 public function visitSelectorSimpleUniversal(Ast\Selector\Simple\Universal $universal): bool {
90 public function visitSelectorSimpleType(Ast\Selector\Simple\Type $type): bool {
105 public function visitSelectorSimpleId(Ast\Selector\Simple\Id $id): bool {
116 public function visitSelectorSimpleClassName(Ast\Selector\Simple\ClassName $class): bool {
121 public function visitEnterSelectorCombinatorDescendant(): bool {
129 public function visitEnterSelectorCombinatorChild(): bool {
135 public function visitEnterSelectorCombinatorFollower(): bool {
141 public function visitEnterSelectorCombinatorNext(): bool {
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php33 public function contains(int $item) : bool
43 public function equals(object $other) : bool
57 public function startsBeforeDisjoint(Interval $other) : bool
65 public function startsBeforeNonDisjoint(Interval $other) : bool
73 public function startsAfter(Interval $other) : bool
81 public function startsAfterDisjoint(Interval $other) : bool
89 public function startsAfterNonDisjoint(Interval $other) : bool
98 public function disjoint(Interval $other) : bool
106 public function adjacent(Interval $other) : bool
/template/strap/vendor/symfony/process/Pipes/
H A DUnixPipes.php29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport)
102 public function readAndWrite(bool $blocking, bool $close = false): array
151 public function haveReadSupport(): bool
159 public function areOpen(): bool
H A DPipesInterface.php45 public function readAndWrite(bool $blocking, bool $close = false): array;
50 public function areOpen(): bool;
55 public function haveReadSupport(): bool;
H A DWindowsPipes.php38 public function __construct($input, bool $haveReadSupport)
142 public function readAndWrite(bool $blocking, bool $close = false): array
177 public function haveReadSupport(): bool
185 public function areOpen(): bool
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php165 …public static function hasSLLConflictTerminatingPrediction(int $mode, ATNConfigSet $configs) : bool
211 public static function hasConfigInRuleStopState(ATNConfigSet $configs) : bool
232 public static function allConfigsInRuleStopStates(ATNConfigSet $configs) : bool
379 public static function allSubsetsConflict(array $altsets) : bool
393 public static function hasNonConflictingAltSet(array $altsets) : bool
413 public static function hasConflictingAltSet(array $altsets) : bool
432 public static function allSubsetsEqual(array $altsets) : bool
497 public function equals(object $other) : bool
502 public function equivalent(Hashable $left, Hashable $right) : bool
558 public static function hasStateAssociatedWithOneAlt(ATNConfigSet $configs) : bool
H A DATNDeserializationOptions.php36 public function isReadOnly() : bool
46 public function isVerifyATN() : bool
51 public function setVerifyATN(bool $verifyATN) : void
60 public function isGenerateRuleBypassTransitions() : bool
65 public function setGenerateRuleBypassTransitions(bool $generateRuleBypassTransitions) : void
H A DATNConfigSet.php86 public function __construct(bool $fullCtx = true)
99 public function equivalent(Hashable $left, Hashable $right) : bool
119 public function equals(object $other) : bool
139 public function add(ATNConfig $config, ?DoubleKeyMap $mergeCache = null) : bool
282 public function equals(object $other) : bool
318 public function isEmpty() : bool
323 public function contains(object $item) : bool
332 public function containsFast(ATNConfig $item) : bool
353 public function isReadOnly() : bool
358 public function setReadonly(bool $readOnly) : void
/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap80.php27 …function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex…
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu…
48 …function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = …
51 …function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_d…
54 …function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result)…
69 …function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { …
78 …function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enc…
81 …function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enc…
[all …]
/template/strap/ComboStrap/
H A DLowQualityPageOverwrite.php57 static public function isMutable(): bool
65 public function getValueOrDefault(): bool
78 public function getDefaultValue(): bool
92 static public function isOnForm(): bool
H A DQualityDynamicMonitoringOverwrite.php57 static public function isMutable(): bool
65 public function getValueOrDefault(): bool
77 public function getDefaultValue(): bool
82 static public function isOnForm(): bool
H A DIdentity.php44 public static function isLoggedIn(): bool
117 public static function isWriter($wikiId = null): bool
169 public static function isManager(): bool
192 public static function isReader(string $wikiId): bool
224 public static function isAnonymous(): bool
H A DSnippet.php118 private bool $critical;
149 private bool $async;
162 private bool $hasHtmlOutputOccurred = false;
424 public function setCritical($bool): Snippet argument
426 $this->critical = $bool;
436 public function setDoesManipulateTheDomOnRun($bool): Snippet argument
438 $this->async = !$bool;
502 public function hasSlot($slot): bool
515 public function getCritical(): bool
662 public function useLocalUrl(): bool
[all …]
H A DFetcherMarkupBuilder.php31 protected bool $deleteRootBlockElement = false;
35 protected bool $isDoc;
37 private bool $isCodeStandAloneExecution = false;
105 public function setDeleteRootBlockElement(bool $b): FetcherMarkupBuilder
400 public function setIsDocument(bool $isDoc): FetcherMarkupBuilder
437 public function setIsStandAloneCodeExecution(bool $isStandAlone): FetcherMarkupBuilder
451 private function getIsDocumentExecution(): bool
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php27 …function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex…
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu…
48 …function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = …
51 …function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_d…
54 …function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result)…
69 …function mb_substitute_character(string|int|null $substitute_character = null): string|int|bool { …
78 …function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enc…
81 …function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $enc…
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php24 …public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDe…
33 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
41 public function isEpsilon() : bool
51 public function equals(object $other) : bool
H A DPredicateTransition.php25 …public function __construct(ATNState $target, int $ruleIndex, int $predIndex, bool $isCtxDependent)
34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
47 public function isEpsilon() : bool
57 public function equals(object $other) : bool
H A DEpsilonTransition.php34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
42 public function isEpsilon() : bool
52 public function equals(object $other) : bool
H A DPrecedencePredicateTransition.php22 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
35 public function isEpsilon() : bool
45 public function equals(object $other) : bool
H A DRuleTransition.php39 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
47 public function isEpsilon() : bool
57 public function equals(object $other) : bool
/template/strap/vendor/symfony/polyfill-php80/
H A Dbootstrap.php29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha…
32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi…
35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($…
/template/strap/vendor/carica/phpcss/src/PhpCss/
H A DParser.php129 $expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE
159 protected function endOfTokens(int $position = 0): bool {
183 protected function ignore($expectedTokens): bool {
241 protected function matchToken(int $position, int $type): bool {

12345678910>>...13