Home
last modified time | relevance | path

Searched refs:pair (Results 1 – 25 of 115) sorted by last modified time

12345

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt121 passed before those last two items, with each pair joined by
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe39069 ĠDes pair
/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/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);
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/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/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/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;
H A DURINorm.php72 Auth_Yadis_getIPrivateChars()) as $pair) {
73 list($m, $n) = $pair;
/plugin/openid/Auth/
H A DOpenID.php291 $pair = explode('=', $parts[$i]);
293 if (count($pair) != 2) {
297 list($key, $value) = $pair;
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md302 synchronous catch/finally 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/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc61 * must match its relative pair in the {@link CKEDITOR.config#smiley_images}
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md379 array of associative arrays representing the header key value pair data
399 value pair will become an array. This function does not parse nested
670 provided key are removed and replaced with the given key value pair. A value of null will set the q…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md69 * Bug fix: Undefined offset when a cookie has no first key-value pair [#1998](https://github.com/gu…
/plugin/a2s/
H A Ddemo.txt107 …* border stroke dash : A serie of pair of dash length and space length. Length unit is unknown. Ex…
/plugin/passpolicy/
H A Dwords.txt2553 pair
/plugin/strata/
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
160 The simplest form of data entry. Fields and values are also called predicates and objects. It is possible to leave out the value, then the field-value pair will not be stored, but you can easily fill in the missing value later.
/plugin/diagramsnet/lib/WEB-INF/lib/
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/ ...

12345