Home
last modified time | relevance | path

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

/plugin/indexmenu/syntax/
H A Dindexmenu.php102 //skips i=0 because that becomes main $ns
104 //skips i=0 because that becomes main $ns
123 $ns = $matched_ns_lvl[1];
128 $ns = $nsStrs[0];
132 $ns = $this->parseNs($ns);
261 } elseif ($gen_id == 'ns') {
262 $identifier = sprintf("%u", crc32($ns));
302 $ns, //0
327 'navbar' => $navbar, //add current ns t
444 _jstree($data, $ns, $js_opts, $js_name, $max) global() argument
568 _getTitle($ns, $headpage, & $hns) global() argument
613 _parse_ns($ns, $id = FALSE) global() argument
[all...]
/plugin/indexmenu2/syntax/
H A Dindexmenu.php162 $ns = $options[0][0];
227 $ns = $myns[0];
232 if ($ns == $conf['start']) $ns = "";
238 $ns = (string)getNS($ns);
470 if (noNS(getNS($id))==noNS($id) || // /<ns>/<ns>.txt
481 * /ns/
482 * /<ns>.txt
495 * 1. /<ns>/<ns>.txt
496 * 2. /<ns>/
497 * /<ns>.txt
[all …]
/plugin/tindexmenu/syntax/
H A Dindexmenu.php84 $ns=".";
112 $ns = $ns_opt[1];
115 $ns = $nss_temp[0];
118 $ns = $this->_parse_ns($ns);
174 return array($ns,
256 $ns = $myns[0];
285 $ns = str_replace('/',':',$ns);
411 $title=noNS($ns);
417 $page=$ns.":".noNS($ns);
420 $page=$ns;
[all …]
/plugin/indexmenu2/
H A Dindexmenu.php7 * @param string $ns namespace title
12 function indexmenu_getsubmenu ($ns,$s) { argument
15 $opts = array($ns, array('level' => 1, // get only 1st level
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/
H A Dajax.php153 print_index($ns) global() argument
H A Daction.php215 $ns = $INPUT->str('ns', '');
216 $ns = rtrim($ns, ':');
235 // if 'navbar' is enabled add current ns to list
298 $data = $search->search($ns, $opts);
451 * @param $ns
458 private function printIndex($ns)
462 $ns = $idxm->parseNs(rawurldecode($ns));
292 print_index($ns) global() argument
[all...]
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example15 if (!indexmenu_contextmenu['all']['ns']) indexmenu_contextmenu['all']['ns'] = {'view': [] };
27 if (!indexmenu_contextmenu['ns']) indexmenu_contextmenu['ns'] = {'view': []};
37 if (!indexmenu_contextmenu['ns']) indexmenu_contextmenu['ns'] = {'view': []};
H A Dcontextmenu.js19 * The entries with 'pg' are shown for page noded, these with 'ns' only for namespaces.
24 * indexmenu_contextmenu['all']['ns']['view'] = [ ... ];
28 * indexmenu_contextmenu['ns']['view'] = [ ... ];
32 * indexmenu_contextmenu['ns']['view'] = [ ... ];
93 indexmenu_contextmenu['all']['ns'] = {
95 ['<span class="indexmenu_titlemenu"><b>'+LANG.plugins.indexmenu.ns+'</b></span>'],
122 indexmenu_contextmenu['ns'] = {
H A Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
282 ns = jQuery('#namespace').val();
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
H A Dindexmenu.js71 this.name = name; // ns/page title
949 type = (node.isdir || node._hc) ? 'ns' : 'pg';