Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 5 of 5) sorted by path

/dokuwiki/inc/
H A DAjax.php216 global $NS;
219 $NS = cleanID($INPUT->post->str('ns'));
272 global $NS, $MSG, $INPUT;
283 $NS = $INPUT->str('ns');
284 $ns = $NS . ':' . getNS($id);
294 if (isset($_FILES['qqfile']['tmp_name'])) $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
295 if ($INPUT->get->has('qqfile')) $res = media_upload_xhr($NS, $AUTH);
300 'link' => media_managerURL(['ns' => $ns, 'image' => $NS . ':' . $id], '&'),
301 'id' => $NS . ':' . $id,
302 'ns' => $NS
[all...]
H A Dcommon.php335 global $NS;
338 $info = basicinfo("$NS:*");
1151 '@NS@',
H A Dtemplate.php376 $script = "var NS='" . (isset($INFO) ? $INFO['namespace'] : '') . "';";
1417 global $NS;
1444 media_filelist($NS, $AUTH, $JUMPTO, false, $sort);
1446 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1466 global $NS;
1482 $tabTitle = $NS ?: '[' . $lang['mediaroot'] . ']';
1492 media_tab_files($NS, $AUTH, $JUMPTO);
1494 media_tab_upload($NS, $AUTH, $JUMPTO);
1496 media_tab_search($NS, $AUTH);
1588 global $NS;
[all...]
/dokuwiki/lib/exe/
H A Dmediamanager.php25 $NS = getNS($DEL); variable
28 $NS = getNS($IMG); variable
31 $NS = getNS($IMG); variable
33 $NS = cleanID($INPUT->str('ns')); variable
60 $JUMPTO = media_upload($NS, $AUTH);
87 $JUMPTO = media_upload($NS, $AUTH);
88 if ($JUMPTO) $NS = getNS($JUMPTO);
86 if($JUMPTO) $NS = getNS($JUMPTO); global() variable
/dokuwiki/lib/scripts/
H A Dtoolbar.js155 DOKU_BASE+props.url+encodeURIComponent(NS)+'&edid='+encodeURIComponent(edid),