Home
last modified time | relevance | path

Searched refs:bool (Results 301 – 325 of 903) sorted by relevance

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethrough.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DConnectionPoolInterface.php25 public function nextConnection(bool $force = false): ConnectionInterface;
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DInlineParserInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Event/
H A DAbstractEvent.php33 private bool $propagationStopped = false;
38 final public function isPropagationStopped(): bool
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php63 …ct(string $defaultFormat = \DateTime::ATOM, string $defaultTimezone = 'UTC', bool $xmlCData = true)
134 private function isDataXmlNull($data): bool
222 private function parseDateTime($data, array $type, bool $immutable = false): \DateTimeInterface
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquivalence.php9 public function equivalent(Hashable $left, Hashable $right) : bool;
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DEncoderInterface.php51 public static function decode(string $encodedString, bool $strictPadding = false): string;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php55 public function visitBoolean(bool $data, array $type)
163 public function hasData(string $key): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php50 public function bind(string $username, string $password): bool
53 return (bool) $this->ldap()->bind($username, $password);
102 public function compare(RequestContext $context, CompareRequest $compare): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php72 …eduplicationStore = null, $deduplicationLevel = Logger::ERROR, int $time = 60, bool $bubble = true)
113 private function isDuplicate(array $record): bool
/plugin/combo/ComboStrap/
H A DBreadcrumbTag.php136 * @param bool $current
137 * @param bool $link
140 public static function getLiHtmlOutput(MarkupPath $page, bool $current = false, bool $link = true): string
H A DFileSystem.php12 function exists(Path $path): bool;
H A DConsole.php41 public static function isConsoleRun(): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php68 public function eval(Recognizer $parser, RuleContext $parserCallStack) : bool
116 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php39 * @var bool
43 public function __construct(bool $exactOnly = true)
53 bool $exact,
/plugin/siteexport/action/
H A Daggregate.php59 if ( $INPUT->bool('exportSelectedVersionOnly' ) ) {
91 if( $INPUT->bool('mergehint', true, true ) ) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D162b5b693b713f0bfab1209d59443c46.asciidoc1 // query-dsl/bool-query.asciidoc:130
H A D251ea12c1248385ab409906ac64d9ee9.asciidoc9 'bool' => [
H A D47bb632c6091ad0cd94bc660bdd309a5.asciidoc9 'bool' => [
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DBlockParserInterface.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DCardinality.php27 public function setRehash(bool $rehash): self
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/
H A DVisitor.php29 * @return bool
31 public function visitEnter(Node $astNode): bool;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.Proprietary.txt
H A DHTML.Nofollow.txt
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMapInterface.php28 public function contains(string $label): bool;

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