Home
last modified time | relevance | path

Searched refs:pairs (Results 76 – 100 of 100) sorted by path

1234

/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/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/lodash/fp/
H A D_baseConvert.js228 var pairs = [];
231 pairs.push([key, func.prototype[key]]);
237 each(pairs, function(pair) {
526 var pairs = [];
531 pairs.push([key, wrap(key, func, _)]);
540 var length = pairs.length;
542 if (pairs[length][0] == key) {
547 pairs.push([key, func]);
552 each(pairs, function(pair) {
/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/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/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js743 var modelMethods = {keys: 1, values: 1, pairs: 1, invert: 1, pick: 0,
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js296 …assert.deepEqual(_.object(_.pairs(stooges)), stooges, 'an object converted to pairs and back to an…
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]], '.…
/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
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/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…
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/strata/
H A Dmanual.txt36 -- Simple field-value pairs
158 == Field-Value pairs ==
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … than U+FFFF. Avoids converting code points above U+FFFF to\n * surrogate pairs (which could be do…
/plugin/tuxquote/
H A Dquotes.txt1336 I prefer to forget both pairs of glasses and pass my declining years saluting strange women and gra…
/plugin/typography/
H A DREADME.md7 The parameter consists of CSS property-value pairs (`property: value;`), each pair must be separate…
/plugin/vkeyboard/
H A Dvkeyboard.js.unc174 // property/value pairs of objects with hash keys equal to the
982 // pairs. The rows below are wrapped so uppercase letters are
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsample02.cgi67 @pairs = split(/&/,$buffer);
68 foreach $pair (@pairs) {
H A Dsample03.cgi67 @pairs = split(/&/,$buffer);
68 foreach $pair (@pairs) {
H A Dsample04.cgi67 @pairs = split(/&/,$buffer);
68 foreach $pair (@pairs) {
H A Dsampleposteddata.cgi59 @pairs = split(/&/,$buffer);
60 foreach $pair (@pairs) {
/plugin/wysiwyg/
H A Dscript.js141 var pairs = query.split("&");
142 for(var i = 0; i < pairs.length; i++) {
143 var pos = pairs[i].indexOf('=');
145 var argname = pairs[i].substring(0,pos);
146 var value = pairs[i].substring(pos+1);
/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);

1234