Home
last modified time | relevance | path

Searched refs:bool (Results 276 – 300 of 903) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php127 public function hasSource(): bool
189 public static function isValidOpType(?string $opType = null): bool
/plugin/farmer/admin/
H A Dsetup.php32 if (!$INPUT->bool('farmdir')) return;
63 if ($ok && $INPUT->bool('htaccess')) $ok &= $this->createHtaccess();
95 * @return bool true if saving was successful
110 * @return bool true if saving was successful
137 * @return bool true if saving was successful
/plugin/combo/ComboStrap/
H A DWikiFileSystem.php40 function exists(Path $path): bool
102 * @return bool
104 public function isDirectory(Path $path): bool
H A DHttpRequest.php19 private bool $withTestRequest = true;
24 private bool $asAdmin = false;
H A DOs.php13 * @return bool
15 public static function isWindows(): bool
H A DSqlite.php261 public function supportJson(): bool
296 private function doWeNeedToCreateNewInstance(): bool
439 * @return bool - true if the option is available
441 public function hasOption(string $option): bool
479 * @return bool
481 public static function isJuneVersion($adapter): bool
H A DSite.php583 public static function isHtmlRenderCacheOn(): bool
599 public static function isLowQualityProtectionEnable(): bool
650 public static function shouldUrlBeAbsolute(): bool
741 * @return bool
744 public static function isBrandingColorInheritanceEnabled(): bool
789 public static function isBrandingColorInheritanceFunctional(): bool
945 public static function shouldEndpointUrlBeAbsolute(): bool
H A DOutline.php90 private bool $isFragment;
91 private bool $metaHeaderCapture;
96 * @param bool $isFragment - needed to control the structure of the outline (if this is a preview, the first heading may be not h1)
99 public function __construct(CallStack $callStack, MarkupPath $markup = null, bool $isFragment = false)
113 * @param bool $isFragment - needed to control the structure of the outline (if this is a preview, the first heading may be not h1)
116 public static function createFromCallStack(CallStack $callStack, MarkupPath $markupPath = null, bool $isFragment = false): Outline
883 public function setMetaHeaderCapture(bool $metaHeaderCapture): Outline
889 public function getMetaHeaderCapture(): bool
913 public function isSectionEditingEnabled(): bool
H A DCanonical.php73 public static function isMutable(): bool
168 public static function isOnForm(): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php34 /** @var bool */
469 * @return bool `true` if an accept state is reached, otherwise `false`.
475 bool $currentAltReachedAcceptState,
476 bool $speculative,
477 bool $treatEofAsEpsilon
478 ) : bool {
563 bool $speculative,
564 bool $treatEofAsEpsilon
687 * @param bool $speculative `true` if the current index in `input` is
690 * @return bool `tru
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php118 protected function parse(string $digest, bool $isServerMode): Message
143 protected function parseOptValue(string $opt, bool $isServerMode)
216 protected function encodeOptValue(string $name, $value, bool $isServerMode)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php76 * @var bool
100 * @param bool $asPercentage
103 public function asPercentage(bool $asPercentage = true)
230 * @return bool
232 public function isAtEndOfList(): bool
249 * @return bool
251 public function isAtStartOfList(): bool
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DNullAwareVisitorInterface.php15 public function isNull($value): bool;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DWebRequestRecognizerTrait.php20 protected function isWebRequest(): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DActivationStrategyInterface.php28 public function isHandlerActivated(array $record): bool;
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DEmphasis.php
H A DStrong.php
/plugin/combo/action/
H A Drouter.php151 * @return bool
159 public static function isShadowBanned(string $id): bool
214 * @return bool
219 public static function isWellKnownFile(string $id): bool
742 * @return bool - return true if the user has the permission and that the redirect was done
746 function executeTransparentRedirect(string $targetPageId, string $targetOriginId): bool
813 private function executePermanentRedirect(string $targetIdOrUrl, $targetOrigin): bool
826 function executeHttpRedirect(string $targetIdOrUrl, string $targetOrigin, string $method): bool
1064 * @return bool - true if a rewrite or redirection occurs
1067 private function processingPageRules(): bool
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquatable.php9 public function equals(object $other) : bool;
/plugin/twofactoryubiauth/
H A Dhelper.php56 if ($INPUT->bool('yubiauth_disable', false)) {
62 if ($INPUT->bool('yubiauth_enable', false)) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php70 public function eval(Recognizer $parser, RuleContext $parserCallStack) : bool
118 public function equals(object $other) : bool
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/Traits/
H A DIgnoreFailureTrait.php12 public function setIgnoreFailure(bool $ignoreFailure): self
H A DIgnoreMissingTrait.php12 public function setIgnoreMissing(bool $ignoreMissing): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DKeyedTrait.php13 public function setKeyed(bool $keyed = true): self
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBigIntTrait.php26 * @return bool
28 public function isBigInt(): bool

1...<<11121314151617181920>>...37