Home
last modified time | relevance | path

Searched refs:guess (Results 1 – 25 of 39) sorted by relevance

12

/plugin/diagramsnet/lib/plugins/
Dvoice.js1124 …var guess = getBestWord(tokens[1], ['up', 'left', 'down', 'right', 'north', 'south', 'east', 'west…
1126 if (guess == 'up' || guess == mxConstants.DIRECTION_NORTH)
1130 else if (guess == 'left' || guess == mxConstants.DIRECTION_WEST)
1134 else if (guess == 'down' || guess == mxConstants.DIRECTION_SOUTH)
1173 var guess = null;
1179 guess = 'right';
1183guess = getBestWord(tokens[i], ['move', 'and', 'up', 'left', 'right', 'north', 'south', 'east', 'w…
1186 if (guess == 'up' || guess == mxConstants.DIRECTION_NORTH)
1190 else if (guess == 'left' || guess == mxConstants.DIRECTION_WEST)
1194 else if (guess == 'down' || guess == mxConstants.DIRECTION_SOUTH)
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DFileExtensionEscapingStrategyTest.php21 $this->assertSame($strategy, FileExtensionEscapingStrategy::guess($filename));
/plugin/findologicxmlexport/vendor/twig/twig/src/
DFileExtensionEscapingStrategy.php34 public static function guess($name) function in Twig\\FileExtensionEscapingStrategy
DTemplate.php142 $e->guess();
225 $e->guess();
374 $e->guess();
436 $e->guess();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageTypeGuesser.php13 public function guess($data) function in Mpdf\\Image\\ImageTypeGuesser
DImageProcessor.php224 $type = $this->guesser->guess($data);
231 $type = $this->guesser->guess($data);
237 $type = $this->guesser->guess($data);
244 $type = $this->guesser->guess($data);
254 $type = $this->guesser->guess($data);
/plugin/backlinks2/_test/data/pages/
Dbob_ross_says.txt7 I guess I'm a little weird. I like to talk to trees and animals. That's okay though; I have more fu…
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
DError.php211 public function guess() function in Twig\\Error\\Error
/plugin/drawio/
DREADME.md3 Automatically generated documentation (I guess the DokuWiki community likes this form of documentat…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DEngine.php1054 $guess = $g->pow($n);
1056 $comp = $guess->compare($this); // compare our guess with real number
/plugin/codeprettify/code-prettify/
DREADME.md100 You don't need to specify the language since `PR.prettyPrint()` will guess.
/plugin/authdrupal8/
Dpassword.inc81 * password without actually having to guess one of the passwords.
/plugin/findologicxmlexport/vendor/hoa/stream/
DREADME.md431 name, with the `append` or `prepend` methods. You might guess that
527 than `Hoa\File` as you might guess.
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md30 - Fallback to `application/octet-stream` if we are unable to guess the content type for a multipart…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dannotations.rst47 How are these annotations loaded? From looking at the code you could guess that the ORM Mapping, As…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.js7433 return function parse_ws_xml_data(sdata, s, opts, guess) { argument
7449 if(guess.s.r > tagr - 1) guess.s.r = tagr - 1;
7450 if(guess.e.r < tagr - 1) guess.e.r = tagr - 1;
7483 if(guess.s.c > idx) guess.s.c = idx;
7484 if(guess.e.c < idx) guess.e.c = idx;
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG607 …* made the strategy used to guess the real template file name and line number in exception message…
774 …* wrapped all compilation and runtime exceptions with Twig_Error_Runtime and added logic to guess
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DCHANGELOG.md123 …ub.com/bcoe/yargs/commit/6a1a3fa731958e26ccd56885f183dd8985cc828f) try to guess argument types, an…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs7911 var guess = '', _guess = '', maxlen = 0;
7928 guess = guess && guess != _guess ? 'C' : _guess;
7929 //if(guess == 'C') break;
7937 if(guess == 'B' && _guess == 'N') {
7938 guess = 'N';
7942 colwidths[i] = guess == 'C' || _guess == 'N' ? maxlen : (_RLEN[guess] || 0);
7944 coltypes[i] = guess;
10542 var delta = Infinity, guess = 0, _MDW = MIN_MDW;
10544 guess = char2width_(px2char_(wpx))*256;
10545 guess = (guess) % 1;
[all …]
/plugin/strata/
Dmanual.txt371 All elements except the variable itself are optional. If left out, a reasonable guess or default is…
/plugin/passpolicy/
Dwords.txt1584 guess
D10k-common-passwords.txt5390 guess
/plugin/saml/phpsaml/
DREADME.md310 // Set a BaseURL to be used instead of try to guess
1206 php-saml toolkit uses a bunch of methods in OneLogin_Saml2_Utils that try to guess the URL where th…
/plugin/adfs/phpsaml/
DREADME.md310 // Set a BaseURL to be used instead of try to guess
1206 php-saml toolkit uses a bunch of methods in OneLogin_Saml2_Utils that try to guess the URL where th…
/plugin/bible/bible_douayRheims/
DWisdom.txt198 …9:16. And hardly do we guess aright at things that are upon earth: and with labour do we find the …

12