/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATN.php | 197 if (!$following->contains(Token::EPSILON)) { 204 $expected->removeOne(Token::EPSILON); 210 …while ($context !== null && $context->invokingState >= 0 && $following->contains(Token::EPSILON)) { 221 $expected->removeOne(Token::EPSILON); 226 if ($following->contains(Token::EPSILON)) {
|
H A D | LexerATNSimulator.php | 648 case Transition::EPSILON:
|
H A D | ParserATNSimulator.php | 1083 if ($nextTokens->contains(Token::EPSILON)) { 2035 case Transition::EPSILON:
|
H A D | ATNDeserializer.php | 773 case Transition::EPSILON:
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | flow_context.class.inc.php | 78 if ($float->get_top_margin() + EPSILON >= $y && 127 if ($parent->get_right() + EPSILON >= $x + $width || 134 if ($x1 + EPSILON > $x + $width) { 202 if ($float->get_top_margin() + EPSILON >= $y && 249 if ($parent->get_right() + EPSILON > $x || 256 if ($x1 - EPSILON < $x - $width) {
|
H A D | box.generic.inline.php | 58 if (($right_x > $parent->get_right() + EPSILON)) { 68 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) {
|
H A D | strategy.table.layout.auto.php | 37 $spanned_widths[$i] = EPSILON; 197 if (array_sum($widths) < EPSILON) { 219 if ($widths[$i] == 0) { $widths[$i] = EPSILON; };
|
H A D | box.text.php | 228 if (($right_x > $parent->get_right()+EPSILON)) { 237 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) { 452 $top_inside = $top >= $driver->getPageBottom()-EPSILON; 453 $bottom_inside = $bottom >= $driver->getPageBottom()-EPSILON;
|
H A D | box.img.php | 335 if ($this->get_width() < EPSILON || 336 $this->get_height() < EPSILON) {
|
H A D | box.table.php | 795 $spanned_widths[$i] = EPSILON; 1291 if (array_sum($new_heights) < $cell_height - EPSILON) { 1320 if (array_sum($heights) < $table_height - EPSILON) {
|
H A D | box.inline.php | 326 if ($this->_lines[$line_no-1]->right + EPSILON > $box->_lines[0]->left) {
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
H A D | DoubleComparator.php | 23 const EPSILON = 0.0000000001; define in SebastianBergmann\\Comparator\\DoubleComparator 51 $delta = self::EPSILON;
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | IsIdentical.php | 27 const EPSILON = 0.0000000001; define in PHPUnit_Framework_Constraint_IsIdentical 66 $success = abs($this->value - $other) < self::EPSILON;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | Token.php | 20 public const EPSILON = -2; define
|
H A D | IntStream.php | 33 public const EPSILON = -2; define
|
H A D | LL1Analyzer.php | 192 $look->addOne(Token::EPSILON); 206 $look->addOne(Token::EPSILON);
|
H A D | Parser.php | 790 if (!$following->contains(Token::EPSILON)) { 794 while ($ctx !== null && $ctx->invokingState >= 0 && $following->contains(Token::EPSILON)) { 809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
|
H A D | IntervalSet.php | 485 if ($a === Token::EPSILON) {
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/ |
H A D | Transition.php | 26 public const EPSILON = 1; define in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
|
H A D | EpsilonTransition.php | 49 return self::EPSILON;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/ |
H A D | DefaultErrorStrategy.php | 277 if ($nextTokens->contains(Token::EPSILON)) { 878 $recoverSet->removeOne(Token::EPSILON);
|
/plugin/html2pdf/html2pdf/html2ps/data/ |
H A D | LineBreak.txt | 936 0395;AL # GREEK CAPITAL LETTER EPSILON 959 03AD;AL # GREEK SMALL LETTER EPSILON WITH TONOS 967 03B5;AL # GREEK SMALL LETTER EPSILON 1030 03F5;AL # GREEK LUNATE EPSILON SYMBOL 1031 03F6;AL # GREEK REVERSED LUNATE EPSILON SYMBOL 6000 1F73;AL # GREEK SMALL LETTER EPSILON WITH OXIA 17321 1D6AC;AL # MATHEMATICAL BOLD CAPITAL EPSILON 17347 1D6C6;AL # MATHEMATICAL BOLD SMALL EPSILON 17369 1D6DC;AL # MATHEMATICAL BOLD EPSILON SYMBOL 17405 1D700;AL # MATHEMATICAL ITALIC SMALL EPSILON [all …]
|
/plugin/stlviewer/stlviewer/ |
H A D | three.min.js | 2 …EPSILON&&(Number.EPSILON=Math.pow(2,-52)),void 0===Number.isInteger&&(Number.isInteger=function(t)…
|
/plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
H A D | rrdiagram.js.map | 1 …EPSILON","EPSILON32","MAX32","MIN32","roundTiesToEven","fround","$abs","$sign","log1p","scale","in…
|
/plugin/fetchmedia/lib/ |
H A D | bundle.js | 1 …:u.call(n,t)}})},function(t,n,r){"use strict";var e=r(0);e(e.S,"Number",{EPSILON:Math.pow(2,-52)})…
|