Home
last modified time | relevance | path

Searched refs:Interval (Results 1 – 24 of 24) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php12 final class Interval implements Equatable class
30 return $invalid ?? $invalid = new Interval(-1, -2);
57 public function startsBeforeDisjoint(Interval $other) : bool
65 public function startsBeforeNonDisjoint(Interval $other) : bool
73 public function startsAfter(Interval $other) : bool
81 public function startsAfterDisjoint(Interval $other) : bool
89 public function startsAfterNonDisjoint(Interval $other) : bool
98 public function disjoint(Interval $other) : bool
106 public function adjacent(Interval $other) : bool
114 public function union(Interval
[all...]
H A DIntervalSet.php24 /** @var array<Interval> */
122 $beforeCurrent = new Interval($resultInterval->start, $rightInterval->start - 1);
126 $afterCurrent = new Interval($rightInterval->stop + 1, $resultInterval->stop);
187 $this->addInterval(new Interval($value, $value));
192 $this->addInterval(new Interval($left, $right));
195 protected function addInterval(Interval $addition) : void
208 /** @var Interval $resilt */
261 $this->addInterval(new Interval($i->start, $i->stop));
322 $this->intervals[$k] = new Interval($i->start + 1, $i->stop);
329 $this->intervals[$k] = new Interval(
[all...]
H A DTokenStream.php56 * @param Interval $interval The interval of tokens within this stream
62 public function getTextByInterval(Interval $interval) : string;
71 * $text = $stream->getText(new Interval(0, $stream->size()));
H A DParserRuleContext.php255 public function getSourceInterval() : Interval
258 return Interval::invalid();
261 return new Interval($this->start->getTokenIndex(), $this->stop->getTokenIndex());
H A DRuleContext.php112 public function getSourceInterval() : Interval
114 return Interval::invalid();
H A DBufferedTokenStream.php453 public function getTextByInterval(Interval $interval) : string
484 return $this->getTextByInterval(new Interval(0, \count($this->tokens) - 1));
492 return $this->getTextByInterval(new Interval($startIndex, $stopIndex));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
H A DRelease.php31 protected $servingType = Interval::class;
75 * @param Interval
77 public function setServing(Interval $serving)
82 * @return Interval
H A DInterval.php20 class Interval extends \Google\Model class
62 class_alias(Interval::class, 'Google_Service_VersionHistory_Interval');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceRefreshSchedule.php30 protected $nextRunType = Interval::class;
82 * @param Interval
84 public function setNextRun(Interval $nextRun)
89 * @return Interval
H A DInterval.php20 class Interval extends \Google\Model class
62 class_alias(Interval::class, 'Google_Service_Sheets_Interval');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTerminalNodeImpl.php7 use Antlr\Antlr4\Runtime\Interval; alias
52 public function getSourceInterval() : Interval
55 return new Interval(-1, -2);
60 return new Interval($tokenIndex, $tokenIndex);
H A DSyntaxTree.php7 use Antlr\Antlr4\Runtime\Interval; alias
17 * Return an {@see Interval} indicating the index in the
27 * If source interval is unknown, this returns {@see Interval::invalid()}.
32 public function getSourceInterval() : Interval;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php9 use Antlr\Antlr4\Runtime\Interval; alias
67 $tokenStream === null ? '' : $tokenStream->getTextByInterval(new Interval($startIndex, $stopIndex))
86 $tokenStream === null ? '' : $tokenStream->getTextByInterval(new Interval($startIndex, $stopIndex))
105 $tokenStream === null ? '' : $tokenStream->getTextByInterval(new Interval($startIndex, $stopIndex))
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php24 use Antlr\Antlr4\Runtime\Interval; alias
2422 $interval = new Interval($startIndex, $stopIndex);
2453 $interval = new Interval($startIndex, $stopIndex);
2489 $interval = new Interval($startIndex, $stopIndex);
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_ro.js.map1 …sigur?\",\n\t\tsection_description: \"Descriere\",\n\t\tsection_time: \"Interval\",\n\t\tsection_t…
/plugin/edittable/lib/
H A Dhandsontable.full.js48833 var Interval = function () {
48834 _createClass(Interval, null, [{
48837 return new Interval(func, delay);
48841 function Interval(func, delay) {
48844 _classCallCheck(this, Interval);
48894 _createClass(Interval, [{
48949 return Interval;
48952 exports.default = Interval;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Deditor.worker.js1 …ction(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e…
H A Deditor.worker.js.map1 …elative\";\n RenderLineNumbersType[RenderLineNumbersType[\"Interval\"] = 3] = \"Interval\";\n …
H A Djson.worker.js.map1 …elative\";\n RenderLineNumbersType[RenderLineNumbersType[\"Interval\"] = 3] = \"Interval\";\n …
H A Dbundle.js426 …ction(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e…
H A Dbundle.js.map1Interval */) {\n return true;\n }\n return false;\n }\n onFlushed(e…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …ction(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e…
H A Dbundle.js426 …ction(e){e[e.Off=0]="Off",e[e.On=1]="On",e[e.Relative=2]="Relative",e[e.Interval=3]="Interval",e[e…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 … }\n break;\n\n case 0xFFDD: // DRI (Define Restart Interval)\n rea…