Home
last modified time | relevance | path

Searched refs:pair (Results 26 – 50 of 115) sorted by relevance

12345

/plugin/approve/syntax/
H A Dtable.php43 $pair = explode(':', $line, 2);
44 if (count($pair) < 2) {
47 $key = trim($pair[0]);
48 $value = trim($pair[1]);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js317 each(pairs, function(pair) {
318 var value = pair[1];
320 func.prototype[pair[0]] = value;
322 delete func.prototype[pair[0]];
632 each(pairs, function(pair) {
633 _[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/openid/Auth/
H A DOpenID.php291 $pair = explode('=', $parts[$i]);
293 if (count($pair) != 2) {
297 list($key, $value) = $pair;
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64pair-geospatial-values|cts:element-pair-geospatial-value-match|cts:element-pair-geospatial-query-w…
/plugin/fedauth/Auth/OpenID/
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;
/plugin/progrecss/
H A Dsyntax.php88 foreach ($elems as $pair) {
89 list($key,$value)= explode('=', $pair, 2);
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js709 $H(Ajax.InPlaceEditor.Listeners).each(function(pair) { argument
710 listener = this[pair.value].bind(this);
711 this._listeners[pair.key] = listener;
713 this.element.observe(pair.key, listener);
715 this.options.externalControl.observe(pair.key, listener);
737 $H(this._listeners).each(function(pair) { argument
739 this.element.stopObserving(pair.key, pair.value);
741 this.options.externalControl.stopObserving(pair.key, pair.value);
H A Dprototype.js512 if ((pair = pair.split('='))[0]) {
514 var value = pair.length > 1 ? pair.join('=') : pair[0];
1122 pair.key = key;
1123 pair.value = value;
1124 iterator(pair);
1168 result.set(pair.key, pair.value);
1180 var key = encodeURIComponent(pair.key), values = pair.value;
1466 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument
1970 var property = pair.first(), attribute = pair.last();
4056 var pair = { };
[all …]
/plugin/openid/Auth/OpenID/
H A DURINorm.php72 Auth_Yadis_getIPrivateChars()) as $pair) {
73 list($m, $n) = $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;
/plugin/meta/
H A Dsyntax.php43 foreach ($pairs as $pair) {
44 list($key, $value) = explode('=', $pair, 2);
/plugin/uncmap/lang/en/
H A Dconfmanager_description.txt3 Add mappings as letter server pair.
/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/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/sincetil/
H A DSYNTAX.md4 Then the date/time goes in a pair of <sincetil></sincetil> tags.
/plugin/pixelyear/
H A DSYNTAX.md3 The whole thing needs to go in a pair of:
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsNullsAndEmpties.yml41 with a pair of quotes.
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js563 var pair = qt[i].split('=', 2);
566 e.name = unescape(pair[0]);
567 e.value = pair[1] != null? unescape(pair[1]) : '';
H A DJsHttpRequest.js750 var pair = qt[i].split('=', 2);
753 e.name = unescape(pair[0]);
754 e.value = pair[1] != null? unescape(pair[1]) : '';
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Djoin.rst35 * ``and``: The separator for the last pair of input items
/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/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php271 foreach ($loopBackStateNumbers as $pair) {
272 $pair[0]->loopBackState = $atn->states[$pair[1]];
275 foreach ($endStateNumbers as $pair) {
276 $endState = $atn->states[$pair[1]];
282 $pair[0]->endState = $endState;
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md115 ::brace_:: pair() ( ::comma:: pair() )* ::_brace::
117 #pair:
180 * > > #pair
183 * > > #pair

12345