Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 100) sorted by last modified time

1234

/plugin/struct/meta/
H A DQueryBuilder.php251 * @param array $pairs The array to insert
256 protected function arrayInsert($array, $pairs, $key_pos)
259 $result = array_merge($result, $pairs);
282 arrayInsert($array, $pairs, $key_pos) global() argument
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt120 last item. As many key/value pairs for parameters can be
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php169 * Return set of symbol pairs in a word.
178 $pairs = [];
182 $pairs[] = [$previousPart, $part];
188 return $pairs;
199 $pairs = $this->buildSymbolPairs($word);
200 if ([] === $pairs) {
206 foreach ($pairs as $pair) {
267 $pairs = $this->buildSymbolPairs($word);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js56540 var pairs = cache.__data__;
56542 if (!Map || pairs.length < LARGE_ARRAY_SIZE - 1) {
56543 pairs.push([key, value]);
56547 cache = this.__data__ = new MapCache(pairs);
59119 var pairs = data.__data__;
59121 if (!Map || pairs.length < LARGE_ARRAY_SIZE - 1) {
59122 pairs.push([key, value]);
59127 data = this.__data__ = new MapCache(pairs);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php725 // Update DFA so reach becomes accept state with (predicate,alt) pairs
1369 $pairs = [];
1378 $pairs[] = new PredPrediction($pred, $i);
1390 return $pairs;
1519 * Look through a list of predicate/alt pairs, returning alts for the
1520 * pairs that win. A `NONE` predicate indicates an alt containing an
1523 * includes pairs with null predicates.
/plugin/openid/Auth/OpenID/
H A DAssociation.php216 foreach ($pairs as $key => $value) {
236 $version = $pairs['version'];
237 $handle = $pairs['handle'];
238 $secret = $pairs['secret'];
239 $issued = $pairs['issued'];
240 $lifetime = $pairs['lifetime'];
241 $assoc_type = $pairs['assoc_type'];
265 function sign($pairs) argument
344 $pairs = [];
347 $pairs[] = [
[all …]
/plugin/openid/Auth/
H A DOpenID.php317 $pairs = [];
320 $pairs[] = urlencode($value[0])."=".urlencode($value[1]);
322 $pairs[] = urlencode($key)."=".urlencode($value);
325 return implode("&", $pairs);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc73 action/metadata pairs, separated by newlines. When constructing your documents
H A Dconnecting.asciidoc243 key:value pairs. The request body is itself an associative array with key:value
244 pairs corresponding to the data in your document:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc116 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
562 $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
755 $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md170 constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc100 $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
H A DMonitoringNamespace.asciidoc36 $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
/plugin/achart/assets/
H A Djs-yaml.min.js2 …n,0,i,!0,!0)?n.dump+"\n":""}}.dump,lt=o,ct={binary:L,float:S,map:y,null:A,pairs:Y,set:B,timestamp:…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc371 … // Items that will appear inside the selection field, in pairs of displayed text and value.
391 … // Items that will appear inside the selection field, in pairs of displayed text and value.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc105 var pairs = str.split('@@');
106 for (var i in pairs) {
107 var elems = pairs[i].split(/;;/);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md408 Build a query string from an array of key value pairs.
/plugin/c3chart/assets/
H A Djs-yaml.min.js2 …n,0,i,!0,!0)?n.dump+"\n":""}}.dump,lt=o,ct={binary:L,float:S,map:y,null:A,pairs:Y,set:B,timestamp:…
/plugin/strata/
H A Dmanual.txt36 -- Simple field-value pairs
158 == Field-Value pairs ==
/plugin/meta/
H A Dsyntax.php42 $pairs = explode('&', $match);
43 foreach ($pairs as $pair) {
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt34 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
H A Ddokuwiki-oembed.org40 An oembed provider will specify a URL scheme and API endpoint pairs. If you know the endpoint you c…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D54.54.js.map1 …enthesis', open: '(', close: ')' },\n // Special bracket statement pairs\n { token: …
H A D67.67.js.map1pairs\n // according to https://msdn.microsoft.com/en-us/library/tsw2a11z.aspx\n {\n…

1234