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-json.min.js
html/bower_components/prism/components/prism-json.min.js
Prism.languages.json={property:/"(?:\\.|[^\\"\r\n])*"(?=\s*:)/i,string:{pattern:/"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,greedy:!0},number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,punctuation:/[{}[\]);,]/,operator:/:/g,"boolean":/\b(?:true|false)\b/i,"null":/\bnull\b/i},Prism.languages.jsonp=Prism.languages....
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/index.js
html/bower_components/prism/components/index.js
var components = require('../components.js'); var peerDependentsMap = null; function getPeerDependentsMap() { var peerDependentsMap = {}; Object.keys(components.languages).forEach(function (language) { if (language === 'meta') { return false; } if (components.languages[language].peerDependencies) { var p...
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-rip.min.js
html/bower_components/prism/components/prism-rip.min.js
Prism.languages.rip={comment:/#.*/,keyword:/(?:=>|->)|\b(?:class|if|else|switch|case|return|exit|try|catch|finally|raise)\b/,builtin:/@|\bSystem\b/,"boolean":/\b(?:true|false)\b/,date:/\b\d{4}-\d{2}-\d{2}\b/,time:/\b\d{2}:\d{2}:\d{2}\b/,datetime:/\b\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\b/,character:/\B`[^\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-roboconf.min.js
html/bower_components/prism/components/prism-roboconf.min.js
Prism.languages.roboconf={comment:/#.*/,keyword:{pattern:/(^|\s)(?:(?:facet|instance of)(?=[ \t]+[\w-]+[ \t]*\{)|(?:external|import)\b)/,lookbehind:!0},component:{pattern:/[\w-]+(?=[ \t]*\{)/,alias:"variable"},property:/[\w.-]+(?=[ \t]*:)/,value:{pattern:/(=[ \t]*)[^,;]+/,lookbehind:!0,alias:"attr-value"},optional:{pat...
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-json.js
html/bower_components/prism/components/prism-json.js
Prism.languages.json = { 'property': /"(?:\\.|[^\\"\r\n])*"(?=\s*:)/i, 'string': { pattern: /"(?:\\.|[^\\"\r\n])*"(?!\s*:)/, greedy: true }, 'number': /\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/, 'punctuation': /[{}[\]);,]/, 'operator': /:/g, 'boolean': /\b(?:true|false)\b/i, 'null': /\bnul...
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-livescript.min.js
html/bower_components/prism/components/prism-livescript.min.js
Prism.languages.livescript={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\])#.*/,lookbehind:!0}],"interpolated-string":{pattern:/(^|[^"])("""|")(?:\\[\s\S]|(?!\2)[^\\])*\2(?!")/,lookbehind:!0,greedy:!0,inside:{variable:{pattern:/(^|[^\\])#[a-z_](?:-?[a-z]|[\d_])*/m,lookbehind:!0},interpo...
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.min.js
html/bower_components/prism/components/prism-apl.min.js
Prism.languages.apl={comment:/(?:⍝|#[! ]).*$/m,string:{pattern:/'(?:[^'\r\n]|'')*'/,greedy:!0},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"},constant:/[⍬⌾#βŽ•βž]/,"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-python.js
html/bower_components/prism/components/prism-python.js
Prism.languages.python = { 'comment': { pattern: /(^|[^\\])#.*/, lookbehind: true }, 'triple-quoted-string': { pattern: /("""|''')[\s\S]+?\1/, greedy: true, alias: 'string' }, 'string': { pattern: /("|')(?:\\.|(?!\1)[^\\\r\n])*\1/, greedy: true }, 'function': { pattern: /((?:^|\s)def[ \t]+)[a-zA-...
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.min.js
html/bower_components/prism/components/prism-arff.min.js
Prism.languages.arff={comment:/%.*/,string:{pattern:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},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-typescript.min.js
html/bower_components/prism/components/prism-typescript.min.js
Prism.languages.typescript=Prism.languages.extend("javascript",{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|st...
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-autoit.min.js
html/bower_components/prism/components/prism-autoit.min.js
Prism.languages.autoit={comment:[/;.*/,{pattern:/(^\s*)#(?:comments-start|cs)[\s\S]*?^\s*#(?:comments-end|ce)/m,lookbehind:!0}],url:{pattern:/(^\s*#include\s+)(?:<[^\r\n>]+>|"[^\r\n"]+")/m,lookbehind:!0},string:{pattern:/(["'])(?:\1\1|(?!\1)[^\r\n])*\1/,greedy:!0,inside:{variable:/([%$@])\w+\1/}},directive:{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-scss.min.js
html/bower_components/prism/components/prism-scss.min.js
Prism.languages.scss=Prism.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-]+(?:\([^()]+\)|[^(])*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)*url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()]|&|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\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-bash.min.js
html/bower_components/prism/components/prism-bash.min.js
!function(e){var t={variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,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-erb.js
html/bower_components/prism/components/prism-erb.js
(function (Prism) { Prism.languages.erb = Prism.languages.extend('ruby', {}); Prism.languages.insertBefore('erb', 'comment', { 'delimiter': { pattern: /^<%=?|%>$/, alias: 'punctuation' } }); Prism.hooks.add('before-tokenize', function(env) { var erbPattern = /<%=?[\s\S]+?%>/g; Prism.languages['marku...
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-lisp.js
html/bower_components/prism/components/prism-lisp.js
(function (Prism) { // Functions to construct regular expressions // simple form // e.g. (interactive ... or (interactive) function simple_form(name) { return new RegExp('(\\()' + name + '(?=[\\s\\)])'); } // booleans and numbers function primitive(pattern) { return new RegExp('([\\s([])' + 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-php.js
html/bower_components/prism/components/prism-php.js
/** * Original by Aaron Harun: http://aahacreative.com/2012/07/31/php-syntax-highlighting-prism/ * Modified by Miles Johnson: http://milesj.me * * Supports the following: * - Extends clike syntax * - Support for PHP 5.3+ (namespaces, traits, generators, etc) * - Smarter constant and function matching * *...
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.js
html/bower_components/prism/components/prism-gedcom.js
Prism.languages.gedcom = { 'line-value': { // Preceded by level, optional pointer, and tag pattern: /(^\s*\d+ +(?:@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@ +)?\w+ +).+/m, lookbehind: true, inside: { 'pointer': { pattern: /^@\w[\w!"$%&'()*+,\-./:;<=>?[\\\]^`{|}~\x80-\xfe #]*@$/, alias: 'va...
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-typescript.js
html/bower_components/prism/components/prism-typescript.js
Prism.languages.typescript = Prism.languages.extend('javascript', { // From JavaScript Prism keyword list and TypeScript language spec: https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#221-reserved-words 'keyword': /\b(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|el...
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-nim.min.js
html/bower_components/prism/components/prism-nim.min.js
Prism.languages.nim={comment:/#.*/,string:{pattern:/(?:(?:\b(?!\d)(?:\w|\\x[8-9a-fA-F][0-9a-fA-F])+)?(?:"""[\s\S]*?"""(?!")|"(?:\\[\s\S]|""|[^"\\])*")|'(?:\\(?:\d+|x[\da-fA-F]{2}|.)|[^'])')/,greedy:!0},number:/\b(?:0[xXoObB][\da-fA-F_]+|\d[\d_]*(?:(?!\.\.)\.[\d_]*)?(?:[eE][+-]?\d[\d_]*)?)(?:'?[iuf]\d*)?/,keyword:/\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-rest.js
html/bower_components/prism/components/prism-rest.js
Prism.languages.rest = { 'table': [ { pattern: /(\s*)(?:\+[=-]+)+\+(?:\r?\n|\r)(?:\1(?:[+|].+)+[+|](?:\r?\n|\r))+\1(?:\+[=-]+)+\+/, lookbehind: true, inside: { 'punctuation': /\||(?:\+[=-]+)+\+/ } }, { pattern: /(\s*)(?:=+ +)+=+(?:(?:\r?\n|\r)\1.+)+(?:\r?\n|\r)\1(?:=+ +)+=+(?=(?:\r?\n|\r){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-lua.js
html/bower_components/prism/components/prism-lua.js
Prism.languages.lua = { 'comment': /^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m, // \z may be used to skip the following space 'string': { pattern: /(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[\s\S]))*\1|\[(=*)\[[\s\S]*?\]\2\]/, greedy: true }, 'number': /\b0x[a-f\d]+\.?[a-f\d]*(?:p[+-]?\d+)?\b|\b\d+(?:\.\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-q.min.js
html/bower_components/prism/components/prism-q.min.js
Prism.languages.q={string:/"(?:\\.|[^"\\\r\n])*"/,comment:[{pattern:/([\t )\]}])\/.*/,lookbehind:!0,greedy:!0},{pattern:/(^|\r?\n|\r)\/[\t ]*(?:(?:\r?\n|\r)(?:.*(?:\r?\n|\r))*?(?:\\(?=[\t ]*(?:\r?\n|\r))|$)|\S.*)/,lookbehind:!0,greedy:!0},{pattern:/^\\[\t ]*(?:\r?\n|\r)[\s\S]+/m,greedy:!0},{pattern:/^#!.+/m,greedy:!0}]...
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.js
html/bower_components/prism/components/prism-diff.js
Prism.languages.diff = { 'coord': [ // Match all kinds of coord lines (prefixed by "+++", "---" or "***"). /^(?:\*{3}|-{3}|\+{3}).*$/m, // Match "@@ ... @@" coord lines in unified diff. /^@@.*@@$/m, // Match coord lines in normal diff (starts with a number). /^\d+.*$/m ], // Match inserted and deleted 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-nix.js
html/bower_components/prism/components/prism-nix.js
Prism.languages.nix = { 'comment': /\/\*[\s\S]*?\*\/|#.*/, 'string': { pattern: /"(?:[^"\\]|\\[\s\S])*"|''(?:(?!'')[\s\S]|''(?:'|\\|\$\{))*''/, greedy: true, inside: { 'interpolation': { // The lookbehind ensures the ${} is not preceded by \ or '' 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-wasm.js
html/bower_components/prism/components/prism-wasm.js
Prism.languages.wasm = { 'comment': [ /\(;[\s\S]*?;\)/, { pattern: /;;.*/, greedy: true } ], 'string': { pattern: /"(?:\\[\s\S]|[^"\\])*"/, greedy: true }, 'keyword': [ { pattern: /\b(?:align|offset)=/, inside: { 'operator': /=/ } }, { pattern: /\b(?:(?:f32|f64|i32|i64)(?:\.(?...
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.min.js
html/bower_components/prism/components/prism-ocaml.min.js
Prism.languages.ocaml={comment:/\(\*[\s\S]*?\*\)/,string:[{pattern:/"(?:\\.|[^\\\r\n"])*"/,greedy:!0},{pattern:/(['`])(?:\\(?:\d+|x[\da-f]+|.)|(?!\1)[^\\\r\n])\1/i,greedy:!0}],number:/\b(?:0x[\da-f][\da-f_]+|(?:0[bo])?\d[\d_]*\.?[\d_]*(?:e[+-]?[\d_]+)?)/i,type:{pattern:/\B['`]\w*/,alias:"variable"},directive:{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-javascript.min.js
html/bower_components/prism/components/prism-javascript.min.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|static|...
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.js
html/bower_components/prism/components/prism-eiffel.js
Prism.languages.eiffel = { 'comment': /--.*/, 'string': [ // Aligned-verbatim-strings { pattern: /"([^[]*)\[[\s\S]*?\]\1"/, greedy: true }, // Non-aligned-verbatim-strings { pattern: /"([^{]*)\{[\s\S]*?\}\1"/, greedy: true }, // Single-line string { pattern: /"(?:%\s+%|%.|[^%"\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-elm.js
html/bower_components/prism/components/prism-elm.js
Prism.languages.elm = { comment: /--.*|{-[\s\S]*?-}/, char: { pattern: /'(?:[^\\'\r\n]|\\(?:[abfnrtv\\']|\d+|x[0-9a-fA-F]+))'/, greedy: true }, string: [ { // Multiline strings are wrapped in triple ". Quotes may appear unescaped. pattern: /"""[\s\S]*?"""/, greedy: true }, { 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-batch.min.js
html/bower_components/prism/components/prism-batch.min.js
!function(e){var r=/%%?[~:\w]+%?|!\S+!/,t={pattern:/\/[a-z?]+(?=[ :]|$):?|-[a-z]\b|--[a-z-]+\b/im,alias:"attr-name",inside:{punctuation:/:/}},n=/"[^"]*"/,i=/(?:\b|-)\d+\b/;e.languages.batch={comment:[/^::.*/m,{pattern:/((?:^|[&(])[ \t]*)rem\b(?:[^^&)\r\n]|\^(?:\r\n|[\s\S]))*/im,lookbehind:!0}],label:{pattern:/^:.*/m,al...
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-soy.js
html/bower_components/prism/components/prism-soy.js
(function (Prism) { var stringPattern = /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/; var numberPattern = /\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/; Prism.languages.soy = { 'comment': [ /\/\*[\s\S]*?\*\//, { pattern: /(\s)\/\/.*/, lookbehind: true, greedy: true } ], 'command...
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-objectivec.min.js
html/bower_components/prism/components/prism-objectivec.min.js
Prism.languages.objectivec=Prism.languages.extend("c",{keyword:/\b(?:asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while|in|self|super)\b|(?:@interface|@end...
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-tsx.min.js
html/bower_components/prism/components/prism-tsx.min.js
var typescript=Prism.util.clone(Prism.languages.typescript);Prism.languages.tsx=Prism.languages.extend("jsx",typescript);
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-keyman.js
html/bower_components/prism/components/prism-keyman.js
Prism.languages.keyman = { 'comment': /\bc\s.*/i, 'function': /\[\s*(?:(?:CTRL|SHIFT|ALT|LCTRL|RCTRL|LALT|RALT|CAPS|NCAPS)\s+)*(?:[TKU]_[\w?]+|".+?"|'.+?')\s*\]/i, // virtual key 'string': /("|').*?\1/, 'bold': [ // header statements, system stores and variable system stores /&(?:baselayout|bitmap|capsononly|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-vim.min.js
html/bower_components/prism/components/prism-vim.min.js
Prism.languages.vim={string:/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/,comment:/".*/,"function":/\w+(?=\()/,keyword:/\b(?:ab|abbreviate|abc|abclear|abo|aboveleft|al|all|arga|argadd|argd|argdelete|argdo|arge|argedit|argg|argglobal|argl|arglocal|ar|args|argu|argument|as|ascii|bad|badd|ba|ball|bd|bdelete|be|bel|belowright...
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-vim.js
html/bower_components/prism/components/prism-vim.js
Prism.languages.vim = { 'string': /"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\r\n]|'')*'/, 'comment': /".*/, 'function': /\w+(?=\()/, 'keyword': /\b(?:ab|abbreviate|abc|abclear|abo|aboveleft|al|all|arga|argadd|argd|argdelete|argdo|arge|argedit|argg|argglobal|argl|arglocal|ar|args|argu|argument|as|ascii|bad|badd|ba|ball|bd|bdele...
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-fsharp.js
html/bower_components/prism/components/prism-fsharp.js
Prism.languages.fsharp = Prism.languages.extend('clike', { 'comment': [ { pattern: /(^|[^\\])\(\*[\s\S]*?\*\)/, lookbehind: true }, { pattern: /(^|[^\\:])\/\/.*/, lookbehind: true } ], 'keyword': /\b(?:let|return|use|yield)(?:!\B|\b)|\b(abstract|and|as|assert|base|begin|class|default|delegate|do|...
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-c.js
html/bower_components/prism/components/prism-c.js
Prism.languages.c = Prism.languages.extend('clike', { 'keyword': /\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|siz...
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-erlang.js
html/bower_components/prism/components/prism-erlang.js
Prism.languages.erlang = { 'comment': /%.+/, 'string': { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: true }, 'quoted-function': { pattern: /'(?:\\.|[^\\'\r\n])+'(?=\()/, alias: 'function' }, 'quoted-atom': { pattern: /'(?:\\.|[^\\'\r\n])+'/, alias: 'atom' }, 'boolean': /\b(?:true|false)\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-jolie.min.js
html/bower_components/prism/components/prism-jolie.min.js
Prism.languages.jolie=Prism.languages.extend("clike",{keyword:/\b(?:include|define|is_defined|undef|main|init|outputPort|inputPort|Location|Protocol|Interfaces|RequestResponse|OneWay|type|interface|extender|throws|cset|csets|forward|Aggregates|Redirects|embedded|courier|execution|sequential|concurrent|single|scope|inst...
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-keyman.min.js
html/bower_components/prism/components/prism-keyman.min.js
Prism.languages.keyman={comment:/\bc\s.*/i,"function":/\[\s*(?:(?:CTRL|SHIFT|ALT|LCTRL|RCTRL|LALT|RALT|CAPS|NCAPS)\s+)*(?:[TKU]_[\w?]+|".+?"|'.+?')\s*\]/i,string:/("|').*?\1/,bold:[/&(?:baselayout|bitmap|capsononly|capsalwaysoff|shiftfreescaps|copyright|ethnologuecode|hotkey|includecodes|keyboardversion|kmw_embedcss|km...
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-clike.js
html/bower_components/prism/components/prism-clike.js
Prism.languages.clike = { 'comment': [ { pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/, lookbehind: true }, { pattern: /(^|[^\\:])\/\/.*/, lookbehind: true, greedy: true } ], 'string': { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, greedy: true }, 'class-name': { 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-julia.min.js
html/bower_components/prism/components/prism-julia.min.js
Prism.languages.julia={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},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|importall|let|local|macro|module|...
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-groovy.min.js
html/bower_components/prism/components/prism-groovy.min.js
Prism.languages.groovy=Prism.languages.extend("clike",{keyword:/\b(?:as|def|in|abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|native|new|package|private|protected|public|return|sh...
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-fsharp.min.js
html/bower_components/prism/components/prism-fsharp.min.js
Prism.languages.fsharp=Prism.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\(\*[\s\S]*?\*\)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],keyword:/\b(?:let|return|use|yield)(?:!\B|\b)|\b(abstract|and|as|assert|base|begin|class|default|delegate|do|done|downcast|downto|elif|else|end|exception|extern...
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-python.min.js
html/bower_components/prism/components/prism-python.min.js
Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},"triple-quoted-string":{pattern:/("""|''')[\s\S]+?\1/,greedy:!0,alias:"string"},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},"function":{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bcla...
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.js
html/bower_components/prism/components/prism-pascal.js
// Based on Free Pascal /* TODO Support inline asm ? */ Prism.languages.pascal = { 'comment': [ /\(\*[\s\S]+?\*\)/, /\{[\s\S]+?\}/, /\/\/.*/ ], 'string': { pattern: /(?:'(?:''|[^'\r\n])*'|#[&$%]?[a-f\d]+)+|\^[a-z]/i, greedy: true }, 'keyword': [ { // Turbo Pascal pattern: /(^|[^&])\b(?:absolut...
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-docker.js
html/bower_components/prism/components/prism-docker.js
Prism.languages.docker = { 'keyword': { pattern: /(^\s*)(?:ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|ONBUILD|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR)(?=\s)/mi, lookbehind: true }, 'string': /("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/, 'comment': /#.*/, '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-less.js
html/bower_components/prism/components/prism-less.js
/* FIXME : :extend() is not handled specifically : its highlighting is buggy. Mixin usage must be inside a ruleset to be highlighted. At-rules (e.g. import) containing interpolations are buggy. Detached rulesets are highlighted as at-rules. A comment before a mixin usage prevents the latter to be properly highligh...
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-opencl.js
html/bower_components/prism/components/prism-opencl.js
(function (Prism) { /* OpenCL kernel language */ Prism.languages.opencl = Prism.languages.extend('c', { // Extracted from the official specs (2.0) and http://streamcomputing.eu/downloads/?opencl.lang (opencl-keywords, opencl-types) and http://sourceforge.net/tracker/?func=detail&aid=2957794&group_id=95717&atid=6123...
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-tt2.js
html/bower_components/prism/components/prism-tt2.js
(function(Prism) { Prism.languages.tt2 = Prism.languages.extend('clike', { comment: { pattern: /#.*|\[%#[\s\S]*?%\]/, lookbehind: true }, keyword: /\b(?:BLOCK|CALL|CASE|CATCH|CLEAR|DEBUG|DEFAULT|ELSE|ELSIF|END|FILTER|FINAL|FOREACH|GET|IF|IN|INCLUDE|INSERT|LAST|MACRO|META|NEXT|PERL|PROCESS|RAWPERL|RETURN|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-smalltalk.min.js
html/bower_components/prism/components/prism-smalltalk.min.js
Prism.languages.smalltalk={comment:/"(?:""|[^"])+"/,string:/'(?:''|[^'])+'/,symbol:/#[\da-z]+|#(?:-|([+\/\\*~<>=@%|&?!])\1?)|#(?=\()/i,"block-arguments":{pattern:/(\[\s*):[^\[|]*\|/,lookbehind:!0,inside:{variable:/:[\da-z]+/i,punctuation:/\|/}},"temporary-variables":{pattern:/\|[^|]+\|/,inside:{variable:/[\da-z]+/i,pun...
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-reason.js
html/bower_components/prism/components/prism-reason.js
Prism.languages.reason = Prism.languages.extend('clike', { 'comment': { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: true }, 'string': { pattern: /"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/, greedy: true }, // 'class-name' must be matched *after* 'constructor' defined below 'class-name': /\b[A-Z]\w*/, 'ke...
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-perl.js
html/bower_components/prism/components/prism-perl.js
Prism.languages.perl = { 'comment': [ { // POD pattern: /(^\s*)=\w+[\s\S]*?=cut.*/m, lookbehind: true }, { pattern: /(^|[^\\$])#.*/, lookbehind: true } ], // TODO Could be nice to handle Heredoc too. 'string': [ // q/.../ { pattern: /\b(?:q|qq|qx|qw)\s*([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\...
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-batch.js
html/bower_components/prism/components/prism-batch.js
(function (Prism) { var variable = /%%?[~:\w]+%?|!\S+!/; var parameter = { pattern: /\/[a-z?]+(?=[ :]|$):?|-[a-z]\b|--[a-z-]+\b/im, alias: 'attr-name', inside: { 'punctuation': /:/ } }; var string = /"[^"]*"/; var number = /(?:\b|-)\d+\b/; Prism.languages.batch = { 'comment': [ /^::.*/m, { ...
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-livescript.js
html/bower_components/prism/components/prism-livescript.js
Prism.languages.livescript = { 'comment': [ { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, lookbehind: true }, { pattern: /(^|[^\\])#.*/, lookbehind: true } ], 'interpolated-string': { /* Look-behind and look-ahead prevents wrong behavior of the greedy pattern * forcing it to match """-quoted string...
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-abap.min.js
html/bower_components/prism/components/prism-abap.min.js
Prism.languages.abap={comment:/^\*.*/m,string:/(`|')(?:\\.|(?!\1)[^\\\r\n])*\1/m,"string-template":{pattern:/([|}])(?:\\.|[^\\|{\r\n])*(?=[|{])/,lookbehind:!0,alias:"string"},"eol-comment":{pattern:/(^|\s)".*/m,lookbehind:!0,alias:"comment"},keyword:{pattern:/(\s|\.|^)(?:SCIENTIFIC_WITH_LEADING_ZERO|SCALE_PRESERVING_SC...
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-handlebars.min.js
html/bower_components/prism/components/prism-handlebars.min.js
!function(a){a.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/i,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/,"boolean":/\b(?:true|false)\b/,block:{pattern:/^(\s*~?\s*)[#\/]\S+?(?=\s*~?\s*$|\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-puppet.js
html/bower_components/prism/components/prism-puppet.js
(function (Prism) { Prism.languages.puppet = { 'heredoc': [ // Matches the content of a quoted heredoc string (subject to interpolation) { pattern: /(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r))*?[ \t]*\|?[ \t]*-?[ \t]*\2/, lookbehind: true, alias: 'string', inside: ...
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-liquid.min.js
html/bower_components/prism/components/prism-liquid.min.js
Prism.languages.liquid={keyword:/\b(?:comment|endcomment|if|elsif|else|endif|unless|endunless|for|endfor|case|endcase|when|in|break|assign|continue|limit|offset|range|reversed|raw|endraw|capture|endcapture|tablerow|endtablerow)\b/,number:/\b0b[01]+\b|\b0x[\da-f]*\.?[\da-fp-]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?[df]...
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-mizar.min.js
html/bower_components/prism/components/prism-mizar.min.js
Prism.languages.mizar={comment:/::.+/,keyword:/@proof\b|\b(?:according|aggregate|all|and|antonym|are|as|associativity|assume|asymmetry|attr|be|begin|being|by|canceled|case|cases|clusters?|coherence|commutativity|compatibility|connectedness|consider|consistency|constructors|contradiction|correctness|def|deffunc|define|d...
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.js
html/bower_components/prism/components/prism-velocity.js
(function (Prism) { Prism.languages.velocity = Prism.languages.extend('markup', {}); var velocity = { 'variable': { pattern: /(^|[^\\](?:\\\\)*)\$!?(?:[a-z][\w-]*(?:\([^)]*\))?(?:\.[a-z][\w-]*(?:\([^)]*\))?|\[[^\]]+])*|{[^}]+})/i, lookbehind: true, inside: {} // See below }, 'string': { 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-basic.js
html/bower_components/prism/components/prism-basic.js
Prism.languages.basic = { 'comment': { pattern: /(?:!|REM\b).+/i, inside: { 'keyword': /^REM/i } }, 'string': { pattern: /"(?:""|[!#$%&'()*,\/:;<=>?^_ +\-.A-Z\d])*"/i, greedy: true }, 'number': /(?:\b\d+\.?\d*|\B\.\d+)(?:E[+-]?\d+)?/i, 'keyword': /\b(?:AS|BEEP|BLOAD|BSAVE|CALL(?: ABSOLUTE)?|CASE|CHAI...
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.js
html/bower_components/prism/components/prism-stylus.js
(function (Prism) { var inside = { 'url': /url\((["']?).*?\1\)/i, 'string': { pattern: /("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/, greedy: true }, 'interpolation': null, // See below 'func': null, // See below 'important': /\B!(?:important|optional)\b/i, 'keyword': { pattern: /(^|\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-c.min.js
html/bower_components/prism/components/prism-c.min.js
Prism.languages.c=Prism.languages.extend("clike",{keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|stat...
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-rust.js
html/bower_components/prism/components/prism-rust.js
/* TODO Add support for Markdown notation inside doc comments Add support for nested block comments... Match closure params even when not followed by dash or brace Add better support for macro definition */ Prism.languages.rust = { 'comment': [ { pattern: /(^|[^\\])\/\*[\s\S]*?\*\//, 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-matlab.min.js
html/bower_components/prism/components/prism-matlab.min.js
Prism.languages.matlab={comment:[/%\{[\s\S]*?\}%/,/%.+/],string:{pattern:/\B'(?:''|[^'\r\n])*'/,greedy:!0},number:/(?:\b\d+\.?\d*|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,keyword:/\b(?:break|case|catch|continue|else|elseif|end|for|function|if|inf|NaN|otherwise|parfor|pause|pi|return|switch|try|while)\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-aspnet.js
html/bower_components/prism/components/prism-aspnet.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 } ...
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-twig.min.js
html/bower_components/prism/components/prism-twig.min.js
Prism.languages.twig={comment:/\{#[\s\S]*?#\}/,tag:{pattern:/\{\{[\s\S]*?\}\}|\{%[\s\S]*?%\}/,inside:{ld:{pattern:/^(?:\{\{-?|\{%-?\s*\w+)/,inside:{punctuation:/^(?:\{\{|\{%)-?/,keyword:/\w+/}},rd:{pattern:/-?(?:%\}|\}\})$/,inside:{punctuation:/.*/}},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,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-haml.js
html/bower_components/prism/components/prism-haml.js
/* TODO Handle multiline code after tag %foo= some | multiline | code | */ (function(Prism) { Prism.languages.haml = { // Multiline stuff should appear before the rest 'multiline-comment': { pattern: /((?:^|\r?\n|\r)([\t ]*))(?:\/|-#).*(?:(?:\r?\n|\r)\2[\t ]+.+)*/, lookbehind: true, 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-coffeescript.js
html/bower_components/prism/components/prism-coffeescript.js
(function(Prism) { // Ignore comments starting with { to privilege string interpolation highlighting var comment = /#(?!\{).+/, interpolation = { pattern: /#\{[^}]+\}/, alias: 'variable' }; Prism.languages.coffeescript = Prism.languages.extend('javascript', { 'comment': comment, 'string': [ // ...
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-parigp.min.js
html/bower_components/prism/components/prism-parigp.min.js
Prism.languages.parigp={comment:/\/\*[\s\S]*?\*\/|\\\\.*/,string:{pattern:/"(?:[^"\\\r\n]|\\.)*"/,greedy:!0},keyword:function(){var r=["breakpoint","break","dbg_down","dbg_err","dbg_up","dbg_x","forcomposite","fordiv","forell","forpart","forprime","forstep","forsubgroup","forvec","for","iferr","if","local","my","next",...
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.js
html/bower_components/prism/components/prism-applescript.js
Prism.languages.applescript = { 'comment': [ // Allow one level of nesting /\(\*(?:\(\*[\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 ...
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-puppet.min.js
html/bower_components/prism/components/prism-puppet.min.js
!function(e){e.languages.puppet={heredoc:[{pattern:/(@\("([^"\r\n\/):]+)"(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r))*?[ \t]*\|?[ \t]*-?[ \t]*\2/,lookbehind:!0,alias:"string",inside:{punctuation:/(?=\S).*\S(?= *$)/}},{pattern:/(@\(([^"\r\n\/):]+)(?:\/[nrts$uL]*)?\).*(?:\r?\n|\r))(?:.*(?:\r?\n|\r))*?[ \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-elixir.min.js
html/bower_components/prism/components/prism-elixir.min.js
Prism.languages.elixir={comment:{pattern:/#.*/m,lookbehind:!0},regex:{pattern:/~[rR](?:("""|''')(?:\\[\s\S]|(?!\1)[^\\])+\1|([\/|"'])(?:\\.|(?!\2)[^\\\r\n])+\2|\((?:\\.|[^\\)\r\n])+\)|\[(?:\\.|[^\\\]\r\n])+\]|\{(?:\\.|[^\\}\r\n])+\}|<(?:\\.|[^\\>\r\n])+>)[uismxfr]*/,greedy:!0},string:[{pattern:/~[cCsSwW](?:("""|''')(?:...
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.min.js
html/bower_components/prism/components/prism-core.min.js
var _self="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},Prism=function(){var e=/\blang(?:uage)?-([\w-]+)\b/i,t=0,n=_self.Prism={manual:_self.Prism&&_self.Prism.manual,disableWorkerMessageHandler:_self.Prism&&_self.Prism.disableWorkerMessageHandler,uti...
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.min.js
html/bower_components/prism/components/prism-asciidoc.min.js
!function(a){var i={pattern:/(^[ \t]*)\[(?!\[)(?:(["'$`])(?:(?!\2)[^\\]|\\.)*\2|\[(?:[^\]\\]|\\.)*\]|[^\]\\]|\\.)*\]/m,lookbehind:!0,inside:{quoted:{pattern:/([$`])(?:(?!\1)[^\\]|\\.)*\1/,inside:{punctuation:/^[$`]|[$`]$/}},interpreted:{pattern:/'(?:[^'\\]|\\.)*'/,inside:{punctuation:/^'|'$/}},string:/"(?:[^"\\]|\\.)*"...
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-lisp.min.js
html/bower_components/prism/components/prism-lisp.min.js
!function(e){function n(e){return new RegExp("(\\()"+e+"(?=[\\s\\)])")}function a(e){return new RegExp("([\\s([])"+e+"(?=[\\s)])")}var t="[-+*/_~!@$%^=<>{}\\w]+",r="&"+t,i="(\\()",s="(?=\\))",o="(?=\\s)",l={heading:{pattern:/;;;.*/,alias:["comment","title"]},comment:/;.*/,string:{pattern:/"(?:[^"\\]*|\\.)*"/,greedy:!0,...
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.min.js
html/bower_components/prism/components/prism-nsis.min.js
Prism.languages.nsis={comment:{pattern:/(^|[^\\])(\/\*[\s\S]*?\*\/|[#;].*)/,lookbehind:!0},string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:{pattern:/(^\s*)(?:Abort|Add(?:BrandingImage|Size)|AdvSplash|Allow(?:RootDirInstall|SkipFiles)|AutoCloseWindow|Banner|BG(?:Font|Gradient|Image)|BrandingText|Bri...
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-nim.js
html/bower_components/prism/components/prism-nim.js
Prism.languages.nim = { 'comment': /#.*/, // Double-quoted strings can be prefixed by an identifier (Generalized raw string literals) // Character literals are handled specifically to prevent issues with numeric type suffixes 'string': { pattern: /(?:(?:\b(?!\d)(?:\w|\\x[8-9a-fA-F][0-9a-fA-F])+)?(?:"""[\s\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-ada.min.js
html/bower_components/prism/components/prism-ada.min.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,keyword:/\b(?:abort|abs|abstract|accept|access|aliase...
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-django.min.js
html/bower_components/prism/components/prism-django.min.js
var _django_template={property:{pattern:/(?:{{|{%)[\s\S]*?(?:%}|}})/g,greedy:!0,inside:{string:{pattern:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0},keyword:/\b(?:\||load|verbatim|widthratio|ssi|firstof|for|url|ifchanged|csrf_token|lorem|ifnotequal|autoescape|now|templatetag|debug|cycle|ifequal|regroup|comment|filter|e...
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-d.min.js
html/bower_components/prism/components/prism-d.min.js
Prism.languages.d=Prism.languages.extend("clike",{string:[/\b[rx]"(?:\\[\s\S]|[^\\"])*"[cwd]?/,/\bq"(?:\[[\s\S]*?\]|\([\s\S]*?\)|<[\s\S]*?>|\{[\s\S]*?\})"/,/\bq"([_a-zA-Z][_a-zA-Z\d]*)(?:\r?\n|\r)[\s\S]*?(?:\r?\n|\r)\1"/,/\bq"(.)[\s\S]*?\1"/,/'(?:\\'|\\?[^']+)'/,/(["`])(?:\\[\s\S]|(?!\1)[^\\])*\1[cwd]?/],number:[/\b0x\...
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.js
html/bower_components/prism/components/prism-crystal.js
(function(Prism) { Prism.languages.crystal = Prism.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|...
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-makefile.js
html/bower_components/prism/components/prism-makefile.js
Prism.languages.makefile = { 'comment': { pattern: /(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/, lookbehind: true }, 'string': { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, greedy: true }, // Built-in target names 'builtin': /\.[A-Z][^:#=\s]+(?=\s*:(?!=))/, // Targets 'symbol': { 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-xojo.min.js
html/bower_components/prism/components/prism-xojo.min.js
Prism.languages.xojo={comment:{pattern:/(?:'|\/\/|Rem\b).+/i,inside:{keyword:/^Rem/i}},string:{pattern:/"(?:""|[^"])*"/,greedy:!0},number:[/(?:\b\d+\.?\d*|\B\.\d+)(?:E[+-]?\d+)?/i,/&[bchou][a-z\d]+/i],symbol:/#(?:If|Else|ElseIf|Endif|Pragma)\b/i,keyword:/\b(?:AddHandler|App|Array|As(?:signs)?|By(?:Ref|Val)|Break|Call|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-vhdl.js
html/bower_components/prism/components/prism-vhdl.js
Prism.languages.vhdl = { 'comment': /--.+/, // support for all logic vectors 'vhdl-vectors': { 'pattern': /\b[oxb]"[\da-f_]+"|"[01uxzwlh-]+"/i, 'alias': 'number' }, // support for operator overloading included 'quoted-function': { pattern: /"\S+?"(?=\()/, alias: 'function' }, 'string': /"(?:[^\\"\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-arduino.js
html/bower_components/prism/components/prism-arduino.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(?:KeyboardContro...
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-fortran.js
html/bower_components/prism/components/prism-fortran.js
Prism.languages.fortran = { 'quoted-number': { pattern: /[BOZ](['"])[A-F0-9]+\1/i, alias: 'number' }, 'string': { pattern: /(?:\w+_)?(['"])(?:\1\1|&(?:\r\n?|\n)(?:\s*!.+(?:\r\n?|\n))?|(?!\1).)*(?:\1|&)/, inside: { 'comment': { pattern: /(&(?:\r\n?|\n)\s*)!.*/, lookbehind: true } } }, 'comme...
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-j.min.js
html/bower_components/prism/components/prism-j.min.js
Prism.languages.j={comment:/\bNB\..*/,string:{pattern:/'(?:''|[^'\r\n])*'/,greedy:!0},keyword:/\b(?:(?:adverb|conjunction|CR|def|define|dyad|LF|monad|noun|verb)\b|(?:assert|break|case|catch[dt]?|continue|do|else|elseif|end|fcase|for|for_\w+|goto_\w+|if|label_\w+|return|select|throw|try|while|whilst)\.)/,verb:{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-apacheconf.min.js
html/bower_components/prism/components/prism-apacheconf.min.js
Prism.languages.apacheconf={comment:/#.*/,"directive-inline":{pattern:/^(\s*)\b(?:AcceptFilter|AcceptPathInfo|AccessFileName|Action|AddAlt|AddAltByEncoding|AddAltByType|AddCharset|AddDefaultCharset|AddDescription|AddEncoding|AddHandler|AddIcon|AddIconByEncoding|AddIconByType|AddInputFilter|AddLanguage|AddModuleInfo|Add...
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.min.js
html/bower_components/prism/components/prism-textile.min.js
!function(e){var i="(?:\\([^|)]+\\)|\\[[^\\]]+\\]|\\{[^}]+\\})+",n={css:{pattern:/\{[^}]+\}/,inside:{rest:e.languages.css}},"class-id":{pattern:/(\()[^)]+(?=\))/,lookbehind:!0,alias:"attr-value"},lang:{pattern:/(\[)[^\]]+(?=\])/,lookbehind:!0,alias:"attr-value"},punctuation:/[\\\/]\d+|\S/};e.languages.textile=e.languag...
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-io.js
html/bower_components/prism/components/prism-io.js
Prism.languages.io = { 'comment': [ { pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/, lookbehind: true }, { pattern: /(^|[^\\])\/\/.*/, lookbehind: true }, { pattern: /(^|[^\\])#.*/, lookbehind: true } ], 'triple-quoted-string': { pattern: /"""(?:\\[\s\S]|(?!""")[^\\])*"""/, greedy: tru...
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-mizar.js
html/bower_components/prism/components/prism-mizar.js
Prism.languages.mizar = { 'comment': /::.+/, 'keyword': /@proof\b|\b(?:according|aggregate|all|and|antonym|are|as|associativity|assume|asymmetry|attr|be|begin|being|by|canceled|case|cases|clusters?|coherence|commutativity|compatibility|connectedness|consider|consistency|constructors|contradiction|correctness|def|deff...
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-liquid.js
html/bower_components/prism/components/prism-liquid.js
Prism.languages.liquid = { 'keyword': /\b(?:comment|endcomment|if|elsif|else|endif|unless|endunless|for|endfor|case|endcase|when|in|break|assign|continue|limit|offset|range|reversed|raw|endraw|capture|endcapture|tablerow|endtablerow)\b/, 'number': /\b0b[01]+\b|\b0x[\da-f]*\.?[\da-fp-]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+...
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-rest.min.js
html/bower_components/prism/components/prism-rest.min.js
Prism.languages.rest={table:[{pattern:/(\s*)(?:\+[=-]+)+\+(?:\r?\n|\r)(?:\1(?:[+|].+)+[+|](?:\r?\n|\r))+\1(?:\+[=-]+)+\+/,lookbehind:!0,inside:{punctuation:/\||(?:\+[=-]+)+\+/}},{pattern:/(\s*)(?:=+ +)+=+(?:(?:\r?\n|\r)\1.+)+(?:\r?\n|\r)\1(?:=+ +)+=+(?=(?:\r?\n|\r){2}|\s*$)/,lookbehind:!0,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-markup.min.js
html/bower_components/prism/components/prism-markup.min.js
Prism.languages.markup={comment:/<!--[\s\S]*?-->/,prolog:/<\?[\s\S]+?\?>/,doctype:/<!DOCTYPE[\s\S]+?>/i,cdata:/<!\[CDATA\[[\s\S]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuati...
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.js
html/bower_components/prism/components/prism-visual-basic.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: true }, 'string': { pa...
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.min.js
html/bower_components/prism/components/prism-hpkp.min.js
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,}/,alias:"selector"},unsafe:{pattern:/\d{0,6}/,alias:"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-opencl.min.js
html/bower_components/prism/components/prism-opencl.min.js
!function(E){E.languages.opencl=E.languages.extend("c",{keyword:/\b(?:__attribute__|(?:__)?(?:constant|global|kernel|local|private|read_only|read_write|write_only)|_cl_(?:command_queue|context|device_id|event|kernel|mem|platform_id|program|sampler)|auto|break|case|cl_(?:image_format|mem_fence_flags)|clk_event_t|complex...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
false