Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 6 of 6) sorted by relevance

/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); variable
/dokuwiki/_test/tests/inc/
H A Dcommon_mediainfo.test.php38 global $NS, $IMG;
39 $NS = '';
/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 Dtemplate.php1419 global $NS;
1446 media_filelist($NS, $AUTH, $JUMPTO, false, $sort);
1448 media_searchlist($INPUT->str('q'), $NS, $AUTH);
1468 global $NS;
1484 $tabTitle = $NS ?: '[' . $lang['mediaroot'] . ']';
1494 media_tab_files($NS, $AUTH, $JUMPTO);
1496 media_tab_upload($NS, $AUTH, $JUMPTO);
1498 media_tab_search($NS, $AUTH);
1590 global $NS;
1592 media_nstree($NS);
[all …]
H A Dcommon.php339 global $NS;
342 $info = basicinfo("$NS:*");
/dokuwiki/lib/scripts/
H A Dtoolbar.js155 DOKU_BASE+props.url+encodeURIComponent(NS)+'&edid='+encodeURIComponent(edid),