Home
last modified time | relevance | path

Searched refs:bool (Results 601 – 625 of 903) sorted by relevance

1...<<21222324252627282930>>...37

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php53 …public function __construct(Client $client, array $options = [], $level = Logger::DEBUG, bool $bub…
H A DDynamoDbHandler.php51 …public function __construct(DynamoDbClient $client, string $table, $level = Logger::DEBUG, bool $b…
H A DPHPConsoleHandler.php77 …uct(array $options = [], ?Connector $connector = null, $level = Logger::DEBUG, bool $bubble = true)
H A DRedisHandler.php45 …public function __construct($redis, string $key, $level = Logger::DEBUG, bool $bubble = true, int …
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php37 public function __construct(?string $dateFormat = null, bool $removeUsedContextFields = false)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DWildcard.php74 public function setCaseInsensitive(bool $caseInsensitive): self
/plugin/combo/syntax/
H A Dtoc.php128 function render($format, Doku_Renderer $renderer, $data): bool
/plugin/combo/ComboStrap/
H A DCacheResults.php84 public function hasResultForMode($mode): bool
H A DFetcherCache.php65 * @return bool
67 public function isCacheUsable(): bool
H A DCacheManager.php84 public function shouldSlotExpire($pageId): bool
H A DPageUrlType.php90 static public function isMutable(): bool
H A DWikiPath.php673 * @return bool
676 static function isNamespacePath(string $namespacePath): bool
815 * @return bool true if this id represents a page
818 function isPage(): bool
835 function isGlob(): bool
985 function isPublic(): bool
1230 public function hasRevision(): bool
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataText.php43 public function valueIsNotNull(): bool
/plugin/combo/ComboStrap/Meta/Field/
H A DSocialCardImage.php57 static public function isMutable(): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php54 /** @var bool */
75 * @var bool
115 public function equals(object $other) : bool
/plugin/twofactoremail/
H A Daction.php39 if($INPUT->bool('init')) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php35 public function __construct(bool $isServerMode = false)
H A DDigestMD5Challenge.php58 public function __construct(bool $isServerMode = false)
123 protected function isClientChallengeNeeded(Message $message): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php153 * @return bool
156 public function valid(): bool
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php62 public function isEndToken(Scanner\Token $token): bool {
/plugin/deeplautotranslate/
H A Daction.php460 private function check_in_glossary_ns(): bool {
476 private function check_glossary_supported($src, $target): bool {
485 private function check_do_translation($allow_existing = false): bool {
523 private function check_do_push_translate(): bool {
606 private function delete_glossary($glossary_id): bool {
/plugin/combo/vendor/symfony/yaml/
H A DInline.php39 self::$exceptionOnInvalidType = (bool) (Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE & $flags);
40 self::$objectSupport = (bool) (Yaml::PARSE_OBJECT & $flags);
41 self::$objectForMap = (bool) (Yaml::PARSE_OBJECT_FOR_MAP & $flags);
42 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
208 public static function isHash($value): bool
268 public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, array &$references = [], bool &$isQuoted = null)
561 private static function evaluateScalar(string $scalar, int $flags, array &$references = [], bool &$isQuotedString = null)
776 private static function isBinaryString(string $value): bool
/plugin/404manager/_test/
H A Dmanager.test.php426 $bool = $redirectManager->isRedirectionPresent($sourcePageId);
427 $this->assertEquals(true, $bool, "The redirection is present");
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php54 * @var bool
236 * @param bool $useSsl
239 public function setUseSsl(bool $useSsl)
247 * @return bool
249 public function getUseSsl(): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php114 * @var bool
340 * @return bool
342 public function getAttributesOnly(): bool
348 * @param bool $attributesOnly
351 public function setAttributesOnly(bool $attributesOnly)

1...<<21222324252627282930>>...37