Home
last modified time | relevance | path

Searched refs:Token (Results 226 – 250 of 327) sorted by last modified time

12345678910>>...14

/plugin/diagramsnet/lib/resources/
H A Ddia_pl.txt1155 notionToken=Notion Token
H A Ddia_pt-br.txt1155 notionToken=Token do Notion
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Token with \"' + token.type + '\" type was not found.';\n\n if (this.options.silent) …
H A Deditor.worker.js1 …,Selection:Ht,SelectionDirection:kt,MarkerSeverity:yt,MarkerTag:wt,Uri:he,Token:Vt}),n.d(t,"initia…
H A Deditor.worker.js.map1Token {\n constructor(offset, type, language) {\n this.offset = offset | 0; // @perf\n …
H A Djson.worker.js.map1Token {\n constructor(offset, type, language) {\n this.offset = offset | 0; // @perf\n …
H A D3.3.js.map1Token(type, text, newlines, whitespace_before) {\n this.type = type;\n this.text = text;\n\n //…
H A Dbundle.js426Token:z.a}}U.CtrlCmd=2048,U.Shift=1024,U.Alt=512,U.WinCtrl=256;n(630);var K,q=n(33),G=n(1),Z=n(84)…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …,Selection:Ht,SelectionDirection:kt,MarkerSeverity:yt,MarkerTag:wt,Uri:he,Token:Vt}),n.d(t,"initia…
H A Dbundle.js426Token:z.a}}U.CtrlCmd=2048,U.Shift=1024,U.Alt=512,U.WinCtrl=256;n(630);var K,q=n(33),G=n(1),Z=n(84)…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1923 * Fixed: Issue 34: Incorrect Lock-Token response header for LOCK. Fixes Office
2050 * Fixed: Issue 34: Invalid Lock-Token header response.
/plugin/codemirror/dist/
H A Dscripts.min.js.map1Token","takeToken","asArray","tokens","extractLineClasses","output","lineClass","flattenSpans","cu…
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1Token objects.\n // tt is an object; {type:tokens}\n // type is a char, tokens is a list of …
H A Ddylan.min.js.map1 … stream.eatWhile(/[0-7]/);\n return \"number\";\n }\n // Token concatenation in m…
H A Dpegjs.min.js.map1 … }\n return state.lhs ? \"property string\" : \"string\"; // Token style\n } els…
H A Dtoml.min.js.map1 … }\n return state.lhs ? \"property string\" : \"string\"; // Token style\n } els…
H A Dsmalltalk.min.js.map1Token","name","context","eos","State","expectVariable","indentation","userIndentationDelta","proto…
H A Debnf.min.js.map1 … }\n return state.lhs ? \"property string\" : \"string\"; // Token style\n\n c…
H A Dstylus.min.js.map1Token comment\n */\n function tokenCComment(stream, state) {\n var maybeEnd = false, c…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …s added internally or by `XRegExp.addToken`\n var tokens = [];\n // Token scopes\n var de…
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5Token,s=[e],o=n.rest;if(o){for(var u in o)n[u]=o[u];delete n.rest}e:for(var u in n){if(!n.hasOwnPr…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md54 * Test: Write `…Compiler\Llk\Rule\Token` test suite. (Ivan Enderlin, 2016-08-09T08:19:28+02:00)
82 * Llk: Token rule can be constructured as kept. (Ivan Enderlin, 2016-01-25T14:25:51+01:00)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php17 use Twig\Token; alias
39 public function parse(Token $token)
44 if ($stream->test(Token::BLOCK_END_TYPE)) {
59 if ($compat && $stream->test(Token::NAME_TYPE)) {
70 $stream->expect(Token::BLOCK_END_TYPE);
72 $stream->expect(Token::BLOCK_END_TYPE);
77 public function decideBlockEnd(Token $token)
H A DBlockTokenParser.php20 use Twig\Token; alias
34 public function parse(Token $token)
38 $name = $stream->expect(Token::NAME_TYPE)->getValue();
46 if ($stream->nextIf(Token::BLOCK_END_TYPE)) {
48 if ($token = $stream->nextIf(Token::NAME_TYPE)) {
60 $stream->expect(Token::BLOCK_END_TYPE);
69 public function decideBlockEnd(Token $token)
H A DDeprecatedTokenParser.php15 use Twig\Token; alias
29 public function parse(Token $token)
33 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);

12345678910>>...14