Home
last modified time | relevance | path

Searched refs:string (Results 601 – 625 of 3165) sorted by relevance

1...<<21222324252627282930>>...127

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php52 * @var string[]
87 * @param Index $index Index object or string
99 'Passing a string as 1st argument to "%s()" is deprecated, pass an Index instance or use "addIndexByName" instead. It will throw a %s in 8.0.',
109 return $this->addIndexByName((string) $index);
115 public function addIndexByName(string $index): self
154 * @param string[] $indices
160 throw new InvalidException('Invalid param type for addIndicesByName(), expected string[]');
169 * @param AbstractQuery|AbstractSuggest|array|Collapse|Query|string|Suggest|null $query
182 public function setOption(string $key, $value): self
212 public function addOption(string
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DXmlSerializationVisitorFactory.php51 public function setDefaultRootName(string $name, ?string $namespace = null): self
58 public function setDefaultVersion(string $version): self
64 public function setDefaultEncoding(string $encoding): self
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php77 $string = PHPUnit_Framework_TestFailure::exceptionToString($this);
80 $string .= "\n" . $trace;
84 $string .= "\nCaused by\n" . $this->previous;
87 return $string;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php28 public function encode(Message $message, SaslContext $context): string
49 public function decode(string $data, SaslContext $context): Message
62 protected function validate(string $data): string
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php67 ->string($result)
86 ->string($result)
107 ->string($result)
128 ->string($result)
149 ->string($result)
170 ->string($result)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php61 ->string($result->getRule())
63 ->string($result->getData())
83 ->string($result->getRule())
85 ->string($result->getData())
106 ->string($result->getRule())
108 ->string($result->getData())
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst5 Support for encoding an array as query string was added in Twig 1.12.3.
11 The ``url_encode`` filter percent encodes a given string as URL segment
12 or an array as query string:
19 {{ "string with spaces"|url_encode }}
20 {# outputs "string%20with%20spaces" #}
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPostmasterTools.php74 'type' => 'string',
88 'type' => 'string',
107 'type' => 'string',
117 'type' => 'string',
138 'type' => 'string',
H A DKgsearch.php69 'type' => 'string',
78 'type' => 'string',
91 'type' => 'string',
95 'type' => 'string',
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php48 * @param string $setting OPTIONAL Setting name to return
50 * @return array|string|null Settings data
52 public function getPersistent(string $setting = '')
69 * @param string $setting OPTIONAL Setting name to return
71 * @return array|string|null Settings data
73 public function getTransient(string $setting = '')
108 public function setPersistent(string $key, $value): Response
124 public function setTransient(string $key, $value): Response
171 public function request(array $data = [], string $method = Request::GET): Response
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
63 $params['id'] = (string) The async search ID
76 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
82 $params['analyzer'] = (string) The analyzer to use for the query string
84 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
92 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string o
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php111 * @param string $string The string
115 public function raw($string) argument
117 $this->source .= $string;
130 foreach ($strings as $string) {
131 $this->source .= str_repeat(' ', $this->indentation * 4).$string;
160 public function string($value) function in Twig\\Compiler
204 $this->string($value);
/plugin/combo/ComboStrap/
H A DToc.php35 public static function getClass(): string
60 public function toXhtml(): string
267 static public function getDataType(): string
272 static public function getDescription(): string
277 static public function getLabel(): string
282 public static function getName(): string
287 static public function getPersistenceType(): string
H A DMessage.php16 private string $type;
26 * @var string the page canonical
72 public static function createErrorMessage(string $plainText): Message
103 function getContent($mime = null): string
116 function getPlainTextContent(): ?string
126 function getType(): string
140 * @return string
143 function toHtmlBox(): string
239 public function getDocumentationHyperLink(): ?string
279 public function setType(string
[all...]
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php63 * @param string $string
67 public function fwrite($string, $length = null) argument
69 return fwrite($this->handle, $string, (is_null($length) ? strlen($string) : $length));
/plugin/judge/helper/
H A Dnumbers.php25 public function ordutf8($string) argument
28 $code = ord(substr($string, 0, 1));
40 $code2 = ord(substr($string, $offset, 1)) - 128;
46 if ($offset >= strlen($string)) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironmentInterface.php
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dverb.js19string.length&&this.string.charAt(this.i)!=g){this.i++}if(this.i==this.string.length){c.Error(["No…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md343 * @return string
358 * @return string
373 * @return string
388 * @return string
412 * empty string.
419 * @return string
488 * @return string
584 * @return string
597 * @return string
632 * @return string
[all …]
/plugin/davcal/vendor/sabre/http/
H A DREADME.md343 * @return string
358 * @return string
373 * @return string
388 * @return string
412 * empty string.
419 * @return string
488 * @return string
584 * @return string
597 * @return string
632 * @return string
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D36.36.js.map1string.escape', '@popall'],\n [/'/, 'string.escape', '@stringBody'],\n [/\"$…
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php70 static public function getTab(): string
75 static public function getDescription(): string
80 static public function getLabel(): string
113 static public function getName(): string
118 static public function getPersistenceType(): string
129 * @return string
131 public function getDefaultValue(): string
240 static public function getCanonical(): string
247 * @return string
249 public function getValueOrDefault(): string
[all...]
/plugin/randomtables/table-roller/src/Table/
H A DTableInterface.php7 public function rollOnce() : string;
9 public function __invoke() : string;
10 public function __toString() : string;

1...<<21222324252627282930>>...127