Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 27) sorted by relevance

12

/template/templar/js/
H A Dbootstrap-scrollspy.js30 var process = $.proxy(this.process, this)
34 this.$scrollElement = $element.on('scroll.scroll-spy.data-api', process)
40 this.process()
71 , process: function () {
H A Dbootstrap-typeahead.js90 …items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.so…
92 return items ? this.process(items) : this
95 , process: function (items) { method in Typeahead
/template/icke/
H A D.eslintrc.js35 if(process.env.NODE_ENV === 'production') {
/template/bootstrap3/assets/typeahead/
H A Dbootstrap3-typeahead.min.js1 (function(a,b){if(typeof module!=="undefined"&&module.exports){module.exports=b(require("jquery"))}else{if(typeof define==="function"&&define.amd){define(["jquery"],function(c){return b(c)})}else{b(a.jQuery)}}}(this,function(b){var c=function(e,d){this.$element=b(e);this.options=b.extend({},c.defaults,d);this.matcher=this.options.matcher||this.matcher;this.sorter=this.options.sorter||this.sorter;this.select=this.options.select||this.select;this.autoSelect=typeof this.options.autoSelect=="boolean"?this.options.autoSelect:true;this.highlighter=this.options.highlighter||this.highlighter;this.render=this.options.render||this.render;this.updater=this.options.updater||this.updater;this.displayText=this.options.displayText||this.displayText;this.itemLink=this.options.itemLink||this.itemLink;this.itemTitle=this.options.itemTitle||this.itemTitle;this.followLinkOnSelect=this.options.followLinkOnSelect||this.followLinkOnSelect;this.source=this.options.source;this.delay=this.options.delay;this.theme=this.options.theme&&this.options.themes&&this.options.themes[this.options.theme]||c.defaults.themes[c.defaults.theme];this.$menu=b(this.options.menu||this.theme.menu);this.$appendTo=this.options.appendTo?b(this.options.appendTo):null;this.fitToElement=typeof this.options.fitToElement=="boolean"?this.options.fitToElement:false;this.shown=false;this.listen();this.showHintOnFocus=typeof this.options.showHintOnFocus=="boolean"||this.options.showHintOnFocus==="all"?this.options.showHintOnFocus:false;this.afterSelect=this.options.afterSelect;this.afterEmptySelect=this.options.afterEmptySelect;this.addItem=false;this.value=this.$element.val()||this.$element.text();this.keyPressed=false;this.focused=this.$element.is(":focus");this.changeInputOnSelect=this.options.changeInputOnSelect||this.changeInputOnSelect;this.changeInputOnMove=this.options.changeInputOnMove||this.changeInputOnMove;this.openLinkInNewTab=this.options.openLinkInNewTab||this.openLinkInNewTab;this.selectOnBlur=this.options.selectOnBlur||this.selectOnBlur;this.showCategoryHeader=this.options.showCategoryHeader||this.showCategoryHeader};c.prototype={constructor:c,setDefault:function(e){this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change();this.afterSelect(d)}return this.hide()},select:function(){var e=this.$menu.find(".active").data("value");this.$element.data("active",e);if(this.autoSelect||e){var d=this.updater(e);if(!d){d=""}if(this.changeInputOnSelect){this.$element.val(this.displayText(d)||d).text(this.displayText(d)||d).change()}if(this.followLinkOnSelect&&this.itemLink(e)){if(this.openLinkInNewTab){window.open(this.itemLink(e),"_blank")}else{document.location=this.itemLink(e)}this.afterSelect(d)}else{if(this.followLinkOnSelect&&!this.itemLink(e)){this.afterEmptySelect(d)}else{this.afterSelect(d)}}}else{this.afterEmptySelect()}return this.hide()},updater:function(d){return d},setSource:function(d){this.source=d},show:function(){var k=b.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});var h=typeof this.options.scrollHeight=="function"?this.options.scrollHeight.call():this.options.scrollHeight;var g;if(this.shown){g=this.$menu}else{if(this.$appendTo){g=this.$menu.appendTo(this.$appendTo);this.hasSameParent=this.$appendTo.is(this.$element.parent())}else{g=this.$menu.insertAfter(this.$element);this.hasSameParent=true}}if(!this.hasSameParent){g.css("position","fixed");var j=this.$element.offset();k.top=j.top;k.left=j.left}var e=b(g).parent().hasClass("dropup");var d=e?"auto":(k.top+k.height+h);var f=b(g).hasClass("dropdown-menu-right");var i=f?"auto":k.left;g.css({top:d,left:i}).show();if(this.options.fitToElement===true){g.css("width",this.$element.outerWidth()+"px")}this.shown=true;return this},hide:function(){this.$menu.hide();this.shown=false;return this},lookup:function(d){if(typeof(d)!="undefined"&&d!==null){this.query=d}else{this.query=this.$element.val()}if(this.query.length<this.options.minLength&&!this.options.showHintOnFocus){return this.shown?this.hide():this}var e=b.proxy(function(){if(b.isFunction(this.source)&&this.source.length===3){this.source(this.query,b.proxy(this.process,this),b.proxy(this.process,this))}else{if(b.isFunction(this.source)){this.source(this.query,b.proxy(this.process,this))}else{if(this.source){this.process(this.source)}}}},this);clearTimeout(this.lookupWorker);this.lookupWorker=setTimeout(e,this.delay)},process:function(d){var e=this;d=b.grep(d,function(f){return e.matcher(f)});d=this.sorter(d);if(!d.length& (…) method in c
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc70 IEPNGFix.process = function(elm, init) {
190 IEPNGFix.process(element, 0);
195 IEPNGFix.process(element, 1);
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc70 IEPNGFix.process = function(elm, init) {
190 IEPNGFix.process(element, 0);
195 IEPNGFix.process(element, 1);
/template/mikio/assets/
H A Dmikio-typeahead.js205 this.source(this.query, jQuery.proxy(this.process, this), jQuery.proxy(this.process, this));
207 this.source(this.query, jQuery.proxy(this.process, this));
209 this.process(this.source);
217 process: function (items) {
236 process: function (items) { global() method in Typeahead
H A Dmikio.js694 source: function (query, process) {
718 return process(results);
660 AnonymousFunctionc1e5fc583700(query, process) global() argument
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js1369 var process = $.proxy(this.process, this)
1373 this.$scrollElement = $element.on('scroll.scroll-spy.data-api', process)
1379 this.process()
1410 }, process: function () {
1717 …items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.so…
1719 return items ? this.process(items) : this
1720 }, process: function (items) { method in Typeahead
H A Dbootstrap.min.js752 var h = c.proxy(this.process, this), d = c(g).is("body") ? c(window) : c(g), e;
758 this.process()
776 }, process: function () {
921 …d = b.isFunction(this.source) ? this.source(this.query, b.proxy(this.process, this)) : this.source;
922 return d ? this.process(d) : this
923 }, process: function (d) { method in c
/template/bootstrap3/
H A Dscript.js860 source: function (query, process) {
884 return process(results);
855 AnonymousFunction1115d50a2d00(query, process) global() argument
/template/flat/assets/js/
H A Dflat.js1804 var process = $.proxy(this.process, this)
1815 this.$scrollElement.on('scroll.bs.scrollspy', process)
1817 this.process()
1864 ScrollSpy.prototype.process = function () { method in ScrollSpy
H A Dflat.min.js1process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.… method in b
H A Dflat.min2.js1process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.… method in b
/template/starterbootstrap/js/
H A Dbootstrap.js1801 var process = $.proxy(this.process, this)
1812 this.$scrollElement.on('scroll.bs.scrollspy', process)
1814 this.process()
1861 ScrollSpy.prototype.process = function () { method in ScrollSpy
H A Dbootstrap.min.js6process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.… method in b
/template/dokutwitterbootstrap/js/
H A Dbootstrap.min.js9process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElemen… method in b
/template/dokubootstrapsimplified/js/
H A Dbootstrap.min.js9process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElemen… method in b
/template/flat/
H A Dflat.min.js1process,this);this.$body=a("body"),this.$scrollElement=a(a(c).is("body")?window:c),this.options=a.… method in b
/template/klean/bootstrap/js/
H A Dbootstrap.min.js6process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(thi… method in b
H A Dbootstrap.js1912 this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
1914 this.process()
1960 ScrollSpy.prototype.process = function () { method in ScrollSpy
/template/kajukkk/bs/
H A Dbootstrap.min.js12process,this)),this.refresh(),this.process()}function i(i){return this.each(function(){var o=t(thi… method in e
H A Dbootstrap.js2174 this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
2176 this.process()
2222 ScrollSpy.prototype.process = function () { method in ScrollSpy
/template/launch/js/
H A Dbootstrap.min.js6process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(thi… method in b
/template/mywiki/
H A Dbootstrap.js1912 this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this))
1914 this.process()
1960 ScrollSpy.prototype.process = function () { method in ScrollSpy

12