Home
last modified time | relevance | path

Searched defs:token (Results 326 – 350 of 402) sorted by relevance

1...<<11121314151617

/plugin/codemirror/dist/modes/
Dverilog.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
Dstylus.min.js1 …atch("//")){a.skipToEnd();return["comment","comment"]}if(a.match("/*")){b.tokenize=P;return P(a,b)… method
Dgas.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
Dsql.min.js1 …|a.eat(";"))){return"variable-3"}else if(c=="'"||c=='"'&&l.doubleQuote){b.tokenize=s(c);return b.t… method
Dslim.min.js1 …\-]*/;var p=/^#[_a-zA-Z]+[\w\-]*/;function q(a,b,c){var d=function(d,e){e.tokenize=b;if(d.pos<a){d… method
Dhaxe.min.js1 …k,"true":i,"false":i,"null":i};var m=/[+\-*&%=<>!?|]/;function n(a,b,c){b.tokenize=c;return c(a,b)… method
/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js1407 tokens.forEach(function (token, i) { argument
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dread-sources.js203 function inlineStylesheet(token, inlinerContext) { argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php468 private function token() : Token function in Antlr\\Antlr4\\Runtime\\Parser
/plugin/bez/db/
H A Dupdate0001.sql349 token TEXT NOT NULL, field
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js103 tokens = tokens.map(function (token) { argument
/plugin/diagramsnet/lib/plugins/
Dvoice.js785 function resolveStylename(token, styles) argument
/plugin/diagramsnet/lib/js/diagramly/
DDrawioFile.js2003 this.sync.createToken(secret, mxUtils.bind(this, function(token) argument
2060 DrawioFile.prototype.fileSaved = function(savedData, lastDesc, success, error, token) argument
DDriveFile.js180 this.createSecret(mxUtils.bind(this, function(secret, token) argument
DDrawioFileSync.js1332 DrawioFileSync.prototype.fileSaved = function(pages, lastDesc, success, error, token) argument
DGraphViewer.js1693 GraphViewer.prototype.disableButton = function(token) argument
DGitHubClient.js55 GitHubClient.prototype.setToken = function(token) argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-snap.js478 token: this.terminals_[symbol] || symbol, property
567 token: null, property
652 token: null, property
Dsequence-diagram-snap-min.js6 …arseError(message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}functi… argument
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js334 token: mapping_token, property
461 function pad_comment(token, force) { argument
/plugin/asciidocjs/node_modules/pug-parser/
Dindex.js52 error: function (code, message, token) { argument
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js389 options.onToken = function (token) { return tokens.push(token); } argument
2274 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { argument
Dacorn.js395 options.onToken = function (token) { return tokens.push(token); } argument
2280 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { argument
/plugin/revealjs/plugin/markdown/
Dmarked.js6 …)|<(?:script|pre|style|!--))[^\n]+)*)/,text:/^[^\n]+/};function a(e){this.tokens=[],this.tokens.li… method in a
/plugin/markdownextra/
Dmarkdown.php1605 function handleSpanToken($token, &$str) {

1...<<11121314151617