Home
last modified time | relevance | path

Searched refs:bool (Results 26 – 50 of 903) sorted by relevance

12345678910>>...37

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php27 function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); }
33 function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); }
36 function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($language); }
45 function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { return p\Mbstring::mb_check_encoding($value, $encoding); }
48 function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false): string|false { return p\Mbstring::mb_detect_encoding((string) $string, $encodings, (bool) $strict); }
51 function mb_detect_order(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_detect_order($encoding); }
54 function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); return (bool)
[all...]
/plugin/combo/ComboStrap/
H A DLowQualityPageOverwrite.php57 static public function isMutable(): bool
63 * @return bool
65 public function getValueOrDefault(): bool
76 * @return bool
78 public function getDefaultValue(): bool
92 static public function isOnForm(): bool
H A DQualityDynamicMonitoringOverwrite.php57 static public function isMutable(): bool
63 * @return bool
65 public function getValueOrDefault(): bool
75 * @return bool
77 public function getDefaultValue(): bool
82 static public function isOnForm(): bool
H A DIdentity.php44 public static function isLoggedIn(): bool
115 * @return bool if edit auth
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
/plugin/commonmark/vendor/league/commonmark/src/
H A DContextInterface.php
H A DContext.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php31 * @var bool
67 * @var bool
71 /** @var bool */
79 * @var bool
86 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
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php42 public function __construct($level = Logger::DEBUG, bool $bubble = true)
51 public function isHandling(array $record): bool
88 public function setBubble(bool $bubble): self
101 public function getBubble(): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php47 * @return bool
49 public function isLanguageTag(): bool
55 * @return bool
57 public function isRange(): bool
97 * @return bool
99 public function startsWith(string $option): bool
113 * @return bool
115 public function equals(Option $option): bool
128 * @param bool $lowercase forces the string representation to lowercase.
131 public function toString(bool
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php27 * @var bool
32 * @var bool
66 public function __isset(string $key): bool
114 public function has(string $key): bool
208 public function setDocAsUpsert(bool $value): self
215 public function getDocAsUpsert(): bool
220 public function setAutoPopulate(bool $autoPopulate = true): self
227 public function isAutoPopulate(): bool
242 public function hasPipeline(): bool
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJSqueezeFilter.php42 public function setSingleLine($bool) argument
44 $this->singleLine = (bool) $bool;
58 public function keepImportantComments($bool) argument
60 $this->keepImportantComments = (bool) $bool;
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListItem.php
H A DThematicBreak.php
H A DDocument.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php20 * @var bool
24 public function __construct(ATNState $target, int $ruleIndex, int $actionIndex = -1, bool $isCtxDependent = false)
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.php21 * @var bool
25 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
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php44 public function setSerializeNull(bool $bool): self argument
46 $this->serializeNull = $bool;
55 public function shouldSerializeNull(): bool
91 public function isVisiting($object): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php33 * @var bool
38 * @var bool
50 $this->isAuthRequired = isset($options['require_authentication']) ? (bool) $options['require_authentication'] : true;
51 $this->isAnonymousAllowed = isset($options['allow_anonymous']) ? (bool) $options['allow_anonymous'] : false;
58 * @return bool
60 public function isAuthenticationRequired(RequestInterface $request): bool
84 public function isAuthenticationTypeSupported(RequestInterface $request): bool
96 public function isAuthenticationRequest(RequestInterface $request): bool
105 public function isAuthenticated(): bool
132 * @return bool
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContentsPlaceholder.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnoteContainer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarker.php21 private bool $checked;
23 public function __construct(bool $isCompleted)
30 public function isChecked(): bool
35 public function setChecked(bool $checked): void
/plugin/davcal/db/
H A Dupdate0001.sql26 transparent bool
48 striptodos bool,
49 stripalarms bool,
50 stripattachments bool,
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBooleanType.php23 * @param bool $value
25 public function __construct(bool $value)
31 * @param bool $value
34 public function setValue(bool $value)
44 * @param bool $value
47 public static function withTag($tagNumber, int $class, bool $value)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php42 …nt $batchMode = self::BATCH_MODE_JSON, bool $appendNewline = true, bool $ignoreEmptyContextAndExtr…
67 public function isAppendingNewlines(): bool
115 public function includeStacktraces(bool $include = true): self
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php97 public function offsetExists($offset): bool

12345678910>>...37