Home
last modified time | relevance | path

Searched refs:bool (Results 51 – 75 of 903) sorted by relevance

12345678910>>...37

/plugin/noticeboard/classes/
H A DNotice.php115 public function setHasEndTime($bool){ argument
116 $this->hasEndTime = $bool;
123 public function setHasStartTime($bool){ argument
124 $this->hasStartTime = $bool;
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php115 public function setHasEndTime($bool){ argument
116 $this->hasEndTime = $bool;
123 public function setHasStartTime($bool){ argument
124 $this->hasStartTime = $bool;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php50 public function __isset($key): bool
76 public function hasParam(string $name): bool
116 public function hasFields(): bool
185 public function hasInnerHits(): bool
H A DResultSet.php83 public function hasSuggests(): bool
105 public function hasAggregations(): bool
195 public function hasTimedOut(): bool
262 * @return bool True if object exists
264 public function valid(): bool
284 public function offsetExists($offset): bool
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/
H A DFootnote.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php43 … null, ?string $dateFormat = null, bool $allowInlineLineBreaks = false, bool $ignoreEmptyContextAn…
52 public function includeStacktraces(bool $include = true): self
62 public function allowInlineLineBreaks(bool $allow = true): self
69 public function ignoreEmptyContextAndExtra(bool $ignore = true): self
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php53 bool $useAttachment = true,
55 bool $useShortAttachment = false,
56 bool $includeContextAndExtra = false,
58 bool $bubble = true,
H A DInsightOpsHandler.php39 bool $useSSL = true,
41 bool $bubble = true,
42 bool $persistent = false,
H A DLogEntriesHandler.php35 bool $useSSL = true,
37 bool $bubble = true,
39 bool $persistent = false,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php91 public function setAllowLeadingWildcard(bool $allow = true): self
103 public function setEnablePositionIncrements(bool $enabled = true): self
164 public function setAnalyzeWildcard(bool $analyze = true): self
183 * Whether to use bool or dis_max queries to internally combine results for multi field search.
185 * @param bool $value Determines whether to use
189 public function setUseDisMax(bool $value = true): self
/plugin/combo/ComboStrap/
H A DSnippet.php116 * @var bool
118 private bool $critical;
147 * @var bool run as soon as possible
149 private bool $async;
154 * @var bool a property to track if a snippet has already been asked in a html output
162 private bool $hasHtmlOutputOccurred = false;
409 * @param $bool - if the snippet is critical, it would not be deferred or preloaded
424 public function setCritical($bool): Snippet argument
426 $this->critical = $bool;
433 * @param $bool
436 setDoesManipulateTheDomOnRun($bool) global() argument
[all...]
/plugin/mediathumbnails/
H A Dthumbnail.php23 private static ?bool $pdf_support = null;
24 private static ?bool $image_support = null;
25 private static ?bool $no_ghostscript_support = null;
26 private static ?bool $no_imagick_pdf_readwrite = null;
89 …public function __construct(string $source_filepath, DokuWiki_Syntax_Plugin $plugin, bool $ismedia…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php19 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool
27 public function shouldSkipProperty(PropertyMetadata $property, Context $context): bool
32 private function isTooDeep(Context $context): bool
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
H A DIndentedCode.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DEpsilonTransition.php34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
42 public function isEpsilon() : bool
52 public function equals(object $other) : bool
H A DPrecedencePredicateTransition.php22 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool
35 public function isEpsilon() : bool
45 public function equals(object $other) : bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php98 * @return bool
100 public function isAdd(): bool
106 * @return bool
108 public function isDelete(): bool
114 * @return bool
116 public function isReplace(): bool
122 * @return bool
124 public function isReset(): bool
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php38 public function __construct($input, bool $haveReadSupport)
142 public function readAndWrite(bool $blocking, bool $close = false): array
177 public function haveReadSupport(): bool
185 public function areOpen(): bool
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php29 function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($haystack ?? '', $needle ?? ''); }
32 function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_with($haystack ?? '', $needle ?? ''); }
35 function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($haystack ?? '', $needle ?? ''); }
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCell.php
H A DTable.php
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php124 * @param bool $allowEndOfTokens
129 $expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE
157 * @return bool
159 protected function endOfTokens(int $position = 0): bool {
181 * @return bool
183 protected function ignore($expectedTokens): bool {
239 * @return bool
241 protected function matchToken(int $position, int $type): bool {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php36 * @var bool
41 * @param bool $isEnabled
43 public function __construct(bool $isEnabled = true)
50 * @param bool $isEnabled
53 public function setIsEnabled(bool $isEnabled)
61 * @return bool
63 public function getIsEnabled(): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortKey.php32 * @var bool
38 * @param bool $useReverseOrder
41 public function __construct(string $attribute, bool $useReverseOrder = false, ?string $orderingRule = null)
87 * @return bool
89 public function getUseReverseOrder(): bool
95 * @param bool $useReverseOrder
98 public function setUseReverseOrder(bool $useReverseOrder)

12345678910>>...37