Home
last modified time | relevance | path

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

12345678910>>...15

/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/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/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/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php34 public function needsCharset(): bool;
36 public function needsEnvironment(): bool;
38 public function needsContext(): bool;
44 public function isVariadic(): bool;
46 public function isDeprecated(): bool;
DTwigTest.php43 public function needsCharset(): bool
48 public function needsEnvironment(): bool
53 public function needsContext(): bool
58 public function hasOneMandatoryArgument(): bool
DAbstractTwigCallable.php96 public function needsCharset(): bool
101 public function needsEnvironment(): bool
106 public function needsContext(): bool
111 public function needsIsSandboxed(): bool
144 public function isVariadic(): bool
149 public function isDeprecated(): 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;
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
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 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 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/twig/twig/src/Attribute/
DAsTwigTest.php43 public ?bool $needsCharset = null,
44 public ?bool $needsEnvironment = null,
45 public ?bool $needsContext = null,
46 public ?bool $needsIsSandboxed = null,
DAsTwigFunction.php45 public ?bool $needsCharset = null,
46 public ?bool $needsEnvironment = null,
47 public ?bool $needsContext = null,
48 public ?bool $needsIsSandboxed = null,
DAsTwigFilter.php47 public ?bool $needsCharset = null,
48 public ?bool $needsEnvironment = null,
49 public ?bool $needsContext = null,
50 public ?bool $needsIsSandboxed = null,
/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
/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
/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 …]

12345678910>>...15