Home
last modified time | relevance | path

Searched refs:Typeahead (Results 1 – 8 of 8) sorted by relevance

/template/templar/js/
H A Dbootstrap-typeahead.js29 var Typeahead = function (element, options) { class
42 Typeahead.prototype = {
44 constructor: Typeahead
301 if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
314 $.fn.typeahead.Constructor = Typeahead
/template/mikio/assets/
H A Dmikio-typeahead.js3 * https://github.com/bassjobsen/Bootstrap-3-Typeahead
30 var Typeahead = function (element, options) {
32 this.options = jQuery.extend({}, Typeahead.defaults, options);
46 this.theme = this.options.theme && this.options.themes && this.options.themes[this.options.theme] || Typeahead.defaults.themes[Typeahead.defaults.theme];
66 Typeahead.prototype = {
68 constructor: Typeahead,
686 $this.data('typeahead', (data = new Typeahead(this, options)));
698 Typeahead.defaults = {
734 jQuery.fn.typeahead.Constructor = Typeahead;
49 var Typeahead = function (element, options) { global() class in AnonymousFunction6fbc89ba0200
85 Typeahead.prototype = { global() class
[all...]
/template/bootstrap3/
H A DREADME.md12 * Typeahead support
H A DRELEASE.md11 * #573: Typeahead blocks global search if match is found
193 * Upgraded Bootstrap3 Typeahead
243 * Added Typeahead support for quick search using `qsearch` DokuWiki AJAX service and fixed action items functions
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js1667 var Typeahead = function (element, options) { class
1680 Typeahead.prototype = {
1682 constructor: Typeahead, select: function () {
1885 if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
1894 $.fn.typeahead.Constructor = Typeahead
/template/mikio/
H A DREADME.md21 - Typeahead search support
36 - The new Typeahead search feature is enabled by default. This can be turned off in the config.
87 - `searchUseTypeahead` : use [Typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead) page suggestions in search bar
510 [bootstrap-3-typeahead](https://github.com/bassjobsen/Bootstrap-3-Typeahead).
/template/templar/less/
H A Ddropdowns.less231 // Typeahead
/template/bootstrap3/css/
H A Dtemplate.less161 /* Typeahead plugin */