Home
last modified time | relevance | path

Searched refs:string (Results 1426 – 1450 of 3165) sorted by relevance

1...<<51525354555657585960>>...127

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DGetServiceCredentials.php34 public function getURI(): string
52 public function getMethod(): string
H A DGetPrivileges.php33 public function getURI(): string
54 public function getMethod(): string
H A DDeletePrivileges.php34 public function getURI(): string
52 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DExistsAlias.php33 public function getURI(): string
59 public function getMethod(): string
H A DCloneIndices.php33 public function getURI(): string
53 public function getMethod(): string
H A DShrink.php33 public function getURI(): string
54 public function getMethod(): string
H A DSplit.php33 public function getURI(): string
54 public function getMethod(): string
/plugin/combo/ComboStrap/
H A DCacheResult.php37 public function getKey(): string
47 public function getMode(): string
H A DLocalFileSystem.php35 * @return string - textual content
38 public function getContent($path): string
127 * @param string|null $type container / leaf (ie directory / file or namespace/page)
130 public function getChildren(Path $path, string $type = null): array
182 * @param string $lastFullName
186 public function closest(Path $path, string $lastFullName): Path
218 public function setContent(Path $path, string $content)
/plugin/highlight2wiki/
H A Daction.php342 * @param string $string
343 * @param string $format
353 function crc64($string, $format = '%x')
363 for ($i = 0; $i < strlen($string); $i++) {
364 $crc = $crc64tab[($crc ^ ord($string[$i])) & 0xff] ^ (($crc >> 8) & ~(0xff << 56));
280 crc64($string, $format = '%x') global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DDelete.php34 public function getURI(): string
52 public function getMethod(): string
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php13 * Parse JSON string to an array.
18 * @param mixed $args,... JSON string to parse
22 * @return array PHP array representation of JSON string
44 * Convert input to JSON string with standard options.
53 * @return string Valid JSON representation of $input
61 $string = \json_encode(...$args);
69 return $string;
79 * @return string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DPutScript.php33 public function getURI(): string
58 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
H A DRollup.php33 public function getURI(): string
51 public function getMethod(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DPutTrainedModelAlias.php34 public function getURI(): string
52 public function getMethod(): string
H A DUpgradeJobSnapshot.php34 public function getURI(): string
53 public function getMethod(): string
H A DDeleteCalendarEvent.php34 public function getURI(): string
50 public function getMethod(): string
H A DDeleteCalendarJob.php34 public function getURI(): string
50 public function getMethod(): string
H A DDeleteTrainedModelAlias.php34 public function getURI(): string
50 public function getMethod(): string
H A DDeleteModelSnapshot.php34 public function getURI(): string
50 public function getMethod(): string
H A DPutCalendarJob.php34 public function getURI(): string
50 public function getMethod(): string
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php330 protected function pushStack($string) argument
332 $this->commandStack[] = $string;
333 fputs($this->smtp, $string, strlen($string));
334 $this->logger && $this->logger->debug('Sent: '. $string);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php9 /** @var array<string> */
12 /** @var array<string> */
15 /** @var array<string> */
51 $splitLine = preg_split('#(\s+)#', (string) $rawDictionaryLine);
65 /** @return array<string> */
66 public function encode(string $text): array
81 $token = mb_convert_encoding((string) $token, "UTF-8", "ISO-8859-1");
112 private function characterToUnicode(string $characters): int
172 * @param array<int, string> $word
191 private function bpe(string
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php50 …abstract protected function loadMetadataFromFile(\ReflectionClass $class, string $file): ?ClassMet…
55 abstract protected function getExtension(): string;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst4 The ``format`` filter formats a given string by replacing the placeholders
12 if the foo parameter equals to the foo string. #}

1...<<51525354555657585960>>...127