Home
last modified time | relevance | path

Searched refs:string (Results 576 – 600 of 3165) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DBucketScript.php16 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null)
31 \trigger_deprecation('ruflin/elastica', '7.4.0', 'Passing null as 3rd argument to "%s()" is deprecated, pass a string instead. It will be mandatory in 8.0.', __METHOD__);
33 \trigger_deprecation('ruflin/elastica', '7.4.0', 'Not passing a 3rd argument to "%s()" is deprecated, pass a string instead. It will be mandatory in 8.0.', __METHOD__);
52 public function setScript(string $script): self
62 public function setFormat(?string $format = null): self
/plugin/randomtables/table-roller/src/Table/
H A DManager.php15 public function rollOn(string $name): string
22 private function embedResult($matches): string
33 private function getTable(string $name): TableInterface
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1string-like things as '%qx' where q specifies the kind of string\n * (like a command, escape expan…
H A D28.28.js.map1string.invalid'],\n [/\"\"\"/, 'string', '@multistring'],\n [/\"/, 'string',…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc87 $params['block'] = (string) The block to add (one of read, write, read_only or metadata)
91 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
105 $params['index'] = (string) The name of the index to scope the operation
124 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
139 $params['index'] = (string) The name of the source index to clone
140 $params['target'] = (string) The name of the target index to clone into
143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
160 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
162 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
175 $params['index'] = (string) Th
[all...]
H A DIlmNamespace.asciidoc40 $params['policy'] = (string) The name of the index lifecycle policy
53 $params['index'] = (string) The name of the index to explain
68 $params['policy'] = (string) The name of the index lifecycle policy
93 $params['index'] = (string) The name of the index whose lifecycle step is to change
107 $params['policy'] = (string) The name of the index lifecycle policy
121 $params['index'] = (string) The name of the index to remove policy on
134 $params['index'] = (string) The name of the indices (comma-separated) whose failed lifecycle step is to be retry
H A DTransformNamespace.asciidoc38 $params['transform_id'] = (string) The id of the transform to delete
52 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
69 $params['transform_id'] = (string) The id of the transform for which to get stats. '_all' or '*' implies all transforms
72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
97 $params['transform_id'] = (string) The id of the new transform.
110 $params['transform_id'] = (string) The id of the transform to start
124 $params['transform_id'] = (string) The id of the transform to stop
128 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
142 $params['transform_id'] = (string) Th
[all...]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php80 ->string($result->getName())
95 ->string($result->getName())
209 ->string($result)
222 ->string($result)
245 ->string($result)
247 ->string($node->reach())
260 ->string($result)
298 ->string($result)
312 ->string($result)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php96 ?string $channel = null,
97 ?string $username = null,
99 ?string $userIcon = null,
207 public function getAttachmentColor(int $level): string
226 public function stringify(array $fields): string
246 public function setChannel(?string $channel = null): self
260 public function setUsername(?string $username = null): self
274 public function setUserIcon(?string $userIcon = null): self
327 private function generateAttachmentField(string $title, $value): array
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php32 * @var string|null
46 public function __toString(): string
51 $data .= (string) $action;
58 * @param Index|string $index
68 $this->_index = (string) $index;
74 * @return string|null
86 public function getPath(): string
132 public function addDocument(Document $document, ?string $opType = null): self
144 public function addDocuments(array $documents, ?string $opType = null): self
156 public function addScript(AbstractScript $script, ?string
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php136 static public function getCanonical(): string
141 static public function getName(): string
146 static public function getPersistentName(): string
168 static public function getPersistenceType(): string
222 public function addImage(string $wikiImagePath, $usages = null): PageImages
246 static public function getTab(): string
252 static public function getDescription(): string
257 static public function getLabel(): string
298 public function getUidClass(): string
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php100 ->string($result)
109 ->string($result)
118 ->string($result)
267 ->string($result)
280 ->string($result)
296 ->string($result)
306 ->string($result)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php23 * @param array<string>|null $ruleNames
25 public static function toStringTree(Tree $tree, ?array $ruleNames = null) : string
27 $string = self::getNodeText($tree, $ruleNames);
28 $string = StringUtils::escapeWhitespace($string, false);
33 return $string;
36 $result = '(' . $string . ' ';
50 * @param array<string>|null $ruleNames
52 public static function getNodeText(Tree $tree, ?array $ruleNames) : string
68 return (string)
[all...]
/plugin/combo/ComboStrap/
H A DExecutionContext.php128 private ?string $capturedGlobalId;
131 * @var array|string|null
148 * * markup handler executing (ie handler that is taking a markup (file, string) and making it a HTML, pdf, ...)
160 private string $creationTime;
232 * @param string $requestedId
237 public static function getOrCreateFromRequestedWikiId(string $requestedId): ExecutionContext
317 public function getExecutingWikiId(): string
400 public function getCapturedRunningId(): ?string
495 // markup based on string (test) or snippet of code
507 public function &getRuntimeObject(string
[all...]
H A DFetcherPage.php21 private string $requestedLayout;
27 private string $requestedLayoutName;
39 public static function createPageFetcherFromId(string $wikiId): FetcherPage
127 * @return string
129 public function getFetchString(): string
174 function getBuster(): string
184 public function getFetcherName(): string
276 public function setRequestedLayout(string $layoutValue): FetcherPage
285 private function getRequestedTemplate(): string
340 private function getRequestedTemplateOrDefault(): string
[all...]
/plugin/blextra/
H A Dhelper.php247 'return' => array('id' => 'string')
255 'array_pre (optional)' => 'string',
256 'array_after (optional)' => 'string',
267 'array_pre (optional)' => 'string',
268 'array_after (optional)' => 'string',
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php35 * @var string
40 * @param string $attribute
41 * @param string $value
43 public function __construct(string $attribute, string $value)
50 * @param string $value
53 public function setValue(string $value)
61 * @return string
63 public function getValue(): string
82 public function toString(): string
[all...]
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php27 * @param string $message The error message
29 * @param string|null $snippet The snippet of code near the problem
30 * @param string|null $parsedFile The file name where the error occurred
32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
47 * @return string
57 public function setSnippet(string $snippet)
67 * This method returns null if a string is parsed.
69 * @return string
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSimpleBindRequest.php32 * @var string
37 * @param string $username
38 * @param string $password
41 public function __construct(string $username, string $password, int $version = 3)
49 * @return string
51 public function getPassword(): string
57 * @param string $password
60 public function setPassword(string $password)
/plugin/bookmark2wiki/
H A Daction.php60 $string = preg_replace('/%u([0-9A-F]+)/', '&#x$1;', $title); // convert the unicode
61 $title = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
62 $string = preg_replace('/%u([0-9A-F]+)/', '&#x$1;', $wikitext);
63 $wikitext = html_entity_decode($string, ENT_COMPAT, 'UTF-8');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php34 * @param string $string
39 public static function shift(&$string, $index = 1) argument
41 $substr = substr($string, 0, $index);
42 $string = substr($string, $index);
51 * @param string $string
56 public static function pop(&$string, $index = 1) argument
58 $substr = substr($string, -$index);
59 $string = substr($string, 0, -$index);
/plugin/odt/ODT/
H A DODTImage.php103 * @param string $string SVG code to add
106 public static function addStringAsSVGImageFile(ODTDocument $doc, $string) { argument
107 if ( empty($string) ) { return; }
111 $name = 'Pictures/'.md5($string).'.'.$ext;
112 $doc->addFile($name, $mime, $string);
122 * @param string $string
129 …function addStringAsSVGImage(ODTInternalParams $params, $string, $width = NULL, $height = NULL, $a… argument
130 if ( empty($string) ) { return; }
132 $name = self::addStringAsSVGImageFile($params->document, $string);
136 …list($width, $height) = ODTUtility::getImageSizeString($string, $width, $height, true, $params->un…
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php86 * @var null|string $type Data type. Tries to detect if omitted
338 * @return string|false
342 $input = (string) $input;
375 // The shortest possible WKB string (LINESTRING EMPTY) is 18 hex-chars (9 encoded bytes) long
403 $string = substr($input, 0, 1024);
404 if (strpos($string, '<kml') !== false) {
407 if (strpos($string, '<coordinate') !== false) {
410 if (strpos($string, '<gpx') !== false) {
413 if (strpos($string, '<osm ') !== false) {
416 if (preg_match('/<[a-z]{3,20}>/', $string) !
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DXml.php29 public static function escape(string $string): string
31 return \str_replace(['&', '<', '>', '"'], ['&amp;', '&lt;', '&gt;', '&quot;'], $string);
27 escape($string) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceInterface.php24 public function getLabel(): string;
26 public function getDestination(): string;
28 public function getTitle(): string;

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