repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-makefile.min.js
html/bower_components/prism/components/prism-makefile.min.js
Prism.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},builtin:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,symbol:{pattern:/^[^:=\r\n]+(?=\s*:(?!=))/m,inside:{variable:/\$+(?:[^(){}:#=\s]+|(?=[({]))/}},variab...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-r.js
html/bower_components/prism/components/prism-r.js
Prism.languages.r = { 'comment': /#.*/, 'string': { pattern: /(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: true }, 'percent-operator': { // Includes user-defined operators // and %%, %*%, %/%, %in%, %o%, %x% pattern: /%[^%\s]*%/, alias: 'operator' }, 'boolean': /\b(?:TRUE|FALSE)\b/, 'ellipsis': /\.\.(?...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-vbnet.js
html/bower_components/prism/components/prism-vbnet.js
Prism.languages.vbnet = Prism.languages.extend("basic", { 'keyword': /(?:\b(?:ADDHANDLER|ADDRESSOF|ALIAS|AND|ANDALSO|AS|BEEP|BLOAD|BOOLEAN|BSAVE|BYREF|BYTE|BYVAL|CALL(?: ABSOLUTE)?|CASE|CATCH|CBOOL|CBYTE|CCHAR|CDATE|CDEC|CDBL|CHAIN|CHAR|CHDIR|CINT|CLASS|CLEAR|CLNG|CLOSE|CLS|COBJ|COM|COMMON|CONST|CONTINUE|CSBYTE|CSHORT...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-ocaml.js
html/bower_components/prism/components/prism-ocaml.js
Prism.languages.ocaml = { 'comment': /\(\*[\s\S]*?\*\)/, 'string': [ { pattern: /"(?:\\.|[^\\\r\n"])*"/, greedy: true }, { pattern: /(['`])(?:\\(?:\d+|x[\da-f]+|.)|(?!\1)[^\\\r\n])\1/i, greedy: true } ], 'number': /\b(?:0x[\da-f][\da-f_]+|(?:0[bo])?\d[\d_]*\.?[\d_]*(?:e[+-]?[\d_]+)?)/i, 'type':...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-pug.min.js
html/bower_components/prism/components/prism-pug.min.js
!function(e){e.languages.pug={comment:{pattern:/(^([\t ]*))\/\/.*(?:(?:\r?\n|\r)\2[\t ]+.+)*/m,lookbehind:!0},"multiline-script":{pattern:/(^([\t ]*)script\b.*\.[\t ]*)(?:(?:\r?\n|\r(?!\n))(?:\2[\t ]+.+|\s*?(?=\r?\n|\r)))+/m,lookbehind:!0,inside:{rest:e.languages.javascript}},filter:{pattern:/(^([\t ]*)):.+(?:(?:\r?\n|...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-prolog.js
html/bower_components/prism/components/prism-prolog.js
Prism.languages.prolog = { // Syntax depends on the implementation 'comment': [ /%.+/, /\/\*[\s\S]*?\*\// ], // Depending on the implementation, strings may allow escaped newlines and quote-escape 'string': { pattern: /(["'])(?:\1\1|\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, greedy: true }, 'builtin': /\b(?...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-hpkp.js
html/bower_components/prism/components/prism-hpkp.js
/** * Original by Scott Helme. * * Reference: https://scotthelme.co.uk/hpkp-cheat-sheet/ */ Prism.languages.hpkp = { 'directive': { pattern: /\b(?:(?:includeSubDomains|preload|strict)(?: |;)|pin-sha256="[a-zA-Z\d+=/]+"|(?:max-age|report-uri)=|report-to )/, alias: 'keyword' }, 'safe': { pattern: /\d{7,}/,...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-powershell.min.js
html/bower_components/prism/components/prism-powershell.min.js
Prism.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:{"function":{pattern:/(^|[^`])\$\((?:\$\(.*?\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:{}}}},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namesp...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-elixir.js
html/bower_components/prism/components/prism-elixir.js
Prism.languages.elixir = { 'comment': { pattern: /#.*/m, lookbehind: true }, // ~r"""foo""" (multi-line), ~r'''foo''' (multi-line), ~r/foo/, ~r|foo|, ~r"foo", ~r'foo', ~r(foo), ~r[foo], ~r{foo}, ~r<foo> 'regex': { pattern: /~[rR](?:("""|''')(?:\\[\s\S]|(?!\1)[^\\])+\1|([\/|"'])(?:\\.|(?!\2)[^\\\r\n])+\2|\((?:...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-flow.min.js
html/bower_components/prism/components/prism-flow.min.js
!function(a){a.languages.flow=a.languages.extend("javascript",{}),a.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Nn]umber|[Ss]tring|[Bb]oolean|Function|any|mixed|null|void)\b/,alias:"tag"}]}),a.languages.flow["function-variable"].pattern=/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=\s*(?:function\b|(?:\...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-ichigojam.min.js
html/bower_components/prism/components/prism-ichigojam.min.js
Prism.languages.ichigojam={comment:/(?:\B'|REM)(?:[^\n\r]*)/i,string:{pattern:/"(?:""|[!#$%&'()*,\/:;<=>?^_ +\-.A-Z\d])*"/i,greedy:!0},number:/\B#[0-9A-F]+|\B`[01]+|(?:\b\d+\.?\d*|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:BEEP|BPS|CASE|CLEAR|CLK|CLO|CLP|CLS|CLT|CLV|CONT|COPY|ELSE|END|FILE|FILES|FOR|GOSUB|GSB|GOTO|IF|INPUT...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-properties.min.js
html/bower_components/prism/components/prism-properties.min.js
Prism.languages.properties={comment:/^[ \t]*[#!].*$/m,"attr-value":{pattern:/(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?: *[=:] *| ))(?:\\(?:\r\n|[\s\S])|[^\\\r\n])+/m,lookbehind:!0},"attr-name":/^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?= *[=:] *| )/m,punctuation:/[=:]/};
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-javascript.js
html/bower_components/prism/components/prism-javascript.js
Prism.languages.javascript = Prism.languages.extend('clike', { 'keyword': /\b(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-qore.min.js
html/bower_components/prism/components/prism-qore.min.js
Prism.languages.qore=Prism.languages.extend("clike",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/,lookbehind:!0},string:{pattern:/("|')(\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},variable:/\$(?!\d)\w+\b/,keyword:/\b(?:abstract|any|assert|binary|bool|boolean|break|byte|case|catch|char|class|code|const|continu...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-core.js
html/bower_components/prism/components/prism-core.js
var _self = (typeof window !== 'undefined') ? window // if in browser : ( (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope) ? self // if in worker : {} // if in node js ); /** * Prism: Lightweight, robust, elegant syntax highlighting * MIT license http://www.opensource.org/...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-http.js
html/bower_components/prism/components/prism-http.js
Prism.languages.http = { 'request-line': { pattern: /^(?:POST|GET|PUT|DELETE|OPTIONS|PATCH|TRACE|CONNECT)\s(?:https?:\/\/|\/)\S+\sHTTP\/[0-9.]+/m, inside: { // HTTP Verb property: /^(?:POST|GET|PUT|DELETE|OPTIONS|PATCH|TRACE|CONNECT)\b/, // Path or query argument 'attr-name': /:\w+/ } }, 'response-...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-visual-basic.min.js
html/bower_components/prism/components/prism-visual-basic.min.js
Prism.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b).*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf|End|ExternalChecksum|ExternalSource|If|Region)(?:[^\S\r\n]_[^\S\r\n]*(?:\r\n?|\n)|.)+/i,alias:"comment",greedy:!0},string:{pattern:/["“”](?:["“”]{2}|[^"“”])*["“”]C?/i,greedy:!0},dat...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-q.js
html/bower_components/prism/components/prism-q.js
Prism.languages.q = { 'string': /"(?:\\.|[^"\\\r\n])*"/, 'comment': [ // From http://code.kx.com/wiki/Reference/Slash: // When / is following a space (or a right parenthesis, bracket, or brace), it is ignored with the rest of the line. { pattern: /([\t )\]}])\/.*/, lookbehind: true, greedy: true }, ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-latex.min.js
html/bower_components/prism/components/prism-latex.min.js
!function(a){var e=/\\(?:[^a-z()[\]]|[a-z*]+)/i,n={"equation-command":{pattern:e,alias:"regex"}};a.languages.latex={comment:/%.*/m,cdata:{pattern:/(\\begin\{((?:verbatim|lstlisting)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0},equation:[{pattern:/\$(?:\\[\s\S]|[^\\$])*\$|\\\([\s\S]*?\\\)|\\\[[\s\S]*?\\\]/,inside:n,ali...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-velocity.min.js
html/bower_components/prism/components/prism-velocity.min.js
!function(e){e.languages.velocity=e.languages.extend("markup",{});var n={variable:{pattern:/(^|[^\\](?:\\\\)*)\$!?(?:[a-z][\w-]*(?:\([^)]*\))?(?:\.[a-z][\w-]*(?:\([^)]*\))?|\[[^\]]+])*|{[^}]+})/i,lookbehind:!0,inside:{}},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},number:/\b\d+\b/,"boolean":/\b(?:true|false)\b/,operat...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-xeora.js
html/bower_components/prism/components/prism-xeora.js
(function(Prism) { Prism.languages.xeora = Prism.languages.extend('markup', { 'constant': { pattern: /\$(?:DomainContents|PageRenderDuration)\$/, inside: { 'punctuation': { pattern: /\$/ } } }, 'variable': { pattern: /\$@?(?:#+|[-+*~=^])?[\w.]+\$/, inside: { 'punctuation': { ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-ruby.min.js
html/bower_components/prism/components/prism-ruby.min.js
!function(e){e.languages.ruby=e.languages.extend("clike",{comment:[/#.*/,{pattern:/^=begin(?:\r?\n|\r)(?:.*(?:\r?\n|\r))*?=end/m,greedy:!0}],keyword:/\b(?:alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|false|for|if|in|module|new|next|nil|not|or|protected|private|publi...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-asciidoc.js
html/bower_components/prism/components/prism-asciidoc.js
(function (Prism) { var attributes = { pattern: /(^[ \t]*)\[(?!\[)(?:(["'$`])(?:(?!\2)[^\\]|\\.)*\2|\[(?:[^\]\\]|\\.)*\]|[^\]\\]|\\.)*\]/m, lookbehind: true, inside: { 'quoted': { pattern: /([$`])(?:(?!\1)[^\\]|\\.)*\1/, inside: { 'punctuation': /^[$`]|[$`]$/ } }, 'interpreted': { ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-protobuf.js
html/bower_components/prism/components/prism-protobuf.js
Prism.languages.protobuf = Prism.languages.extend('clike', { keyword: /\b(?:package|import|message|enum)\b/, builtin: /\b(?:required|repeated|optional|reserved)\b/, primitive: { pattern: /\b(?:double|float|int32|int64|uint32|uint64|sint32|sint64|fixed32|fixed64|sfixed32|sfixed64|bool|string|bytes)\b/, alias: 'sy...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-xquery.js
html/bower_components/prism/components/prism-xquery.js
(function (Prism) { Prism.languages.xquery = Prism.languages.extend('markup', { 'xquery-comment': { pattern: /\(:[\s\S]*?:\)/, greedy: true, alias: "comment" }, 'string': { pattern: /(["'])(?:\1\1|(?!\1)[\s\S])*\1/, greedy: true }, 'extension': { pattern: /\(#.+?#\)/, alias: 'symbol' ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-apl.js
html/bower_components/prism/components/prism-apl.js
Prism.languages.apl = { 'comment': /(?:⍝|#[! ]).*$/m, 'string': { pattern: /'(?:[^'\r\n]|'')*'/, greedy: true }, 'number': /¯?(?:\d*\.?\d+(?:e[+¯]?\d+)?|¯|∞)(?:j¯?(?:\d*\.?\d+(?:e[+¯]?\d+)?|¯|∞))?/i, 'statement': /:[A-Z][a-z][A-Za-z]*\b/, 'system-function': { pattern: /⎕[A-Z]+/i, alias: 'function' }, 'c...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-smarty.js
html/bower_components/prism/components/prism-smarty.js
/* TODO Add support for variables inside double quoted strings Add support for {php} */ (function(Prism) { Prism.languages.smarty = { 'comment': /\{\*[\s\S]*?\*\}/, 'delimiter': { pattern: /^\{|\}$/i, alias: 'punctuation' }, 'string': /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/, 'number': /\b0x[\dA-Fa-f]+|(...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-less.min.js
html/bower_components/prism/components/prism-less.min.js
Prism.languages.less=Prism.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-]+?(?:\([^{}]+\)|[^(){};])*?(?=\s*\{)/i,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\([^{}]*\)|[^{};@])*?(?=\s*\{)/,inside:{variabl...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-markdown.min.js
html/bower_components/prism/components/prism-markdown.min.js
Prism.languages.markdown=Prism.languages.extend("markup",{}),Prism.languages.insertBefore("markdown","prolog",{blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},code:[{pattern:/^(?: {4}|\t).+/m,alias:"keyword"},{pattern:/``.+?``|`[^`\n]+`/,alias:"keyword"}],title:[{pattern:/\w+.*(?:\r?\n|\r)(?:==+|--+)/,alias:...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-r.min.js
html/bower_components/prism/components/prism-r.min.js
Prism.languages.r={comment:/#.*/,string:{pattern:/(['"])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},"boolean":/\b(?:TRUE|FALSE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:NaN|Inf)\b/,/(?:\b0x[\dA-Fa-f]+(?:\.\d*)?|\b\d+\.?\d*|\B\.\d+)(?:[EePp][+-]?\d+)?[iL]?/],keyword...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-plsql.js
html/bower_components/prism/components/prism-plsql.js
Prism.languages.plsql = Prism.languages.extend('sql', { 'comment': [ /\/\*[\s\S]*?\*\//, /--.*/ ] }); if (Prism.util.type(Prism.languages.plsql['keyword']) !== 'Array') { Prism.languages.plsql['keyword'] = [Prism.languages.plsql['keyword']]; } Prism.languages.plsql['keyword'].unshift( /\b(?:ACCESS|AGENT|AGGREG...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-bison.min.js
html/bower_components/prism/components/prism-bison.min.js
Prism.languages.bison=Prism.languages.extend("c",{}),Prism.languages.insertBefore("bison","comment",{bison:{pattern:/^[\s\S]*?%%[\s\S]*?%%/,inside:{c:{pattern:/%\{[\s\S]*?%\}|\{(?:\{[^}]*\}|[^{}])*\}/,inside:{delimiter:{pattern:/^%?\{|%?\}$/,alias:"punctuation"},"bison-variable":{pattern:/[$@](?:<[^\s>]+>)?[\w$]+/,alia...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-php-extras.js
html/bower_components/prism/components/prism-php-extras.js
Prism.languages.insertBefore('php', 'variable', { 'this': /\$this\b/, 'global': /\$(?:_(?:SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE)|GLOBALS|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)\b/, 'scope': { pattern: /\b[\w\\]+::/, inside: { keyword: /static|self|parent/, punctuation: /:...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-nasm.min.js
html/bower_components/prism/components/prism-nasm.min.js
Prism.languages.nasm={comment:/;.*$/m,string:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,label:{pattern:/(^\s*)[A-Za-z._?$][\w.?$@~#]*:/m,lookbehind:!0,alias:"function"},keyword:[/\[?BITS (?:16|32|64)\]?/,{pattern:/(^\s*)section\s*[a-zA-Z.]+:?/im,lookbehind:!0},/(?:extern|global)[^;\r\n]*/i,/(?:CPU|FLOAT|DEFAULT).*$/m],registe...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-sql.min.js
html/bower_components/prism/components/prism-sql.min.js
Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\])*\2/,greedy:!0,lookbehind:!0},variable:/@[\w.$]+|@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,"function":/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|RO...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-nginx.js
html/bower_components/prism/components/prism-nginx.js
Prism.languages.nginx = Prism.languages.extend('clike', { 'comment': { pattern: /(^|[^"{\\])#.*/, lookbehind: true }, 'keyword': /\b(?:CONTENT_|DOCUMENT_|GATEWAY_|HTTP_|HTTPS|if_not_empty|PATH_|QUERY_|REDIRECT_|REMOTE_|REQUEST_|SCGI|SCRIPT_|SERVER_|http|events|accept_mutex|accept_mutex_delay|access_log|add_after...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-applescript.min.js
html/bower_components/prism/components/prism-applescript.min.js
Prism.languages.applescript={comment:[/\(\*(?:\(\*[\s\S]*?\*\)|[\s\S])*?\*\)/,/--.+/,/#.+/],string:/"(?:\\.|[^"\\\r\n])*"/,number:/(?:\b\d+\.?\d*|\B\.\d+)(?:e-?\d+)?\b/i,operator:[/[&=≠≤≥*+\-\/÷^]|[<>]=?/,/\b(?:(?:start|begin|end)s? with|(?:(?:does not|doesn't) contain|contains?)|(?:is|isn't|is not) (?:in|contained by)...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-monkey.js
html/bower_components/prism/components/prism-monkey.js
Prism.languages.monkey = { 'string': /"[^"\r\n]*"/, 'comment': [ { pattern: /^#Rem\s+[\s\S]*?^#End/im, greedy: true }, { pattern: /'.+/, greedy: true } ], 'preprocessor': { pattern: /(^[ \t]*)#.+/m, lookbehind: true, alias: 'comment' }, 'function': /\w+(?=\()/, 'type-char': { pattern:...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-nix.min.js
html/bower_components/prism/components/prism-nix.min.js
Prism.languages.nix={comment:/\/\*[\s\S]*?\*\/|#.*/,string:{pattern:/"(?:[^"\\]|\\[\s\S])*"|''(?:(?!'')[\s\S]|''(?:'|\\|\$\{))*''/,greedy:!0,inside:{interpolation:{pattern:/(^|(?:^|(?!'').)[^\\])\$\{(?:[^}]|\{[^}]*\})*}/,lookbehind:!0,inside:{antiquotation:{pattern:/^\$(?=\{)/,alias:"variable"}}}}},url:[/\b(?:[a-z]{3,7...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-eiffel.min.js
html/bower_components/prism/components/prism-eiffel.min.js
Prism.languages.eiffel={comment:/--.*/,string:[{pattern:/"([^[]*)\[[\s\S]*?\]\1"/,greedy:!0},{pattern:/"([^{]*)\{[\s\S]*?\}\1"/,greedy:!0},{pattern:/"(?:%\s+%|%.|[^%"\r\n])*"/,greedy:!0}],"char":/'(?:%.|[^%'\r\n])+'/,keyword:/\b(?:across|agent|alias|all|and|attached|as|assign|attribute|check|class|convert|create|Curren...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-gedcom.min.js
html/bower_components/prism/components/prism-gedcom.min.js
Prism.languages.gedcom={"line-value":{pattern:/(^\s*\d+ +(?:@\w[\w!"$%&'()*+,\-.\/:;<=>?[\\\]^`{|}~\x80-\xfe #]*@ +)?\w+ +).+/m,lookbehind:!0,inside:{pointer:{pattern:/^@\w[\w!"$%&'()*+,\-.\/:;<=>?[\\\]^`{|}~\x80-\xfe #]*@$/,alias:"variable"}}},tag:{pattern:/(^\s*\d+ +(?:@\w[\w!"$%&'()*+,\-.\/:;<=>?[\\\]^`{|}~\x80-\xfe...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-julia.js
html/bower_components/prism/components/prism-julia.js
Prism.languages.julia= { 'comment': { pattern: /(^|[^\\])#.*/, lookbehind: true }, 'string': /("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2/, 'keyword' : /\b(?:abstract|baremodule|begin|bitstype|break|catch|ccall|const|continue|do|else|elseif|end|export|finally|for|function|global|if|immutable|import|impo...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-xeora.min.js
html/bower_components/prism/components/prism-xeora.min.js
!function(n){n.languages.xeora=n.languages.extend("markup",{constant:{pattern:/\$(?:DomainContents|PageRenderDuration)\$/,inside:{punctuation:{pattern:/\$/}}},variable:{pattern:/\$@?(?:#+|[-+*~=^])?[\w.]+\$/,inside:{punctuation:{pattern:/[$.]/},operator:{pattern:/#+|[-+*~=^@]/}}},"function-inline":{pattern:/\$F:[-\w.]+...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-monkey.min.js
html/bower_components/prism/components/prism-monkey.min.js
Prism.languages.monkey={string:/"[^"\r\n]*"/,comment:[{pattern:/^#Rem\s+[\s\S]*?^#End/im,greedy:!0},{pattern:/'.+/,greedy:!0}],preprocessor:{pattern:/(^[ \t]*)#.+/m,lookbehind:!0,alias:"comment"},"function":/\w+(?=\()/,"type-char":{pattern:/(\w)[?%#$]/,lookbehind:!0,alias:"variable"},number:{pattern:/((?:\.\.)?)(?:(?:\...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-jsx.min.js
html/bower_components/prism/components/prism-jsx.min.js
!function(t){var n=t.util.clone(t.languages.javascript);t.languages.jsx=t.languages.extend("markup",n),t.languages.jsx.tag.pattern=/<\/?(?:[\w.:-]+\s*(?:\s+(?:[\w.:-]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s{'">=]+|\{(?:\{(?:\{[^}]*\}|[^{}])*\}|[^{}])+\}))?|\{\.{3}[a-z_$][\w$]*(?:\.[a-z_$][\w$]*)*\}))*\s*\/?)?>/i,t...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-basic.min.js
html/bower_components/prism/components/prism-basic.min.js
Prism.languages.basic={comment:{pattern:/(?:!|REM\b).+/i,inside:{keyword:/^REM/i}},string:{pattern:/"(?:""|[!#$%&'()*,\/:;<=>?^_ +\-.A-Z\d])*"/i,greedy:!0},number:/(?:\b\d+\.?\d*|\B\.\d+)(?:E[+-]?\d+)?/i,keyword:/\b(?:AS|BEEP|BLOAD|BSAVE|CALL(?: ABSOLUTE)?|CASE|CHAIN|CHDIR|CLEAR|CLOSE|CLS|COM|COMMON|CONST|DATA|DECLARE|...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-mel.js
html/bower_components/prism/components/prism-mel.js
Prism.languages.mel = { 'comment': /\/\/.*/, 'code': { pattern: /`(?:\\.|[^\\`\r\n])*`/, greedy: true, alias: 'italic', inside: { 'delimiter': { pattern: /^`|`$/, alias: 'punctuation' } // See rest below } }, 'string': { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: true }, 'variable': ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-css.min.js
html/bower_components/prism/components/prism-css.min.js
Prism.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(?:;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^{}\s][^{};]*?(?=\s*\{)/,string:{pattern:/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},property:/[-_a-z\xA0-...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-dart.js
html/bower_components/prism/components/prism-dart.js
Prism.languages.dart = Prism.languages.extend('clike', { 'string': [ { pattern: /r?("""|''')[\s\S]*?\1/, greedy: true }, { pattern: /r?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: true } ], 'keyword': [ /\b(?:async|sync|yield)\*/, /\b(?:abstract|assert|async|await|break|case|catch|class|const|co...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-wasm.min.js
html/bower_components/prism/components/prism-wasm.min.js
Prism.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-wiki.js
html/bower_components/prism/components/prism-wiki.js
Prism.languages.wiki = Prism.languages.extend('markup', { 'block-comment': { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: true, alias: 'comment' }, 'heading': { pattern: /^(=+).+?\1/m, inside: { 'punctuation': /^=+|=+$/, 'important': /.+/ } }, 'emphasis': { // TODO Multi-line pattern: /(...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-pure.min.js
html/bower_components/prism/components/prism-pure.min.js
!function(e){e.languages.pure={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0},/#!.+/],"inline-lang":{pattern:/%<[\s\S]+?%>/,greedy:!0,inside:{lang:{pattern:/(^%< *)-\*-.+?-\*-/,lookbehind:!0,alias:"comment"},delimiter:{pattern:/^%<.*|%>$/,alias:"punctuation"}}},s...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-icon.min.js
html/bower_components/prism/components/prism-icon.min.js
Prism.languages.icon={comment:/#.*/,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n_]|\\.|_(?!\1)(?:\r\n|[\s\S]))*\1/,greedy:!0},number:/\b(?:\d+r[a-z\d]+|\d+(?:\.\d+)?(?:e[+-]?\d+)?)\b|\.\d+\b/i,"builtin-keyword":{pattern:/&(?:allocated|ascii|clock|collections|cset|current|date|dateline|digits|dump|e|error(?:number|text|valu...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-actionscript.min.js
html/bower_components/prism/components/prism-actionscript.min.js
Prism.languages.actionscript=Prism.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|else|extends|finally|for|function|if|implements|import|in|instanceof|interface|internal|is|native|new|null|package|private|protected|public|return|super|switch|this|throw|try|typeof|use|var|...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-diff.min.js
html/bower_components/prism/components/prism-diff.min.js
Prism.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d+.*$/m],deleted:/^[-<].*$/m,inserted:/^[+>].*$/m,diff:{pattern:/^!(?!!).+$/m,alias:"important"}};
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-powershell.js
html/bower_components/prism/components/prism-powershell.js
Prism.languages.powershell = { 'comment': [ { pattern: /(^|[^`])<#[\s\S]*?#>/, lookbehind: true }, { pattern: /(^|[^`])#.*/, lookbehind: true } ], 'string': [ { pattern: /"(?:`[\s\S]|[^`"])*"/, greedy: true, inside: { 'function': { // Allow for one level of nesting patter...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-java.js
html/bower_components/prism/components/prism-java.js
Prism.languages.java = Prism.languages.extend('clike', { 'keyword': /\b(?:abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do|if|private|this|break|double|implements|protected|throw|byte|else|import|public|throws|case|enum|instanceof|return|transient|catch|extends|int|short|try|char|fi...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-php-extras.min.js
html/bower_components/prism/components/prism-php-extras.min.js
Prism.languages.insertBefore("php","variable",{"this":/\$this\b/,global:/\$(?:_(?:SERVER|GET|POST|FILES|REQUEST|SESSION|ENV|COOKIE)|GLOBALS|HTTP_RAW_POST_DATA|argc|argv|php_errormsg|http_response_header)\b/,scope:{pattern:/\b[\w\\]+::/,inside:{keyword:/static|self|parent/,punctuation:/::|\\/}}});
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-autohotkey.min.js
html/bower_components/prism/components/prism-autohotkey.min.js
Prism.languages.autohotkey={comment:{pattern:/(^[^";\n]*("[^"\n]*?"[^"\n]*?)*)(?:;.*$|^\s*\/\*[\s\S]*\n\*\/)/m,lookbehind:!0},string:/"(?:[^"\n\r]|"")*"/m,"function":/[^(); \t,\n+*\-=?>:\\\/<&%\[\]]+?(?=\()/m,tag:/^[ \t]*[^\s:]+?(?=:(?:[^:]|$))/m,variable:/%\w+%/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee]...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-xojo.js
html/bower_components/prism/components/prism-xojo.js
Prism.languages.xojo = { 'comment': { pattern: /(?:'|\/\/|Rem\b).+/i, inside: { 'keyword': /^Rem/i } }, 'string': { pattern: /"(?:""|[^"])*"/, greedy: true }, 'number': [ /(?:\b\d+\.?\d*|\B\.\d+)(?:E[+-]?\d+)?/i, /&[bchou][a-z\d]+/i ], 'symbol': /#(?:If|Else|ElseIf|Endif|Pragma)\b/i, 'keyword':...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-lolcode.min.js
html/bower_components/prism/components/prism-lolcode.min.js
Prism.languages.lolcode={comment:[/\bOBTW\s+[\s\S]*?\s+TLDR\b/,/\bBTW.+/],string:{pattern:/"(?::.|[^"])*"/,inside:{variable:/:\{[^}]+\}/,symbol:[/:\([a-f\d]+\)/i,/:\[[^\]]+\]/,/:[)>o":]/]},greedy:!0},number:/(?:\B-)?(?:\b\d+\.?\d*|\B\.\d+)/,symbol:{pattern:/(^|\s)(?:A )?(?:YARN|NUMBR|NUMBAR|TROOF|BUKKIT|NOOB)(?=\s|,|$)...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-inform7.min.js
html/bower_components/prism/components/prism-inform7.min.js
Prism.languages.inform7={string:{pattern:/"[^"]*"/,inside:{substitution:{pattern:/\[[^\]]+\]/,inside:{delimiter:{pattern:/\[|\]/,alias:"punctuation"}}}}},comment:{pattern:/\[[^\]]+\]/,greedy:!0},title:{pattern:/^[ \t]*(?:volume|book|part(?! of)|chapter|section|table)\b.+/im,alias:"important"},number:{pattern:/(^|[^-])(...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-processing.js
html/bower_components/prism/components/prism-processing.js
Prism.languages.processing = Prism.languages.extend('clike', { 'keyword': /\b(?:break|catch|case|class|continue|default|else|extends|final|for|if|implements|import|new|null|private|public|return|static|super|switch|this|try|void|while)\b/, 'operator': /<[<=]?|>[>=]?|&&?|\|\|?|[%?]|[!=+\-*\/]=?/ }); Prism.languages.in...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-ruby.js
html/bower_components/prism/components/prism-ruby.js
/** * Original by Samuel Flores * * Adds the following new token classes: * constant, builtin, variable, symbol, regex */ (function(Prism) { Prism.languages.ruby = Prism.languages.extend('clike', { 'comment': [ /#.*/, { pattern: /^=begin(?:\r?\n|\r)(?:.*(?:\r?\n|\r))*?=end/m, greedy: true } ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-elm.min.js
html/bower_components/prism/components/prism-elm.min.js
Prism.languages.elm={comment:/--.*|{-[\s\S]*?-}/,"char":{pattern:/'(?:[^\\'\r\n]|\\(?:[abfnrtv\\']|\d+|x[0-9a-fA-F]+))'/,greedy:!0},string:[{pattern:/"""[\s\S]*?"""/,greedy:!0},{pattern:/"(?:[^\\"\r\n]|\\(?:[abfnrtv\\"]|\d+|x[0-9a-fA-F]+))*"/,greedy:!0}],import_statement:{pattern:/^\s*import\s+[A-Z]\w*(?:\.[A-Z]\w*)*(?...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-textile.js
html/bower_components/prism/components/prism-textile.js
(function(Prism) { // We don't allow for pipes inside parentheses // to not break table pattern |(. foo |). bar | var modifierRegex = '(?:\\([^|)]+\\)|\\[[^\\]]+\\]|\\{[^}]+\\})+'; var modifierTokens = { 'css': { pattern: /\{[^}]+\}/, inside: { rest: Prism.languages.css } }, 'class-id': { patt...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-aspnet.min.js
html/bower_components/prism/components/prism-aspnet.min.js
Prism.languages.aspnet=Prism.languages.extend("markup",{"page-directive tag":{pattern:/<%\s*@.*%>/i,inside:{"page-directive tag":/<%\s*@\s*(?:Assembly|Control|Implements|Import|Master(?:Type)?|OutputCache|Page|PreviousPageType|Reference|Register)?|%>/i,rest:Prism.languages.markup.tag.inside}},"directive tag":{pattern:/...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-clojure.js
html/bower_components/prism/components/prism-clojure.js
// Copied from https://github.com/jeluard/prism-clojure Prism.languages.clojure = { comment: /;+.*/, string: /"(?:\\.|[^\\"\r\n])*"/, operator: /(?:::|[:|'])\b[a-z][\w*+!?-]*\b/i, //used for symbols and keywords keyword: { pattern: /([^\w+*'?-])(?:def|if|do|let|\.\.|quote|var|->>|->|fn|loop|recur|throw|try|monito...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-tap.min.js
html/bower_components/prism/components/prism-tap.min.js
Prism.languages.tap={fail:/not ok[^#{\n\r]*/,pass:/ok[^#{\n\r]*/,pragma:/pragma [+-][a-z]+/,bailout:/bail out!.*/i,version:/TAP version \d+/i,plan:/\d+\.\.\d+(?: +#.*)?/,subtest:{pattern:/# Subtest(?:: .*)?/,greedy:!0},punctuation:/[{}]/,directive:/#.*/,yamlish:{pattern:/(^[^\S\r\n]*)---(?:\r\n?|\n)(?:.*(?:\r\n?|\n))*?...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-csharp.min.js
html/bower_components/prism/components/prism-csharp.min.js
Prism.languages.csharp=Prism.languages.extend("clike",{keyword:/\b(?:abstract|add|alias|as|ascending|async|await|base|bool|break|byte|case|catch|char|checked|class|const|continue|decimal|default|delegate|descending|do|double|dynamic|else|enum|event|explicit|extern|false|finally|fixed|float|for|foreach|from|get|global|g...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-asm6502.min.js
html/bower_components/prism/components/prism-asm6502.min.js
Prism.languages.asm6502={comment:/;.*/,directive:{pattern:/\.\w+(?= )/,alias:"keyword"},string:/(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/,opcode:{pattern:/\b(?:adc|and|asl|bcc|bcs|beq|bit|bmi|bne|bpl|brk|bvc|bvs|clc|cld|cli|clv|cmp|cpx|cpy|dec|dex|dey|eor|inc|inx|iny|jmp|jsr|lda|ldx|ldy|lsr|nop|ora|pha|php|pla|plp|rol|ror|rti...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-graphql.js
html/bower_components/prism/components/prism-graphql.js
Prism.languages.graphql = { 'comment': /#.*/, 'string': { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: true }, 'number': /(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i, 'boolean': /\b(?:true|false)\b/, 'variable': /\$[a-z_]\w*/i, 'directive': { pattern: /@[a-z_]\w*/i, alias: 'function' }, 'attr-name': /[a-z_]...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-renpy.js
html/bower_components/prism/components/prism-renpy.js
Prism.languages.renpy= { // TODO Write tests. 'comment': { pattern: /(^|[^\\])#.+/, lookbehind: true }, 'string': { pattern: /("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2|(?:^#?(?:(?:[0-9a-fA-F]{2}){3}|(?:[0-9a-fA-F]){3})$)/m, greedy: true }, 'function' : /[a-z_]\w*(?=\()/i, 'property': /\b(?:...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-scheme.js
html/bower_components/prism/components/prism-scheme.js
Prism.languages.scheme = { 'comment' : /;.*/, 'string' : { pattern: /"(?:[^"\\\r\n]|\\.)*"|'[^('\s]*/, greedy: true }, 'keyword' : { pattern : /(\()(?:define(?:-syntax|-library|-values)?|(?:case-)?lambda|let(?:\*|rec)?(?:-values)?|else|if|cond|begin|delay(?:-force)?|parameterize|guard|set!|(?:quasi-)?quote|s...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-tcl.min.js
html/bower_components/prism/components/prism-tcl.min.js
Prism.languages.tcl={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:{pattern:/"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/,greedy:!0},variable:[{pattern:/(\$)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/,lookbehind:!0},{pattern:/(\$){[^}]+}/,lookbehind:!0},{pattern:/(^\s*set[ \t]+)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/m,lookbehind:!0}],"funct...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-asm6502.js
html/bower_components/prism/components/prism-asm6502.js
Prism.languages.asm6502 = { 'comment': /;.*/, 'directive': { pattern: /\.\w+(?= )/, alias: 'keyword' }, 'string': /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, 'opcode': { pattern: /\b(?:adc|and|asl|bcc|bcs|beq|bit|bmi|bne|bpl|brk|bvc|bvs|clc|cld|cli|clv|cmp|cpx|cpy|dec|dex|dey|eor|inc|inx|iny|jmp|jsr|lda|ldx|ldy|l...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-pure.js
html/bower_components/prism/components/prism-pure.js
(function (Prism) { Prism.languages.pure = { 'comment': [ { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: true }, { pattern: /(^|[^\\:])\/\/.*/, lookbehind: true }, /#!.+/ ], 'inline-lang': { pattern: /%<[\s\S]+?%>/, greedy: true, inside: { 'lang': { pattern: ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-properties.js
html/bower_components/prism/components/prism-properties.js
Prism.languages.properties = { 'comment': /^[ \t]*[#!].*$/m, 'attr-value': { pattern: /(^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?: *[=:] *| ))(?:\\(?:\r\n|[\s\S])|[^\\\r\n])+/m, lookbehind: true }, 'attr-name': /^[ \t]*(?:\\(?:\r\n|[\s\S])|[^\\\s:=])+?(?= *[=:] *| )/m, 'punctuation': /[=:]/ };
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-arduino.min.js
html/bower_components/prism/components/prism-arduino.min.js
Prism.languages.arduino=Prism.languages.extend("cpp",{keyword:/\b(?:setup|if|else|while|do|for|return|in|instanceof|default|function|loop|goto|switch|case|new|try|throw|catch|finally|null|break|continue|boolean|bool|void|byte|word|string|String|array|int|long|integer|double)\b/,builtin:/\b(?:KeyboardController|MouseCon...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-glsl.min.js
html/bower_components/prism/components/prism-glsl.min.js
Prism.languages.glsl=Prism.languages.extend("clike",{comment:[/\/\*[\s\S]*?\*\//,/\/\/(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/],number:/(?:\b0x[\da-f]+|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?)[ulf]*/i,keyword:/\b(?:attribute|const|uniform|varying|buffer|shared|coherent|volatile|restrict|readonly|writeonly|atomic_uint|layout|cen...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-verilog.js
html/bower_components/prism/components/prism-verilog.js
Prism.languages.verilog = { 'comment': /\/\/.*|\/\*[\s\S]*?\*\//, 'string': { pattern: /"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/, greedy: true }, // support for any kernel function (ex: $display()) 'property': /\B\$\w+\b/, // support for user defined constants (ex: `define) 'constant': /\B`\w+\b/, 'function': /...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-stylus.min.js
html/bower_components/prism/components/prism-stylus.min.js
!function(n){var t={url:/url\((["']?).*?\1\)/i,string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:if|else|for|return|unless)(?=\s+|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,number:/\b\...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-tcl.js
html/bower_components/prism/components/prism-tcl.js
Prism.languages.tcl = { 'comment': { pattern: /(^|[^\\])#.*/, lookbehind: true }, 'string': { pattern: /"(?:[^"\\\r\n]|\\(?:\r\n|[\s\S]))*"/, greedy: true }, 'variable': [ { pattern: /(\$)(?:::)?(?:[a-zA-Z0-9]+::)*\w+/, lookbehind: true }, { pattern: /(\$){[^}]+}/, lookbehind: true }, ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-renpy.min.js
html/bower_components/prism/components/prism-renpy.min.js
Prism.languages.renpy={comment:{pattern:/(^|[^\\])#.+/,lookbehind:!0},string:{pattern:/("""|''')[\s\S]+?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2|(?:^#?(?:(?:[0-9a-fA-F]{2}){3}|(?:[0-9a-fA-F]){3})$)/m,greedy:!0},"function":/[a-z_]\w*(?=\()/i,property:/\b(?:insensitive|idle|hover|selected_idle|selected_hover|background|positio...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-swift.js
html/bower_components/prism/components/prism-swift.js
// issues: nested multiline comments Prism.languages.swift = Prism.languages.extend('clike', { 'string': { pattern: /("|')(\\(?:\((?:[^()]|\([^)]+\))+\)|\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, greedy: true, inside: { 'interpolation': { pattern: /\\\((?:[^()]|\([^)]+\))+\)/, inside: { delimiter: { ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-arff.js
html/bower_components/prism/components/prism-arff.js
Prism.languages.arff = { 'comment': /%.*/, 'string': { pattern: /(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: true }, 'keyword': /@(?:attribute|data|end|relation)\b/i, 'number': /\b\d+(?:\.\d+)?\b/, 'punctuation': /[{},]/ };
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-nsis.js
html/bower_components/prism/components/prism-nsis.js
/** * Original by Jan T. Sott (http://github.com/idleberg) * * Includes all commands and plug-ins shipped with NSIS 3.02 */ Prism.languages.nsis = { 'comment': { pattern: /(^|[^\\])(\/\*[\s\S]*?\*\/|[#;].*)/, lookbehind: true }, 'string': { pattern: /("|')(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: true }, '...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-haxe.min.js
html/bower_components/prism/components/prism-haxe.min.js
Prism.languages.haxe=Prism.languages.extend("clike",{string:{pattern:/(["'])(?:(?!\1)[^\\]|\\[\s\S])*\1/,greedy:!0,inside:{interpolation:{pattern:/(^|[^\\])\$(?:\w+|\{[^}]+\})/,lookbehind:!0,inside:{interpolation:{pattern:/^\$\w*/,alias:"variable"}}}}},keyword:/\bthis\b|\b(?:abstract|as|break|case|cast|catch|class|cont...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-bro.min.js
html/bower_components/prism/components/prism-bro.min.js
Prism.languages.bro={comment:{pattern:/(^|[^\\$])#.*/,lookbehind:!0,inside:{italic:/\b(?:TODO|FIXME|XXX)\b/}},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"boolean":/\b[TF]\b/,"function":{pattern:/(?:function|hook|event) \w+(?:::\w+)?/,inside:{keyword:/^(?:function|hook|event)/}},variable...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-ada.js
html/bower_components/prism/components/prism-ada.js
Prism.languages.ada = { 'comment': /--.*/, 'string': /"(?:""|[^"\r\f\n])*"/i, 'number': [ { pattern: /\b\d(?:_?\d)*#[\dA-F](?:_?[\dA-F])*(?:\.[\dA-F](?:_?[\dA-F])*)?#(?:E[+-]?\d(?:_?\d)*)?/i }, { pattern: /\b\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:E[+-]?\d(?:_?\d)*)?\b/i } ], 'attr-name': /\b'\w+/i, 'keywor...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-haxe.js
html/bower_components/prism/components/prism-haxe.js
Prism.languages.haxe = Prism.languages.extend('clike', { // Strings can be multi-line 'string': { pattern: /(["'])(?:(?!\1)[^\\]|\\[\s\S])*\1/, greedy: true, inside: { 'interpolation': { pattern: /(^|[^\\])\$(?:\w+|\{[^}]+\})/, lookbehind: true, inside: { 'interpolation': { pattern: /^...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-gherkin.js
html/bower_components/prism/components/prism-gherkin.js
Prism.languages.gherkin = { 'pystring': { pattern: /("""|''')[\s\S]+?\1/, alias: 'string' }, 'comment': { pattern: /((?:^|\r?\n|\r)[ \t]*)#.*/, lookbehind: true }, 'tag': { pattern: /((?:^|\r?\n|\r)[ \t]*)@\S*/, lookbehind: true }, 'feature': { pattern: /((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-qore.js
html/bower_components/prism/components/prism-qore.js
Prism.languages.qore = Prism.languages.extend('clike', { 'comment': { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:\/\/|#).*)/, lookbehind: true }, // Overridden to allow unescaped multi-line strings 'string': { pattern: /("|')(\\[\s\S]|(?!\1)[^\\])*\1/, greedy: true }, 'variable': /\$(?!\d)\w+\b/, 'keyword...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-haskell.min.js
html/bower_components/prism/components/prism-haskell.min.js
Prism.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(?:--[^-!#$%*+=?&@|~.:<>^\\\/].*|{-[\s\S]*?-})/m,lookbehind:!0},"char":/'(?:[^\\']|\\(?:[abfnrtv\\"'&]|\^[A-Z@[\]^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-gherkin.min.js
html/bower_components/prism/components/prism-gherkin.min.js
Prism.languages.gherkin={pystring:{pattern:/("""|''')[\s\S]+?\1/,alias:"string"},comment:{pattern:/((?:^|\r?\n|\r)[ \t]*)#.*/,lookbehind:!0},tag:{pattern:/((?:^|\r?\n|\r)[ \t]*)@\S*/,lookbehind:!0},feature:{pattern:/((?:^|\r?\n|\r)[ \t]*)(?:Ability|Ahoy matey!|Arwedd|Aspekt|Besigheid Behoefte|Business Need|Caracteristi...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-pascal.min.js
html/bower_components/prism/components/prism-pascal.min.js
Prism.languages.pascal={comment:[/\(\*[\s\S]+?\*\)/,/\{[\s\S]+?\}/,/\/\/.*/],string:{pattern:/(?:'(?:''|[^'\r\n])*'|#[&$%]?[a-f\d]+)+|\^[a-z]/i,greedy:!0},keyword:[{pattern:/(^|[^&])\b(?:absolute|array|asm|begin|case|const|constructor|destructor|do|downto|else|end|file|for|function|goto|if|implementation|inherited|inli...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-php.min.js
html/bower_components/prism/components/prism-php.min.js
!function(e){e.languages.php=e.languages.extend("clike",{keyword:/\b(?:and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|r...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-crystal.min.js
html/bower_components/prism/components/prism-crystal.min.js
!function(e){e.languages.crystal=e.languages.extend("ruby",{keyword:[/\b(?:abstract|alias|as|asm|begin|break|case|class|def|do|else|elsif|end|ensure|enum|extend|for|fun|if|include|instance_sizeof|lib|macro|module|next|of|out|pointerof|private|protected|rescue|return|require|select|self|sizeof|struct|super|then|type|typ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-verilog.min.js
html/bower_components/prism/components/prism-verilog.min.js
Prism.languages.verilog={comment:/\/\/.*|\/\*[\s\S]*?\*\//,string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},property:/\B\$\w+\b/,constant:/\B`\w+\b/,"function":/\w+(?=\()/,keyword:/\b(?:alias|and|assert|assign|assume|automatic|before|begin|bind|bins|binsof|bit|break|buf|bufif0|bufif1|byte|class|case|cas...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/prism/components/prism-scss.js
html/bower_components/prism/components/prism-scss.js
Prism.languages.scss = Prism.languages.extend('css', { 'comment': { pattern: /(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/, lookbehind: true }, 'atrule': { pattern: /@[\w-]+(?:\([^()]+\)|[^(])*?(?=\s+[{;])/, inside: { 'rule': /@[\w-]+/ // See rest below } }, // url, compassified 'url': /(?:[-a-z]+-)*url(...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false