Searched refs:pair (Results 1 – 8 of 8) sorted by relevance
/template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
H A D | ArrayExpression.php | 25 foreach ($this->getKeyValuePairs() as $pair) { 26 …if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute(… 27 $this->index = $pair['key']->getAttribute('value'); 36 foreach (array_chunk($this->nodes, 2) as $pair) { 38 'key' => $pair[0], 39 'value' => $pair[1], 48 foreach ($this->getKeyValuePairs() as $pair) { 51 if ((string) $key === (string) $pair['key']) { 72 foreach ($this->getKeyValuePairs() as $pair) { 79 ->subcompile($pair['key']) [all …]
|
H A D | MethodCallExpression.php | 49 foreach ($this->getNode('arguments')->getKeyValuePairs() as $pair) { 55 $compiler->subcompile($pair['value']);
|
/template/a_new_day/js/ |
H A D | prototype.js | 235 if ((pair = pair.split('='))[0]) { 237 var value = pair[1] ? decodeURIComponent(pair[1]) : undefined; 643 if (pair.value && pair.value.constructor == Array) { 655 if (pair.value == undefined) pair[1] = ''; 671 pair.key = key; 672 pair.value = value; 673 iterator(pair); 687 mergedHash[pair.key] = pair.value; 912 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument 1194 var property = pair.first(), attribute = pair.last(); [all …]
|
H A D | effects.js | 971 this.transforms = this.style.map(function(pair){ argument 972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
|
/template/battlehorse/js/ |
H A D | prototype.js | 235 if ((pair = pair.split('='))[0]) { 237 var value = pair[1] ? decodeURIComponent(pair[1]) : undefined; 643 if (pair.value && pair.value.constructor == Array) { 655 if (pair.value == undefined) pair[1] = ''; 671 pair.key = key; 672 pair.value = value; 673 iterator(pair); 687 mergedHash[pair.key] = pair.value; 912 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument 1194 var property = pair.first(), attribute = pair.last(); [all …]
|
H A D | effects.js | 971 this.transforms = this.style.map(function(pair){ argument 972 var property = pair[0].underscore().dasherize(), value = pair[1], unit = null;
|
/template/starterpjax/ |
H A D | jquery.pjax.js | 469 var pair = value.split('=') 470 form.append($('<input>', {type: 'hidden', name: pair[0], value: pair[1]}))
|
/template/codowik/js/ |
H A D | layout.js | 5176 , pair, data, i 5178 for (i=0; pair=cs[i]; i++) { 5179 data = $.trim(pair).split('='); // name=value => [ name, value ] 5457 , pair, pane, key, val variable 5465 pair = keys[i].split("."); 5466 pane = pair[0]; 5467 key = pair[1];
|