Home
last modified time | relevance | path

Searched refs:pairs (Results 51 – 75 of 100) sorted by relevance

1234

/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/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/mytemplate/
H A DREADME79 data is declared with simple key-value pairs, one per line:
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt350 to delimit tag pairs (see below). Both are self terminating.
391 The tag pair section is composed of a series of zero or more tag pairs.
415 PGN import format may have multiple tag pairs on the same line and may even
430 values for non-STR tag pairs. Use of these expanded tag values will likely be
445 For import format, the order of tag pairs is not important. For export format,
446 the STR tag pairs appear before any other tag pairs. (The STR tag pairs must
448 any additional tag pairs appear in ASCII order by tag name.
469 pairs to conclude the tag pair section. This helps simple scanning programs to
979 The following tag pairs are used for traditional opening names. The associated
1006 The following tag pairs are used for representing opening identification
[all …]
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1 …ipairs\",\"load\",\n \"loadfile\",\"loadstring\",\"module\",\"next\",\"pairs\",\"pcall\",\"prin…
H A Dclike.min.js1 … false;b.tokenize=C(1);return b.tokenize(a,b)}},modeProps:{closeBrackets:{pairs:'()[]{}""',triples…
H A Dclojure.min.js.map1pairs","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,WAAY,gBAAmBC,UAAW,SACnDF,EAAI…
H A Dsass.min.js.map1 …{// state.cursorHalf === 0\n // first half i.e. before : for key-value pairs\n // including …
H A Dclike.min.js.map1pairs","triples","tokenKotlinString","tripleString","skipTo","intendSwitch","stringTokenizer","tok…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js82 …assert.deepEqual(_.pairs({one: 1, two: 2}), [['one', 1], ['two', 2]], 'can convert an object into …
83 …assert.deepEqual(_.pairs({one: 1, two: 2, length: 3}), [['one', 1], ['two', 2], ['length', 3]], '.…
H A Darrays.js296 …assert.deepEqual(_.object(_.pairs(stooges)), stooges, 'an object converted to pairs and back to an…
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc122 var pairs = str.split('@@');
123 for (var i in pairs) {
124 var elems = pairs[i].split(/;;/);
/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/sequencediagram/bower_components/lodash/test/
H A Dtest.js1052 function createCaches(pairs) { argument
1053 var largeStack = new mapCaches.Stack(pairs),
1054 length = pairs ? pairs.length : 0;
1061 'hashes': new mapCaches.Hash(pairs),
1062 'list caches': new mapCaches.ListCache(pairs),
1063 'map caches': new mapCaches.MapCache(pairs),
1064 'stack caches': new mapCaches.Stack(pairs),
1076 var value = pairs[index][1];
9541 var pairs = [
10014 var pairs = lodashStable.map([
[all …]
/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/strata/
H A Dmanual.txt36 -- Simple field-value pairs
158 == Field-Value pairs ==
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1466 # Explicitly typed pairs.
1467 tasks: !pairs
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md140 columnNames | {} | An object of key/value pairs to use as column names when exporting to data forma…
629 columnNames | An object of key/value pairs to use as column names when exporting ( data export only…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md988 <h3 id="_frompairspairs"><code>_.fromPairs(pairs)</code></h3>
992 from key-value `pairs`.
998 1. `pairs` *(Array)*: The key-value pairs.
8230 Creates an array of own enumerable string keyed-value pairs for `object`
8244 *(Array)*: Returns the key-value pairs.
8267 Creates an array of own and inherited enumerable string keyed-value pairs
8281 *(Array)*: Returns the key-value pairs.
10147 <h3 id="_condpairs"><code>_.cond(pairs)</code></h3>
10150 Creates a function that iterates over `pairs` and invokes the corresponding
10152 pairs are invoked with the `this` binding and arguments of the created
[all …]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5 …m.keys(n),i=u.length,o={},a=0;i>a;a++)e=u[a],o[e]=t(n[e],e,n);return o},m.pairs=function(n){for(va… function
H A Dunderscore-min.map1 …before","once","hasEnumBug","propertyIsEnumerable","allKeys","mapObject","pairs","invert","functio…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md341 All listener bucket data is an array containing the following pairs:
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …m.keys(n),i=u.length,o={},a=0;i>a;a++)e=u[a],o[e]=t(n[e],e,n);return o},m.pairs=function(n){for(va… function
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js743 var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md408 Build a query string from an array of key value pairs.

1234