Home
last modified time | relevance | path

Searched refs:length (Results 176 – 200 of 231) sorted by relevance

12345678910

/template/battlehorse/js/
H A Deffects.js17 var cols = this.slice(4,this.length-1).split(',');
21 …if(this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase();
22 if(this.length==7) color = this.toLowerCase();
25 return(color.length==7 ? color : (arguments[0] || this));
111 (element.length))
213 if(!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit))
221 if(this.effects.length == 0) {
228 for(var i=0, len=this.effects.length;i<len;i++)
983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null;
/template/a_new_day/js/
H A Deffects.js17 var cols = this.slice(4,this.length-1).split(',');
21 …if(this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase();
22 if(this.length==7) color = this.toLowerCase();
25 return(color.length==7 ? color : (arguments[0] || this));
111 (element.length))
213 if(!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit))
221 if(this.effects.length == 0) {
228 for(var i=0, len=this.effects.length;i<len;i++)
983 value = parseFloat(components[1]), unit = (components.length == 3) ? components[2] : null;
/template/writr/js/
H A Dskip-link-focus-fix.js11 if (!$element.length) {
/template/templar/js/
H A Dbootstrap-modal.js59 if (!that.$element.parent().length) {
111 if (that.$element[0] !== e.target && !that.$element.has(e.target).length) {
H A Dbootstrap-alert.js48 $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
/template/ad-hominem/
H A Dscript.js139 wid = href.substring($p.linkinfo._restURLs[cls].base.length).replaceAll('/', ':');
293 if ( (cookie !== '1') && (btn.length >= 1) ) { // if found only
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss69 @while $k <= length($base-size) {
78 @while $j <= length($ratio) {
134 @while $k <= length($base-size) {
193 @while $j <= length($ratio) {
218 @while $j <= length($ratio) {
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.retina.js43 return imgSrc.substr(0, index) + '@2x' + imgSrc.substr(index, imgSrc.length);
H A Dgumby.radiobtn.js44 …his.$el.hasClass('checked') && this.$input.prop('checked') && this.$el.find('i.icon-dot').length) {
/template/simple/
H A Dcsshover3.htc58 var sheets = window.document.styleSheets, l = sheets.length;
69 var imports = sheet.imports, l = imports.length;
82 var rules = sheet.rules, l = rules.length;
178 var l = this.elements.length;
/template/a_new_day/
H A Dcsshover3.htc58 var sheets = window.document.styleSheets, l = sheets.length;
69 var imports = sheet.imports, l = imports.length;
82 var rules = sheet.rules, l = rules.length;
178 var l = this.elements.length;
/template/vector/static/3rd/vector/
H A Dcsshover.htc58 var sheets = window.document.styleSheets, l = sheets.length;
69 var imports = sheet.imports, l = imports.length;
82 var rules = sheet.rules, l = rules.length;
178 var l = this.elements.length;
/template/docnavwiki/script/
H A Dnavbar.js22 (storage && storage.length !== 0);
/template/sprintdoc/js/
H A Ddirect.js124 if (!$directMenu.length) return;
/template/boozurk/tinynav/
H A Dtinynav.js41 for (j = 0; j < $(this).parents('ul, ol').length - 1; j++) {
H A Dtinynav.min.js2 …e="'+a(this).attr("href")+'">';var b;for(b=0;b<a(this).parents("ul, ol").length-1;b++)c+="- ";c+=a…
/template/white/
H A Dscript.js59 if ($('.page h2').length > 0) {
/template/parallax/lib/js/
H A Dtouch-punch.min.js1 (function(e){function i(e,t){if(e.originalEvent.touches.length>1){return}e.preventDefault();var n=e…
H A Dtouch-sensitive.js20 if (event.originalEvent.touches.length > 1) {
H A Dtouch-punch.js17 if (g.originalEvent.touches.length > 1) {
H A Dtouch-sensitive.min.js1 …se.prototype,n=t._mouseInit,r;function i(e,t){if(e.originalEvent.touches.length>1){return}e.preven…
H A Dretina-1.1.0.js38 for (i = 0; i < images.length; i++) {
/template/kajukkk/
H A Dscript.js112 if ($('#dokuwiki__content h2').length > 0) {
/template/rtd_suterdev/js/
H A Dreadthedokus.js54 if (this._pages.length > 0)
615 if (this._currentPageIndex > -1 && this._currentPageIndex < this._pages.length - 1)
/template/readthedokus/js/
H A Dreadthedokus.js148 if (this._pages.length > 0)
625 if (currentPageIndex > -1 && currentPageIndex < this._pages.length - 1)

12345678910