Home
last modified time | relevance | path

Searched defs:menu (Results 1 – 25 of 66) sorted by relevance

123

/template/sprintdoc/js/
H A Ddirect.js29 registerClickForDirectLinks = function($menu) { argument
42 checkAnchorsOnLoad = function($menu) { argument
/template/klean/
H A Dnavigation.js7 var container, button, menu; variable
/template/bootstrap3/tpl/
H A Dpage-icons.php20 $menu = new \dokuwiki\template\bootstrap3\Menu\PageIconsMenu; variable
/template/graphy/
H A Dnavigation.js9 var container, button, menu, links, subMenus; variable
/template/chippedsnow/css/
H A Dreset.css11 menu, nav, output, ruby, section, summary, selector
22 footer, header, hgroup, menu, nav, section { selector
/template/artforwater/css/
H A Dreset.css17 menu, nav, output, ruby, section, summary, selector
28 footer, header, hgroup, menu, nav, section { selector
/template/jessica/css/
H A Dreset.css17 menu, nav, output, ruby, section, summary, selector
28 footer, header, hgroup, menu, nav, section { selector
/template/bulma/css/
H A Dreset.css17 menu, nav, output, ruby, section, summary, selector
28 footer, header, hgroup, menu, nav, section { selector
/template/rtd_suterdev/css/
H A Dreset.css19 footer, header, hgroup, menu, nav, section, summary, selector
35 footer,header,hgroup,menu,nav,section { selector
/template/panoramacake/css/
H A Dreset.css17 menu, nav, output, ruby, section, summary, selector
28 footer, header, hgroup, menu, nav, section { selector
/template/readthedokus/css/
H A Dreset.css19 footer, header, hgroup, menu, nav, section, summary, selector
35 footer,header,hgroup,menu,nav,section { selector
/template/notos/
H A DCustomController.php188 public function menu($type) function in dokuwiki\\template\\notos\\CustomController
/template/bushwick/
H A Dfunctions.js96 var container, button, menu; variable
/template/mikio/assets/
H A Dmikio-typeahead.js739 menu: '<ul class="typeahead mikio-dropdown" role="listbox"></ul>', global() property in Typeahead.defaults.themes.bootstrap3
746 menu: '<div class="typeahead mikio-dropdown" role="listbox"></div>', global() property in Typeahead.defaults.themes.bootstrap4
[all...]
/template/kajukkd/
H A Dscript.js121 var menu = new Menu; global() variable
[all...]
/template/twigstarter/
H A DTemplateController.php97 public function menu($type) function in dokuwiki\\template\\twigstarter\\TemplateController
/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&&!this.options.addItem){return this.shown?this.hide():this}if(d.length>0){this.$element.data("active",d[0])}else{this.$element.data("active",null)}if(this.options.items!="all"){d=d.slice(0,this.options.items)}if(this.options.addItem){d.push(this.options.addItem)}return this.render(d).show()},matcher:function(e){var d=this.displayText(e);return ~d.toLowerCase().indexOf(this.query.toLowerCase())},sorter:function(f){var g=[];var e=[];var d=[];var i;while((i=f.shift())){var h=this.displayText(i);if(!h.toLowerCase().indexOf(this.query.toLowerCase())){g.push(i)}else{if(~h.indexOf(this.query)){e.push(i)}else{d.push(i)}}}return g.concat(e,d)},highlighter:function(h){var l=this.query;if(l===""){return h}var j=h.match(/(>)([^<]*)(<)/g);var k=[];var e=[];var f;if(j&&j.length){for(f=0;f<j.length;++f){if(j[f].length>2){k.push(j[f])}}}else{k=[];k.push(h)}l=l.replace((/[\(\)\/\.\*\+\?\[\]]/g),function(i){return"\\"+i});var g=new RegExp(l,"g");var d;for(f=0;f<k.length;++f){d=k[f].match(g);if(d&&d.length>0){e.push(k[f])}}for(f=0;f<e.length;++f){h=h.replace(e[f],e[f].replace(g,"<strong>$&</strong>"))}return h},render:function(e){var g=this;var d=this;var f=false;var i=[];var h=g.options.separator;b.each(e,function(j,k){if(j>0&&k[h]!==e[j-1][h]){i.push({__type:"divider"})}if(g.options.showCategoryHeader){if(k[h]&&(j===0||k[h]!==e[j-1][h])){i.push({__type:"category",name:k[h]})}}i.push(k)});e=b(i).map(function(j,k){if((k.__type||false)=="category"){return b(g.options.headerHtml||g.theme.headerHtml).text(k.name)[0]}if((k.__type||false)=="divider"){return b(g.options.headerDivider||g.theme.headerDivider)[0]}var l=d.displayText(k);j=b(g.options.item||g.theme.item).data("value",k);j.find(g.options.itemContentSelector||g.theme.itemContentSelector).addBack(g.options.itemContentSelector||g.theme.itemContentSelector).html(g.highlighter(l,k));if(g.options.followLinkOnSelect){j.find("a").attr("href",d.itemLink(k))}j.find("a").attr("title",d.itemTitle(k));if(l==d.$element.val()){j.addClass("active");d.$element.data("active",k);f=true}return j[0]});if(this.autoSelect&&!f){e.filter(":not(.dropdown-header)").first().addClass("active");this.$element.data("active",e.first().data("value"))}this.$menu property in c.defaults.themes.bootstrap4
[all...]
/template/templar/js/
H A Dbootstrap-typeahead.js309 , menu: '<ul class="typeahead dropdown-menu"></ul>' property in $.fn.typeahead.defaults
/template/ospyramid/css/
H A Dstyle.css26 footer, header, hgroup, menu, nav, section, summary, selector
35 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { selector
/template/m1/
H A Dscript.js32 loadContent: function($menu, content) {
/template/stm/stm/css/
H A D_normalize.css420 menu { selector
/template/benjamin/css/
H A Dbasic.css21 menu, nav, output, ruby, section, summary, selector
32 footer, header, hgroup, menu, nav, section { selector
/template/bootstrap3/
H A Dscript.js247 jQuery.ui.menu.prototype.options.classes["ui-menu"] = "list-group"; global() class in jQuery.ui
[all...]
/template/able/css/
H A Dable.css80 menu, selector
142 menu, selector
/template/arcade-basic/css/
H A Dable.css80 menu, selector
142 menu, selector

123