/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
H A D | TerminalNodeImpl.php | 14 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 [all...] |
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/ |
H A D | MentionParser.php | 23 private $symbol; global() variable in League\\CommonMark\\Extension\\Mention\\MentionParser 31 __construct(string $symbol, string $mentionRegex, MentionGeneratorInterface $mentionGenerator) global() argument 82 createWithStringTemplate(string $symbol, string $mentionRegex, string $urlTemplate) global() argument 87 createWithCallback(string $symbol, string $mentionRegex, callable $callback) global() argument
|
H A D | Mention.php | 23 private $symbol; global() variable in League\\CommonMark\\Extension\\Mention\\Mention 33 __construct(string $symbol, string $identifier, string $label = null) global() argument
|
/plugin/asciimath/ |
H A D | asciimathml148r.js | 475 str = symbol.output+AMremoveCharsAndBlanks(str,symbol.input.length); 489 if (typeof symbol.invisible == "boolean" && symbol.invisible) 540 } else if (typeof symbol.acc == "boolean" && symbol.acc) { // accent 563 node.setAttribute(symbol.atname,symbol.atval); 576 if (symbol.input=="root" || symbol.input=="stackrel") 590 AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output))); 631 if (symbol.ttype == INFIX && symbol.input != "/") { 673 if (symbol.ttype == INFIX && symbol.input == "/") { 689 || AMnestingDepth == 0) && symbol!=null && symbol.output!=""); 690 if (symbol.ttype == RIGHTBRACKET || symbol.ttype == LEFTRIGHT) { [all …]
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/ |
H A D | LexerNoViableAltException.php | 43 $symbol = ''; 51 $symbol = $input->getText($this->startIndex, $this->startIndex); 52 $symbol = StringUtils::escapeWhitespace($symbol, false); 55 return \sprintf('%s(\'%s\')', self::class, $symbol);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/ |
H A D | NotSetTransition.php | 9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument 11 return $symbol >= $minVocabSymbol && $symbol <= $maxVocabSymbol 12 && !parent::matches($symbol, $minVocabSymbol, $maxVocabSymbol);
|
H A D | WildcardTransition.php | 9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument 11 return $symbol >= $minVocabSymbol && $symbol <= $maxVocabSymbol;
|
H A D | RangeTransition.php | 32 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument 34 return $symbol >= $this->from && $symbol <= $this->to;
|
H A D | AtomTransition.php | 27 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument 29 return $this->label === $symbol;
|
H A D | SetTransition.php | 31 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument 33 return $this->set->contains($symbol);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | UserOrganization.php | 61 public $symbol; variable in Google\\Service\\Directory\\UserOrganization 200 public function setSymbol($symbol) argument 202 $this->symbol = $symbol; 209 return $this->symbol;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/ |
H A D | Organization.php | 71 public $symbol; variable in Google\\Service\\PeopleService\\Organization 266 public function setSymbol($symbol) argument 268 $this->symbol = $symbol; 275 return $this->symbol;
|
/plugin/html2pdf/html2pdf/html2ps/cache/ |
H A D | utf8.mappings.dat | 37 …symbol";s:1:"!";}s:1:""";a:19:{s:10:"iso-8859-1";s:1:""";s:10:"iso-8859-2";s:1:""";s:10:"iso-8859-…
|
/plugin/diagramsnet/lib/img/lib/ibm/social/ |
H A D | file_sync.svg | 1 …k" viewBox="0 0 60.4 60.4"><symbol id="A" viewBox="-26.5 -26.5 53 53"><circle cx="0" cy="0" r="26.…
|
H A D | live_collaboration.svg | 1 …k" viewBox="0 0 59.3 59.3"><symbol id="A" viewBox="-26.5 -26.5 53 53"><circle cx="0" cy="0" r="26.…
|
H A D | networking.svg | 1 …k" viewBox="0 0 59.3 59.3"><symbol id="A" viewBox="-26.5 -26.5 53 53"><circle cx="0" cy="0" r="26.…
|
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/ |
H A D | HeadingPermalinkRenderer.php | 80 $symbol = $this->config->get('heading_permalink/symbol'); 81 \assert(\is_string($symbol)); 83 return new HtmlElement('a', $attrs->export(), \htmlspecialchars($symbol), false);
|
/plugin/codemirror/dist/modes/ |
H A D | cobol.min.js | 1 …symbol:/[\w*+\-]/};function o(a,b){if(a==="0"&&b.eat(/x/i)){b.eatWhile(n.hex);return true}if((a=="… property in AnonymousFunction62d85bf80200.n
|
H A D | clojure.min.js.map | 1 …symbol","next","eatWhile","c","is","lastToken","inComment","charAt","escaped","parenthesisCount","…
|
/plugin/highlightjs/highlight/styles/ |
H A D | magula.css | 28 .ruby .symbol, 54 .smalltalk .symbol,
|
H A D | default.css | 35 .ruby .symbol, 62 .smalltalk .symbol,
|
H A D | far.css | 35 .ruby .symbol, 80 .smalltalk .symbol,
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
H A D | sequence-diagram-snap.js | 469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) { 470 …] ? action = this.defaultActions[state] : (null !== symbol && "undefined" != typeof symbol || (sym… 471 …action = table[state] && table[state][symbol]), "undefined" == typeof action || !action.length || … 475 …symbol] || symbol) + "'" : "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == … 478 token: this.terminals_[symbol] || symbol, 484 …hrow new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol); 487 … stack.push(symbol), vstack.push(lexer.yytext), lstack.push(lexer.yylloc), stack.push(action[1]), 488 …symbol = null, preErrorSymbol ? (symbol = preErrorSymbol, preErrorSymbol = null) : (yyleng = lexer…
|
H A D | sequence-diagram-snap-min.js | 6 …symbol,preErrorSymbol,state,action,r,p,len,newState,expected,yyval={};;){if(state=stack[stack.leng…
|
H A D | sequence-diagram-raphael.js | 469 … for (var symbol, preErrorSymbol, state, action, r, p, len, newState, expected, yyval = {}; ;) { 470 …] ? action = this.defaultActions[state] : (null !== symbol && "undefined" != typeof symbol || (sym… 471 …action = table[state] && table[state][symbol]), "undefined" == typeof action || !action.length || … 475 …symbol] || symbol) + "'" : "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == … 478 token: this.terminals_[symbol] || symbol, 484 …hrow new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol); 487 … stack.push(symbol), vstack.push(lexer.yytext), lstack.push(lexer.yylloc), stack.push(action[1]), 488 …symbol = null, preErrorSymbol ? (symbol = preErrorSymbol, preErrorSymbol = null) : (yyleng = lexer…
|