/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/ |
H A D | SecurityStrength.php | 47 bool $supportsIntegrity, 48 bool $supportsPrivacy, 49 bool $supportsAuth, 50 bool $isPlainTextAuth, 60 public function supportsIntegrity(): bool 65 public function supportsPrivacy(): bool 70 public function supportsAuth(): bool 75 public function isPlainTextAuth(): bool
|
H A D | SaslContext.php | 60 public function setIsComplete(bool $isComplete) 70 public function isComplete(): bool 79 public function setIsServerMode(bool $isServerMode) 89 public function isServerMode(): bool 97 public function isAuthenticated(): bool 105 public function setIsAuthenticated(bool $isAuthenticated) 115 public function hasSecurityLayer(): bool 123 public function setHasSecurityLayer(bool $hasSecurityLayer): self 171 public function has(string $key): bool
|
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/ |
H A D | AbstractBlock.php | 64 public function isContainer(): bool 72 public function hasChildren(): bool 84 abstract public function canContain(AbstractBlock $block): bool; 94 abstract public function isCode(): bool; 101 abstract public function matchesNextLine(Cursor $cursor): bool; 151 public function endsWithBlankLine(): bool 161 public function setLastLineBlank(bool $blank) 174 public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool 184 public function isOpen(): bool
|
H A D | ListBlock.php | 56 public function endsWithBlankLine(): bool 69 public function canContain(AbstractBlock $block): bool 74 public function isCode(): bool 79 public function matchesNextLine(Cursor $cursor): bool 112 public function isTight(): bool 117 public function setTight(bool $tight): self
|
H A D | BlockQuote.php | 24 public function canContain(AbstractBlock $block): bool 29 public function isCode(): bool 34 public function matchesNextLine(Cursor $cursor): bool 47 public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool
|
H A D | ListItem.php | 42 public function canContain(AbstractBlock $block): bool 47 public function isCode(): bool 52 public function matchesNextLine(Cursor $cursor): bool 69 public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | Interval.php | 33 public function contains(int $item) : bool 43 public function equals(object $other) : bool 57 public function startsBeforeDisjoint(Interval $other) : bool 65 public function startsBeforeNonDisjoint(Interval $other) : bool 73 public function startsAfter(Interval $other) : bool 81 public function startsAfterDisjoint(Interval $other) : bool 89 public function startsAfterNonDisjoint(Interval $other) : bool 98 public function disjoint(Interval $other) : bool 106 public function adjacent(Interval $other) : bool
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/ |
H A D | Shard.php | 55 public function isPrimaryActive(): bool 63 public function isActive(): bool 71 public function isRelocating(): bool 79 public function isInitialized(): bool 87 public function isUnassigned(): bool
|
/plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
H A D | MemoryCacheItemPool.php | 74 public function hasItem($key): bool 87 public function clear(): bool 101 public function deleteItem($key): bool 112 public function deleteItems(array $keys): bool 129 public function save(CacheItemInterface $item): bool 142 public function saveDeferred(CacheItemInterface $item): bool 155 public function commit(): bool
|
H A D | SysVCacheItemPool.php | 124 public function hasItem($key): bool 133 public function clear(): bool 143 public function deleteItem($key): bool 151 public function deleteItems(array $keys): bool 166 public function save(CacheItemInterface $item): bool 179 public function saveDeferred(CacheItemInterface $item): bool 188 public function commit(): bool
|
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/ |
H A D | Delimiter.php | 59 …truct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, … 71 public function canClose(): bool 81 public function setCanClose(bool $canClose) 86 public function canOpen(): bool 91 public function isActive(): bool 96 public function setActive(bool $active)
|
H A D | DelimiterInterface.php | 21 public function canClose(): bool; 23 public function canOpen(): bool; 25 public function isActive(): bool; 32 public function setActive(bool $active);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
H A D | Settings.php | 74 public function get(string $setting = '', bool $includeDefaults = false) 129 public function getBool(string $setting): bool 177 public function setReadOnly(bool $readOnly = true): Response 182 public function getReadOnly(): bool 187 public function getBlocksRead(): bool 195 public function setBlocksRead(bool $state = true): Response 200 public function getBlocksWrite(): bool 208 public function setBlocksWrite(bool $state = true): Response 213 public function getBlocksMetadata(): bool 233 public function setBlocksMetadata(bool $state = true): Response
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/ |
H A D | TableSection.php | 38 public function isHead(): bool 43 public function isBody(): bool 48 public function canContain(AbstractBlock $block): bool 53 public function isCode(): bool 58 public function matchesNextLine(Cursor $cursor): bool
|
H A D | TableRow.php | 24 public function canContain(AbstractBlock $block): bool 29 public function isCode(): bool 34 public function matchesNextLine(Cursor $cursor): bool 44 return array_filter((array) parent::children(), static function (Node $child): bool {
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATNDeserializationOptions.php | 36 public function isReadOnly() : bool 46 public function isVerifyATN() : bool 51 public function setVerifyATN(bool $verifyATN) : void 60 public function isGenerateRuleBypassTransitions() : bool 65 public function setGenerateRuleBypassTransitions(bool $generateRuleBypassTransitions) : void
|
H A D | PredictionMode.php | 165 …public static function hasSLLConflictTerminatingPrediction(int $mode, ATNConfigSet $configs) : bool 211 public static function hasConfigInRuleStopState(ATNConfigSet $configs) : bool 232 public static function allConfigsInRuleStopStates(ATNConfigSet $configs) : bool 379 public static function allSubsetsConflict(array $altsets) : bool 393 public static function hasNonConflictingAltSet(array $altsets) : bool 413 public static function hasConflictingAltSet(array $altsets) : bool 432 public static function allSubsetsEqual(array $altsets) : bool 497 public function equals(object $other) : bool 502 public function equivalent(Hashable $left, Hashable $right) : bool 558 public static function hasStateAssociatedWithOneAlt(ATNConfigSet $configs) : bool
|
/plugin/findologicxmlexport/vendor/sebastian/environment/ |
H A D | README.md | 50 bool(false) 51 bool(true) 52 bool(true) 53 bool(true) 68 bool(true) 69 bool(false) 70 bool(false) 71 bool(true)
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/ |
H A D | Attributes.php | 41 public function canContain(AbstractBlock $block): bool 46 public function isCode(): bool 51 public function matchesNextLine(Cursor $cursor): bool 58 public function shouldLastLineBeBlank(Cursor $cursor, int $currentLineNumber): bool
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | SlackHandler.php | 56 bool $useAttachment = true, 59 bool $bubble = true, 60 bool $useShortAttachment = false, 61 bool $includeContextAndExtra = false, 63 bool $persistent = false, 219 public function useAttachment(bool $useAttachment): self 233 public function useShortAttachment(bool $useShortAttachment): self 240 public function includeContextAndExtra(bool $includeContextAndExtra): self
|
H A D | TestHandler.php | 114 public function setSkipReset(bool $skipReset) 124 public function hasRecords($level): bool 136 public function hasRecord($record, $level): bool 159 public function hasRecordThatContains(string $message, $level): bool 171 public function hasRecordThatMatches(string $regex, $level): bool 173 return $this->hasRecordThatPasses(function (array $rec) use ($regex): bool {
|
H A D | AbstractHandler.php | 42 public function __construct($level = Logger::DEBUG, bool $bubble = true) 51 public function isHandling(array $record): bool 88 public function setBubble(bool $bubble): self 101 public function getBubble(): bool
|
/plugin/commonmark/vendor/league/commonmark/src/ |
H A D | ContextInterface.php | 86 public function getBlocksParsed(): bool; 89 * @param bool $bool 93 public function setBlocksParsed(bool $bool); argument
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | JSqueezeFilter.php | 42 public function setSingleLine($bool) argument 44 $this->singleLine = (bool) $bool; 58 public function keepImportantComments($bool) argument 60 $this->keepImportantComments = (bool) $bool;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Option.php | 43 public function isLanguageTag(): bool 51 public function isRange(): bool 91 public function startsWith(string $option): bool 107 public function equals(Option $option): bool 123 public function toString(bool $lowercase = false): string
|