Home
last modified time | relevance | path

Searched refs:symbol (Results 26 – 50 of 238) sorted by relevance

12345678910

/plugin/codemirror/dist/modes/
H A Dcommonlisp.min.js.map1symbol","type","readSym","stream","ch","next","test","backUp","current","base","state","eatSpace",…
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js924 if (symbol == null)
929 if (symbol != null)
938 if (symbol === this.eventEnum.MESSAGE)
944 else if (symbol === this.eventEnum.TIMER)
962 else if (symbol === this.eventEnum.LINK)
968 else if (symbol === this.eventEnum.ERROR)
974 else if (symbol === this.eventEnum.CANCEL)
986 else if (symbol === this.eventEnum.SIGNAL)
992 else if (symbol === this.eventEnum.MULTIPLE)
1018 if (symbol === 'star')
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.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-raphael-min.js6symbol,preErrorSymbol,state,action,r,p,len,newState,expected,yyval={};;){if(state=stack[stack.leng…
H A Dsequence-diagram-min.js6symbol,preErrorSymbol,state,action,r,p,len,newState,expected,yyval={};;){if(state=stack[stack.leng…
/plugin/bulletodo/
H A Dplugin.info.txt6 desc bullet journal symbol plugin
/plugin/fckg/action/entities/utils/
H A Dentities.txt490 theta symbol
494 upsilon symbol
498 pi symbol
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt490 theta symbol
494 upsilon symbol
498 pi symbol
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt490 theta symbol
494 upsilon symbol
498 pi symbol
/plugin/revealjs/plugin/markdown/
H A Dexample.md36 ![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png)
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dstan.min.js1 …e.CBCM,{b:e.UIR,l:e.UIR,k:{name:"for in while repeat until if then else",symbol:"bernoulli bernoul…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DTransition.php54 * consume an input symbol; otherwise, `false` if traversing
55 * this transition consumes (matches) an input symbol.
68 abstract public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool; argument
H A DEpsilonTransition.php34 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
H A DPrecedencePredicateTransition.php22 public function matches(int $symbol, int $minVocabSymbol, int $maxVocabSymbol) : bool argument
/plugin/move/helper/
H A Drewrite.php36 public $symbol = '↷'; variable in helper_plugin_move_rewrite
283 …saveWikiText($id, $text, $this->symbol . ' ' . $this->getLang('linkchange'), $this->getConf('minor…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php200 * that the current lookahead symbol is consistent with what were expecting
392 * erroneous symbol is current `LT(1)` symbol and has not yet been
549 * checking if the `LA(1)` input symbol could be successfully matched
550 * if it were instead the `LA(2)` symbol. If this method returns
641 * symbols. But, actions might refer to that missing symbol.
746 protected function getSymbolText(Token $symbol) : ?string argument
748 return $symbol->getText();
751 protected function getSymbolType(Token $symbol) : int argument
753 return $symbol
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dascetic.min.css1 …te;color:black}.hljs-string,.hljs-variable,.hljs-template-variable,.hljs-symbol,.hljs-bullet,.hljs…
H A Dandroidstudio.min.css1 …lay:block;overflow-x:auto;padding:0.5em}.hljs-number,.hljs-literal,.hljs-symbol,.hljs-bullet{color…
H A Dcodepen-embed.min.css1 …umber,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-params,.hljs-symbol,.hljs-bullet,.hljs…
H A Datelier-dune-light.min.css1 …e,.hljs-literal,.hljs-type,.hljs-params{color:#b65611}.hljs-string,.hljs-symbol,.hljs-bullet{color…
H A Datelier-forest-dark.min.css1 …e,.hljs-literal,.hljs-type,.hljs-params{color:#df5320}.hljs-string,.hljs-symbol,.hljs-bullet{color…
H A Datelier-forest-light.min.css1 …e,.hljs-literal,.hljs-type,.hljs-params{color:#df5320}.hljs-string,.hljs-symbol,.hljs-bullet{color…
H A Dparaiso-dark.min.css1 …ljs-title,.hljs-section,.hljs-attribute{color:#fec418}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs…
H A Dtomorrow-night-eighties.min.css1 …hljs-link{color:#f99157}.hljs-attribute{color:#ffcc66}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php150 * Match current input symbol against `ttype`. If the symbol type matches,
154 * If the symbol type does not match, {@see ANTLRErrorStrategy::recoverInline()}
157 * of the symbol returned by {@see ANTLRErrorStrategy::recoverInline()}
158 * is -1, the symbol is added to the parse tree by calling
164 * @return Token the matched symbol
167 * @throws RecognitionException If the current input symbol did not match
169 * from the mismatched symbol.
188 // if it's not the current symbol
197 * Match current input symbol a
778 isExpectedToken(int $symbol) global() argument
[all...]

12345678910