Home
last modified time | relevance | path

Searched refs:bool (Results 101 – 125 of 903) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php64 bool $bubble = true,
65 bool $persistent = false,
126 public function setPersistent(bool $persistent): self
193 public function isPersistent(): bool
237 public function isConnected(): bool
424 private function writingIsTimedOut(int $sent): bool
H A DNullHandler.php48 public function isHandling(array $record): bool
56 public function handle(array $record): bool
H A DPushoverHandler.php106 bool $bubble = true,
107 bool $useSSL = true,
112 bool $persistent = false,
240 public function useFormattedMessage(bool $value): self
/plugin/struct/admin/
H A Dschemas.php34 * @return bool true if only access for superuser, false is for superusers and moderators
52 if ($table && $INPUT->bool('save') && checkSecurityToken()) {
60 if ($table && $INPUT->bool('export')) {
68 if ($table && $INPUT->bool('import')) {
84 if ($table && $INPUT->bool('importcsv')) {
104 if ($table && $INPUT->bool('exportcsv')) {
112 if ($table && $INPUT->bool('delete')) {
129 if ($table && $INPUT->bool('clear')) {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php62 * @var bool
98 * @var bool
331 function setMutable(bool $bool): FormMetaField argument
333 $this->mutable = $bool;
458 function isMutable(): bool
493 function setMultiple(bool $bool): FormMetaField argument
495 $this->multiple = $bool;
500 function isMultiple(): bool
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExclusionStrategyInterface.php21 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool;
26 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool;
H A DGroupsExclusionStrategy.php51 public function shouldSkipClass(ClassMetadata $metadata, Context $navigatorContext): bool
59 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool
83 private function shouldSkipUsingGroups(PropertyMetadata $property, array $groups): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DDefaultEquivalence.php9 public function equivalent(Hashable $left, Hashable $right) : bool
19 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DEmptyPredictionContext.php19 public function isEmpty() : bool
29 public function equals(object $other) : bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php40 * @var bool
47 * @param bool $isCritical
49 public function __construct(string $name, ?string $value = null, bool $isCritical = false)
94 public function getIsCritical(): bool
100 * @param bool $isCritical
103 public function setIsCritical(bool $isCritical)
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataBoolean.php23 * @var bool|null
33 * @return bool
36 public function getValue(): bool
86 * @return bool|string|null
127 function valueIsNotNull(): bool
140 function toBoolean($value): ?bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php18 /** @var bool */
41 public function isPassedThroughNonGreedyDecision() : bool
58 public function equals(object $other) : bool
79 private static function checkNonGreedyDecision(LexerATNConfig $source, ATNState $target) : bool
H A DATNConfig.php115 public function isPrecedenceFilterSuppressed() : bool
120 public function setPrecedenceFilterSuppressed(bool $value) : void
133 public function equals(object $other) : bool
157 public function toString(bool $showAlt) : string
H A DParserATNSimulator.php235 /** @var bool */
238 /** @var bool */
241 /** @var bool */
244 /** @var bool */
247 /** @var bool */
250 /** @var bool */
890 protected function computeReachSet(ATNConfigSet $closure, int $t, bool $fullCtx) : ?ATNConfigSet
1053 * @param bool $lookToEndOfRule When true, this method checks for
1065 protected function removeAllConfigsNotInRuleStopState(ATNConfigSet $configs, bool $lookToEndOfRule) : ATNConfigSet
1093 protected function computeStartState(ATNState $p, RuleContext $ctx, bool
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributesInline.php24 private bool $block;
29 public function __construct(array $attributes, bool $block)
53 public function isBlock(): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMemoryProcessor.php35 public function __construct(bool $realUsage = true, bool $useFormatting = true)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ExclusionStrategy/
H A DAlwaysExcludeExclusionStrategy.php14 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool
19 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D06afce2955f9094d96d27067ebca32e8.asciidoc1 // query-dsl/bool-query.asciidoc:36
8 'bool' => [
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DWildcardTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
19 public function equals(object $other) : bool
H A DNotSetTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
20 public function equals(object $other) : bool
/plugin/combo/ComboStrap/
H A DToc.php166 * @return bool if the toc need to be shown
173 public static function showToc(Doku_Renderer $renderer): bool
230 public function shouldTocBePrinted(): bool
262 public function valueIsNotNull(): bool
292 static public function isMutable(): bool
H A DEndDate.php47 static public function isMutable(): bool
63 static public function isOnForm(): bool
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php53 public static function requiresDoubleQuoting(string $value): bool
77 public static function requiresSingleQuoting(string $value): bool
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DParentId.php17 * @param bool $ignoreUnmapped Indicates whether to ignore an unmapped type and not return any documents instead of an error. Defaults to false.
19 public function __construct(string $type, string $id, bool $ignoreUnmapped = false)
36 private function setIgnoreUnmapped(bool $ignoreUnmapped = false): void
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php53 public static function requiresDoubleQuoting(string $value): bool
73 public static function requiresSingleQuoting(string $value): bool

12345678910>>...37