Home
last modified time | relevance | path

Searched refs:EPSILON (Results 1 – 25 of 29) sorted by relevance

12

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php197 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 DLexerATNSimulator.php648 case Transition::EPSILON:
H A DParserATNSimulator.php1083 if ($nextTokens->contains(Token::EPSILON)) {
2035 case Transition::EPSILON:
H A DATNDeserializer.php773 case Transition::EPSILON:
/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php78 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 Dbox.generic.inline.php58 if (($right_x > $parent->get_right() + EPSILON)) {
68 if ($parent->_current_x > $parent->get_left() + $indent_offset + EPSILON) {
H A Dstrategy.table.layout.auto.php37 $spanned_widths[$i] = EPSILON;
197 if (array_sum($widths) < EPSILON) {
219 if ($widths[$i] == 0) { $widths[$i] = EPSILON; };
H A Dbox.text.php228 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 Dbox.img.php335 if ($this->get_width() < EPSILON ||
336 $this->get_height() < EPSILON) {
H A Dbox.table.php795 $spanned_widths[$i] = EPSILON;
1291 if (array_sum($new_heights) < $cell_height - EPSILON) {
1320 if (array_sum($heights) < $table_height - EPSILON) {
H A Dbox.inline.php326 if ($this->_lines[$line_no-1]->right + EPSILON > $box->_lines[0]->left) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDoubleComparator.php23 const EPSILON = 0.0000000001; define in SebastianBergmann\\Comparator\\DoubleComparator
51 $delta = self::EPSILON;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsIdentical.php27 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 DToken.php20 public const EPSILON = -2; define
H A DIntStream.php33 public const EPSILON = -2; define
H A DLL1Analyzer.php192 $look->addOne(Token::EPSILON);
206 $look->addOne(Token::EPSILON);
H A DParser.php790 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 DIntervalSet.php485 if ($a === Token::EPSILON) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DTransition.php26 public const EPSILON = 1; define in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
H A DEpsilonTransition.php49 return self::EPSILON;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php277 if ($nextTokens->contains(Token::EPSILON)) {
878 $recoverSet->removeOne(Token::EPSILON);
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt936 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 Dthree.min.js2EPSILON&&(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 Drrdiagram.js.map1EPSILON","EPSILON32","MAX32","MIN32","roundTiesToEven","fround","$abs","$sign","log1p","scale","in…
/plugin/fetchmedia/lib/
H A Dbundle.js1 …:u.call(n,t)}})},function(t,n,r){"use strict";var e=r(0);e(e.S,"Number",{EPSILON:Math.pow(2,-52)})…

12