Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 26) sorted by relevance

12

/template/strap/vendor/antlr/antlr4-php-runtime/src/Tree/
DTerminalNodeImpl.php14 public $symbol; variable in Antlr\\Antlr4\\Runtime\\Tree\\TerminalNodeImpl
19 public function __construct(Token $symbol) argument
21 $this->symbol = $symbol;
31 return $this->symbol;
49 return $this->symbol;
54 if ($this->symbol === null) {
58 $tokenIndex = $this->symbol->getTokenIndex();
75 return $this->symbol->getText();
88 if ($this->symbol->getType() === Token::EOF) {
92 return $this->symbol->getText() ?? '';
/template/parallax/css/
Dcore.css114 .symbol {
131 a.symbol {
149 a.symbol.twitterbird:before {
153 a.symbol.instagram:before {
157 a.symbol.facebook:before {
161 a.symbol.googleplus:before {
165 a.symbol.flickr:before {
169 a.symbol.pinterest:before {
173 a.symbol.linkedin:before {
177 a.symbol.youtube:before {
[all …]
Dparallax-responsive.css143 #social_container #social a.symbol {
147 #social_container #social a.symbol:last-child {
/template/parallax/lib/css/
Dcore.css119 .symbol {
136 a.symbol {
154 a.symbol.twitterbird:before {
158 a.symbol.instagram:before {
162 a.symbol.facebook:before {
166 a.symbol.googleplus:before {
170 a.symbol.flickr:before {
174 a.symbol.pinterest:before {
178 a.symbol.linkedin:before {
182 a.symbol.youtube:before {
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
DLexerNoViableAltException.php43 $symbol = '';
51 $symbol = $input->getText($this->startIndex, $this->startIndex);
52 $symbol = StringUtils::escapeWhitespace($symbol, false);
55 return \sprintf('%s(\'%s\')', self::class, $symbol);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
DNotSetTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
11 return $symbol >= $minVocabSymbol && $symbol <= $maxVocabSymbol
12 && !parent::matches($symbol, $minVocabSymbol, $maxVocabSymbol);
DWildcardTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
11 return $symbol >= $minVocabSymbol && $symbol <= $maxVocabSymbol;
DRangeTransition.php32 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
34 return $symbol >= $this->from && $symbol <= $this->to;
DAtomTransition.php27 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
29 return $this->label === $symbol;
DSetTransition.php31 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
33 return $this->set->contains($symbol);
DTransition.php68 abstract public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool; argument
DEpsilonTransition.php34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
DPrecedencePredicateTransition.php22 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
DRuleTransition.php39 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
DActionTransition.php33 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
DPredicateTransition.php34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
/template/dokui/css/
Dhighlight.css90 pre .symbol,
91 pre .ruby .symbol .string,
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
DDefaultErrorStrategy.php746 protected function getSymbolText(Token $symbol) : ?string argument
748 return $symbol->getText();
751 protected function getSymbolType(Token $symbol) : int argument
753 return $symbol->getType();
/template/strap/vendor/antlr/antlr4-php-runtime/src/
DParser.php773 * @param int $symbol The symbol type to check
778 public function isExpectedToken(int $symbol) : bool argument
786 if ($following->contains($symbol)) {
802 if ($following->contains($symbol)) {
809 return $following->contains(Token::EPSILON) && $symbol === Token::EOF;
/template/strap/
Dyarn.lock505 symbol-tree "^3.2.4"
806 symbol-tree@^3.2.4:
808 resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz"
/template/strap/resources/library/rrdiagram/0.9.4.1/
Drrdiagram.js.map1symbol.js","webpack:///../~/core-js/modules/es6.typed.array-buffer.js","webpack:///../~/core-js/mo…
/template/mikio/icons/fontawesome5/css/
Dall.min.css5symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:…
/template/mikio/
DREADME.md
/template/writr/css/
Dbootstrap-icons.less1519 .bi-usb-symbol::before { content: "\f6dd"; }
/template/strap/resources/library/combo/
Dcombo.min.js.map1 …wc/helpers - typeof\";\n return obj && obj.constructor === Symbol ? \"symbol\" : typeof obj;\n}…

12