Searched refs:mixed (Results 1 – 25 of 81) sorted by relevance
1234
| /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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/ |
| D | Template.php.in | 27 * @return mixed 37 * @return mixed 47 * @return mixed 56 * @return mixed 65 * @return mixed 74 * @return mixed
|
| /plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/ |
| D | readme.md | 95 * @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/ |
| D | TypedItem.php | 30 private mixed $value; 63 public function get(): mixed 87 public function set(mixed $value): static
|
| /plugin/blextra/ |
| D | helper.php | 259 'return' => array('out' => 'mixed') //string or array 271 'return' => array('out' => 'mixed') //string or array
|
| /plugin/matrixnotifierwas/vendor/symfony/deprecation-contracts/ |
| D | function.php | 23 …function trigger_deprecation(string $package, string $version, string $message, mixed ...$args): v…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Core.NormalizeNewlines.txt | 9 will attempt to preserve mixed newline files.
|
| D | Filter.ExtractStyleBlocks.TidyImpl.txt | 2 TYPE: mixed/null
|
| D | Core.LexerImpl.txt | 2 TYPE: mixed/null
|
| /plugin/authgooglesheets/vendor/google/auth/src/ |
| D | AccessToken.php | 289 …* @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/ |
| D | 15.15.js | 1 …,"string.quote"],[/upgrade-insecure-requests/,"string.quote"],[/block-all-mixed-content/,"string.q…
|
| D | 15.15.js.map | 1 … [/upgrade-insecure-requests/, 'string.quote'],\n [/block-all-mixed-content/, 'string.…
|
| /plugin/aichat/ |
| D | action.php | 33 public function handleQuestion(Event $event, mixed $param)
|
| /plugin/combo/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap80.php | 115 …_variables(?string $to_encoding, array|string|null $from_encoding, mixed &$var, mixed &...$vars): …
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | README.md | 51 * [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/ |
| D | syntax_plugin_lists.css | 18 defaults) the CSS files are loaded in mixed order :-(
|
| /plugin/aichat/Storage/ |
| D | PineconeStorage.php | 40 protected function runQuery($endpoint, mixed $data, $method = 'POST')
|
| D | ChromaStorage.php | 52 protected function runQuery($endpoint, mixed $data, $method = 'POST')
|
| D | QdrantStorage.php | 50 protected function runQuery($endpoint, mixed $data, $method = 'POST', $retry = 0)
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
| D | custom.rst | 108 /** @var mixed */ 109 public $mixed;
|
| /plugin/diagramsnet/lib/js/jscolor/ |
| D | jscolor.js | 93 fetchElement : function(mixed) { argument 94 return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
|
| /plugin/swiftmail/Swift/ |
| D | Message.php | 695 $mixed = $this->getReference("parent", $new_branch);//parentRefs[$new_branch]; 696 $this->setReference("parent", $old_branch, $mixed);//parentRefs[$old_branch] = $mixed;
|
| /plugin/authssocas/ |
| H A D | auth.php | 134 private function getOption($optionName): mixed
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/ |
| D | Encoder.php | 107 private function filterEmpty(mixed $var): bool
|
| /plugin/pgn4web/pgn4web/libs/jscolor/ |
| D | jscolor.js | 125 fetchElement : function(mixed) { argument 126 return typeof mixed === 'string' ? document.getElementById(mixed) : mixed;
|
1234