Home
last modified time | relevance | path

Searched refs:string (Results 976 – 1000 of 3165) sorted by relevance

1...<<31323334353637383940>>...127

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/License/
H A DGet.php31 public function getURI(): string
45 public function getMethod(): string
H A DGetBasicStatus.php31 public function getURI(): string
44 public function getMethod(): string
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php50 public function parseFile(string $filename, int $flags = 0)
79 public function parse(string $value, int $flags = 0)
121 private function doParse(string $value, int $flags)
445 private function parseBlock(int $offset, string $yaml, int $flags)
509 private function getNextEmbedBlock(int $indentation = null, bool $inSequence = false): ?string
642 private function parseValue(string $value, int $flags, string $context)
743 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str…
923 private function cleanup(string $value): string
1008 …public static function preg_match(string $pattern, string $subject, array &$matches = null, int $f…
1043 private function trimTag(string $value): string
[all …]
/plugin/orgchart/
H A DREADME29 * name (staff member's name, type: 'pageid' or simple string)
30 …ge' or simple string; when using 'page' this needs to be the exact pagename, when using simple str…
33 * job title (staff member's job title, type: simple string)
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php110 $qop = isset($options['qop']) ? (string) $options['qop'] : null;
130 protected function getDigestUri(array $options, Message $response, Message $challenge): string
160 protected function selectQopFromChallenge(Message $challenge, ?string $qop): string
237 protected function getCurrentUser(): string
251 protected function getRealmFromChallenge(Message $challenge): string
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php47 * @var string
119 * @return string|false
126 while (\strlen((string) ($buffer = \fread($this->socket, $this->options['buffer_size']))) > 0) {
139 * @param string $data
142 public function write(string $data)
217 * @param string $host
221 public function connect(string $host)
269 * @param string $host
274 public static function create(string $host, array $options = []) : Socket
282 * @param string
[all...]
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserEngine.php
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js1 …StringBody:[[/[^\\"]+$/,"string","@popall"],[/[^\\"]+/,"string"],[/\\./,"string"],[/"/,"string.esc…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php15 * @var string The name of this aggregation
25 * @param string $name the name of this aggregation
27 public function __construct(string $name)
37 public function setName(string $name): NameableInterface
47 public function getName(): string
/plugin/combo/ComboStrap/
H A DPathAbs.php14 public function getExtension(): string
39 public function getLastNameWithoutExtension(): string
74 public function toUriString(): string
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DParentSkipWithEmptyChild.yml4 type: string
6 type: string
/plugin/nodetailsxhtml/
H A Drenderer.php304 //add search string
359 function _xmlEntities($string) {
362 $string = htmlspecialchars($string, ENT_QUOTES, 'UTF-8', false);
363 // $string = parent::_xmlEntities($string);
364 $string = htmlentities($string, 8, 'UTF-8');
365 $string = $this->superentities($string);
400 _xmlEntities($string) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dformat.test4 {{ string|format(foo, 3) }}
6 return ['string' => '%s/%d', 'foo' => 'bar']
/plugin/bibtex4dw/db/
H A Dupdate0001.sql2 CREATE TABLE strings (string PRIMARY KEY, entry); field
4 CREATE UNIQUE INDEX idx_string ON strings(string);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php63 …public function __construct(string $defaultFormat = \DateTime::ATOM, string $defaultTimezone = 'UT…
244 private function parseDateInterval(string $data): \DateInterval
259 private function getDeserializationFormat(array $type): string
273 private function getFormat(array $type): string
278 public function format(\DateInterval $dateInterval): string
/plugin/bibtex/OSBib/create/
H A DFORM.php126 $string = $formMisc->reduceLongText($value, $override);
127 $pString .= "<option value=\"$value\" selected=\"selected\">" . $string . "</option>\n";
130 $string = $formMisc->reduceLongText($value, $override);
131 $pString .= "<option value=\"$value\">$string</option>\n";
152 $string = $formMisc->reduceLongText($value, $override);
153 $pString .= "<option value=\"$value\" selected=\"selected\">$string</option>\n";
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php307 foreach($strings as $string) {
309 strpos($this->response->body, $string)!==false,
310 … 'The response body did not contain: ' . $string .'Full response: ' . $this->response->body
368 foreach($strings as $string) {
370 strpos($this->response->body, $string)!==false,
371 … 'The response body did not contain: ' . $string .'Full response: ' . $this->response->body
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DNotConvertibleException.php21 public function __construct(string $source, string $target) {
/plugin/htmlok/syntax/
H A Dhtmlok.php19 protected function renderMatch(string $match): string
H A Dphpok.php19 protected function renderMatch(string $match): string
H A Dhtmlblock.php20 protected function renderMatch(string $match): string
H A Dphpblock.php21 protected function renderMatch(string $match): string
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DCacheInterface.php14 public function load(string $class): ?ClassMetadata;
24 public function evict(string $class): void;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DExists.php17 public function __construct(string $field)
27 public function setField(string $field): self
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
62 $params['id'] = (string) The async search ID
75 $params['index'] = (string) The name of the index to scope the operation

1...<<31323334353637383940>>...127