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-swift.min.js
html/bower_components/prism/components/prism-swift.min.js
Prism.languages.swift=Prism.languages.extend("clike",{string:{pattern:/("|')(\\(?:\((?:[^()]|\([^)]+\))+\)|\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/\\\((?:[^()]|\([^)]+\))+\)/,inside:{delimiter:{pattern:/^\\\(|\)$/,alias:"variable"}}}}},keyword:/\b(?:as|associativity|break|case|catch|...
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.min.js
html/bower_components/prism/components/prism-io.min.js
Prism.languages.io={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0},{pattern:/(^|[^\\])#.*/,lookbehind:!0}],"triple-quoted-string":{pattern:/"""(?:\\[\s\S]|(?!""")[^\\])*"""/,greedy:!0,alias:"string"},string:{pattern:/"(?:\\.|[^\\\r\n"])*"/,greedy:!0},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-git.min.js
html/bower_components/prism/components/prism-git.min.js
Prism.languages.git={comment:/^#.*/m,deleted:/^[-–].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/m,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/m}},coord:/^@@.*@@$/m,commit_sha1:/^commit \w{40}$/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-nginx.min.js
html/bower_components/prism/components/prism-nginx.min.js
Prism.languages.nginx=Prism.languages.extend("clike",{comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},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_body|add_before_body|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-clike.min.js
html/bower_components/prism/components/prism-clike.min.js
Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catc...
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-brainfuck.js
html/bower_components/prism/components/prism-brainfuck.js
Prism.languages.brainfuck = { 'pointer': { pattern: /<|>/, alias: 'keyword' }, 'increment': { pattern: /\+/, alias: 'inserted' }, 'decrement': { pattern: /-/, alias: 'deleted' }, 'branching': { pattern: /\[|\]/, alias: 'important' }, 'operator': /[.,]/, 'comment': /\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.js
html/bower_components/prism/components/prism-icon.js
Prism.languages.icon = { 'comment': /#.*/, 'string': { pattern: /(["'])(?:(?!\1)[^\\\r\n_]|\\.|_(?!\1)(?:\r\n|[\s\S]))*\1/, greedy: true }, '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|di...
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.js
html/bower_components/prism/components/prism-nasm.js
Prism.languages.nasm = { 'comment': /;.*$/m, 'string': /(["'`])(?:\\.|(?!\1)[^\\\r\n])*\1/, 'label': { pattern: /(^\s*)[A-Za-z._?$][\w.?$@~#]*:/m, lookbehind: true, alias: 'function' }, 'keyword': [ /\[?BITS (?:16|32|64)\]?/, { pattern: /(^\s*)section\s*[a-zA-Z.]+:?/im, 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-parser.js
html/bower_components/prism/components/prism-parser.js
Prism.languages.parser = Prism.languages.extend('markup', { 'keyword': { pattern: /(^|[^^])(?:\^(?:case|eval|for|if|switch|throw)\b|@(?:BASE|CLASS|GET(?:_DEFAULT)?|OPTIONS|SET_DEFAULT|USE)\b)/, lookbehind: true }, 'variable': { pattern: /(^|[^^])\B\$(?:\w+|(?=[.{]))(?:(?:\.|::?)\w+)*(?:\.|::?)?/, lookbehind:...
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.js
html/bower_components/prism/components/prism-pug.js
(function(Prism) { // TODO: // - Add CSS highlighting inside <style> tags // - Add support for multi-line code blocks // - Add support for interpolation #{} and !{} // - Add support for tag interpolation #[] // - Add explicit support for plain text using | // - Add support for markup embedded in plain text Pri...
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-sass.min.js
html/bower_components/prism/components/prism-sass.min.js
!function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t]+.+)*/m,lookbehind:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,inside:{atrule:/(?:@[\w-]+|[+=])/m}}}),delete e.languages.sass.atrule;var a=/\$[-\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-objectivec.js
html/bower_components/prism/components/prism-objectivec.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|(?:@interf...
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.js
html/bower_components/prism/components/prism-haskell.js
Prism.languages.haskell= { 'comment': { pattern: /(^|[^-!#$%*+=?&@|~.:<>^\\\/])(?:--[^-!#$%*+=?&@|~.:<>^\\\/].*|{-[\s\S]*?-})/m, lookbehind: true }, '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|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-graphql.min.js
html/bower_components/prism/components/prism-graphql.min.js
Prism.languages.graphql={comment:/#.*/,string:{pattern:/"(?:\\.|[^\\"\r\n])*"/,greedy:!0},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_]\w*(?=\s*:)/i,keyword:[{pattern:/(fragment\s+(?!on)[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-css-extras.min.js
html/bower_components/prism/components/prism-css-extras.min.js
Prism.languages.css.selector={pattern:/[^{}\s][^{}]*(?=\s*\{)/,inside:{"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+(?:\(.*\))?/,"class":/\.[-:.\w]+/,id:/#[-:.\w]+/,attribute:/\[[^\]]+\]/}},Prism.languages.insertBefore("css","function",{hexcode:/#[\da-f]{3,8}/i,...
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-oz.js
html/bower_components/prism/components/prism-oz.js
Prism.languages.oz = { 'comment': /\/\*[\s\S]*?\*\/|%.*/, 'string': { pattern: /"(?:[^"\\]|\\[\s\S])*"/, greedy: true }, 'atom': { pattern: /'(?:[^'\\]|\\[\s\S])*'/, greedy: true, alias: 'builtin' }, 'keyword': /[$_]|\[\]|\b(?:at|attr|case|catch|choice|class|cond|declare|define|dis|else(?:case|if)?|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-sas.js
html/bower_components/prism/components/prism-sas.js
Prism.languages.sas = { 'datalines': { pattern: /^\s*(?:(?:data)?lines|cards);[\s\S]+?(?:\r?\n|\r);/im, alias: 'string', inside: { 'keyword': { pattern: /^(\s*)(?:(?:data)?lines|cards)/i, lookbehind: true }, 'punctuation': /;/ } }, 'comment': [ { pattern: /(^\s*|;\s*)\*.*;/m, lookbeh...
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.js
html/bower_components/prism/components/prism-roboconf.js
Prism.languages.roboconf = { 'comment': /#.*/, 'keyword': { 'pattern': /(^|\s)(?:(?:facet|instance of)(?=[ \t]+[\w-]+[ \t]*\{)|(?:external|import)\b)/, lookbehind: true }, 'component': { pattern: /[\w-]+(?=[ \t]*\{)/, alias: 'variable' }, 'property': /[\w.-]+(?=[ \t]*:)/, 'value': { pattern: /(=[ \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-smalltalk.js
html/bower_components/prism/components/prism-smalltalk.js
Prism.languages.smalltalk = { 'comment': /"(?:""|[^"])+"/, 'string': /'(?:''|[^'])+'/, 'symbol': /#[\da-z]+|#(?:-|([+\/\\*~<>=@%|&?!])\1?)|#(?=\()/i, 'block-arguments': { pattern: /(\[\s*):[^\[|]*\|/, lookbehind: true, inside: { 'variable': /:[\da-z]+/i, 'punctuation': /\|/ } }, 'temporary-variables...
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.min.js
html/bower_components/prism/components/prism-vhdl.min.js
Prism.languages.vhdl={comment:/--.+/,"vhdl-vectors":{pattern:/\b[oxb]"[\da-f_]+"|"[01uxzwlh-]+"/i,alias:"number"},"quoted-function":{pattern:/"\S+?"(?=\()/,alias:"function"},string:/"(?:[^\\"\r\n]|\\(?:\r\n|[\s\S]))*"/,constant:/\b(?:use|library)\b/i,keyword:/\b(?:'active|'ascending|'base|'delayed|'driving|'driving_val...
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.js
html/bower_components/prism/components/prism-markup.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: true, inside: { 'ta...
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.js
html/bower_components/prism/components/prism-latex.js
(function(Prism) { var funcPattern = /\\(?:[^a-z()[\]]|[a-z*]+)/i, insideEqu = { 'equation-command': { pattern: funcPattern, alias: 'regex' } }; Prism.languages.latex = { 'comment': /%.*/m, // the verbatim environment prints whitespace to the document 'cdata': { 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-brainfuck.min.js
html/bower_components/prism/components/prism-brainfuck.min.js
Prism.languages.brainfuck={pointer:{pattern:/<|>/,alias:"keyword"},increment:{pattern:/\+/,alias:"inserted"},decrement:{pattern:/-/,alias:"deleted"},branching:{pattern:/\[|\]/,alias:"important"},operator:/[.,]/,comment:/\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-jsx.js
html/bower_components/prism/components/prism-jsx.js
(function(Prism) { var javascript = Prism.util.clone(Prism.languages.javascript); Prism.languages.jsx = Prism.languages.extend('markup', javascript); Prism.languages.jsx.tag.pattern= /<\/?(?:[\w.:-]+\s*(?:\s+(?:[\w.:-]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\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-css-extras.js
html/bower_components/prism/components/prism-css-extras.js
Prism.languages.css.selector = { pattern: /[^{}\s][^{}]*(?=\s*\{)/, inside: { 'pseudo-element': /:(?:after|before|first-letter|first-line|selection)|::[-\w]+/, 'pseudo-class': /:[-\w]+(?:\(.*\))?/, 'class': /\.[-:.\w]+/, 'id': /#[-:.\w]+/, 'attribute': /\[[^\]]+\]/ } }; Prism.languages.insertBefore('css',...
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-templating.min.js
html/bower_components/prism/components/prism-markup-templating.min.js
Prism.languages["markup-templating"]={},Object.defineProperties(Prism.languages["markup-templating"],{buildPlaceholders:{value:function(e,t,n,a){e.language===t&&(e.tokenStack=[],e.code=e.code.replace(n,function(n){if("function"==typeof a&&!a(n))return n;for(var r=e.tokenStack.length;-1!==e.code.indexOf("___"+t.toUpperC...
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/plugins/autolinker/prism-autolinker.js
html/bower_components/prism/plugins/autolinker/prism-autolinker.js
(function(){ if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } var url = /\b([a-z]{3,7}:\/\/|tel:)[\w\-+%~/.:=&]+(?:\?[\w\-+%~/.:#=?&!$'()*,;]*)?(?:#[\w\-+%~/.:#=?&!$'()*,;]*)?/, email = /\b\S+@[\w.]+[a-z]{2}/, linkMd = /\[([^\]]+)]\(([^)]+)\)/,...
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/plugins/autolinker/prism-autolinker.min.js
html/bower_components/prism/plugins/autolinker/prism-autolinker.min.js
!function(){if(("undefined"==typeof self||self.Prism)&&("undefined"==typeof global||global.Prism)){var i=/\b([a-z]{3,7}:\/\/|tel:)[\w\-+%~\/.:=&]+(?:\?[\w\-+%~\/.:#=?&!$'()*,;]*)?(?:#[\w\-+%~\/.:#=?&!$'()*,;]*)?/,n=/\b\S+@[\w.]+[a-z]{2}/,e=/\[([^\]]+)]\(([^)]+)\)/,t=["comment","url","attr-value","string"];Prism.plugins...
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/plugins/wpd/prism-wpd.min.js
html/bower_components/prism/plugins/wpd/prism-wpd.min.js
!function(){function e(e){var n=e.toLowerCase();if(t.HTML[n])return"html";if(t.SVG[e])return"svg";if(t.MathML[e])return"mathml";if(0!==t.HTML[n]&&"undefined"!=typeof document){var a=(document.createElement(e).toString().match(/\[object HTML(.+)Element\]/)||[])[1];if(a&&"Unknown"!=a)return t.HTML[n]=1,"html"}if(t.HTML[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/plugins/wpd/prism-wpd.js
html/bower_components/prism/plugins/wpd/prism-wpd.js
(function(){ if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } if (Prism.languages.css) { // check whether the selector is an advanced pattern before extending it if (Prism.languages.css.selector.pattern) { Prism.languages.css.selector.inside['pseu...
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/plugins/highlight-keywords/prism-highlight-keywords.js
html/bower_components/prism/plugins/highlight-keywords/prism-highlight-keywords.js
(function(){ if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } Prism.hooks.add('wrap', function(env) { if (env.type !== "keyword") { return; } env.classes.push('keyword-' + env.content); }); })();
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/plugins/highlight-keywords/prism-highlight-keywords.min.js
html/bower_components/prism/plugins/highlight-keywords/prism-highlight-keywords.min.js
!function(){"undefined"!=typeof self&&!self.Prism||"undefined"!=typeof global&&!global.Prism||Prism.hooks.add("wrap",function(e){"keyword"===e.type&&e.classes.push("keyword-"+e.content)})}();
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/plugins/data-uri-highlight/prism-data-uri-highlight.js
html/bower_components/prism/plugins/data-uri-highlight/prism-data-uri-highlight.js
(function () { if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } var autoLinkerProcess = function (grammar) { if (Prism.plugins.autolinker) { Prism.plugins.autolinker.processGrammar(grammar); } return grammar; }; var dataURI = { 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/plugins/data-uri-highlight/prism-data-uri-highlight.min.js
html/bower_components/prism/plugins/data-uri-highlight/prism-data-uri-highlight.min.js
!function(){if(("undefined"==typeof self||self.Prism)&&("undefined"==typeof global||global.Prism)){var i=function(i){return Prism.plugins.autolinker&&Prism.plugins.autolinker.processGrammar(i),i},a={pattern:/(.)\bdata:[^\/]+\/[^,]+,(?:(?!\1)[\s\S]|\\\1)+(?=\1)/,lookbehind:!0,inside:{"language-css":{pattern:/(data:[^\/]...
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/plugins/file-highlight/prism-file-highlight.js
html/bower_components/prism/plugins/file-highlight/prism-file-highlight.js
(function () { if (typeof self === 'undefined' || !self.Prism || !self.document || !document.querySelector) { return; } self.Prism.fileHighlight = function() { var Extensions = { 'js': 'javascript', 'py': 'python', 'rb': 'ruby', 'ps1': 'powershell', 'psm1': 'powershell', 'sh': 'bash', 'bat...
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/plugins/file-highlight/prism-file-highlight.min.js
html/bower_components/prism/plugins/file-highlight/prism-file-highlight.min.js
!function(){"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var t={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).fo...
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/plugins/normalize-whitespace/prism-normalize-whitespace.min.js
html/bower_components/prism/plugins/normalize-whitespace/prism-normalize-whitespace.min.js
!function(){function e(e){this.defaults=r({},e)}function n(e){return e.replace(/-(\w)/g,function(e,n){return n.toUpperCase()})}function t(e){for(var n=0,t=0;t<e.length;++t)e.charCodeAt(t)==" ".charCodeAt(0)&&(n+=3);return e.length+n}var r=Object.assign||function(e,n){for(var t in n)n.hasOwnProperty(t)&&(e[t]=n[t]);retu...
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/plugins/normalize-whitespace/prism-normalize-whitespace.js
html/bower_components/prism/plugins/normalize-whitespace/prism-normalize-whitespace.js
(function() { var assign = Object.assign || function (obj1, obj2) { for (var name in obj2) { if (obj2.hasOwnProperty(name)) obj1[name] = obj2[name]; } return obj1; } function NormalizeWhitespace(defaults) { this.defaults = assign({}, defaults); } function toCamelCase(value) { return value.replace(/-(\w)/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/plugins/custom-class/prism-custom-class.min.js
html/bower_components/prism/plugins/custom-class/prism-custom-class.min.js
!function(){if("undefined"!=typeof self&&self.Prism||"undefined"!=typeof global&&global.Prism){var s={classMap:{}};Prism.plugins.customClass={map:function(i){s.classMap=i},prefix:function(i){s.prefixString=i}},Prism.hooks.add("wrap",function(i){(s.classMap||s.prefixString)&&(i.classes=i.classes.map(function(i){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/plugins/custom-class/prism-custom-class.js
html/bower_components/prism/plugins/custom-class/prism-custom-class.js
(function(){ if ( (typeof self === 'undefined' || !self.Prism) && (typeof global === 'undefined' || !global.Prism) ) { return; } var options = { classMap: {} }; Prism.plugins.customClass = { map: function map(cm) { options.classMap = cm; }, prefix: function prefix(string) { options.prefixString = 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/plugins/show-language/prism-show-language.js
html/bower_components/prism/plugins/show-language/prism-show-language.js
(function(){ if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } if (!Prism.plugins.toolbar) { console.warn('Show Languages plugin loaded before Toolbar plugin.'); return; } // The languages map is built automatically with gulp var Languages = /*languages_placeholder[*/{"html":"HTML","x...
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/plugins/show-language/prism-show-language.min.js
html/bower_components/prism/plugins/show-language/prism-show-language.min.js
!function(){if("undefined"!=typeof self&&self.Prism&&self.document){if(!Prism.plugins.toolbar)return console.warn("Show Languages plugin loaded before Toolbar plugin."),void 0;var e={html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",css:"CSS",clike:"C-like",javascript:"JavaScript",abap:"ABAP",actionscript:"ActionScript",...
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/plugins/toolbar/prism-toolbar.js
html/bower_components/prism/plugins/toolbar/prism-toolbar.js
(function(){ if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } var callbacks = []; var map = {}; var noop = function() {}; Prism.plugins.toolbar = {}; /** * Register a button callback with the toolbar. * * @param {string} key * @param {Object|Function} opts */ var regi...
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/plugins/toolbar/prism-toolbar.min.js
html/bower_components/prism/plugins/toolbar/prism-toolbar.min.js
!function(){if("undefined"!=typeof self&&self.Prism&&self.document){var t=[],e={},n=function(){};Prism.plugins.toolbar={};var a=Prism.plugins.toolbar.registerButton=function(n,a){var o;o="function"==typeof a?a:function(t){var e;return"function"==typeof a.onClick?(e=document.createElement("button"),e.type="button",e.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/plugins/unescaped-markup/prism-unescaped-markup.min.js
html/bower_components/prism/plugins/unescaped-markup/prism-unescaped-markup.min.js
!function(){"undefined"!=typeof self&&self.Prism&&self.document&&Prism.languages.markup&&(Prism.plugins.UnescapedMarkup=!0,Prism.hooks.add("before-highlightall",function(e){e.selector+=", [class*='lang-'] script[type='text/plain'], [class*='language-'] script[type='text/plain'], script[type='text/plain'][class*='lang-'...
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/plugins/unescaped-markup/prism-unescaped-markup.js
html/bower_components/prism/plugins/unescaped-markup/prism-unescaped-markup.js
(function () { if (typeof self === 'undefined' || !self.Prism || !self.document || !Prism.languages.markup) { return; } Prism.plugins.UnescapedMarkup = true; Prism.hooks.add('before-highlightall', function (env) { env.selector += ", [class*='lang-'] script[type='text/plain'], [class*='language-'] script[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/plugins/autoloader/prism-autoloader.min.js
html/bower_components/prism/plugins/autoloader/prism-autoloader.min.js
!function(){if("undefined"!=typeof self&&self.Prism&&self.document&&document.createElement){var e={javascript:"clike",actionscript:"javascript",arduino:"cpp",aspnet:["markup","csharp"],bison:"c",c:"clike",csharp:"clike",cpp:"c",coffeescript:"javascript",crystal:"ruby","css-extras":"css",d:"clike",dart:"clike",django:"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/plugins/autoloader/prism-autoloader.js
html/bower_components/prism/plugins/autoloader/prism-autoloader.js
(function () { if (typeof self === 'undefined' || !self.Prism || !self.document || !document.createElement) { return; } // The dependencies map is built automatically with gulp var lang_dependencies = /*languages_placeholder[*/{"javascript":"clike","actionscript":"javascript","arduino":"cpp","aspnet":["markup","...
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/plugins/command-line/prism-command-line.js
html/bower_components/prism/plugins/command-line/prism-command-line.js
(function() { if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } var clsReg = /\s*\bcommand-line\b\s*/; Prism.hooks.add('before-highlight', function (env) { env.vars = env.vars || {}; env.vars['command-line'] = env.vars['command-line'] || {}; if (env.vars['command-line'].complete || !...
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/plugins/command-line/prism-command-line.min.js
html/bower_components/prism/plugins/command-line/prism-command-line.min.js
!function(){if("undefined"!=typeof self&&self.Prism&&self.document){var e=/\s*\bcommand-line\b\s*/;Prism.hooks.add("before-highlight",function(a){if(a.vars=a.vars||{},a.vars["command-line"]=a.vars["command-line"]||{},a.vars["command-line"].complete||!a.code)return a.vars["command-line"].complete=!0,void 0;var n=a.eleme...
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/plugins/jsonp-highlight/prism-jsonp-highlight.js
html/bower_components/prism/plugins/jsonp-highlight/prism-jsonp-highlight.js
(function() { if ( !self.Prism || !self.document || !document.querySelectorAll || ![].filter) return; var adapters = []; function registerAdapter(adapter) { if (typeof adapter === "function" && !getAdapter(adapter)) { adapters.push(adapter); } } function getAdapter(adapter) { if (typeof adapter === "func...
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/plugins/jsonp-highlight/prism-jsonp-highlight.min.js
html/bower_components/prism/plugins/jsonp-highlight/prism-jsonp-highlight.min.js
!function(){function t(t){"function"!=typeof t||e(t)||r.push(t)}function e(t){return"function"==typeof t?r.filter(function(e){return e.valueOf()===t.valueOf()})[0]:"string"==typeof t&&t.length>0?r.filter(function(e){return e.name===t})[0]:null}function n(t){if("string"==typeof t&&(t=e(t)),"function"==typeof t){var n=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/plugins/previewers/prism-previewers.js
html/bower_components/prism/plugins/previewers/prism-previewers.js
(function() { if ( typeof self !== 'undefined' && !self.Prism || !self.document || !Function.prototype.bind ) { return; } var previewers = { // gradient must be defined before color and angle 'gradient': { create: (function () { // Stores already processed gradients so that we don't // make ...
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/plugins/previewers/prism-previewers.min.js
html/bower_components/prism/plugins/previewers/prism-previewers.min.js
!function(){if(("undefined"==typeof self||self.Prism)&&self.document&&Function.prototype.bind){var e={gradient:{create:function(){var e={},s=function(e,s,i){var t="180deg";return/^(?:-?\d*\.?\d+(?:deg|rad)|to\b|top|right|bottom|left)/.test(i[0])&&(t=i.shift(),t.indexOf("to ")<0&&(t.indexOf("top")>=0?t=t.indexOf("left")...
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/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js
html/bower_components/prism/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js
!function(){if("undefined"!=typeof self&&self.Prism&&self.document){if(!Prism.plugins.toolbar)return console.warn("Copy to Clipboard plugin loaded before Toolbar plugin."),void 0;var o=window.ClipboardJS||void 0;o||"function"!=typeof require||(o=require("clipboard"));var e=[];if(!o){var t=document.createElement("script...
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/plugins/copy-to-clipboard/prism-copy-to-clipboard.js
html/bower_components/prism/plugins/copy-to-clipboard/prism-copy-to-clipboard.js
(function(){ if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } if (!Prism.plugins.toolbar) { console.warn('Copy to Clipboard plugin loaded before Toolbar plugin.'); return; } var ClipboardJS = window.ClipboardJS || undefined; if (!ClipboardJS && typeof require === '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/plugins/line-highlight/prism-line-highlight.js
html/bower_components/prism/plugins/line-highlight/prism-line-highlight.js
(function(){ if (typeof self === 'undefined' || !self.Prism || !self.document || !document.querySelector) { return; } function $$(expr, con) { return Array.prototype.slice.call((con || document).querySelectorAll(expr)); } function hasClass(element, className) { className = " " + className + " "; return (" " + ...
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/plugins/line-highlight/prism-line-highlight.min.js
html/bower_components/prism/plugins/line-highlight/prism-line-highlight.min.js
!function(){function e(e,t){return Array.prototype.slice.call((t||document).querySelectorAll(e))}function t(e,t){return t=" "+t+" ",(" "+e.className+" ").replace(/[\n\t]/g," ").indexOf(t)>-1}function n(e,n,i){n="string"==typeof n?n:e.getAttribute("data-line");for(var o,l=n.replace(/\s+/g,"").split(","),a=+e.getAttribut...
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/plugins/remove-initial-line-feed/prism-remove-initial-line-feed.min.js
html/bower_components/prism/plugins/remove-initial-line-feed/prism-remove-initial-line-feed.min.js
!function(){"undefined"!=typeof self&&self.Prism&&self.document&&Prism.hooks.add("before-sanity-check",function(e){if(e.code){var s=e.element.parentNode,n=/\s*\bkeep-initial-line-feed\b\s*/;!s||"pre"!==s.nodeName.toLowerCase()||n.test(s.className)||n.test(e.element.className)||(e.code=e.code.replace(/^(?:\r?\n|\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/plugins/remove-initial-line-feed/prism-remove-initial-line-feed.js
html/bower_components/prism/plugins/remove-initial-line-feed/prism-remove-initial-line-feed.js
(function() { if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } Prism.hooks.add('before-sanity-check', function (env) { if (env.code) { var pre = env.element.parentNode; var clsReg = /\s*\bkeep-initial-line-feed\b\s*/; if ( pre && pre.nodeName.toLowerCase() === 'pre' && // Ap...
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/plugins/show-invisibles/prism-show-invisibles.js
html/bower_components/prism/plugins/show-invisibles/prism-show-invisibles.js
(function(){ if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } Prism.hooks.add('before-highlight', function(env) { var tokens = env.grammar; if (!tokens) return; tokens.tab = /\t/g; tokens.crlf = /\r\n/g; tokens.lf = /\n/g; tokens.cr = /\r/g; 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/plugins/show-invisibles/prism-show-invisibles.min.js
html/bower_components/prism/plugins/show-invisibles/prism-show-invisibles.min.js
!function(){"undefined"!=typeof self&&!self.Prism||"undefined"!=typeof global&&!global.Prism||Prism.hooks.add("before-highlight",function(e){var f=e.grammar;f&&(f.tab=/\t/g,f.crlf=/\r\n/g,f.lf=/\n/g,f.cr=/\r/g,f.space=/ /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/plugins/keep-markup/prism-keep-markup.min.js
html/bower_components/prism/plugins/keep-markup/prism-keep-markup.min.js
!function(){"undefined"!=typeof self&&self.Prism&&self.document&&document.createRange&&(Prism.plugins.KeepMarkup=!0,Prism.hooks.add("before-highlight",function(e){if(e.element.children.length){var n=0,o=[],t=function(e,d){var r={};d||(r.clone=e.cloneNode(!1),r.posOpen=n,o.push(r));for(var a=0,s=e.childNodes.length;s>a;...
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/plugins/keep-markup/prism-keep-markup.js
html/bower_components/prism/plugins/keep-markup/prism-keep-markup.js
(function () { if (typeof self === 'undefined' || !self.Prism || !self.document || !document.createRange) { return; } Prism.plugins.KeepMarkup = true; Prism.hooks.add('before-highlight', function (env) { if (!env.element.children.length) { return; } var pos = 0; var data = []; var f = function (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/plugins/line-numbers/prism-line-numbers.min.js
html/bower_components/prism/plugins/line-numbers/prism-line-numbers.min.js
!function(){if("undefined"!=typeof self&&self.Prism&&self.document){var e="line-numbers",t=/\n(?!$)/g,n=function(e){var n=r(e),s=n["white-space"];if("pre-wrap"===s||"pre-line"===s){var l=e.querySelector("code"),i=e.querySelector(".line-numbers-rows"),a=e.querySelector(".line-numbers-sizer"),o=l.textContent.split(t);a||...
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/plugins/line-numbers/prism-line-numbers.js
html/bower_components/prism/plugins/line-numbers/prism-line-numbers.js
(function () { if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } /** * Plugin name which is used as a class name for <pre> which is activating the plugin * @type {String} */ var PLUGIN_NAME = 'line-numbers'; /** * Regular expression used for determining line breaks * @ty...
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/accessibility-developer-tools/main.js
html/bower_components/accessibility-developer-tools/main.js
// This exposes the ./dist Javascript file for node libraries. // It also unwraps the main axs package so Audit and other objects are exposed // directly in the node library var library = require('./dist/js/axs_testing'); // eslint-disable-line no-undef module.exports = library.axs; // eslint-disable-line no-undef
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/async/karma.conf.js
html/bower_components/async/karma.conf.js
module.exports = function (config) { config.set({ browsers: ['Firefox'], files: ['mocha_test/*.js'], frameworks: ['browserify', 'mocha'], preprocessors: { 'mocha_test/*.js': ['browserify'] }, reporters: ['mocha'], singleRun: 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/async/support/sync-package-managers.js
html/bower_components/async/support/sync-package-managers.js
#!/usr/bin/env node // This should probably be its own module but complaints about bower/etc. // support keep coming up and I'd rather just enable the workflow here for now // and figure out where this should live later. -- @beaugunderson var fs = require('fs'); var _ = require('lodash'); var packageJson = require('...
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/async/perf/suites.js
html/bower_components/async/perf/suites.js
var _ = require("lodash"); var tasks; module.exports = [ { name: "each", // args lists are passed to the setup function args: [[10], [300], [10000]], setup: function(count) { tasks = _.range(count); }, fn: function (async, done) { async.each(tasks, function (nu...
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/async/perf/benchmark.js
html/bower_components/async/perf/benchmark.js
#!/usr/bin/env node var _ = require("lodash"); var Benchmark = require("benchmark"); var exec = require("child_process").exec; var execSync = require("child_process").execSync; var fs = require("fs"); var path = require("path"); var mkdirp = require("mkdirp"); var async = require("../"); var suiteConfigs = require("./...
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/async/perf/memory.js
html/bower_components/async/perf/memory.js
if (process.execArgv[0] !== "--expose-gc") { console.error("please run with node --expose-gc"); process.exit(1); } var async = require("../"); global.gc(); var startMem = process.memoryUsage().heapUsed; function waterfallTest(cb) { var functions = []; for(var i = 0; i < 10000; i++) { 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/async/deps/nodeunit.js
html/bower_components/async/deps/nodeunit.js
/*! * Nodeunit * https://github.com/caolan/nodeunit * Copyright (c) 2010 Caolan McMahon * MIT Licensed * * json2.js * http://www.JSON.org/json2.js * Public Domain. * NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. */ nodeunit = (function(){ /* http://www.JSON.org/json2.js 2010-11-17 Publi...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
true
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/async/lib/async.js
html/bower_components/async/lib/async.js
/*! * async * https://github.com/caolan/async * * Copyright 2010-2014 Caolan McMahon * Released under the MIT license */ (function () { var async = {}; function noop() {} function identity(v) { return v; } function toBool(v) { return !!v; } function notId(v) { ...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
true
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine
https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/async/mocha_test/compose.js
html/bower_components/async/mocha_test/compose.js
var async = require('../lib/async'); var expect = require('chai').expect; describe('compose', function(){ context('all functions succeed', function(){ it('yields the result of the composition of the functions', function(done){ var add2 = function (n, cb) { setTimeout(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/async/mocha_test/forever.js
html/bower_components/async/mocha_test/forever.js
var async = require('../lib/async'); var expect = require('chai').expect; var isBrowser = require('./support/is_browser'); describe('forever', function(){ context('function is asynchronous', function(){ it('executes the function over and over until it yields an error', function(done){ var count...
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/async/mocha_test/support/is_browser.js
html/bower_components/async/mocha_test/support/is_browser.js
module.exports = function() { return (typeof process === "undefined") || (process + "" !== "[object process]"); // browserify };
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/sinon-chai/test/callingWithNew.js
html/bower_components/sinon-chai/test/callingWithNew.js
"use strict"; /* eslint-disable new-cap, no-new */ var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; describe("Calling with new", function () { var spy = null; beforeEach(function () { spy = sinon.spy(); }); describe("call...
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/sinon-chai/test/callContext.js
html/bower_components/sinon-chai/test/callContext.js
"use strict"; var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; describe("Call context", function () { var spy = null; var target = null; var notTheTarget = null; beforeEach(function () { spy = sinon.spy(); target =...
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/sinon-chai/test/callOrder.js
html/bower_components/sinon-chai/test/callOrder.js
"use strict"; var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; describe("Call order", function () { var spy1 = sinon.spy(); // Used for testing when setting up tests var spy2 = null; var spy3 = null; beforeEach(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/sinon-chai/test/regressions.js
html/bower_components/sinon-chai/test/regressions.js
"use strict"; var sinon = require("sinon"); var expect = require("chai").expect; describe("Regressions", function () { specify("GH-19: functions with `proxy` properties", function () { function func() { // Contents don't matter } func.proxy = 5; var spy = sinon.spy(fun...
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/sinon-chai/test/callCount.js
html/bower_components/sinon-chai/test/callCount.js
"use strict"; var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; describe("Call count", function () { var spy = null; beforeEach(function () { spy = sinon.spy(); }); describe("called", function () { it("should throw...
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/sinon-chai/test/messages.js
html/bower_components/sinon-chai/test/messages.js
"use strict"; var sinon = require("sinon"); var expect = require("chai").expect; var swallow = require("./common").swallow; describe("Messages", function () { describe("about call count", function () { it("should be correct for the base cases", function () { var spy = sinon.spy(); ...
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/sinon-chai/test/common.js
html/bower_components/sinon-chai/test/common.js
"use strict"; var chai = require("chai"); var sinonChai = require("../lib/sinon-chai"); chai.use(sinonChai); chai.should(); exports.swallow = function (thrower) { try { thrower(); } catch (e) { // Intentionally swallow } };
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/sinon-chai/test/returning.js
html/bower_components/sinon-chai/test/returning.js
"use strict"; var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; describe("Returning", function () { describe("returned", function () { it("should throw an assertion error if the spy does not return the correct value", 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/sinon-chai/test/throwing.js
html/bower_components/sinon-chai/test/throwing.js
"use strict"; var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; var swallow = require("./common").swallow; describe("Throwing", function () { describe("thrown()", function () { it("should throw an assertion error if the spy does not thr...
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/sinon-chai/test/callArguments.js
html/bower_components/sinon-chai/test/callArguments.js
"use strict"; var sinon = require("sinon"); var AssertionError = require("chai").AssertionError; var expect = require("chai").expect; describe("Call arguments", function () { var spy = null; var arg1 = null; var arg2 = null; var arg3 = null; var arg4 = null; var notArg = null; var any = nu...
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/sinon-chai/lib/sinon-chai.js
html/bower_components/sinon-chai/lib/sinon-chai.js
"use strict"; /* eslint-disable no-invalid-this */ (function (sinonChai) { // Module systems magic dance. /* istanbul ignore else */ if (typeof require === "function" && typeof exports === "object" && typeof module === "object") { // NodeJS module.exports = sinonChai; } else if (typeof...
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/stacky/browser.js
html/bower_components/stacky/browser.js
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Stacky = 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/stacky/lib/parsing.js
html/bower_components/stacky/lib/parsing.js
/** * @license * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. * * This code may only be used under the BSD style license found at polymer.github.io/LICENSE.txt * The complete set of authors may be found at polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at pol...
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/stacky/lib/index.js
html/bower_components/stacky/lib/index.js
/** * @license * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. * * This code may only be used under the BSD style license found at polymer.github.io/LICENSE.txt * The complete set of authors may be found at polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at pol...
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/stacky/lib/normalization.js
html/bower_components/stacky/lib/normalization.js
/** * @license * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. * * This code may only be used under the BSD style license found at polymer.github.io/LICENSE.txt * The complete set of authors may be found at polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at pol...
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/stacky/lib/formatting.js
html/bower_components/stacky/lib/formatting.js
/** * @license * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. * * This code may only be used under the BSD style license found at polymer.github.io/LICENSE.txt * The complete set of authors may be found at polymer.github.io/AUTHORS.txt * The complete set of contributors may be found at pol...
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/marked/index.js
html/bower_components/marked/index.js
module.exports = require('./lib/marked');
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/marked/marked.min.js
html/bower_components/marked/marked.min.js
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ !function(e){"use strict";var t={newline:/^\n+/,code:/^( {4}[^\n]+\n*)+/,fences:f,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ *(#{1,6}) *([^\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/marked/lib/marked.js
html/bower_components/marked/lib/marked.js
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ ;(function(root) { 'use strict'; /** * Block-Level Grammar */ var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, hr: /^ {0,3}((?:- *){3,}|(?:_ *){...
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/marked/www/demo.js
html/bower_components/marked/www/demo.js
$(function () { var $inputElem = $('#input'); var $outputTypeElem = $('#outputType'); var $previewElem = $('#preview'); var $htmlElem = $('#html'); var $lexerElem = $('#lexer'); var $syntaxElem = $('#syntax'); var inputDirty = true; var $activeElem = null; if (top.document.location.href.match(/\?blank=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/polymer/externs/webcomponents-externs.js
html/bower_components/polymer/externs/webcomponents-externs.js
/** * @fileoverview Externs for webcomponents polyfills * @externs * * @license * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polyme...
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/polymer/externs/polymer-externs.js
html/bower_components/polymer/externs/polymer-externs.js
/** * @fileoverview Externs for Polymer Pass and external Polymer API * @externs * * @license * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at...
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/polymer/externs/closure-types.js
html/bower_components/polymer/externs/closure-types.js
/** * @fileoverview Generated typings for Polymer mixins * @externs * * @license * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polym...
javascript
Apache-2.0
560a6e697ee58f9146721d94e462b68222640c46
2026-01-05T03:43:36.100085Z
true