| /plugin/combo/vendor/symfony/polyfill-ctype/ |
| H A D | bootstrap80.php | 15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); } 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } 21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } 24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } 27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } 30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } 33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } 36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } 39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } 42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } [all …]
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Explain.php | 108 private function start($node): bool { 118 private function end(): bool { 129 public function visitEnterSelectorGroup(): bool { 139 public function visitEnterSelectorSequence(): bool { 159 public function visitLeaveSelectorSequence(): bool { 167 public function visitSelectorSimpleUniversal(Ast\Selector\Simple\Universal $universal): bool { 181 public function visitSelectorSimpleType(Ast\Selector\Simple\Type $type): bool { 195 public function visitSelectorSimpleId(Ast\Selector\Simple\Id $id): bool { 204 public function visitSelectorSimpleClassName(Ast\Selector\Simple\ClassName $class): bool { 212 public function visitEnterSelectorCombinatorDescendant(): bool { [all …]
|
| H A D | Css.php | 44 public function visitEnterSelectorGroup(Ast\Selector\Group $group): bool { 61 public function visitEnterSelectorSequence(): bool { 75 public function visitSelectorSimpleUniversal(Ast\Selector\Simple\Universal $universal): bool { 90 public function visitSelectorSimpleType(Ast\Selector\Simple\Type $type): bool { 105 public function visitSelectorSimpleId(Ast\Selector\Simple\Id $id): bool { 116 public function visitSelectorSimpleClassName(Ast\Selector\Simple\ClassName $class): bool { 121 public function visitEnterSelectorCombinatorDescendant(): bool { 129 public function visitEnterSelectorCombinatorChild(): bool { 135 public function visitEnterSelectorCombinatorFollower(): bool { 141 public function visitEnterSelectorCombinatorNext(): bool { [all …]
|
| /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/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/scrape/vendor/symfony/css-selector/Parser/ |
| D | Token.php | 60 public function isFileEnd(): bool 65 public function isDelimiter(array $values = []): bool 78 public function isWhitespace(): bool 83 public function isIdentifier(): bool 88 public function isHash(): bool 93 public function isNumber(): bool 98 public function isString(): bool
|
| /plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
| 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
|
| 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/combo/vendor/symfony/process/Pipes/ |
| H A D | UnixPipes.php | 29 public function __construct(?bool $ttyMode, bool $ptyMode, $input, bool $haveReadSupport) 102 public function readAndWrite(bool $blocking, bool $close = false): array 151 public function haveReadSupport(): bool 159 public function areOpen(): bool
|
| H A D | PipesInterface.php | 45 public function readAndWrite(bool $blocking, bool $close = false): array; 50 public function areOpen(): bool; 55 public function haveReadSupport(): bool;
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/ |
| 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/elasticsearch/vendor/ruflin/elastica/src/Index/ |
| D | Settings.php | 80 public function get(string $setting = '', bool $includeDefaults = false) 139 public function getBool(string $setting): bool 203 public function setReadOnly(bool $readOnly = true): Response 213 public function getReadOnly(): bool 223 public function getBlocksRead(): bool 235 public function setBlocksRead(bool $state = true): Response 245 public function getBlocksWrite(): bool 257 public function setBlocksWrite(bool $state = true): Response 267 public function getBlocksMetadata(): bool 291 public function setBlocksMetadata(bool $state = true): Response
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| 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
|
| 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
|
| /plugin/mediathumbnails/ |
| H A D | thumbnail.php | 23 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; 97 …public function __construct(string $source_filepath, DokuWiki_Syntax_Plugin $plugin, bool $ismedia… 143 public function create_if_missing(): bool { 151 public function creation_has_failed(): bool { 163 public function getSourceFileExists(): bool { 184 public function getTimestamp(): bool|int {
|
| H A D | thumb_engines.php | 12 protected bool $state_failed = false; 30 public function act(): bool { 44 protected function thumb_needs_update(): bool { 48 public function has_failed(): bool { 52 public abstract function act_internal(): bool; 63 public function act_internal(): bool { 102 public function act_internal(): bool { 131 public function act_internal(): bool {
|
| /plugin/findologicxmlexport/vendor/sebastian/environment/ |
| 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/statistics/vendor/matomo/device-detector/Cache/ |
| D | CacheInterface.php | 29 public function contains(string $id): bool; 38 public function save(string $id, $data, int $lifeTime = 0): bool; 45 public function delete(string $id): bool; 50 public function flushAll(): bool;
|
| D | LaravelCache.php | 30 public function contains(string $id): bool 38 public function save(string $id, $data, int $lifeTime = 0): bool 46 public function delete(string $id): bool 54 public function flushAll(): bool
|
| D | StaticCache.php | 40 public function contains(string $id): bool 48 public function save(string $id, $data, int $lifeTime = 0): bool 58 public function delete(string $id): bool 68 public function flushAll(): bool
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
| 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
|
| 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 {
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/ |
| D | Is.php | 12 public static function pending(PromiseInterface $promise): bool 20 public static function settled(PromiseInterface $promise): bool 28 public static function fulfilled(PromiseInterface $promise): bool 36 public static function rejected(PromiseInterface $promise): bool
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/src/ |
| D | StreamInterface.php | 66 public function eof(): bool; 73 public function isSeekable(): bool; 106 public function isWritable(): bool; 122 public function isReadable(): bool;
|