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/components/track-object/trackDom.js | html/components/track-object/trackDom.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | 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/components/track-object/trackGroup.js | html/components/track-object/trackGroup.js | // JavaScript Document
var GIVe = (function (give) {
'use strict'
class TrackGroup {
constructor (groupID, params, idprefix, idpostfix) {
this.array = []
this.map = {}
this.IDPrefix = (typeof (idprefix) === 'string') ? idprefix : ''
this.IDPostfix = (typeof (idpostfix) === 'string') ? 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/components/track-object/trackObject.js | html/components/track-object/trackObject.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/highlight-track/highlightTrackData.js | html/components/track-object/highlight-track/highlightTrackData.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/highlight-track/highlightTrack.js | html/components/track-object/highlight-track/highlightTrack.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/highlight-track/highlightTrackDom.js | html/components/track-object/highlight-track/highlightTrackDom.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/bigwig-track/bigwigTrackData.js | html/components/track-object/bigwig-track/bigwigTrackData.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/bigwig-track/bigwigTrack.js | html/components/track-object/bigwig-track/bigwigTrack.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/bigwig-track/bigwigTrackDom.js | html/components/track-object/bigwig-track/bigwigTrackDom.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | 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/components/track-object/coor-track/coorTrackDom.js | html/components/track-object/coor-track/coorTrackDom.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/coor-track/coorTrack.js | html/components/track-object/coor-track/coorTrack.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/(template) new-track-type/newTrack.js | html/components/track-object/(template) new-track-type/newTrack.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/(template) new-track-type/newTrackData.js | html/components/track-object/(template) new-track-type/newTrackData.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/interaction-track/interactionTrack.js | html/components/track-object/interaction-track/interactionTrack.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/interaction-track/interactionTrackDom.js | html/components/track-object/interaction-track/interactionTrackDom.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/interaction-track/interactionTrackData.js | html/components/track-object/interaction-track/interactionTrackData.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/impl/bigWigReader.js | html/components/track-object/impl/bigWigReader.js | var GIVe = (function (give) {
'use strict';
give.viewHandler = function viewHandler(dataView, isLittleEndian) {
this.dataView = dataView;
this.isLittleEndian = isLittleEndian;
this.index = 0;
};
give.viewHandler.prototype.getInt8 = function () {
this.index += 1;
return this.dataView.getUint8(this.index ... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/bed-track/bedTrack.js | html/components/track-object/bed-track/bedTrack.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/bed-track/bedTrackDom.js | html/components/track-object/bed-track/bedTrackDom.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/track-object/bed-track/bedTrackData.js | html/components/track-object/bed-track/bedTrackData.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/genemo-main/genemoMain.js | html/components/genemo-main/genemoMain.js | var GIVe = (function (give) {
'use strict'
var UI = new give.UIObject(window)
// this is used in trackObject.settings to indicate that this track is selected
give.GENEMO_SELECTED_KEY = 'isGenemoSelected'
give.CUSTOM_GROUP_ID = 'queryGroup'
// these are DOM element IDs and DOM element Objects
give.SEARC... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/callback-manager/callbackManager.js | html/components/callback-manager/callbackManager.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/dataNode.js | html/components/give-tree/dataNode.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/giveTreeNode.js | html/components/give-tree/giveTreeNode.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/witheringMixin.js | html/components/give-tree/witheringMixin.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/giveNonLeafNode.js | html/components/give-tree/giveNonLeafNode.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/giveTree.js | html/components/give-tree/giveTree.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/nodes/oakNode.js | html/components/give-tree/nodes/oakNode.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/nodes/pineNode.js | html/components/give-tree/nodes/pineNode.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | 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/components/give-tree/trees/oakTree.js | html/components/give-tree/trees/oakTree.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/components/give-tree/trees/pineTree.js | html/components/give-tree/trees/pineTree.js | /**
* @license
* Copyright 2017-2019 The Regents of the University of California.
* All Rights Reserved.
*
* Created by Xiaoyi Cao
* Department of Bioengineering
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/js/languageChange.js | html/js/languageChange.js | var json = {'Results Panel Name': {'en': ' Results',
'zh': '结果'},
'Navigation Panel Name': {'en': ' Navigation',
'zh': '导航'},
'Master Control Box': {'en': 'MASTER CONTROL',
'zh': '主控'},
'Gene Name': {'en': 'Gene Name',
'zh': '基因名'},
'Base(Zooming)': {'en': 'Base',
'zh': '原来'},
'Genemo Manual... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/sinonjs/sinon.js | html/bower_components/sinonjs/sinon.js | /**
* Sinon.JS 1.17.1, 2015/09/26
*
* @author Christian Johansen (christian@cjohansen.no)
* @author Contributors: https://github.com/cjohansen/Sinon.JS/blob/master/AUTHORS
*
* (The BSD License)
*
* Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no
* All rights reserved.
*
* Redistribution... | 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/test-fixture/test-fixture-mocha.js | html/bower_components/test-fixture/test-fixture-mocha.js | /**
* @license
* Copyright (c) 2015 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://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be 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/shadycss/apply-shim.min.js | html/bower_components/shadycss/apply-shim.min.js | (function(){/*
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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/gulpfile.js | html/bower_components/shadycss/gulpfile.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 http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be 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/shadycss/scoping-shim.min.js | html/bower_components/shadycss/scoping-shim.min.js | (function(){/*
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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/custom-style-interface.min.js | html/bower_components/shadycss/custom-style-interface.min.js | (function(){/*
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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/entrypoints/custom-style-interface.js | html/bower_components/shadycss/entrypoints/custom-style-interface.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/entrypoints/apply-shim.js | html/bower_components/shadycss/entrypoints/apply-shim.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/entrypoints/scoping-shim.js | html/bower_components/shadycss/entrypoints/scoping-shim.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-properties.js | html/bower_components/shadycss/src/style-properties.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/common-utils.js | html/bower_components/shadycss/src/common-utils.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-info.js | html/bower_components/shadycss/src/style-info.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/template-map.js | html/bower_components/shadycss/src/template-map.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-util.js | html/bower_components/shadycss/src/style-util.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-settings.js | html/bower_components/shadycss/src/style-settings.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-placeholder.js | html/bower_components/shadycss/src/style-placeholder.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/apply-shim-utils.js | html/bower_components/shadycss/src/apply-shim-utils.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/custom-style-interface.js | html/bower_components/shadycss/src/custom-style-interface.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-cache.js | html/bower_components/shadycss/src/style-cache.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/document-watcher.js | html/bower_components/shadycss/src/document-watcher.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/document-wait.js | html/bower_components/shadycss/src/document-wait.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/unscoped-style-handler.js | html/bower_components/shadycss/src/unscoped-style-handler.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/style-transformer.js | html/bower_components/shadycss/src/style-transformer.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/css-parse.js | html/bower_components/shadycss/src/css-parse.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/common-regex.js | html/bower_components/shadycss/src/common-regex.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/apply-shim.js | html/bower_components/shadycss/src/apply-shim.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/src/scoping-shim.js | html/bower_components/shadycss/src/scoping-shim.js | /**
@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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/test-flags.js | html/bower_components/shadycss/tests/test-flags.js | /**
* @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://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be 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/shadycss/tests/module/style-properties.js | html/bower_components/shadycss/tests/module/style-properties.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/style-info.js | html/bower_components/shadycss/tests/module/style-info.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/style-util.js | html/bower_components/shadycss/tests/module/style-util.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/svg-in-shadow.js | html/bower_components/shadycss/tests/module/svg-in-shadow.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/custom-style-element.js | html/bower_components/shadycss/tests/module/custom-style-element.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/style-settings.js | html/bower_components/shadycss/tests/module/style-settings.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/style-placeholder.js | html/bower_components/shadycss/tests/module/style-placeholder.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/style-cache.js | html/bower_components/shadycss/tests/module/style-cache.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/make-element.js | html/bower_components/shadycss/tests/module/make-element.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/style-transformer.js | html/bower_components/shadycss/tests/module/style-transformer.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/tests/module/css-parse.js | html/bower_components/shadycss/tests/module/css-parse.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/externs/shadycss-externs.js | html/bower_components/shadycss/externs/shadycss-externs.js | /** @externs */
/** @typedef {{
* styleElement: function(!HTMLElement),
* styleSubtree: function(!HTMLElement, Object<string, string>=),
* prepareTemplate: function(!HTMLTemplateElement, string, string=),
* prepareTemplateStyles: function(!HTMLTemplateElement, string, string=),
* prepareTemplateDom: function(!HTM... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/examples/custom-style-element.js | html/bower_components/shadycss/examples/custom-style-element.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/shadycss/examples/document-style-lib.js | html/bower_components/shadycss/examples/document-style-lib.js | /**
@license
Copyright (c) 2016 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://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/web-animations-next.min.js | html/bower_components/web-animations-js/web-animations-next.min.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | 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/web-animations-js/web-animations.min.js | html/bower_components/web-animations-js/web-animations.min.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | 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/web-animations-js/web-animations-next-lite.min.js | html/bower_components/web-animations-js/web-animations-next-lite.min.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | 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/web-animations-js/src/number-handler.js | html/bower_components/web-animations-js/src/number-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/timeline.js | html/bower_components/web-animations-js/src/timeline.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/normalize-keyframes.js | html/bower_components/web-animations-js/src/normalize-keyframes.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/matrix-interpolation.js | html/bower_components/web-animations-js/src/matrix-interpolation.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/visibility-handler.js | html/bower_components/web-animations-js/src/visibility-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/position-handler.js | html/bower_components/web-animations-js/src/position-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/property-interpolation.js | html/bower_components/web-animations-js/src/property-interpolation.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/handler-utils.js | html/bower_components/web-animations-js/src/handler-utils.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/font-weight-handler.js | html/bower_components/web-animations-js/src/font-weight-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/shadow-handler.js | html/bower_components/web-animations-js/src/shadow-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/transform-handler.js | html/bower_components/web-animations-js/src/transform-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/color-handler.js | html/bower_components/web-animations-js/src/color-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/matrix-decomposition.js | html/bower_components/web-animations-js/src/matrix-decomposition.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/keyframe-interpolations.js | html/bower_components/web-animations-js/src/keyframe-interpolations.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/scope.js | html/bower_components/web-animations-js/src/scope.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/web-animations-next-animation.js | html/bower_components/web-animations-js/src/web-animations-next-animation.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/tick.js | html/bower_components/web-animations-js/src/tick.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/property-names.js | html/bower_components/web-animations-js/src/property-names.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/interpolation.js | html/bower_components/web-animations-js/src/interpolation.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/web-animations-bonus-cancel-events.js | html/bower_components/web-animations-js/src/web-animations-bonus-cancel-events.js | // Copyright 2016 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/animation.js | html/bower_components/web-animations-js/src/animation.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine | https://github.com/Zhong-Lab-UCSD/Genomic-Interactive-Visualization-Engine/blob/560a6e697ee58f9146721d94e462b68222640c46/html/bower_components/web-animations-js/src/dimension-handler.js | html/bower_components/web-animations-js/src/dimension-handler.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable 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/web-animations-js/src/deprecation.js | html/bower_components/web-animations-js/src/deprecation.js | // Copyright 2014 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | javascript | Apache-2.0 | 560a6e697ee58f9146721d94e462b68222640c46 | 2026-01-05T03:43:36.100085Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.