Searched refs:terminators (Results 1 – 10 of 10) sorted by relevance
/plugin/highlightjs/highlight/ |
H A D | highlight.js | 65 var terminators = []; 68 if (!contains(terminators, re)) { 69 terminators[terminators.length] = re; 92 var terminator_re = '(' + terminators[0]; 93 for (var i = 0; i < terminators.length; i++) 94 terminator_re += '|' + terminators[i]; 101 if (!mode.terminators) { 102 mode.terminators = compileTerminators(mode, language); 105 var match = mode.terminators.exec(value);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-fileupload-1.3.2.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/plugin/revealjs/plugin/highlight/ |
H A D | highlight.js | 2 …UTM",COMMENT:"C",beginRe:"bR",endRe:"eR",illegalRe:"iR",lexemesRe:"lR",terminators:"t",terminator_… property in AnonymousFunction892c8c100200.r
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | editor.worker.js.map | 1 …PH SEPARATOR (PS)\n/**\n * Returns true if `str` contains unusual line terminators, like LS or PS\…
|
H A D | json.worker.js.map | 1 …PH SEPARATOR (PS)\n/**\n * Returns true if `str` contains unusual line terminators, like LS or PS\…
|
H A D | bundle.js.map | 1 …terminators, like LS or PS\n */\nexport function containsUnusualLineTerminators(str) {\n return…
|
H A D | 2.2.js.map | 1 …n * Unbalanced delimitors, invalid tokens, and declaration\n * terminators like semicolons…
|
/plugin/codemirror/dist/ |
H A D | scripts.min.js.map | 1 …European terminators adjacent to European\n // numbers changes to all European numbers.\n …
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js.map | 1 …terminators adjacent to European numbers changes\n to all European numbers:\n */\n for (i = 0…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 …space characters.\n\t ' \\t\\x0b\\f\\xa0\\ufeff' +\n\n\t // Line terminators.\n\t '\\n\\r…
|