Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 30) sorted by last modified time

12

/template/launch/js/
H A Dbootstrap.min.js6cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in… method in c
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js6cycle(!0)),clearInterval(this._interval),this._interval=null}cycle(t){t||(this._isPaused=!1),this.…
H A Dbootstrap.min.js.map1cycle","clearInterval","_updateInterval","setInterval","visibilityState","bind","to","index","acti…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.min.js6cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._isPaus… function
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.min.js6cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(t){t||(this._isPaus… function
H A Dbootstrap.min.js.map1cycle","clearInterval","setInterval","visibilityState","bind","to","index","activeIndex","_getItem…
/template/bootstrap3/assets/bootstrap/js/
H A Dbootstrap.min.js6 if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");!function(t){"use strict";var e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||3<e[0])throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(),function(n){"use strict";n.fn.emulateTransitionEnd=function(t){var e=!1,i=this;n(this).one("bsTransitionEnd",function(){e=!0});return setTimeout(function(){e||n(i).trigger(n.support.transition.end)},t),this},n(function(){n.support.transition=function o(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(t.style[i]!==undefined)return{end:e[i]};return!1}(),n.support.transition&&(n.event.special.bsTransitionEnd={bindType:n.support.transition.end,delegateType:n.support.transition.end,handle:function(t){if(n(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}})})}(jQuery),function(s){"use strict";var e='[data-dismiss="alert"]',a=function(t){s(t).on("click",e,this.close)};a.VERSION="3.4.1",a.TRANSITION_DURATION=150,a.prototype.close=function(t){var e=s(this),i=e.attr("data-target");i||(i=(i=e.attr("href"))&&i.replace(/.*(?=#[^\s]*$)/,"")),i="#"===i?[]:i;var o=s(document).find(i);function n(){o.detach().trigger("closed.bs.alert").remove()}t&&t.preventDefault(),o.length||(o=e.closest(".alert")),o.trigger(t=s.Event("close.bs.alert")),t.isDefaultPrevented()||(o.removeClass("in"),s.support.transition&&o.hasClass("fade")?o.one("bsTransitionEnd",n).emulateTransitionEnd(a.TRANSITION_DURATION):n())};var t=s.fn.alert;s.fn.alert=function o(i){return this.each(function(){var t=s(this),e=t.data("bs.alert");e||t.data("bs.alert",e=new a(this)),"string"==typeof i&&e[i].call(t)})},s.fn.alert.Constructor=a,s.fn.alert.noConflict=function(){return s.fn.alert=t,this},s(document).on("click.bs.alert.data-api",e,a.prototype.close)}(jQuery),function(s){"use strict";var n=function(t,e){this.$element=s(t),this.options=s.extend({},n.DEFAULTS,e),this.isLoading=!1};function i(o){return this.each(function(){var t=s(this),e=t.data("bs.button"),i="object"==typeof o&&o;e||t.data("bs.button",e=new n(this,i)),"toggle"==o?e.toggle():o&&e.setState(o)})}n.VERSION="3.4.1",n.DEFAULTS={loadingText:"loading..."},n.prototype.setState=function(t){var e="disabled",i=this.$element,o=i.is("input")?"val":"html",n=i.data();t+="Text",null==n.resetText&&i.data("resetText",i[o]()),setTimeout(s.proxy(function(){i[o](null==n[t]?this.options[t]:n[t]),"loadingText"==t?(this.isLoading=!0,i.addClass(e).attr(e,e).prop(e,!0)):this.isLoading&&(this.isLoading=!1,i.removeClass(e).removeAttr(e).prop(e,!1))},this),0)},n.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")?(i.prop("checked")&&(t=!1),e.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==i.prop("type")&&(i.prop("checked")!==this.$element.hasClass("active")&&(t=!1),this.$element.toggleClass("active")),i.prop("checked",this.$element.hasClass("active")),t&&i.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var t=s.fn.button;s.fn.button=i,s.fn.button.Constructor=n,s.fn.button.noConflict=function(){return s.fn.button=t,this},s(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(t){var e=s(t.target).closest(".btn");i.call(e,"toggle"),s(t.target).is('input[type="radio"], input[type="checkbox"]')||(t.preventDefault(),e.is("input,button")?e.trigger("focus"):e.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(t){s(t.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(t.type))})}(jQuery),function(p){"use strict";var c=function(t,e){this.$element=p(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=e,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",p.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",p.proxy(this.pause,this)).on("mouseleave.bs.carousel",p.proxy(this.cycle,this))};function r(n){return this.each(function(){var t=p(this),e=t.data("bs.carousel"),i=p.extend({},c.DEFAULTS,t.data(),"object"==typeof n&&n),o="string"==typeof n?n:i.slide;e||t.data("bs.carousel",e=new c(this,i)),"number"==typeof n?e.to(n):o?e[o]():i.interval&&e.pause().cycle()})}c.VERSION="3.4.1",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(t){if(!/input|textarea/i.test(t.target.tagName)){switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return}t.preventDefault()}},c.prototype.cycle=function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(p.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(t){return this.$items=t.parent().children(".item"),this.$items.index(t||this.$active)},c.prototype.getItemForDirection=function(t,e){var i=this.getItemIndex(e);if(("prev"==t&&0===i||"next"==t&&i==this.$items.length-1)&&!this.options.wrap)return e;var o=(i+("prev"==t?-1:1))%this.$items.length;return this.$items.eq(o)},c.prototype.to=function(t){var e=this,i=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(t>this.$items.length-1||t<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){e.to(t)}):i==t?this.pause().cycle():this.slide(i<t?"next":"prev",this.$items.eq(t))},c.prototype.pause=function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&p.support.transition&&(this.$element.trigger(p.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(t,e){var i=this.$element.find(".item.active"),o=e||this.getItemForDirection(t,i),n=this.interval,s="next"==t?"left":"right",a=this;if(o.hasClass("active"))return this.sliding=!1;var r=o[0],l=p.Event("slide.bs.carousel",{relatedTarget:r,direction:s});if(this.$element.trigger(l),!l.isDefaultPrevented()){if(this.sliding=!0,n&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var h=p(this.$indicators.children()[this.getItemIndex(o)]);h&&h.addClass("active")}var d=p.Event("slid.bs.carousel",{relatedTarget:r,direction:s});return p.support.transition&&this.$element.hasClass("slide")?(o.addClass(t),"object"==typeof o&&o.length&&o[0].offsetWidth,i.addClass(s),o.addClass(s),i.one("bsTransitionEnd",function(){o.removeClass([t,s].join(" ")).addClass("active"),i.removeClass(["active",s].join(" ")),a.sliding=!1,setTimeout(function(){a.$element.trigger(d)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(i.removeClass("active"),o.addClass("active"),this.sliding=!1,this.$element.trigger(d)),n&&this.cycle(),this}};var t=p.fn.carousel;p.fn.carousel=r,p.fn.carousel.Constructor=c,p.fn.carousel.noConflict= (…) method in c
/template/bootstrap3/
H A DRELEASE.md123 After log development cycle a new release of Bootstrap Template is issued with Iconify support, new Detail page and Footer layout, stability and new plugins support (**Struct**, **Bureaucracy** and other popular DokuWiki plugins). Now Bootswatch Wrapper ``callout`` syntax follow the original Bootswatch contextual colors.
173 After a long development cycle a new release of Bootstrap3 template is issued. This release use the [new DokuWiki menu system](https://www.dokuwiki.org/devel:menus) introduced in *Greebo* release (included the compatibility classes for older DokuWiki releases). Switched all FontAwesome icons to Material Design Icon (added WebFont and SVG icons) and added option for enable the Material Design Icons for DokuWiki toolbar. Re-designed detail page for display EXIF and other useful photo metadata. Added new hook (`:usermenu`) for add a custom menu in User Menu. Upgraded Bootstrap and Bootswatch to v3.4.1 to prevent XSS vulnerability and `simple_html_dom` to v1.8.1 to increase the performance. This release now use a `Template` class for increase the performance during the rendering of page (1.2~1.5 second faster than the previous release).
225 After a long development cycle a new release of Bootstrap3 template is issued. This release introduce a DOM Engine (in pure PHP) can speedup a rendering of the page (estimated in 0.3 ~ 0.8 seconds per page) on client-side, by removing most of JS Hack code. Improved the Avatar support with Gravatar, Libravatar, Office365 and local DokuWiki `:user` namespace media. Added new DokuWiki hooks (`:header` and `:topheader`), configuration options and new fresh layout for search bar, footer, user menu and admin page.
/template/flat/assets/js/
H A Dflat.js299 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
324 Carousel.prototype.cycle = function (e) { method in Carousel
358 if (activeIndex == pos) return this.pause().cycle()
368 this.cycle(true)
436 isCycling && this.cycle()
455 else if (options.interval) data.pause().cycle()
H A Dflat.min.js1cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in… method in c
H A Dflat.min2.js1cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in… method in c
/template/flat/
H A Dflat.min.js1cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in… method in c
/template/flarum/
H A Dscript.js6cycle,this))};function r(n){return this.each(function(){var t=p(this),e=t.data("bs.carousel"),i=p.… method in c
/template/spacious/css/
H A Dspacious.css675 #featured-slider .slider-cycle {
683 .wide-978 #featured-slider .slider-cycle,
684 .wide-1218 #featured-slider .slider-cycle {
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.min.js112 …is.$element.on("mouseenter", b.proxy(this.pause, this)).on("mouseleave", b.proxy(this.cycle, this))
114 c.prototype = {cycle: function (d) { method in c
131 return this.pause().cycle()
140 this.cycle()
211 j && this.cycle();
228 g.cycle()
H A Dbootstrap.js295 .on('mouseleave', $.proxy(this.cycle, this))
300 cycle: function (e) { method in Carousel
321 return this.pause().cycle()
329 this.cycle()
401 isCycling && this.cycle()
423 else if (options.interval) data.cycle()
/template/mywiki/
H A Dbootstrap.js329 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
354 Carousel.prototype.cycle = function (e) { method in Carousel
388 if (activeIndex == pos) return this.pause().cycle()
398 this.cycle(true)
466 isCycling && this.cycle()
485 else if (options.interval) data.pause().cycle()
/template/klean/bootstrap/js/
H A Dbootstrap.js329 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
354 Carousel.prototype.cycle = function (e) { method in Carousel
388 if (activeIndex == pos) return this.pause().cycle()
398 this.cycle(true)
466 isCycling && this.cycle()
485 else if (options.interval) data.pause().cycle()
H A Dbootstrap.min.js6cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-in… method in c
/template/argon/assets/js/core/
H A Dbootstrap.min.js6cycle(!0)),clearInterval(this._interval),this._interval=null},n.cycle=function(t){t||(this._isPaus… function
/template/argon-alt/assets/js/core/
H A Dbootstrap.min.js6cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(t){t||(this._isPaus… function
/template/bootie/js/
H A Dbootstrap-4.3.1.min.js6cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(t){t||(this._isPaus… function
/template/dokubootstrapsimplified/js/
H A Dbootstrap.min.js9cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return… method in b
/template/kajukkk/bs/
H A Dbootstrap.js272 .on('mouseleave.bs.carousel', $.proxy(this.cycle, this))
297 Carousel.prototype.cycle = function (e) { method in Carousel
331 if (activeIndex == pos) return this.pause().cycle()
341 this.cycle(true)
409 isCycling && this.cycle()
428 else if (options.interval) data.pause().cycle()
H A Dbootstrap.min.js11cycle()})}var i=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-in… method in i

12