Lines Matching refs:call

33                     && c.call(j[0], i, j) !== false //"this"=DOM, i=index, j=jQuery object
406 * @param options.params parameter map for the transport ajax call, can contain such options as cache, jsonpCallback, etc. see $.ajax
440 data = data ? data.call(self, query.term, query.page, query.context) : null;
441 url = (typeof url === 'function') ? url.call(self, query.term, query.page, query.context) : url;
447 $.extend(params, options.params.call(self));
463 handler = transport.call(self, params);
573 var args = Array.prototype.slice.call(arguments, 1);
627 token = opts.createSearchChoice.call(this, token, selection);
997 opts.query = ajax.call(opts.element, opts.ajax);
1581 self.opts.populateResults.call(this, results, data.results, {term: term, page: page, context:context});
1606 * @param initial whether or not this is the call to this method right after the dropdown has been opened
1717 def = this.opts.createSearchChoice.call(self, search.val(), data.results);
1734 self.opts.populateResults.call(this, results, data.results, {term: search.val(), page: this.resultsPage, context:null});
1862 var width = resolveContainerWidth.call(this);
2209 this.opts.initSelection.call(null, this.opts.element, function(selected){
2426 throw new Error("cannot call val() if initSelection() is not defined");
2772 this.opts.initSelection.call(null, this.opts.element, function(data){
2791 // we could call this.resizeSearch(), but we do not because that requires a sizer and we do not want to create one so early because of a firefox bug, see #944
2868 input = this.opts.tokenizer.call(this, input, this.data(), this.bind(this.onSelect), this.opts);
3256 var args = Array.prototype.slice.call(arguments, 0),