Home
last modified time | relevance | path

Searched refs:bool (Results 251 – 275 of 903) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/combo/ComboStrap/
H A DPagePublicationDate.php118 static public function isMutable(): bool
153 static public function isOnForm(): bool
H A DTreeNode.php76 public function hasChildren(): bool
81 public function hasParent(): bool
H A DBrand.php34 * @var bool
36 private bool $unknown = false;
209 * @return bool
211 public function isUnknown(): bool
321 public function supportButtonType(string $type): bool
H A DPageId.php208 static public function isMutable(): bool
278 * @param bool $force - It should not be possible - used for now in case of conflict in page move
281 private function setValueWithOrWithoutForce(?string $value, bool $force = false): PageId
358 static public function isOnForm(): bool
H A DPluginUtility.php234 public static function getTagAttributes(string $match, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array
247 * @param bool $allowFirstBooleanAttributesAsType
250 public static function getQualifiedTagAttributes($match, $hasThirdValue, $keyThirdArgument, array $knownTypes = [], bool $allowFirstBooleanAttributesAsType = false): array
519 * @param bool $withIcon - used to break the recursion with the message in the {@link IconDownloader}
523 static function getDocumentationHyperLink($canonical, $label, bool $withIcon = true, $tooltip = ""): string
1019 * @return bool
1021 public static function isDev(): bool
1045 public static function isTest(): bool
1061 public static function isCi(): bool
/plugin/combo/syntax/
H A Dtext.php68 public function accepts($mode): bool
157 function render($format, Doku_Renderer $renderer, $data): bool
H A Dxmlinlinetag.php80 public function accepts($mode): bool
149 * @return array|bool
171 function render($format, Doku_Renderer $renderer, $data): bool
H A Dtogglecollapse.php60 function accepts($mode): bool
138 function render($format, Doku_Renderer $renderer, $data): bool
H A Dtoggleexpand.php60 function accepts($mode): bool
138 function render($format, Doku_Renderer $renderer, $data): bool
H A Dvariable.php26 public static function isVariable($ref): bool
136 public function render($format, $renderer, $data): bool
H A Daccordion.php64 public function accepts($mode): bool
138 * @return array|bool
194 function render($format, Doku_Renderer $renderer, $data): bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php58 public function isEmpty() : bool
79 public function equals(object $other) : bool
/plugin/saveandedit/
H A Daction.php54 if (!$INPUT->bool('saveandedit')) {
137 $attrs = $INPUT->bool('saveandedit') ? array('checked' => 'checked') : array();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php74 * @return bool
76 public function has($option): bool
133 * @param bool $sortedlc Used for comparison, as both case and order of options are irrelevant for options equality.
136 public function toString(bool $sortedlc = false): string
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DEmphasisDelimiterProcessor.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php60 * @param bool $sniffOnStart
64 public function __construct(int $retries, AbstractConnectionPool $connectionPool, LoggerInterface $log, bool $sniffOnStart = false)
156 public function shouldRetry(array $request): bool
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php80 static public function isMutable(): bool
144 static public function isOnForm(): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc101 .`fromConfig(array $config, bool $quiet = false)`
363 .`setSniffOnStart(bool $sniffOnStart)`
402 .`setSSLVerification(bool|string $value = true)`
428 .`includePortInHostHeader(bool $enable)`
/plugin/combo/vendor/symfony/yaml/
H A DParser.php576 * @param bool $inSequence True if the enclosing data structure is a sequence
580 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): string
677 private function hasMoreLines(): bool
685 private function moveToNextLine(): bool
699 private function moveToPreviousLine(): bool
938 private function isNextLineIndented(): bool
967 private function isCurrentLineEmpty(): bool
975 private function isCurrentLineBlank(): bool
983 private function isCurrentLineComment(): bool
991 private function isCurrentLineLastLineInDocument(): bool
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAbstractDoctrineTypeDriver.php107 private function isVirtualProperty(PropertyMetadata $propertyMetadata): bool
118 …ion hideProperty(DoctrineClassMetadata $doctrineMetadata, PropertyMetadata $propertyMetadata): bool
/plugin/letsencrypt/
H A Dadmin.php55 if($INPUT->bool('init')) {
61 if($INPUT->bool('sign')) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php28 public function __construct(bool $skipVirtualTypeInit = true, bool $initializeExcluded = false)
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php63 private function markLinkAsExternal(Link $link, bool $openInNewWindow, string $classes): void
77 private function applyRelAttribute(Link $link, bool $isExternal): void
105 public static function hostMatches(string $host, $compareTo): bool
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php69 public function __construct($level = Logger::DEBUG, bool $bubble = true)
188 protected function headersAccepted(): bool

1...<<11121314151617181920>>...37