Home
last modified time | relevance | path

Searched refs:bool (Results 801 – 825 of 903) sorted by relevance

1...<<31323334353637

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1059 * @param bool $bool
1063 public function setPty($bool) argument
1065 $this->pty = (bool) $bool;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/linkfix/
H A Dadmin.php33 $this->dryrun = $INPUT->bool('dryrun');
/plugin/issuelinks/action/
H A Dajax.php242 $isMergeRequest = $INPUT->bool('issuelinks-ismergerequest');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar67 * @var bool
/plugin/combo/syntax/
H A Dfrontmatter.php208 function render($format, Doku_Renderer $renderer, $data): bool
H A Dmedia.php285 function render($format, Doku_Renderer $renderer, $data): bool
/plugin/combo/admin/
H A Dpagerules.php67 function forAdminOnly(): bool
/plugin/combo/ComboStrap/
H A DMediaMarkup.php459 $rightAlign = (bool)preg_match('/^ /', $ref);
460 $leftAlign = (bool)preg_match('/ $/', $ref);
659 public function isLazy(): bool
682 public function setLazyLoad(bool $true): MediaMarkup
H A DFetcherRailBar.php326 private function shouldBePrinted(): bool
H A DTemplateEngine.php288 public function templateExists(string $templateName): bool
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php230 …face $visitor, Context $context, $data, string $format, ?string $type = null, bool $prepare = true)
/plugin/authgooglesheets/
H A Dhelper.php74 $depends['purge'] = $INPUT->bool('purge');
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php281 public function isHierarchicalTextBased(): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php100 * @var bool
475 public function ping(): bool
519 public function isAlive(): bool
/plugin/database2/
H A Dstyle.css127 table.database2 tr.data-list table tbody td.bool
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php213 public static function isHash($value): bool
266 …ar(string $scalar, int $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, a…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc128 * @param bool $force
177 * @param bool $force
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php81 * Used to represent a bool false binary string.
86 * Used to represent a bool true binary string.
114 * @var bool
319 * @param bool $isRoot
322 * @param null|bool $isConstructed
328 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType
334 $isConstructed = (bool)($tag & AbstractType::CONSTRUCTED_TYPE);
855 $msbSet = (bool) (ord($bytes[0]) & 0x80);
1025 * @return bool
1027 protected function decodeBoolean(): bool
[all...]
/plugin/codemirror/dist/modes/
H A Dprotobuf.min.js.map1 …repeated\", \"reserved\", \"default\", \"extensions\", \"packed\",\n \"bool\", \"bytes\", \"dou…
/plugin/watchcycle/
H A Daction.php104 if (!$INPUT->bool('watchcycle_only')) {
/plugin/dokusioc/
H A Daction.php415 public function isRdfXmlRequest(): bool
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php622 * @return bool
625 public function exists(array $params = []): bool
660 * @return bool
663 public function existsSource(array $params = []): bool
1105 * @return bool
1108 public function ping(array $params = []): bool
/plugin/bookcreator/syntax/
H A Dbookmanager.php107 * @return bool
158 * @param bool $bookmanager whether this list is displayed in the Book Manager
193 * @param bool $usercansave User has permissions to save the selection
397 * @param bool $isbookmanager
/plugin/components/
H A DREADME.md17 …se to be sent to the client. The return value could be an int, a float, a bool, a strng, or an arr…

1...<<31323334353637