Home
last modified time | relevance | path

Searched refs:bool (Results 176 – 200 of 903) sorted by relevance

12345678910>>...37

/plugin/combo/ComboStrap/
H A DPageTitle.php48 public static function isMutable(): bool
115 public static function isOnForm(): bool
H A DTagAttributes.php224 * @var bool - set when the transformation from component attribute to html attribute
262 * @var bool - adding the default class for the logical tag
308 * @param bool $allowFirstBooleanAttributesAsType - if the first attribute is a boolean, make it a type
311 public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): TagAttributes
421 public static function isEmptyValue($attributeValue): bool
518 public function hasComponentAttribute($attributeName): bool
921 function hasStyleDeclaration($styleDeclaration): bool
1278 public function hasAttribute($attribute): bool
1288 function hasHtmlAttribute($attribute): bool
1399 public function hasClass(string $string): bool
1409 setDefaultStyleClassShouldBeAdded(bool $bool) global() argument
[all...]
H A DLocale.php69 static public function isMutable(): bool
106 static public function isOnForm(): bool
H A DCacheExpirationFrequency.php87 public static function isMutable(): bool
103 public static function isOnForm(): bool
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListItemRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListItemRenderer.php31 * @param bool $inTightList
52 private function startsTaskListItem(Node $node): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPsrHandler.php44 … public function __construct(LoggerInterface $logger, $level = Logger::DEBUG, bool $bubble = true)
54 public function handle(array $record): bool
H A DErrorLogHandler.php38 … $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, bool $bubble = true, bool $expandN…
H A DRotatingFileHandler.php52 …name, int $maxFiles = 0, $level = Logger::DEBUG, bool $bubble = true, ?int $filePermission = null,…
162 … set_error_handler(function (int $errno, string $errstr, string $errfile, int $errline): bool {
H A DHandlerWrapper.php49 public function isHandling(array $record): bool
57 public function handle(array $record): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticNoPingConnectionPool.php47 public function nextConnection(bool $force = false): ConnectionInterface
71 private function readyToRevive(Connection $connection): bool
/plugin/combo/ComboStrap/Meta/Field/
H A DTwitterImage.php43 static public function isMutable(): bool
78 static public function isOnForm(): bool
H A DAncestorImage.php51 static public function isMutable(): bool
110 static public function isOnForm(): bool
H A DFacebookImage.php46 static public function isMutable(): bool
82 static public function isOnForm(): bool
H A DFeaturedSvgImage.php46 static public function isMutable(): bool
81 static public function isOnForm(): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerCustomAction.php84 * @return bool This method returns `true`.
86 public function isPositionDependent() : bool
107 public function equals(object $other) : bool
H A DLexerIndexedCustomAction.php88 * @return bool This method returns `true`.
90 public function isPositionDependent() : bool
112 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DSetTransition.php31 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
46 public function equals(object $other) : bool
/plugin/combo/action/
H A Ddocustom.php37 * @var bool to avoid recursion that may happen using {@link tpl_content()}
39 private bool $doCustomActuallyExecuting = false;
42 * @return bool
44 public static function isThemeSystemEnabled(): bool
208 private function isComboDoAction($actionName): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php91 public function registerExceptionHandler(array $levelMap = [], bool $callPrevious = true): self
113 …nction registerErrorHandler(array $levelMap = [], bool $callPrevious = true, int $errorTypes = -1,…
213 …ndleError(int $code, string $message, string $file = '', int $line = 0, ?array $context = []): bool
H A DRegistry.php56 public static function addLogger(Logger $logger, ?string $name = null, bool $overwrite = false)
72 public static function hasLogger($logger): bool
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php221 public function hasOption(string $key): bool
263 public function hasIndices(): bool
271 public function hasIndex($index): bool
288 public function hasIndexByName(string $index): bool
359 * @param bool $fullResult By default only the total hit count is returned. If set to true, the full ResultSet including aggregations is returned
367 public function count($query = '', bool $fullResult = false, string $method = Request::POST)
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php86 * @var bool
88 protected bool $wasBuild = false;
192 * @return bool - true if single value, false if an array
195 function isScalar(): bool
250 * @return bool
256 public abstract function valueIsNotNull(): bool;
577 public static function deleteIfPresent(array &$persistentPageMeta, array $attributeToDeletes): bool
590 * @return bool can the user change the value
604 public abstract static function isMutable(): bool;
607 * @return bool i
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php27 /** @var bool */
166 public function isReadOnly() : bool
171 public function setReadOnly(bool $readOnly) : void
268 public function contains(int $item) : bool
347 public function isNull() : bool
384 public function toStringChars(bool $elemAreChar) : string
492 public function equals(object $other) : bool

12345678910>>...37