From 8b4e69270b1403cf881f5b47380d3cc06ccc6307 Mon Sep 17 00:00:00 2001 From: surchs Date: Tue, 25 Sep 2018 16:20:33 -0400 Subject: [PATCH] add js library --- .../data/report/lib/backbone/LICENSE.txt | 22 + .../data/report/lib/backbone/backbone-min.js | 2 + .../data/report/lib/base64/base64encoding.js | 371 + .../data/report/lib/bootstrap/LICENSE.txt | 21 + .../report/lib/bootstrap/bootstrap.min.css | 5 + .../report/lib/bootstrap/bootstrap.min.js | 6 + dashQC_fmri/data/report/lib/c3js/LICENSE | 20 + dashQC_fmri/data/report/lib/c3js/c3.min.css | 1 + dashQC_fmri/data/report/lib/c3js/c3.min.js | 2 + dashQC_fmri/data/report/lib/d3js/LICENSE | 26 + dashQC_fmri/data/report/lib/d3js/d3.min.js | 5 + .../report/lib/datatables/images/sort_asc.png | Bin 0 -> 258 bytes .../datatables/images/sort_asc_disabled.png | Bin 0 -> 148 bytes .../lib/datatables/images/sort_both.png | Bin 0 -> 201 bytes .../lib/datatables/images/sort_desc.png | Bin 0 -> 270 bytes .../datatables/images/sort_desc_disabled.png | Bin 0 -> 146 bytes .../lib/datatables/jquery.dataTables.min.css | 1 + .../lib/datatables/scripts/datatables.js | 26584 ++++++++++++++++ .../lib/datatables/scripts/datatables.min.js | 461 + .../lib/datatables/styles/datatables.css | 723 + .../lib/datatables/styles/datatables.min.css | 36 + .../styles/jquery.dataTables.min.css | 1 + .../data/report/lib/filesaver/FileSaver.js | 182 + .../report/lib/filesaver/FileSaver.min.js | 2 + .../fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes .../data/report/lib/jquery/LICENSE.txt | 36 + .../data/report/lib/jquery/jquery.min.js | 2 + .../data/report/lib/jquery/jquery.min.map | 1 + .../report/lib/jsImageSlider/active-bg.png | Bin 0 -> 2040 bytes .../data/report/lib/jsImageSlider/bullet.png | Bin 0 -> 836 bytes .../lib/jsImageSlider/js-image-slider.css | 106 + .../lib/jsImageSlider/js-image-slider.js | 21 + .../report/lib/jsImageSlider/navbuttons.png | Bin 0 -> 2987 bytes .../report/lib/jsImageSlider/thumbs-bar.gif | Bin 0 -> 171 bytes dashQC_fmri/data/report/lib/keen/LICENSE.txt | 21 + .../data/report/lib/keen/keen-dashboards.css | 98 + dashQC_fmri/data/report/lib/keen/keen.min.js | 29 + dashQC_fmri/data/report/lib/keen/meta.js | 32 + .../data/report/lib/pretty-json/LICENSE.txt | 22 + .../report/lib/pretty-json/pretty-json-min.js | 14 + .../report/lib/pretty-json/pretty-json.css | 51 + .../data/report/lib/select2/LICENSE.md | 21 + .../data/report/lib/select2/select2.min.css | 1 + .../data/report/lib/select2/select2.min.js | 2 + .../data/report/lib/underscore/LICENSE.txt | 23 + .../report/lib/underscore/underscore-min.js | 6 + 47 files changed, 28957 insertions(+) create mode 100644 dashQC_fmri/data/report/lib/backbone/LICENSE.txt create mode 100644 dashQC_fmri/data/report/lib/backbone/backbone-min.js create mode 100644 dashQC_fmri/data/report/lib/base64/base64encoding.js create mode 100644 dashQC_fmri/data/report/lib/bootstrap/LICENSE.txt create mode 100644 dashQC_fmri/data/report/lib/bootstrap/bootstrap.min.css create mode 100644 dashQC_fmri/data/report/lib/bootstrap/bootstrap.min.js create mode 100644 dashQC_fmri/data/report/lib/c3js/LICENSE create mode 100755 dashQC_fmri/data/report/lib/c3js/c3.min.css create mode 100755 dashQC_fmri/data/report/lib/c3js/c3.min.js create mode 100644 dashQC_fmri/data/report/lib/d3js/LICENSE create mode 100644 dashQC_fmri/data/report/lib/d3js/d3.min.js create mode 100644 dashQC_fmri/data/report/lib/datatables/images/sort_asc.png create mode 100644 dashQC_fmri/data/report/lib/datatables/images/sort_asc_disabled.png create mode 100644 dashQC_fmri/data/report/lib/datatables/images/sort_both.png create mode 100644 dashQC_fmri/data/report/lib/datatables/images/sort_desc.png create mode 100644 dashQC_fmri/data/report/lib/datatables/images/sort_desc_disabled.png create mode 100644 dashQC_fmri/data/report/lib/datatables/jquery.dataTables.min.css create mode 100644 dashQC_fmri/data/report/lib/datatables/scripts/datatables.js create mode 100644 dashQC_fmri/data/report/lib/datatables/scripts/datatables.min.js create mode 100644 dashQC_fmri/data/report/lib/datatables/styles/datatables.css create mode 100644 dashQC_fmri/data/report/lib/datatables/styles/datatables.min.css create mode 100644 dashQC_fmri/data/report/lib/datatables/styles/jquery.dataTables.min.css create mode 100755 dashQC_fmri/data/report/lib/filesaver/FileSaver.js create mode 100644 dashQC_fmri/data/report/lib/filesaver/FileSaver.min.js create mode 100644 dashQC_fmri/data/report/lib/fonts/glyphicons-halflings-regular.ttf create mode 100644 dashQC_fmri/data/report/lib/fonts/glyphicons-halflings-regular.woff create mode 100644 dashQC_fmri/data/report/lib/jquery/LICENSE.txt create mode 100644 dashQC_fmri/data/report/lib/jquery/jquery.min.js create mode 100644 dashQC_fmri/data/report/lib/jquery/jquery.min.map create mode 100644 dashQC_fmri/data/report/lib/jsImageSlider/active-bg.png create mode 100644 dashQC_fmri/data/report/lib/jsImageSlider/bullet.png create mode 100644 dashQC_fmri/data/report/lib/jsImageSlider/js-image-slider.css create mode 100644 dashQC_fmri/data/report/lib/jsImageSlider/js-image-slider.js create mode 100644 dashQC_fmri/data/report/lib/jsImageSlider/navbuttons.png create mode 100644 dashQC_fmri/data/report/lib/jsImageSlider/thumbs-bar.gif create mode 100644 dashQC_fmri/data/report/lib/keen/LICENSE.txt create mode 100644 dashQC_fmri/data/report/lib/keen/keen-dashboards.css create mode 100644 dashQC_fmri/data/report/lib/keen/keen.min.js create mode 100644 dashQC_fmri/data/report/lib/keen/meta.js create mode 100644 dashQC_fmri/data/report/lib/pretty-json/LICENSE.txt create mode 100644 dashQC_fmri/data/report/lib/pretty-json/pretty-json-min.js create mode 100644 dashQC_fmri/data/report/lib/pretty-json/pretty-json.css create mode 100644 dashQC_fmri/data/report/lib/select2/LICENSE.md create mode 100644 dashQC_fmri/data/report/lib/select2/select2.min.css create mode 100644 dashQC_fmri/data/report/lib/select2/select2.min.js create mode 100644 dashQC_fmri/data/report/lib/underscore/LICENSE.txt create mode 100644 dashQC_fmri/data/report/lib/underscore/underscore-min.js diff --git a/dashQC_fmri/data/report/lib/backbone/LICENSE.txt b/dashQC_fmri/data/report/lib/backbone/LICENSE.txt new file mode 100644 index 0000000..02c89b2 --- /dev/null +++ b/dashQC_fmri/data/report/lib/backbone/LICENSE.txt @@ -0,0 +1,22 @@ +Copyright (c) 2010-2016 Jeremy Ashkenas, DocumentCloud + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/dashQC_fmri/data/report/lib/backbone/backbone-min.js b/dashQC_fmri/data/report/lib/backbone/backbone-min.js new file mode 100644 index 0000000..8ea4b13 --- /dev/null +++ b/dashQC_fmri/data/report/lib/backbone/backbone-min.js @@ -0,0 +1,2 @@ +(function(t,e){if(typeof define==="function"&&define.amd){define(["underscore","jquery","exports"],function(i,r,s){t.Backbone=e(t,s,i,r)})}else if(typeof exports!=="undefined"){var i=require("underscore");e(t,exports,i)}else{t.Backbone=e(t,{},t._,t.jQuery||t.Zepto||t.ender||t.$)}})(this,function(t,e,i,r){var s=t.Backbone;var n=[];var a=n.push;var o=n.slice;var h=n.splice;e.VERSION="1.1.2";e.$=r;e.noConflict=function(){t.Backbone=s;return this};e.emulateHTTP=false;e.emulateJSON=false;var u=e.Events={on:function(t,e,i){if(!c(this,"on",t,[e,i])||!e)return this;this._events||(this._events={});var r=this._events[t]||(this._events[t]=[]);r.push({callback:e,context:i,ctx:i||this});return this},once:function(t,e,r){if(!c(this,"once",t,[e,r])||!e)return this;var s=this;var n=i.once(function(){s.off(t,n);e.apply(this,arguments)});n._callback=e;return this.on(t,n,r)},off:function(t,e,r){var s,n,a,o,h,u,l,f;if(!this._events||!c(this,"off",t,[e,r]))return this;if(!t&&!e&&!r){this._events=void 0;return this}o=t?[t]:i.keys(this._events);for(h=0,u=o.length;h").attr(t);this.setElement(r,false)}else{this.setElement(i.result(this,"el"),false)}}});e.sync=function(t,r,s){var n=T[t];i.defaults(s||(s={}),{emulateHTTP:e.emulateHTTP,emulateJSON:e.emulateJSON});var a={type:n,dataType:"json"};if(!s.url){a.url=i.result(r,"url")||M()}if(s.data==null&&r&&(t==="create"||t==="update"||t==="patch")){a.contentType="application/json";a.data=JSON.stringify(s.attrs||r.toJSON(s))}if(s.emulateJSON){a.contentType="application/x-www-form-urlencoded";a.data=a.data?{model:a.data}:{}}if(s.emulateHTTP&&(n==="PUT"||n==="DELETE"||n==="PATCH")){a.type="POST";if(s.emulateJSON)a.data._method=n;var o=s.beforeSend;s.beforeSend=function(t){t.setRequestHeader("X-HTTP-Method-Override",n);if(o)return o.apply(this,arguments)}}if(a.type!=="GET"&&!s.emulateJSON){a.processData=false}if(a.type==="PATCH"&&k){a.xhr=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}var h=s.xhr=e.ajax(i.extend(a,s));r.trigger("request",r,h,s);return h};var k=typeof window!=="undefined"&&!!window.ActiveXObject&&!(window.XMLHttpRequest&&(new XMLHttpRequest).dispatchEvent);var T={create:"POST",update:"PUT",patch:"PATCH","delete":"DELETE",read:"GET"};e.ajax=function(){return e.$.ajax.apply(e.$,arguments)};var $=e.Router=function(t){t||(t={});if(t.routes)this.routes=t.routes;this._bindRoutes();this.initialize.apply(this,arguments)};var S=/\((.*?)\)/g;var H=/(\(\?)?:\w+/g;var A=/\*\w+/g;var I=/[\-{}\[\]+?.,\\\^$|#\s]/g;i.extend($.prototype,u,{initialize:function(){},route:function(t,r,s){if(!i.isRegExp(t))t=this._routeToRegExp(t);if(i.isFunction(r)){s=r;r=""}if(!s)s=this[r];var n=this;e.history.route(t,function(i){var a=n._extractParameters(t,i);n.execute(s,a);n.trigger.apply(n,["route:"+r].concat(a));n.trigger("route",r,a);e.history.trigger("route",n,r,a)});return this},execute:function(t,e){if(t)t.apply(this,e)},navigate:function(t,i){e.history.navigate(t,i);return this},_bindRoutes:function(){if(!this.routes)return;this.routes=i.result(this,"routes");var t,e=i.keys(this.routes);while((t=e.pop())!=null){this.route(t,this.routes[t])}},_routeToRegExp:function(t){t=t.replace(I,"\\$&").replace(S,"(?:$1)?").replace(H,function(t,e){return e?t:"([^/?]+)"}).replace(A,"([^?]*?)");return new RegExp("^"+t+"(?:\\?([\\s\\S]*))?$")},_extractParameters:function(t,e){var r=t.exec(e).slice(1);return i.map(r,function(t,e){if(e===r.length-1)return t||null;return t?decodeURIComponent(t):null})}});var N=e.History=function(){this.handlers=[];i.bindAll(this,"checkUrl");if(typeof window!=="undefined"){this.location=window.location;this.history=window.history}};var R=/^[#\/]|\s+$/g;var O=/^\/+|\/+$/g;var P=/msie [\w.]+/;var C=/\/$/;var j=/#.*$/;N.started=false;i.extend(N.prototype,u,{interval:50,atRoot:function(){return this.location.pathname.replace(/[^\/]$/,"$&/")===this.root},getHash:function(t){var e=(t||this).location.href.match(/#(.*)$/);return e?e[1]:""},getFragment:function(t,e){if(t==null){if(this._hasPushState||!this._wantsHashChange||e){t=decodeURI(this.location.pathname+this.location.search);var i=this.root.replace(C,"");if(!t.indexOf(i))t=t.slice(i.length)}else{t=this.getHash()}}return t.replace(R,"")},start:function(t){if(N.started)throw new Error("Backbone.history has already been started");N.started=true;this.options=i.extend({root:"/"},this.options,t);this.root=this.options.root;this._wantsHashChange=this.options.hashChange!==false;this._wantsPushState=!!this.options.pushState;this._hasPushState=!!(this.options.pushState&&this.history&&this.history.pushState);var r=this.getFragment();var s=document.documentMode;var n=P.exec(navigator.userAgent.toLowerCase())&&(!s||s<=7);this.root=("/"+this.root+"/").replace(O,"/");if(n&&this._wantsHashChange){var a=e.$('