Home
last modified time | relevance | path

Searched +full:theme +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 12 of 12) sorted by relevance

/plugin/indexmenu/
H A Dadmin.php
H A Dscript.js117 let themePreset = presets[options.opts.theme];
470 * Determine extension from given theme dir name
472 * @param {string} themedir name of theme dir
H A DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
/plugin/indexmenu/scripts/
H A Dindexmenu.js106 * @param {string} theme name of theme dir
109 function dTree(treeName, theme) {
110 let imgExt = IndexmenuUtils.determineExtension(theme);
120 theme: theme // dir name of theme folder
122 let imagePath = this.config.plugbase + '/images/' + theme + '/';
208 str += '<div id="dtree_' + this.treeName + '" class="dtree ' + this.config.theme + '" style="overflow:';
219 str += '<div id="t' + this.treeName + '" class="indexmenu_tocbullet ' + this.config.theme
69 dTree(objName, theme) global() argument
80 theme: theme // dir name of theme folder global() property in dTree.config
[all...]
H A Dtoolbarindexwizard.js23 tlbclass: 'jsitem theme',
25 el1: {headerid: 'theme'}
179 .appendTo('div.theme');
181 jQuery.each(data.themes, function (i, theme) {
182 let themeName = theme.split('.');
184 let icoUrl = DOKU_BASE + data.themebase + '/' + theme + '/base.' + IndexmenuUtils.determineExtension(theme);
189 .attr('id', theme)
196 //select default theme
209 * set class 'selected' to clicked theme, remov
180 AnonymousFunction2ff88f970600(i, theme) global() argument
[all...]
/plugin/indexmenu/syntax/
H A Dindexmenu.php69 $theme = 'default'; // name of theme for images and additional css
91 //split namespace,level,theme
183 //check defaults for js,js#theme, #theme
194 //check opts for nojs,#theme or js,js#theme
204 //use theme from the defaults
213 //exist theme?
215 $theme
[all...]
/plugin/indexmenu2/syntax/
H A Dindexmenu.php141 $theme="DokuWiki";
147 * split namespace,level,theme
186 $theme = '';
203 * change the default theme name only if it really exists
205 if (@file_exists(INDEXMENU_FS_IMAGES.$theme."/".$options[1][1][0]."/design.css")) {
206 $theme .= "/".$options[1][1][0];
210 ,'theme' => $theme
343 cms.initMenu('$idx',{ 'theme': {'name': '{$opts["theme"]}'}
/plugin/tindexmenu/syntax/
H A Dindexmenu.php83 $theme="default";
93 //split namespace,level,theme
148 //split theme
151 $theme=$tmp_theme[1];
173 …$js_opts=compact('theme','gen_id','nocookie','navbar','noscroll','maxjs','notoc','jsajax','context…
324 $out .= "var $js_name = new dTree('".$js_name."','".$js_opts['theme']."');\n";
340 $out .= (int) is_file(INDEXMENU_IMG_ABSDIR.'/'.$js_opts['theme'].'/style.css').",";
/plugin/indexmenu/inc/
H A Drepo.class.php8 * Send a zipped theme
24 //theme does not exists
/plugin/indexmenu/images/kde/
H A Dinfo.txt2 description=Same kde.png theme, but in gif format.
/plugin/tindexmenu/
H A Dindexmenu.js26 …s/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"",sepchar:":",theme:c};var d=this.conf… property in dTree.config
28 …dth:100%;">');a+='<div id="dtree_'+this.obj+'" class="dtree '+this.config.theme+'" style="overflow…
29 this.config.theme+'" style="display:none;" title="Table of contents"></div>',a+='<div id="toc_'+thi…
56 ….createElement("link");a.href=this.config.plugbase+"/images/"+this.config.theme+"/style.css";a.rel…
59 …f=this;indexmenu_createPicker("r"+this.obj,"indexmenu_rmenu "+this.config.theme);jQuery("#r"+this.…
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php