Home
last modified time | relevance | path

Searched refs:LT (Results 1 – 25 of 117) sorted by relevance

12345

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php24 $token = $stream !== null ? $stream->LT(1) : null;
27 'enter %s, LT(1)=%s',
45 $token = $stream !== null ? $stream->LT(1) : null;
48 'exit %s, LT(1)=%s',
H A DParser.php465 return $this->tokenStream()->LT(1);
589 $this->context()->start = $this->tokenStream()->LT(1);
601 // if we have matched EOF, it cannot consume past EOF so we use LT(1) here
602 $this->context()->stop = $this->tokenStream()->LT(1); // LT(1) will be end of file
604 $this->context()->stop = $this->tokenStream()->LT(-1); // stop node is what we just matched
654 $this->context()->start = $this->tokenStream()->LT(1);
669 $previous->stop = $this->tokenStream()->LT(-1);
685 $this->context()->stop = $this->tokenStream()->LT(-1);
H A DTokenStream.php17 * of `LT($k)->getType() === LA($k)`.
21 public function LT(int $k) : ?Token; function
H A DCommonTokenStream.php15 * {@see CommonTokenStream::LA()}, {@see CommonTokenStream::LT()}, and
87 public function LT(int $k) : ?Token function in Antlr\\Antlr4\\Runtime\\CommonTokenStream
H A DInputStream.php98 public function LT(int $offset) : int function in Antlr\\Antlr4\\Runtime\\InputStream
H A DBufferedTokenStream.php42 * should be {@see BufferedTokenStream::LT(1)}.
198 $token = $this->LT($i);
212 public function LT(int $k) : ?Token function in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_preserves_safety_filters.test38 <FABIEN>
48 <FABPOT>
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Dl.js19 (function(a){MathJax.Hub.Insert(a.Parse.Entity,{LJcy:"\u0409",LT:"\u003C",Lacute:"\u0139",Lang:"\u2…
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Den-ca.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:s…
H A Den-ie.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dar-dz.js1 …n:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dar-kw.js1 …ekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dar-ma.js1 …ekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dda.js1 …".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Den-au.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:s…
H A Dnn.js1 …in:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dpt-br.js1 …in:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Den-gb.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Den-nz.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:s…
H A Deu.js1 …in:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dfr-ca.js1 …in:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dnb.js1 …in:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dpt.js1 …in:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dsv.js1 …".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s…
H A Dth.js1 …:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss"…

12345