Home
last modified time | relevance | path

Searched refs:bool (Results 776 – 800 of 903) sorted by relevance

1...<<31323334353637

/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst114 /** @var bool */
115 public $bool;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php33 * @var bool
92 public function inErrorRecoveryMode(Parser $recognizer) : bool
556 * @return bool `true` If single-token insertion is a viable recovery
559 protected function singleTokenInsertion(Parser $recognizer) : bool
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php277 * @param boolean $bool
281 public function setIgnoreNotImportedAnnotations($bool) argument
283 $this->ignoreNotImportedAnnotations = (boolean) $bool;
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown173 slickGoTo | index : int, dontAnimate : bool | Goes to slide by index, skipping animation if second …
175 slickAdd | element : html or DOM object, index: int, addBefore: bool | Add a slide. If an index is …
176 slickRemove | index: int, removeBefore: bool | Remove slide by index. If removeBefore is set true, …
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php208 protected function isChallengeComplete(SaslContext $context, BindResponse $response): bool
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php291 * @return bool Returns True if the revocation was successful, otherwise False.
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php462 * @param bool $forceOpenSsl [optional] Does not apply to this credentials
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DClusterNamespace.php100 * @return bool
103 public function existsComponentTemplate(array $params = []): bool
/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php396 function hasDependency(string $dependencyName): bool
H A DConditionalLength.php51 * @var bool
348 public function isRatio(): bool
H A DSnippetSystem.php213 * @return bool
215 public function hasSnippetsForComponent($componentId): bool
H A DIdentityFormsHelper.php70 * @param bool $includeLogo
73 public static function getHeaderHTML($form, string $classPrefix, bool $includeLogo = true): string
/plugin/pagequery/
H A Dsyntax.php235 public function render($format, Doku_Renderer $renderer, $data): bool
/plugin/combo/syntax/
H A Dlink.php177 * @return bool
180 public function accepts($mode): bool
259 * @return array|bool
400 function render($format, Doku_Renderer $renderer, $data): bool
H A Dlabel.php168 function render($format, Doku_Renderer $renderer, $data): bool
/plugin/dw2pdf/
H A Daction.php35 /** @var bool|string path to temporary cachefile */
304 if (!$INPUT->bool('book_skipforbiddenpages') && $skippedpages !== []) {
973 $doublesided = $INPUT->bool('doublesided', (bool)$this->getConf('doublesided'));
978 $hasToC = $INPUT->bool('toc', (bool)$this->getConf('toc'));
1040 * @return mixed|bool
/plugin/openlayersmap/
H A DStaticMap.php120 * @param bool $autoZoomExtent
137 bool $autoZoomExtent = true,
262 public function checkMapCache(): bool
408 * @return bool|string
496 public function mkdirRecursive(string $pathname, int $mode): bool
/plugin/codemirror/dist/modes/
H A Dgo.min.js1 …,"return":true,select:true,struct:true,"switch":true,type:true,"var":true,bool:true,"byte":true,co… property in AnonymousFunction26a5cfbf0200.d
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php210 public function bool($name, $default = false, $nonempty = false) { function in Input
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php45 * explain?: bool,
59 * track_scores?: bool,
60 * track_total_hits?: bool|int,
61 * version?: bool,
71 * @var bool
195 public function setTrackScores(bool $trackScores = true): self
240 * @param bool $explain Enabled or disable explain (default = true)
252 * @param bool $version Enabled or disable version (default = true)
406 * @param array|bool $params Fields to be returned or false to disable source
460 * @param bool|in
[all...]
H A DBulk.php81 public function hasIndex(): bool
/plugin/combo/action/
H A Droutermessage.php309 * @return bool
311 private function showMessageIfPublicAndPlanned(): bool
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php263 static public function isMutable(): bool
/plugin/twofactor/action/
H A Dprofile.php118 * @return bool should a redirect be made?
127 $manager->userOptOutState($INPUT->bool('optout'));
158 * @return bool true if the user currently opted out

1...<<31323334353637