Home
last modified time | relevance | path

Searched refs:apply (Results 1 – 25 of 231) sorted by relevance

12345678910

/template/breeze/bower_components/gumby/js/libs/ui/
Dgumby.skiplink.js48 this.duration = Number(Gumby.selectAttr.apply(this.$el, ['duration'])) || 200;
49 this.offset = Gumby.selectAttr.apply(this.$el, ['offset']) || false;
50 this.easing = Gumby.selectAttr.apply(this.$el, ['easing']) || 'swing';
51 this.update = Gumby.selectAttr.apply(this.$el, ['update']) ? true : false;
60 target = Gumby.selectAttr.apply(this.$el, ['goto']),
85 cb.apply(this);
Dgumby.toggleswitch.js62 this.on = Gumby.selectAttr.apply(this.$el, ['on']) || Gumby.click;
63 this.className = Gumby.selectAttr.apply(this.$el, ['classname']) || 'active';
64 this.self = Gumby.selectAttr.apply(this.$el, ['self']) === 'false';
69 var targetStr = Gumby.selectAttr.apply(this.$el, ['trigger']),
163 cb.apply(this);
205 cb.apply(this);
Dgumby.fixed.js51 this.fixedPoint = this.parseAttrValue(Gumby.selectAttr.apply(this.$el, ['fixed']));
54 this.pinPoint = Gumby.selectAttr.apply(this.$el, ['pin']) || false;
57 this.offset = Number(Gumby.selectAttr.apply(this.$el, ['offset'])) || 0;
60 this.pinOffset = Number(Gumby.selectAttr.apply(this.$el, ['pinoffset'])) || 0;
63 this.top = Number(Gumby.selectAttr.apply(this.$el, ['top'])) || 0;
66 this.constrainEl = Gumby.selectAttr.apply(this.$el, ['constrain']) || true;
/template/breeze/js/
Dgumby.min.js1apply(this.$el,["fixed"])),this.pinPoint=Gumby.selectAttr.apply(this.$el,["pin"])||!1,this.offset=…
/template/breeze/bower_components/gumby/js/libs/
Dgumby.min.js1apply(this.$el,["fixed"])),this.pinPoint=Gumby.selectAttr.apply(this.$el,["pin"])||!1,this.offset=…
Dmodernizr-2.6.2.min.js4apply(f,d.concat(r.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(r.call(arg…
/template/breeze/bower_components/gumby/
Dgumby.min.js1apply(this.$el,["fixed"])),this.pinPoint=Gumby.selectAttr.apply(this.$el,["pin"])||!1,this.offset=…
/template/strap/resources/snippet/js/
H A Dcombo-debounce.js35 callBack.apply(funcToDebounceThis, funcToDebounceArgs);
44 …if (!wasFunctionScheduled && leadingExecution) callBack.apply(funcToDebounceThis, funcToDebounceAr…
/template/argon/assets/js/
Dargon-design-system.min.js25 n = null, r || t.apply(e, a)
26 }, o), r && !n && t.apply(e, a)
36 n = null, r || t.apply(e, a)
37 }, o), r && !n && t.apply(e, a)
/template/argon-alt/assets/js/
Dargon-design-system.min.js25 n = null, r || t.apply(e, a)
26 }, o), r && !n && t.apply(e, a)
36 n = null, r || t.apply(e, a)
37 }, o), r && !n && t.apply(e, a)
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php22 private $apply; variable in Facebook\\WebDriver\\WebDriverExpectedCondition
24 protected function __construct(callable $apply) argument
26 $this->apply = $apply;
34 return $this->apply;
/template/breeze/bower_components/gumby-fittext/
Dgumby.fittext.js44 this.rate = Number(Gumby.selectAttr.apply(this.$el, ['rate'])) || 1;
46 this.fontSizes = this.parseSizes(Gumby.selectAttr.apply(this.$el, ['sizes']));
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js25 …length;i<len;i++){var item=d.console.cache[i];d.console.cmd[item.command].apply(window,item.arg);}…
29 …ion(){return firebug.d.html.inspect.apply(window,arguments);},watchXHR:function(){with(firebug){d.…
42apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(firebug){var op…
43apply(window,[_name,d.console.countMap[_name]]);}},group:function(){with(firebug){d.console.cmd.lo…
93 setTimeout(_el.focus,100);};}},listen:{addXhrObject:function(){with(firebug){d.xhr.addObject.apply(…
99apply(internal.targetWindow,el.button.xhr.textbox.environment.getElement().value.split(","));}}}}}…
102 _function.apply(_array,[_array[i],i,_array]);},getLatest:function(_array){return _array[_array.leng…
103apply(result,_array.slice(_index+1));return result;}},Curry:function(_fn,_scope){var fn=_fn,scope=…
104 _superClass.apply(this,arguments);};return object.build(_skipClonning);},IsArray:function(_object){…
108 …sName":"class",_value);}},toggleClass:function(){if(pi.util.Element.hasClass.apply(this,arguments))
[all …]
H A Dfirebug-lite-1.2.js365 d.console.cmd[item.command].apply(window,item.arg);
412 return firebug.d.html.inspect.apply(window,arguments);
416 d.xhr.addObject.apply(window,arguments);
968 d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));
986 var args = d.console.formatArgs.apply(window,arguments);
993 var args = d.console.formatArgs.apply(window,arguments);
1000 var args = d.console.formatArgs.apply(window,arguments);
1007 var args = d.console.formatArgs.apply(window,arguments);
1014 var args = d.console.formatArgs.apply(window,arguments);
1041 d.console.cmd.log.apply(this, arguments);
[all …]
H A Dfirebug-lite-1.4.js84 fn.apply(ns)
199 return function(){return fn.apply(object,arrayInsert(cloneArray(args),0,arguments))
203 return function(){return fn.apply(object,args)
249 newArray.push.apply(newArray,array);
250 newArray.push.apply(newArray,array2);
606 if(keywords){list.push.apply(list,keywords)
834 if(FBL.hasClass.apply(null,args1)){return child
835 }else{var found=FBL.getElementByClass.apply(null,args1);
996 if(listener[name]){listener[name].apply(listener,args)
999 if(listener[name]){listener[name].apply(listener,args)
[all …]
/template/parallax/lib/js/
Dmedia-uploader-new.min.js1 …eld").val(r.url);i.find(".image-preview").attr("src",r.url)}else{return n.apply(this,[e,r])}};wp.m…
Dmedia-uploader-new.js36 return _orig_send_attachment.apply(this, [props, attachment]);
/template/breeze/bower_components/gumby/sass/functions/
D_fancytiles.scss8 // These styles apply to all shift-columns
/template/breeze/sass/
D_mixins.scss10 // These styles apply to all shift-columns
/template/amanuensis/
Dindex.css67 to re-apply the list-item border-collapse */
79 - apply the same values again
191 modified to only apply to submenus - pm*/
209 so re-apply it using the "not my child" hack
/template/m1/
Dscript.js200 return methods[method].apply( this, Array.prototype.slice.call( arguments, 1 ));
203 return methods.toggle.apply( this, arguments );
/template/starterbootstrap/js/
Djquery-1.9.1.min.js3apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq…
4apply(this,arguments),e.type=t),n}}}),b.support.submitBubbles||(b.event.special.submit={setup:func…
/template/lcars/
Dcufon-yui.js7apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[]…
/template/scanlines/js/
Dcufon-yui.js7apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[]…
/template/lcars/js/
Dcufon-yui.js7apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[]…

12345678910