Home
last modified time | relevance | path

Searched refs:pairs (Results 26 – 50 of 100) sorted by relevance

1234

/plugin/chordsheets/js/
H A Djtab.min.js1 …\])/g,""),pairs=notes.split("."),pairs.length<6)return void(this.isValid=!1);this.isValid=!0,array…
/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js1 …=a.ctx.indentTo;return typeof c=="number"?c:a.ctx.start+1},closeBrackets:{pairs:'()[]{}""'},lineCo…
H A Dclojure.min.js1 …a.ctx.indentTo;return typeof b==="number"?b:a.ctx.start+1},closeBrackets:{pairs:'()[]{}""'},lineCo…
H A Dscheme.min.js1 …ck==null)return a.indentation;return a.indentStack.indent},closeBrackets:{pairs:'()[]{}""'},lineCo…
H A Dcommonlisp.min.js.map1pairs","lineComment","blockCommentStart","blockCommentEnd","defineMIME"],"mappings":"CAGA,SAAUA,GA…
H A Dscheme.min.js.map1pairs","lineComment","defineMIME"],"mappings":"CAOA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAI…
/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/idoit/
H A DREADME.md85 #### Retrieve single attribute pairs
/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…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml187 pairs is inserted into the current mapping.
/plugin/typography/
H A DREADME.md7 The parameter consists of CSS property-value pairs (`property: value;`), each pair must be separate…
/plugin/authyubikey/
H A Dauth.php.org164 …* @param array $changes array of field/value pairs to be changed (password will be clear text)
267 * @param array $filter array of field/pattern pairs
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js975 _.pairs = function(obj) { function
978 var pairs = Array(length);
980 pairs[i] = [keys[i], obj[keys[i]]];
982 return pairs;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1368 var pairs = str.split('@@');
1369 for (var i in pairs) {
1370 var elems = pairs[i].split(/;;/);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1011 _.pairs = function(obj) { function
1014 var pairs = Array(length);
1016 pairs[i] = [keys[i], obj[keys[i]]];
1018 return 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
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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:
H A Dcrud.asciidoc73 action/metadata pairs, separated by newlines. When constructing your documents
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js2353 var pairs = data.__data__;
2354 if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
2355 pairs.push([key, value]);
2359 data = this.__data__ = new MapCache(pairs);
7393 function fromPairs(pairs) {
7395 length = pairs == null ? 0 : pairs.length,
7399 var pair = pairs[index];
15323 function cond(pairs) {
15324 var length = pairs == null ? 0 : pairs.length,
15327 pairs = !length ? [] : arrayMap(pairs, function(pair) {
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2353 var pairs = data.__data__;
2354 if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
2355 pairs.push([key, value]);
2359 data = this.__data__ = new MapCache(pairs);
7393 function fromPairs(pairs) {
7395 length = pairs == null ? 0 : pairs.length,
7399 var pair = pairs[index];
15323 function cond(pairs) {
15324 var length = pairs == null ? 0 : pairs.length,
15327 pairs = !length ? [] : arrayMap(pairs, function(pair) {
[all …]
/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/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
/plugin/ckgdoku/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.

1234