Home
last modified time | relevance | path

Searched refs:string (Results 351 – 375 of 3165) sorted by relevance

1...<<11121314151617181920>>...127

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSlides.php90 'type' => 'string',
104 'type' => 'string',
124 'type' => 'string',
129 'type' => 'string',
139 'type' => 'string',
144 'type' => 'string',
149 'type' => 'string',
153 'type' => 'string',
H A DGamesManagement.php76 'type' => 'string',
94 'type' => 'string',
118 'type' => 'string',
127 'type' => 'string',
146 'type' => 'string',
164 'type' => 'string',
188 'type' => 'string',
193 'type' => 'string',
203 'type' => 'string',
208 'type' => 'string',
[all …]
H A DKeep.php77 'type' => 'string',
82 'type' => 'string',
105 'type' => 'string',
115 'type' => 'string',
125 'type' => 'string',
133 'type' => 'string',
152 'type' => 'string',
162 'type' => 'string',
H A DChromePolicy.php79 'type' => 'string',
99 'type' => 'string',
109 'type' => 'string',
129 'type' => 'string',
139 'type' => 'string',
144 'type' => 'string',
152 'type' => 'string',
171 'type' => 'string',
H A DCloudBillingBudget.php75 'type' => 'string',
85 'type' => 'string',
95 'type' => 'string',
105 'type' => 'string',
114 'type' => 'string',
123 'type' => 'string',
128 'type' => 'string',
H A DAdMob.php79 'type' => 'string',
93 'type' => 'string',
112 'type' => 'string',
121 'type' => 'string',
140 'type' => 'string',
149 'type' => 'string',
168 'type' => 'string',
188 'type' => 'string',
/plugin/combo/ComboStrap/
H A DLowQualityPageOverwrite.php32 static public function getTab(): string
37 static public function getDescription(): string
42 static public function getLabel(): string
47 public static function getName(): string
52 static public function getPersistenceType(): string
86 static public function getCanonical(): string
H A DCacheLog.php28 public static function deleteCacheIfExistsAndLog(IFetcher $fetcher, string $event, string $message)
58 public static function renderCacheAndLog(IFetcherSource $fetcher, string $event, string $message)
82 public static function logCacheEvent(string $event, string $path, string $format, string $operation, string $message)
H A DPageKeywords.php22 static public function getTab(): string
28 static public function getDataType(): string
35 static public function getDescription(): string
40 static public function getLabel(): string
45 static public function getName(): string
54 * @return string[]|null
82 static public function getPersistenceType(): string
104 static public function getCanonical(): string
H A DDokuwikiId.php33 public function getValue(): string
51 public static function getName(): string
57 public static function getPersistenceType(): string
63 public static function getTab(): ?string
68 public static function getDescription(): string
73 public static function getLabel(): string
H A DQualityDynamicMonitoringOverwrite.php26 static public function getTab(): ?string
31 static public function getDescription(): string
36 static public function getLabel(): string
41 static public function getCanonical(): string
47 static public function getName(): string
52 static public function getPersistenceType(): string
H A DPageUrlType.php39 public function getValue(): string
65 static public function getTab(): string
70 static public function getDescription(): string
75 static public function getLabel(): string
80 static public function getName(): string
85 static public function getPersistenceType(): string
96 * @return string
98 public function getDefaultValue(): string
/plugin/gtime/gtlib/util/
H A DGTBaseX.php220 * @param string $string the string to decode
223 public function decode($string) { argument
225 if (empty($string)) {
237 while ($j < strlen($string)) {
239 $next = ord($string{$j});
275 private function addMinMax($string) { argument
277 for ($i = 0; $i < strlen($string); $i++) {
279 $c = ord($string{$i});
298 private function addChars($string) { argument
300 for ($i = 0; $i < strlen($string); $i++) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php66 * @param string $functionType valid values are DECAY_* constants and script_score
74 string $functionType,
113 * TODO: Change "$origin" and "$scale" parameter types to allow "float|int|string".
115 * @param string $function see DECAY_* constants for valid options
116 * @param string $field the document field on which to perform the decay function
117 * @param string $origin the origin value for this decay function
118 * @param string $scale a scale to define the rate of decay for this function
119 * @param string|null $offset If defined, this function will only be computed for documents with a distance from the origin greater than this value
123 * @param string|null $multiValueMode see MULTI_VALUE_MODE_* constants for valid options
128 string
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php8 * A "URL like" DSN string.
22 * @var string
32 * @var string|null
37 * @param array{ user?: string|null, password?: string|null, } $authentication
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = [])
48 public function getHost(): string
56 public function withHost(string
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D18.18.js.map1string', '@popall'],\n [/'/, 'string', '@stringBody'],\n [/\"$/, 'string', '…
H A D26.26.js1string","@string"],[/'[^\\']'/,"string"],[/(')(@escapes)(')/,["string","string.escape","string"]],… property in AnonymousFunction163fb38b0100.s.tokenizer
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php202 * @param string $string String.
206 if (null !== $string) {
207 $this->append($string);
295 * @param mixed $string String.
298 public function compare($string) argument
495 $string = $this->_string;
523 $string = static::transcode($string, 'UTF-8', 'ASCII//IGNORE//TRANSLIT');
529 $string = \Normalizer::normalize($string, \Normalizer::NFKD);
530 $string = preg_replace('#\p{Mn}+#u', '', $string);
1003 * @param string $string String.
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php96 public function __toString() : string
102 $string = '[';
105 $string .= ', ';
109 $string .= '$';
113 $string .= $this->returnStates[$i];
116 $string .= ' ' . $this->parents[$i];
118 $string .= 'null';
122 return $string . ']';
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dnewcommand.js19string.length){j=this.GetNext();if(j==="#"){if(d!==this.i){g[h]=this.string.substr(d,this.i-d)}j=t…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DIpRange.php17 * @param string $name the name of this aggregation
18 * @param string $field the field on which to perform this aggregation
20 public function __construct(string $name, string $field)
29 * @param string $field the name of the document field on which to perform this aggregation
33 public function setField(string $field): self
41 * @param string|null $fromValue a valid ipv4 address. Low end of this range, exclusive (greater than)
42 * @param string|null $toValue a valid ipv4 address. High end of this range, exclusive (less than)
48 public function addRange(?string $fromValue = null, ?string
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php67 $string = new ConstantExpression('abc', 1);
68 $node = $this->createFilter($string, 'reverse', [
72 $node = $this->createFilter($string, 'reverse', [
84 $node = $this->createFilter($string, 'bar');
87 $node = $this->createFilter($string, 'bar', [new ConstantExpression('bar', 1)]);
91 $node = $this->createFilter($string, 'barbar');
94 $node = $this->createFilter($string, 'barbar', ['foo' => new ConstantExpression('bar', 1)]);
97 … $node = $this->createFilter($string, 'barbar', ['arg2' => new ConstantExpression('bar', 1)]);
100 $node = $this->createFilter($string, 'barbar', [
159 function twig_tests_filter_barbar($context, $string, $arg1 = null, $arg2 = null, array $args = []) argument
/plugin/diagramsnet/lib/js/deflate/
H A Dbase64.js94 _utf8_encode : function (string) { argument
95 string = string.replace(/\r\n/g,"\n");
98 for (var n = 0; n < string.length; n++) {
100 var c = string.charCodeAt(n);
122 var string = "";
131 string += String.fromCharCode(c);
136 string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
142 string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
148 return string;
/plugin/bibtex/OSBib/create/
H A DSUCCESS.php40 $string = $arrays[$indexName];
41 $string = $extra ? preg_replace("/###/", $utf8->smartUtf8_decode($extra), $string) :
42 preg_replace("/###/", "", $string);
43 return MISC::p($utf8->encodeUtf8($string), "success", "center");

1...<<11121314151617181920>>...127