Home
last modified time | relevance | path

Searched refs:string (Results 1676 – 1700 of 3165) sorted by relevance

1...<<61626364656667686970>>...127

/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php291 public function getFromName(string $name, $default = null)
307 public function setFromPersistentName(string $name, $value, $default = null)
313 private function getTableName(Metadata $metadata): string
319 public function getCanonical(): string
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc60 $params['name'] = (string) The name of the template
88 $params['name'] = (string) The name of the template
140 $params['wait_for_active_shards'] = (string) Wait until the specified number of shards is active
141 $params['wait_for_nodes'] = (string) Wait until the specified number of nodes is available
172 $params['node_ids'] = (string) A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names.
185 $params['name'] = (string) The name of the template
250 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
257 $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)
H A DDanglingIndicesNamespace.asciidoc33 $params['index_uuid'] = (string) The UUID of the dangling index
49 $params['index_uuid'] = (string) The UUID of the dangling index
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs45 function utf16leread(data/*:string*/)/*:string*/ {
50 function utf16beread(data/*:string*/)/*:string*/ {
279 type EvertType = {[string]:string};
283 type StringConv = {(string):string};
1334 function dateNF_fix(str/*:string*/, dateNF/*:string*/, match/*:Array<string>*/)/*:string*/ {
3599 function resolve_path(path/*:string*/, base/*:string*/)/*:string*/ {
5090 var ct2type/*{[string]:string}*/ = ({
9928 var terms/*:[Array<string>, string, Array<string>]*/ = [[],r.v,[]];
12550 function shift_formula_xlsx(f/*:string*/, range/*:string*/, cell/*:string*/)/*:string*/ {
15101 function ods_to_csf_3D(r/*:string*/)/*:[string, string]*/ {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js141 myReverse: function(string) { argument
142 return string.split('').reverse().join('');
155 var string = 'Curly & Moe';
157 assert.equal(_.unescape(_.escape(string)), string);
158 assert.equal(_.unescape(string), string, 'don\'t unescape unnecessarily');
/plugin/sha3sum/
H A DPlugin.txt31 Generates a SHA3-512 hash of a string.
34 For example %%[[SHA3:]]%% will generate for a empty string:
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DBindRequest.php41 * @var string
65 * @param string $username
68 public function setUsername(string $username)
76 * @return string
78 public function getUsername(): string
125 $auth = (string) $auth->getValue();
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php34 * @param string $key Key name
48 * @param string $key Key name
64 * @param string $name Param name
76 public function hasParam(string $name): bool
84 * @return string Hit id
94 * @return string Result type
124 * @return string Index name
167 * @return int|string Document version
252 public function setParam(string $param, $value): void
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php93 * @param string $str
96 private function tokenize(string $str)
107 * @param string $str
110 protected function getNgrams(string $str): array
/plugin/combo/syntax/
H A Dfooter.php49 function getType(): string
73 function getPType(): string
92 * @param string $mode
115 * @param string $match
154 * @param string $format
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DRecognitionException.php52 string $message = ''
162 public function __toString() : string
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DescapedCharacters.yml130 continuation of string across multiple lines? Keeping test here but disabled.
143 { double: "some value\n \"some quoted string\" and 'some single quotes one'" }
146 'double' => "some value\n \"some quoted string\" and 'some single quotes one'"
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeEclipse.css37 .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#2a00ff !important;}
51 .syntaxhighlighter .xml .string{font-style:italic !important;color:#2a00ff !important;}
/plugin/odt/ODT/
H A DODTState.php230 $string = "Stackdump:\n";
232 $string .= $indent . $this->stack [$search]->getElementName().";\n";
235 return $string;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php64 * @var string|null
176 public function getText() : ?string
202 * @param string $text The explicit text of the token, or `null`
206 public function setText(?string $text) : void
288 public function __toString() : string
/plugin/combo/ComboStrap/
H A DPermalinkTag.php126 public static function handleError(string $errorMessage, bool $strict, CallStack $callStack): array
151 public static function addLinkContentInCallStack(CallStack $callStack, string $url)
183 public static function renderEnterSpecialXhtml(array $data): string
196 public static function getPermalinkId(MarkupPath $requestedPage): string
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php47 * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string
74 $blockIndentationIndicator = (' ' === substr($value, 0, 1)) ? (string) $this->indentation : '';
103 $blockIndentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentation : '';
143 private function dumpTaggedValue(TaggedValue $value, int $inline, int $indent, int $flags, string $prefix): string
150 $blockIndentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentation : '';
/plugin/botbouncer/lib/
H A Dmollom.php299 $aReturn['session_id'] = (string) $part->value->string;
446 …t->value->struct->member[1]->value->string)) ? (string) $responseXML->fault->value->struct->member…
513 …am->value->struct->member as $part) $aReturn[(string) $part->name] = (string) $part->value->string;
562 …am->value->struct->member as $part) $aReturn[(string) $part->name] = (string) $part->value->string;
619 …arams->param->value->array->data->value as $server) self::$serverList[] = (string) $server->string;
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php21 * - mb_decode_mimeheader - Decode string in MIME header field
22 * - mb_encode_mimeheader - Encode string for MIME header XXX NATIVE IMPLEMENTATION IS REALLY BUGGED
23 * - mb_decode_numericentity - Decode HTML numeric string reference to character
24 * - mb_encode_numericentity - Encode character to HTML numeric string reference
25 * - mb_convert_case - Perform case folding on a string
35 * - mb_strlen - Get string length
36 * - mb_strpos - Find position of first occurrence of string in a string
37 * - mb_strrpos - Find position of last occurrence of a string in a string
542 mb_str_split($string, $split_length = 1, $encoding = null) global() argument
[all...]
/plugin/highlightjs/highlight/styles/
H A Dmagula.css21 .string,
62 .ruby .string,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php25 public function testParse(string $sourceType, array $expectedType): void
38 $type = static function (string $name, array $params = []): array {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php79 ->string($name)
87 ->string(self::VARARGS_NAME)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php49 * @var string
56 * @param string $cookie
58 public function __construct(int $moreResults, int $unused = 0, string $cookie = '')
91 * @return string
93 public function getCookie(): string
120 throw new ProtocolException('A DirSyncResponse control value sequence 2 must be an octet string type.');
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php24 private string $char;
53 public function __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, ?int $index = null)
85 public function getChar(): string

1...<<61626364656667686970>>...127