Home
last modified time | relevance | path

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

123

/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
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php30 private mixed $value;
63 public function get(): mixed
87 public function set(mixed $value): static
/plugin/blextra/
H A Dhelper.php259 'return' => array('out' => 'mixed') //string or array
271 'return' => array('out' => 'mixed') //string or array
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.NormalizeNewlines.txt
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
H A DCore.LexerImpl.txt
/plugin/authgooglesheets/vendor/google/auth/src/
H A 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/
H A D15.15.js1 …,"string.quote"],[/upgrade-insecure-requests/,"string.quote"],[/block-all-mixed-content/,"string.q…
H A D15.15.js.map1 … [/upgrade-insecure-requests/, 'string.quote'],\n [/block-all-mixed-content/, 'string.…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php115 function mb_convert_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): string|false { return p\Mbstring::mb_convert_variables((string) $to_encoding, $from_encoding ?? '', $var, ...$vars); }
/plugin/elasticsearch/vendor/react/promise/
H A 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/
H A Dsyntax_plugin_lists.css18 defaults) the CSS files are loaded in mixed order :-(
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst108 /** @var mixed */
109 public $mixed;
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js93 fetchElement : function(mixed) { argument
94 return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php107 private function filterEmpty(mixed $var): bool
148 * @param array<array<mixed>> $bpes
174 * @return mixed[]
/plugin/swiftmail/Swift/
H A DMessage.php695 $mixed = $this->getReference("parent", $new_branch);//parentRefs[$new_branch];
696 $this->setReference("parent", $old_branch, $mixed);//parentRefs[$old_branch] = $mixed;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js125 fetchElement : function(mixed) { argument
126 return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc220 .`setHandler(mixed $handler)`
/plugin/codemirror/dist/modes/
H A Dyaml-frontmatter.min.js.map1 …on (CodeMirror) {\n\n var START = 0, FRONTMATTER = 1, BODY = 2\n\n // a mixed mode for Markdown …
H A Dttcn.min.js.map1 …nity inout interleave\" +\n \" label language length log match message mixed mod\" +\n \" mo…
/plugin/mikioplugin/
H A DREADME.md106 - Fixed spacing issues with listgroup items with mixed styles. [#20](https://github.com/nomadjimbob/mikioplugin/issues/20). Thanks armandostyl
/plugin/wrap/
H A Dall.less169 /* this doesn't always work when third and twothirds are mixed across rows
/plugin/syntaxhighlighter4/
H A DREADME.md108 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md16 - [209: Change Annotation::value typehint to mixed](https://github.com/doctrine/annotations/pull/20…
/plugin/siteexport/inc/
H A DreadCSS.patch18 // But first, we replace upper and mixed case closing style tag with lower

123