Home
last modified time | relevance | path

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

/plugin/indexmenu/syntax/
H A Dindexmenu.php93 //split options
143 //no namespaces options
300 //js options
344 * Looks if the default options and syntax options has the requested option
346 * @param array $defaultsOpts array of default options
347 * @param array $opts array of options provided via syntax
368 * Looks for the value of the requested option in the default options and syntax options
370 * @param string $defaultsString default options strin
[all...]
/plugin/indexmenu2/syntax/
H A Dindexmenu.php158 * 1 => options
161 $options[0] = explode("#", trim($options[0]));
162 $ns = $options[0][0];
164 * split namespace options
167 @$options[0][1] = explode("+",$options[0][1]);
169 * split sort options
172 @$options[0][2] = explode("+",$options[0][2]);
193 * 1 => options
195 $options[1] = explode("#", $options[1]);
197 * split js options
[all …]
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js89 '<fieldset class="indexmenu_options"><legend>' + LANG.plugins.indexmenu.options + '</legend>' +
239 * Insert the indexmenu with options to the textarea,
243 let options = '';
249 //add js options
250 options += ' js';
254 options += '#' + themename;
258 options += ' ' + input.id;
263 options += num ? '#' + num : '';
270 options = options
[all...]
/plugin/indexmenu/images/repository/
H A D.htaccess1 Options All Indexes
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/tindexmenu/syntax/
H A Dindexmenu.php95 //split options
126 //no namespaces options
172 //js options
385 //add node and its options
/plugin/indexmenu/
H A Dstyle.css
/plugin/indexmenu/inc/
H A Dpclzip.lib.php109 // ----- Options values
219 // options. See bellow the supported options.
231 // Options :
255 // ----- Look for variable options arguments
264 // ----- Remove from the options list the first argument
270 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 3, "Variable list of options detected");
272 // ----- Parse the options
403 // Options :
429 // ----- Look for variable options argument
[all...]