Home
last modified time | relevance | path

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

12345

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserTraceListener.php24 $token = $stream !== null ? $stream->LT(1) : null;
45 $token = $stream !== null ? $stream->LT(1) : null;
H A DParser.php465 return $this->tokenStream()->LT(1);
589 $this->context()->start = $this->tokenStream()->LT(1);
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.php21 public function LT(int $k) : ?Token; function
H A DCommonTokenStream.php87 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.php198 $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/
Dwith_preserves_safety_filters.test38 <FABIEN>
48 <FABPOT>
/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
Dl.js19 (function(a){MathJax.Hub.Insert(a.Parse.Entity,{LJcy:"\u0409",LT:"\u003C",Lacute:"\u0139",Lang:"\u2… property
/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… property
H A Den-ie.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Den-gb.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Den-au.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:s… property
H A Dda.js1 …".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Den-nz.js1 …".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:s… property
H A Dsv.js1 …".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dar-kw.js1 …ekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dar-tn.js1 …ekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dar-dz.js1 …n:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dth.js1 …:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss"… property
H A Dpt-br.js1 …in:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dnb.js1 …in:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Deu.js1 …in:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dpt.js1 …in:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dar-ma.js1 …ekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property
H A Dnn.js1 …in:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:s… property

12345