Home
last modified time | relevance | path

Searched refs:bool (Results 201 – 225 of 903) sorted by relevance

12345678910>>...37

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTopHits.php61 * @param array|bool|string $params Fields to be returned or false to disable source
75 public function setVersion(bool $version): self
85 public function setExplain(bool $explain): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DInnerHits.php77 * @param array|bool $params Fields to be returned or false to disable source
91 public function setVersion(bool $version): self
101 public function setExplain(bool $explain): self
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedImage.php58 static public function isMutable(): bool
101 static public function isOnForm(): bool
H A DRegion.php77 static public function isMutable(): bool
106 static public function isOnForm(): bool
H A DPageH1.php54 public static function isMutable(): bool
117 public static function isOnForm(): bool
/plugin/combo/ComboStrap/
H A DMarkupRenderUtility.php24 * @param bool $strip
28 public static function renderText2XhtmlAndStripPEventually($content, bool $strip = true): string
44 * @param bool $stripOpenAndEnd - to avoid the p element in test rendering
47 public static function getInstructionsAndStripPEventually($pageContent, bool $stripOpenAndEnd = true): array
H A DPageKeywords.php87 static public function isMutable(): bool
110 static public function isOnForm(): bool
H A DMetadataFrontmatterStore.php30 * @var bool Do we have a frontmatter on the page
32 private bool $isPresent = false;
172 public function isPresent(): bool
444 private function setIsPresent(bool $bool): MetadataFrontmatterStore argument
446 $this->isPresent = $bool;
H A DCacheExpirationDate.php133 public static function isMutable(): bool
138 public static function isOnForm(): bool
H A DResourceName.php75 public static function isMutable(): bool
131 public static function isOnForm(): bool
H A DFetcherMarkup.php95 * @var bool threat the markup as a document (not as a fragment)
97 public bool $isDoc;
101 private bool $cacheAfterRendering = true;
110 public bool $deleteRootBlockElement = false;
126 * @var bool true if this fetcher has already run
132 private bool $hasExecuted = false;
147 * @var bool - when a execution is not a {@link self::isPathExecution()}, the snippet will not be stored automatically.
151 public bool $isNonPathStandaloneExecution = false;
325 * @return bool
327 private function shouldInstructionProcess(): bool
[all...]
H A DCreationDate.php121 static public function isMutable(): bool
135 public static function isOnForm(): bool
H A DModificationDate.php90 static public function isMutable(): bool
115 static public function isOnForm(): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRangeTransition.php32 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
42 public function equals(object $other) : bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyDnRequest.php52 * @var bool
64 * @param bool $deleteOldRdn
67 public function __construct($dn, $newRdn, bool $deleteOldRdn, $newParentDn = null)
114 * @return bool
116 public function getDeleteOldRdn(): bool
122 * @param bool $deleteOldRdn
125 public function setDeleteOldRdn(bool $deleteOldRdn)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRequestHandlerInterface.php44 public function compare(RequestContext $context, CompareRequest $compare): bool;
88 public function bind(string $username, string $password): bool;
H A DGenericRequestHandler.php44 public function bind(string $username, string $password): bool
52 public function compare(RequestContext $context, CompareRequest $compare): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFlowdockHandler.php45 bool $bubble = true,
46 bool $persistent = false,
H A DFleepHookHandler.php51 bool $bubble = true,
52 bool $persistent = false,
H A DStreamHandler.php54 …ion __construct($stream, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermission = null,…
181 private function customErrorHandler(int $code, string $msg): bool
H A DSamplingHandler.php65 public function isHandling(array $record): bool
70 public function handle(array $record): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticConnectionPool.php48 public function nextConnection(bool $force = false): ConnectionInterface
88 private function readyToRevive(Connection $connection): bool
/plugin/combo/syntax/
H A Dcomment.php29 private static function shouldPrint($content): bool
139 function render($format, Doku_Renderer $renderer, $data): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php74 * @var bool
85 * @param bool $criticality
88 public function __construct(string $controlType, bool $criticality = false, $controlValue = null)
115 * @param bool $criticality
118 public function setCriticality(bool $criticality)
126 * @return bool
128 public function getCriticality(): bool
/plugin/embeddedphp/syntax/
H A Dphpinline.php103 public function allowEmbedding(): bool
141 public function isBlockElement(): bool

12345678910>>...37