Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 115) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php25 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 DMethodCallExpression.php36 foreach ($this->getNode('arguments')->getKeyValuePairs() as $pair) {
42 $compiler->subcompile($pair['value']);
/plugin/eventline/timeline_js/
H A Dtimeline-api.js128 var pair = params[p].split("=");
129 if (pair[0] == "locales") {
130 desiredLocales = desiredLocales.concat(pair[1].split(","));
131 } else if (pair[0] == "defaultLocale") {
132 defaultServerLocale = pair[1];
133 } else if (pair[0] == "forceLocale") {
134 forceLocale = pair[1];
135 … desiredLocales = desiredLocales.concat(pair[1].split(","));
136 } else if (pair[0] == "bundle") {
137 bundle = pair[1] != "false";
/plugin/tline/timeline_js/
H A Dtimeline-api.js128 var pair = params[p].split("=");
129 if (pair[0] == "locales") {
130 desiredLocales = desiredLocales.concat(pair[1].split(","));
131 } else if (pair[0] == "defaultLocale") {
132 defaultServerLocale = pair[1];
133 } else if (pair[0] == "forceLocale") {
134 forceLocale = pair[1];
135 … desiredLocales = desiredLocales.concat(pair[1].split(","));
136 } else if (pair[0] == "bundle") {
137 bundle = pair[1] != "false";
/plugin/codemirror/dist/modes/
H A Dyaml.min.js1pair=false;c.pairStart=false;if(a.match(/---/)){return"def"}if(a.match(/\.\.\./)){return"def"}if(a…
H A Dyaml.min.js.map1pair","pairStart","inlinePairs","inlineList","next","startState","lineComment","fold","defineMIME"…
/plugin/fedauth/js/
H A Daoihelper.js16 var pair = vars[i].split("=");
17 self.qvars[pair[0]] = pair[1];
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-modules.js28 const actions = _.map(filePairs, pair =>
29 file.copy(pair[0], path.join(target, pair[1])));
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php206 foreach ($pairs as $pair) {
207 if (isset($this->bpeRanks[$pair[0]][$pair[1]])) {
208 $rank = $this->bpeRanks[$pair[0]][$pair[1]];
209 $minPairs[$rank] = $pair;
211 $minPairs[10e10] = $pair;
/plugin/notification/syntax/
H A Dlist.php44 $pair = explode(':', $line, 2);
45 if (count($pair) < 2) {
48 $key = trim($pair[0]);
49 $value = trim($pair[1]);
/plugin/ireadit/syntax/
H A Dlist.php48 $pair = explode(':', $line, 2);
49 if (count($pair) < 2) {
52 $key = trim($pair[0]);
53 $value = trim($pair[1]);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php456 foreach (Auth_OpenID_getDefaultAssociationOrder() as $pair) {
457 list($assoc, $session) = $pair;
462 $result[] = $pair;
464 $result[] = $pair;
540 foreach ($allowed_types as $pair) {
541 list($assoc_type, $session_type) = $pair;
H A DMessage.php509 foreach ($openid_args->items() as $pair) {
510 list($rest, $value) = $pair;
617 foreach ($this->namespaces->iteritems() as $pair) {
618 list($ns_uri, $alias) = $pair;
630 foreach ($this->args->items() as $pair) {
631 list($ns_parts, $value) = $pair;
833 foreach ($this->args->items() as $pair) {
834 list($key, $value) = $pair;
/plugin/openid/Auth/OpenID/
H A DAssociation.php472 foreach (Auth_OpenID_getDefaultAssociationOrder() as $pair) {
473 list($assoc, $session) = $pair;
478 $result[] = $pair;
480 $result[] = $pair;
558 foreach ($allowed_types as $pair) {
559 list($assoc_type, $session_type) = $pair;
H A DMessage.php573 foreach ($openid_args->items() as $pair) {
574 list($rest, $value) = $pair;
684 foreach ($this->namespaces->iteritems() as $pair) {
685 list($ns_uri, $alias) = $pair;
697 foreach ($this->args->items() as $pair) {
698 list($ns_parts, $value) = $pair;
913 foreach ($this->args->items() as $pair) {
914 list($key, $value) = $pair;
/plugin/wysiwyg/fckeditor/_samples/perl/
H A Dsampleposteddata.cgi60 foreach $pair (@pairs) {
61 ($name,$value) = split(/=/,$pair);
H A Dsample03.cgi68 foreach $pair (@pairs) {
69 ($name,$value) = split(/=/,$pair);
H A Dsample04.cgi68 foreach $pair (@pairs) {
69 ($name,$value) = split(/=/,$pair);
H A Dsample02.cgi68 foreach $pair (@pairs) {
69 ($name,$value) = split(/=/,$pair);
/plugin/ldapsearch/
H A Dsyntax.php70 foreach($matches as $pair) {
71 $value = preg_replace('/^"(.*?)"$/','$1',$pair[2]);
72 $ldapDetails[$pair[1]] = $value;
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js237 each(pairs, function(pair) { argument
238 var value = pair[1];
240 func.prototype[pair[0]] = value;
242 delete func.prototype[pair[0]];
552 each(pairs, function(pair) { argument
553 _[pair[0]] = pair[1];
/plugin/autotweet/syntax/
H A Dautotweet.php68 foreach ($pairs as $pair) {
69 list($key, $value) = explode('=', $pair, 2);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBlockMapping.yml4 A mapping with one key/value pair
12 More than one key/value pair
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js308 expected.zip(actual).all(function(pair) { return pair[0] == pair[1] }) ? argument
424 elements.zip(expressions).all(function(pair, index) { argument
425 var element = $(pair.first()), expression = pair.last();
532 $H(METHODMAP).each(function(pair) { argument
533 Test.BDDMethods[pair.key] = function() {
536 makeAssertion.apply(scope, [pair.value, args, this]); };
/plugin/eshop/
H A Dsyntax.php29 foreach ($pairs as $pair) {
30 list($key, $value) = explode('=', $pair, 2);

12345