Home
last modified time | relevance | path

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

12345

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php1534 foreach ($predPredictions as $pair) {
1535 if ($pair->pred === SemanticContext::none()) {
1536 $predictions->add($pair->alt);
1548 $pair->pred,
1550 $pair->alt,
1555 $this->log[] = \sprintf('eval pred $pair = %s"', $predicateEvaluationResult);
1560 $this->log[] = \sprintf('PREDICT %d', $pair->alt);
1563 $predictions->add($pair->alt);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1pair of callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a r…
H A Dworkbox-bed83ea8.js.map1pair of callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a r…
H A Dworkbox-f163abaa.js.map1pair of callback functions, \"match\" and \"handler\".\n * The \"match\" callback determine if a r…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …ndered when there are more than one in a ruby container box: whether each pair should be kept sepa…
H A D3.3.js.map1pair (blue in the following ex)\n // label { content: blue }\n var insidePropertyValue = false;\…
H A D69.69.js.map1 … [/@numberDate(?![ \\t]*\\S+)/, 'number.date'],\n // Key:Value pair\n [/(\".…
H A Dbundle.js.map1pair dance)\n codePoint -= 0x10000\n res.push(codePoint >>> 10 & 0x3FF | 0xD800)\n …
H A Deditor.worker.js.map1 … else {\n // last character is a surrogate pair\n …
H A Djson.worker.js.map1 … else {\n // last character is a surrogate pair\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1pair","array","pairs","Array","i0","i1","value0","n0","values0","n1","values1","values","reduce","…
/plugin/displayfile/
H A DREADME.md18 …nt of the specified file. The element is self-closing and should not be used as an open/close pair.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc94 <1> ApiKey pair of `id` and `api_key` from the create API key response.
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md302 synchronous catch/finally pair.
/plugin/eshop/
H A Dsyntax.php29 foreach ($pairs as $pair) {
30 list($key, $value) = explode('=', $pair, 2);
/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/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/fedauth/Auth/
H A DOpenID.php275 $pair = explode('=', $parts[$i]);
277 if (count($pair) != 2) {
281 list($key, $value) = $pair;
/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 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;

12345