Home
last modified time | relevance | path

Searched refs:pair (Results 76 – 100 of 115) sorted by last modified time

12345

/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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1pair dance)\n\t codePoint -= 0x10000\n\t res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n\t…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2pair=chunk.split(":");attr=normalizeAttr(pair[0].trim().toLowerCase());value=normalizeValue(attr,p…
H A Dfabric.js3086 var pair = chunk.split(':');
3088 attr = normalizeAttr(pair[0].trim().toLowerCase());
3089 value = normalizeValue(attr, pair[1].trim());
3680 var pair = propertyValuePairs[i].split(/\s*:\s*/),
3681 property = normalizeAttr(pair[0]),
3682 value = normalizeValue(property, pair[1], pair[0]);
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js1853 var pair = styles[ i1 ].replace( /\s/g, "" ).split( ":" );
1854 var key = pair[ 0 ];
1855 var value = pair[ 1 ];
/plugin/ldapsearch/
H A Dsyntax.php70 foreach($matches as $pair) {
71 $value = preg_replace('/^"(.*?)"$/','$1',$pair[2]);
72 $ldapDetails[$pair[1]] = $value;
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt3 Add mappings as letter server pair.
/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/pgn4web/pgn4web/
H A Dpgn-standard.txt389 8.1: Tag pair section
405 any adjacent pair of tokens in a tag pair.
418 follows the last tag pair.
1040 corresponding to the location given in the Site tag pair.
1124 tag pair must also appear.
2667 <tag-section> ::= <tag-pair> <tag-section>
2670 <tag-pair> ::= [ <tag-name> <tag-value> ]
2825 20.4.2: Marker 0x02: tag pair
2830 1) string-1 (tag pair name)
2832 2) string-1 (tag pair value)
[all …]
/plugin/tuxquote/
H A Dquotes.txt2171 Have you ever had the feeling life is a black tuxedo and you were a pair of brown shoes? <BR> -- G…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt7453 So he took a pair of bulls and cut them in pieces and sent these into all the territory of Israel b…
9665 …ot, please, let there be given to your servant some ground, the load of a pair of mules; because y…
16690 A cheating pair of scales is something detestable to Jehovah, but a complete stone-weight is a plea…
16978 Two sorts of weights are something detestable to Jehovah, and a cheating pair of scales is not good.
22386 …r selling someone righteous for mere silver, and someone poor for [the price of] a pair of sandals.
22488 in order to buy lowly people for mere silver and someone poor for [the price of] a pair of sandals,…
24998 and to offer sacrifice according to what is said in the law of Jehovah: "A pair of turtledoves or t…
30799 …e!" And I saw, and, look! a black horse; and the one seated upon it had a pair of scales in his ha…
/plugin/masciimath/
H A DREADME.txt22 …* One pair of parantheses is removed when the expression can be parsed uniquely without it as usua…
/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/eshop/
H A Dsyntax.php29 foreach ($pairs as $pair) {
30 list($key, $value) = explode('=', $pair, 2);
/plugin/fblogin/lib/
H A Dbase_facebook.php1366 $pair = explode('=', $part, 2);
1367 if (!empty($pair[0])) {
1368 $metadata[urldecode($pair[0])] =
1369 (count($pair) > 1) ? urldecode($pair[1]) : '';
/plugin/bible/bible_douayRheims/
H A DLuke.txt104 …2:24. And to offer a sacrifice, according as it is written in the law of the Lord, a pair of turtl…
H A DAmos.txt21 …ot convert him: because he hath sold the just man for silver, and the poor man for a pair of shoes.
124 …8:6. That we may possess the needy for money, and the poor for a pair of shoes, and may sell the r…
/plugin/fedauth/Auth/OpenID/
H A DAX.php652 foreach ($aliases->iteritems() as $pair) {
653 list($type_uri, $alias) = $pair;
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 DFileStore.php458 foreach ($this->_allAssocs() as $pair) {
459 list($assoc_filename, $assoc) = $pair;
607 foreach ($this->_allAssocs() as $pair) {
608 list($assoc_filename, $assoc) = $pair;
H A DURINorm.php72 Auth_Yadis_getIPrivateChars()) as $pair) {
73 list($m, $n) = $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/fedauth/js/
H A Daoihelper.js16 var pair = vars[i].split("=");
17 self.qvars[pair[0]] = pair[1];
/plugin/fedauth/Auth/
H A DOpenID.php275 $pair = explode('=', $parts[$i]);
277 if (count($pair) != 2) {
281 list($key, $value) = $pair;
/plugin/mindmap/
H A Dsyntax.php102 foreach ($pairs as $pair) {
103 list($key, $value) = explode('=', $pair, 2);

12345