Home
last modified time | relevance | path

Searched refs:pair (Results 51 – 75 of 115) sorted by path

12345

/plugin/fedauth/Auth/OpenID/
H A DURINorm.php72 Auth_Yadis_getIPrivateChars()) as $pair) {
73 list($m, $n) = $pair;
/plugin/fedauth/js/
H A Daoihelper.js16 var pair = vars[i].split("=");
17 self.qvars[pair[0]] = pair[1];
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md115 ::brace_:: pair() ( ::comma:: pair() )* ::_brace::
117 #pair:
180 * > > #pair
183 * > > #pair
/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
H A DYtsFlowCollections.yml17 syntax. Each key-value pair is
H A DYtsNullsAndEmpties.yml41 with a pair of quotes.
H A DYtsSpecificationExamples.yml1059 - A key: value pair in a sequence.
1060 A second: key:value pair.
1063 A key: value pair in a sequence.
1064 A second: key:value pair.
1094 { 'A key' => 'value pair in a sequence.', 'A second' => 'key:value pair.' },
1096 { 'A key' => 'value pair in a sequence.', 'A second' => 'key:value pair.' } ],
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst35 * ``and``: The separator for the last pair of input items
/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/freechat/phpfreechat/data/public/js/
H A Dprototype.js416 if ((pair = pair.split('='))[0]) {
418 var value = pair.length > 1 ? pair.join('=') : pair[0];
1003 pair.key = key;
1004 pair.value = value;
1005 iterator(pair);
1037 return pair.value === value;
1048 result.set(pair.key, pair.value);
1055 var key = encodeURIComponent(pair.key), values = pair.value;
1269 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument
1668 var property = pair.first(), attribute = pair.last();
[all …]
/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/issuetracker/
H A Dprototype.js629 if ((pair = pair.split('='))[0]) {
631 value = pair.length > 1 ? pair.join('=') : pair[0];
1235 pair.key = key;
1236 pair.value = value;
1237 iterator(pair);
1272 return pair.value === value;
1283 result.set(pair.key, pair.value);
1295 var key = encodeURIComponent(pair.key), values = pair.value;
1575 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument
2124 var property = pair.first(),
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js5518 var pair = table[ (((bitcache) >> ((cachesz) - (clumpsz))) & ((1 << (clumpsz)) - 1))];
5520 while (!pair.final) {
5522 clumpsz = pair.ptr.bits;
5523pair = table[pair.ptr.offset + (((bitcache) >> ((cachesz) - (clumpsz))) & ((1 << (clumpsz)) - 1…
5526 cachesz -= pair.value.hlen;
5529 var value = pair.value.x;
5566 value = pair.value.y;
5605 var value = pair.value.x;
5620 value = pair.value.y;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php511 foreach ($ParenthesesPairs as $pair) {
512 …eg_quote($pair[0]).'(([^'.preg_quote($pair).']*[\- '.preg_quote($pair[0]).'])?(cut|dub|edit|versio…
1381 foreach ($ParenthesesPairs as $pair) {
1385 …match('#^(.*)'.preg_quote($pair[0]).'([^'.preg_quote($pair[1]).']*)('."\t".')([^'.preg_quote($pair
1386 $PatternFilename = $matches[1].$pair[0].$matches[2].$pair[1].' '.$pair[0].$matches[4].$pair[1];
1390 $PatternFilename = preg_replace('#'.preg_quote($pair).'#', '', $PatternFilename);
1393 …$PatternFilename = preg_replace('#'.preg_quote($pair[1]).' +\- #', $pair[1].' ', $PatternFilename);
/plugin/ldapsearch/
H A Dsyntax.php70 foreach($matches as $pair) {
71 $value = preg_replace('/^"(.*?)"$/','$1',$pair[2]);
72 $ldapDetails[$pair[1]] = $value;
/plugin/masciimath/
H A DREADME.txt22 …* One pair of parantheses is removed when the expression can be parsed uniquely without it as usua…
/plugin/meta/
H A Dsyntax.php43 foreach ($pairs as $pair) {
44 list($key, $value) = explode('=', $pair, 2);
/plugin/mindmap/
H A Dsyntax.php102 foreach ($pairs as $pair) {
103 list($key, $value) = explode('=', $pair, 2);
/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/openid/Auth/
H A DOpenID.php291 $pair = explode('=', $parts[$i]);
293 if (count($pair) != 2) {
297 list($key, $value) = $pair;
/plugin/openid/Auth/OpenID/
H A DAX.php668 foreach ($aliases->iteritems() as $pair) {
669 list($type_uri, $alias) = $pair;
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 DFileStore.php494 foreach ($this->_allAssocs() as $pair) {
495 list($assoc_filename, $assoc) = $pair;
659 foreach ($this->_allAssocs() as $pair) {
660 list($assoc_filename, $assoc) = $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;

12345