Home
last modified time | relevance | path

Searched refs:getDisplayName (Results 1 – 8 of 8) sorted by relevance

/template/bootstrap3/tpl/
Dmenu-user.php52 $extensions_update[] = $extension->getDisplayName();
67 $extensions_update[] = $extension->getDisplayName();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DVocabulary.php85 public function getDisplayName(int $tokenType) : string; function
H A DVocabularyImpl.php152 public function getDisplayName(int $tokenType) : string function in Antlr\\Antlr4\\Runtime\\VocabularyImpl
H A DIntervalSet.php489 return $vocabulary->getDisplayName($a);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php58 return $this->vocabulary->getDisplayName($i - 1);
/template/strap/
H A Dcli.php619 echo "The extension {$extension->getDisplayName()} should be updated";
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php688 …$tokenText = \sprintf('<missing %s>', $recognizer->getVocabulary()->getDisplayName($expectedTokenT…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php2274 $displayName = $vocabulary->getDisplayName($t);