Home
last modified time | relevance | path

Searched refs:mixed (Results 1 – 25 of 81) sorted by relevance

1234

/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php15 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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/
DTemplate.php.in27 * @return mixed
37 * @return mixed
47 * @return mixed
56 * @return mixed
65 * @return mixed
74 * @return mixed
/plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/
Dreadme.md95 * @param mixed $value
179 * @param mixed $default
180 * @return mixed
194 * @param mixed $default
195 * @return mixed
236 * @param mixed $default
237 * @return mixed
294 * @param mixed $default
295 * @return mixed
311 * @param mixed $value
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DTypedItem.php30 private mixed $value;
63 public function get(): mixed
87 public function set(mixed $value): static
/plugin/blextra/
Dhelper.php259 'return' => array('out' => 'mixed') //string or array
271 'return' => array('out' => 'mixed') //string or array
/plugin/matrixnotifierwas/vendor/symfony/deprecation-contracts/
Dfunction.php23 …function trigger_deprecation(string $package, string $version, string $message, mixed ...$args): v…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.NormalizeNewlines.txt9 will attempt to preserve mixed newline files.
DFilter.ExtractStyleBlocks.TidyImpl.txt2 TYPE: mixed/null
DCore.LexerImpl.txt2 TYPE: mixed/null
/plugin/authgooglesheets/vendor/google/auth/src/
DAccessToken.php289 …* @param string|array<mixed> $token The token (access token or a refresh token) that should be rev…
290 * @param array<mixed> $options [optional] Configuration options.
/plugin/dirtylittlehelper/mermaid/editor/docs/
D15.15.js1 …,"string.quote"],[/upgrade-insecure-requests/,"string.quote"],[/block-all-mixed-content/,"string.q…
D15.15.js.map1 … [/upgrade-insecure-requests/, 'string.quote'],\n [/block-all-mixed-content/, 'string.…
/plugin/aichat/
Daction.php33 public function handleQuestion(Event $event, mixed $param)
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php115 …_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): …
/plugin/elasticsearch/vendor/react/promise/
DREADME.md51 * [Mixed resolution and rejection forwarding](#mixed-resolution-and-rejection-forwarding)
98 $deferred->resolve(mixed $value = null);
99 $deferred->reject(mixed $reason = null);
100 $deferred->notify(mixed $update = null);
124 $deferred->resolve(mixed $value = null);
137 $deferred->reject(mixed $reason = null);
153 $deferred->notify(mixed $update = null);
472 $promise = React\Promise\resolve(mixed $promiseOrValue);
493 $promise = React\Promise\reject(mixed $promiseOrValue);
/plugin/lists/
Dsyntax_plugin_lists.css18 defaults) the CSS files are loaded in mixed order :-(
/plugin/aichat/Storage/
DPineconeStorage.php40 protected function runQuery($endpoint, mixed $data, $method = 'POST')
DChromaStorage.php52 protected function runQuery($endpoint, mixed $data, $method = 'POST')
DQdrantStorage.php50 protected function runQuery($endpoint, mixed $data, $method = 'POST', $retry = 0)
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dcustom.rst108 /** @var mixed */
109 public $mixed;
/plugin/diagramsnet/lib/js/jscolor/
Djscolor.js93 fetchElement : function(mixed) { argument
94 return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
/plugin/swiftmail/Swift/
DMessage.php695 $mixed = $this->getReference("parent", $new_branch);//parentRefs[$new_branch];
696 $this->setReference("parent", $old_branch, $mixed);//parentRefs[$old_branch] = $mixed;
/plugin/authssocas/
H A Dauth.php134 private function getOption($optionName): mixed
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
DEncoder.php107 private function filterEmpty(mixed $var): bool
/plugin/pgn4web/pgn4web/libs/jscolor/
Djscolor.js125 fetchElement : function(mixed) { argument
126 return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;

1234