Home
last modified time | relevance | path

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

/plugin/indexmenu/syntax/
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 to subNSs, for initial load
408 $ns = $data[0];
[all …]
/plugin/indexmenu2/syntax/
Dindexmenu.php116 $n = str_replace('{{ns}}'," ".$data[0]." ",$n);
162 $ns = $options[0][0];
209 return array($ns,array( 'level' => $level
227 $ns = $myns[0];
231 $id = resolve_pageid(getNS(getID()),$ns,$exists);
232 if ($ns == $conf['start']) $ns = "";
234 * if 'nons' is set or NS is root, no need to adjust settings
236 if (($opts['js'] || $opts['navigation']) && !$opts['nons'] && $ns) {
237 $opts['root'] = $ns;
238 $ns = (string)getNS($ns);
[all …]
/plugin/tindexmenu/syntax/
Dindexmenu.php84 $ns=".";
112 $ns = $ns_opt[1];
115 $ns = $nss_temp[0];
118 $ns = $this->_parse_ns($ns);
174 return array($ns,
229 $n = str_replace('{{ns}}',cleanID($data[0]),$n);
251 * This function is a simple hack of Dokuwiki html_index($ns)
256 $ns = $myns[0];
266 $fsdir="/".utf8_encodeFN(str_replace(':','/',$ns));
277 } elseif ($js_opts['gen_id'] == 'ns') {
[all …]
/plugin/indexmenu2/
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/
DIndexmenuSyntaxTest.php44 …$ns, $theme, $identifier, $nocookie, $navbar, $noscroll, $maxjs, $notoc, $jsajax, $context, $nomen…
50 $ns,
99 //root ns (empty is not recognized..)
109 //root ns, #levels=1, js renderer
118 //root ns, #levels=2, all not js specific options (nocookie is from context)
127 //root ns, #levels=2, js renderer, all not js specific options
136 //root ns, #levels=1, all options
145 //root ns, #levels=1, js renderer, all options
154 //root ns, #levels=1, skipfile and ns
157 …kipfile+/(^myusers:spaces$|privatens:userss)/ skipns=/(^myusers:spaces$|privatens:users)/ id#ns}}",
[all …]
DAjaxRequestsTest.php69 AjaxRequestsTest::prepareParams(['ns' => 'ns2', 'level' => 1]),
74 AjaxRequestsTest::prepareParams(['ns' => 'ns2', 'level' => 1, 'sort' => 't']),
79 AjaxRequestsTest::prepareParams(['ns' => 'ns2', 'level' => 1, 'sort' => 'd']),
84 AjaxRequestsTest::prepareParams(['ns' => 'ns1', 'level' => 1, 'sort' => 't']),
89 … AjaxRequestsTest::prepareParams(['ns' => 'ns1', 'level' => 1, 'sort' => 't', 'nsort' => 1]),
135 'ns' => 'wiki',
/plugin/indexmenu/
Dscript.js19 // - http://example.doku/lib/exe/detail.php?id=test%3Aplugins&media=ns:image.jpg
20 // - http://example.doku/lib/exe/fetch.php?w=400&tok=097122&media=ns:image.jpg
22 // - http://example.doku/_detail/ns:image.jpg?id=test%3Aplugins
24 // - http://example.doku/_detail/ns/image.jpg?id=test%3Aplugins
199 //nopg marks parent ns node active, prevent to follow the url
243 ns: options.ns, property
248 … nons: options.opts.nons ? 1 : 0, //only init; without ns, no lower levels possible
250 … subnss: options.opts.subnss, //subns to open. Only on init array, later just current ns string
272 ns: node.key, // ns with trailing : property
353 // "ns": {name: "Namespace", icon: "", disabled: true},
[all …]
DSearch.php109 'key' => $item['id'] . ($item['type'] === 'f' ? '' : ':'), //ensure ns is unique
201 * @param string $ns
220 public function search($ns, $opts): array argument
232 $fsDir = "/" . utf8_encodeFN(str_replace(':', '/', $ns));
492 "/^" . (($ns = getNS($id)) === false ? '' : $ns) . "($|:.+)/i",
701 * @param string $ns namespace
708 public static function getNamespaceTitle($ns, $headpage, &$hns) argument
712 $title = noNS($ns);
720 $page = $ns . ":" . noNS($ns);
723 $page = $ns;
[all …]
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) argument
462 $ns = $idxm->parseNs(rawurldecode($ns));
480 $fsdir = "/" . utf8_encodeFN(str_replace(':', '/', $ns));
/plugin/indexmenu/scripts/
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': []};
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'] = {
Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
282 ns = jQuery('#namespace').val();
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
Dindexmenu.js71 this.name = name; // ns/page title
949 type = (node.isdir || node._hc) ? 'ns' : 'pg';
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.js6517 var ns = this.tree._ns;
6518 this.element.off(ns);
6519 this.tree.$container.off(ns);
6520 $(document).off(ns);
6527 ns = tree._ns;
6533 //alert("keydown" + ns + "foc=" + tree.hasFocus() + tree.$container);
6536 .on("focusin" + ns + " focusout" + ns, function (event) {
6592 "selectstart" + ns,
6600 .on("keydown" + ns, function (event) {
6635 .on("mousedown" + ns, function (event) {
[all …]
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.js6517 var ns = this.tree._ns;
6518 this.element.off(ns);
6519 this.tree.$container.off(ns);
6520 $(document).off(ns);
6527 ns = tree._ns;
6533 //alert("keydown" + ns + "foc=" + tree.hasFocus() + tree.$container);
6536 .on("focusin" + ns + " focusout" + ns, function (event) {
6592 "selectstart" + ns,
6600 .on("keydown" + ns, function (event) {
6635 .on("mousedown" + ns, function (event) {
[all …]
Djquery.fancytree-all-deps.js7978 var ns = this.tree._ns;
7979 this.element.off(ns);
7980 this.tree.$container.off(ns);
7981 $(document).off(ns);
7988 ns = tree._ns;
7994 //alert("keydown" + ns + "foc=" + tree.hasFocus() + tree.$container);
7997 .on("focusin" + ns + " focusout" + ns, function (event) {
8053 "selectstart" + ns,
8061 .on("keydown" + ns, function (event) {
8096 .on("mousedown" + ns, function (event) {
[all …]
Djquery.fancytree-all-deps.min.js.map1 …keVirtualFunction","_subclassObject","icons","tabbable","_bind","_unbind","ns","_ns","getNode","pr…