Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 12 of 12) sorted by relevance

/template/strap/vendor/antlr/antlr4-php-runtime/src/
DRuleContext.php107 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\RuleContext
234 if (!$p->isEmpty()) {
243 if ($p->parentCtx !== null && ($ruleNames !== null || !$p->parentCtx->isEmpty())) {
DLL1Analyzer.php197 if ($context->isEmpty() && $addEOF) {
211 if ($context->isEmpty() && $addEOF) {
DParser.php904 if ($dfa->states->isEmpty()) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
DArrayPredictionContext.php58 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\ArrayPredictionContext
98 if ($this->isEmpty()) {
DEmptyPredictionContext.php19 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\EmptyPredictionContext
DPredictionContext.php103 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
565 if ($context->isEmpty()) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
DATNConfigSet.php261 if ($this->configLookup->isEmpty()) {
318 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
DLexerATNSimulator.php499 if ($config->context === null || $config->context->isEmpty()) {
509 if ($config->context !== null && !$config->context->isEmpty()) {
DParserATNSimulator.php922 if ($c->context !== null && !$c->context->isEmpty()) {
1034 if ($reach->isEmpty()) {
1635 if ($config->context !== null && !$config->context->isEmpty()) {
1910 || $config->context->isEmpty()
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
DSet.php28 public function isEmpty() : bool function in Antlr\\Antlr4\\Runtime\\Utils\\Set
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
DHelpers.php197 public function isEmpty() function in Handlebars\\Helpers
/template/mikio/inc/stemmechanics/lesserphp/
Dlessc.inc.php3953 protected function isEmpty($block) { function in lessc_formatter_classic
3956 if (!$this->isEmpty($child)) return false;
3965 if ($this->isEmpty($block)) return;