Home
last modified time | relevance | path

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

12345678910

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A 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
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php23 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 DMention.php23 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 Dasciimathml148r.js475 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 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);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A 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);
H A DWildcardTransition.php9 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
11 return $symbol >= $minVocabSymbol && $symbol <= $maxVocabSymbol;
H A DRangeTransition.php32 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
34 return $symbol >= $this->from && $symbol <= $this->to;
H A DAtomTransition.php27 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
29 return $this->label === $symbol;
H A DSetTransition.php31 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 DUserOrganization.php61 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 DOrganization.php71 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 Dutf8.mappings.dat37symbol";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 Dfile_sync.svg1 …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 Dlive_collaboration.svg1 …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 Dnetworking.svg1 …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 DHeadingPermalinkRenderer.php80 $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 Dcobol.min.js1symbol:/[\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 Dclojure.min.js.map1symbol","next","eatWhile","c","is","lastToken","inComment","charAt","escaped","parenthesisCount","…
/plugin/highlightjs/highlight/styles/
H A Dmagula.css28 .ruby .symbol,
54 .smalltalk .symbol,
H A Ddefault.css35 .ruby .symbol,
62 .smalltalk .symbol,
H A Dfar.css35 .ruby .symbol,
80 .smalltalk .symbol,
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js469 … 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 || …
475symbol] || 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]),
488symbol = null, preErrorSymbol ? (symbol = preErrorSymbol, preErrorSymbol = null) : (yyleng = lexer…
H A Dsequence-diagram-snap-min.js6symbol,preErrorSymbol,state,action,r,p,len,newState,expected,yyval={};;){if(state=stack[stack.leng…
H A Dsequence-diagram-raphael.js469 … 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 || …
475symbol] || 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]),
488symbol = null, preErrorSymbol ? (symbol = preErrorSymbol, preErrorSymbol = null) : (yyleng = lexer…

12345678910