PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / trunk
JetBackup – Backup, Restore & Migrate vtrunk
3.1.22.3 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 1.6.11 1.6.12 1.6.13 1.6.15 1.6.5.1 1.6.8.8 1.6.9 1.6.9.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7.5 2.0.8.7 2.0.9.11 2.0.9.14 2.0.9.15 2.0.9.6 2.0.9.7 2.0.9.9 3.1.10.7 3.1.11.1 3.1.12.3 3.1.13.4 3.1.14.17 3.1.15.4 3.1.16.1 3.1.17.5 3.1.18.10 3.1.18.8 3.1.18.9 3.1.19.8 3.1.20.3 3.1.21.3 3.1.7.9 3.1.9.2 trunk 1.1.90 1.1.91 1.2.0 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2
backup / public / libraries / angular-loading-bar / loading-bar.min.js
backup / public / libraries / angular-loading-bar Last commit date
loading-bar.css 1 year ago loading-bar.js 1 year ago loading-bar.min.js 1 year ago
loading-bar.min.js
1 lines
1 !function(){"use strict";angular.module("angular-loading-bar",["cfp.loadingBarInterceptor"]),angular.module("chieffancypants.loadingBar",["cfp.loadingBarInterceptor"]),angular.module("cfp.loadingBarInterceptor",["cfp.loadingBar"]).config(["$httpProvider",function(e){var n=["$q","$cacheFactory","$timeout","$rootScope","$log","cfpLoadingBar",function(e,n,t,r,a,i){i.latencyThreshold;return{request:function(e){return e},response:function(e){return e&&e.config||a.error("Broken interceptor detected: Config object not supplied in response:\n https://github.com/chieffancypants/angular-loading-bar/pull/50"),e},responseError:function(n){return n&&n.config||a.error("Broken interceptor detected: Config object not supplied in rejection:\n https://github.com/chieffancypants/angular-loading-bar/pull/50"),e.reject(n)}}}];e.interceptors.push(n)}]),angular.module("cfp.loadingBar",[]).provider("cfpLoadingBar",function(){this.autoIncrement=!0,this.includeSpinner=!0,this.includeBar=!0,this.latencyThreshold=100,this.startSize=.02,this.parentSelector="body",this.spinnerTemplate='<div id="loading-bar-spinner"><div class="spinner-icon"></div></div>',this.loadingBarTemplate='<div id="loading-bar"><div class="bar"><div class="peg"></div></div></div>',this.$get=["$injector","$document","$timeout","$rootScope",function(e,n,t,r){var a,i,o,c=this.parentSelector,l=angular.element(this.loadingBarTemplate),s=l.find("div").eq(0),d=angular.element(this.spinnerTemplate),u=!1,p=0,h=this.autoIncrement,g=this.includeSpinner,f=this.includeBar,m=this.startSize;function v(e){if(u){var n=100*e+"%";s.css("width",n),p=e,h&&(t.cancel(i),i=t(function(){B()},250))}}function B(){if(!(S()>=1)){var e=0,n=S();e=n>=0&&n<.25?(3*Math.random()+3)/100:n>=.25&&n<.65?3*Math.random()/100:n>=.65&&n<.9?2*Math.random()/100:n>=.9&&n<.99?.005:0,v(S()+e)}}function S(){return p}function $(){p=0,u=!1}return{start:function(){if(a||(a=e.get("$animate")),t.cancel(o),!u){var i=n[0],s=i.querySelector?i.querySelector(c):n.find(c)[0];s||(s=i.getElementsByTagName("body")[0]);var p=angular.element(s),h=s.lastChild&&angular.element(s.lastChild);r.$broadcast("cfpLoadingBar:started"),u=!0,f&&a.enter(l,p,h),g&&a.enter(d,p,l),v(m)}},set:v,status:S,inc:B,complete:function(){a||(a=e.get("$animate")),v(1),t.cancel(o),o=t(function(){var e=a.leave(l,$);e&&e.then&&e.then($),a.leave(d),r.$broadcast("cfpLoadingBar:completed")},500)},autoIncrement:this.autoIncrement,includeSpinner:this.includeSpinner,latencyThreshold:this.latencyThreshold,parentSelector:this.parentSelector,startSize:this.startSize}}]})}();