Home
last modified time | relevance | path

Searched refs:ns (Results 26 – 38 of 38) sorted by last modified time

12

/dokuwiki/inc/
H A DAjax.php69 $ns = getNS($id);
70 if ($ns) {
71 $name = noNS($id) . ' (' . $ns . ')';
196 $ns = cleanID($INPUT->post->str('ns'));
197 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
199 $lvl = count(explode(':', $ns));
219 $NS = cleanID($INPUT->post->str('ns'));
283 $NS = $INPUT->str('ns');
284 $ns
[all...]
H A Dmedia.php305 * @param string $ns target namespace
309 function media_upload_xhr($ns, $auth)
330 $ns . ':' . $id,
350 * @param string $ns target namespace
355 function media_upload($ns, $auth, $file = false)
387 $ns . ':' . $id,
703 * @param string $ns namespace
709 function media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false)
713 $ns = cleanID($ns);
298 media_upload_xhr($ns, $auth) global() argument
345 media_upload($ns, $auth, $file = false) global() argument
686 media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) global() argument
890 media_tab_files($ns, $auth = null, $jump = '') global() argument
910 media_tab_upload($ns, $auth = null, $jump = '') global() argument
930 media_tab_search($ns, $auth = null) global() argument
954 media_tab_view($image, $ns, $auth = null, $rev = '') global() argument
978 media_tab_edit($image, $ns, $auth = null) global() argument
996 media_tab_history($image, $ns, $auth = null) global() argument
1246 media_diff($image, $ns, $auth, $fromajax = false) global() argument
1274 media_file_diff($image, $l_rev, $r_rev, $ns, $auth, $fromajax) global() argument
1340 media_searchlist($query, $ns, $auth = null, $fullscreen = false, $sort = 'natural') global() argument
1468 media_uploadform($ns, $auth, $fullscreen = false) global() argument
1564 media_searchform($ns, $query = '', $fullscreen = false) global() argument
1596 media_nstree($ns) global() argument
[all...]
H A Dfulltext.php124 $ns = cleanID(substr($token, 3)) . ':';
127 if (strpos($id, $ns) === 0) {
288 if (count($parsedQuery['ns']) > 0) {
289 $ns = cleanID($parsedQuery['ns'][0]) . ':';
320 if (isset($ns)) {
322 if (strpos($p_id, $ns) !== 0) {
710 * @include:namespace (or ns:include:namespace)
711 * ^exclude:namespace (or -ns:exclude:namespace)
721 * this query is equivalent to [ -(-aa or -"bb cc" or -ns
938 ft_queryUnparser_simple(array $and, array $not, array $phrases, array $ns, array $notns) global() argument
[all...]
H A Dhtml.php374 * @param string $ns
377 function html_index($ns)
380 (new Index($ns))->show();
353 html_index($ns) global() argument
/dokuwiki/inc/lang/gl/
H A Dadminplugins.txt
H A Dbacklinks.txt
H A Dsubscr_list.txt
H A Dsubscr_digest.txt
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown118 2. In the `simplepie` directory, run `git shortlog -ns`
/dokuwiki/lib/plugins/popularity/lang/gl/
H A Dintro.txt
/dokuwiki/lib/plugins/acl/
H A Daction.php68 $ns = $INPUT->str('ns');
69 if ($ns == '*') {
70 $ns = '';
72 $ns = cleanID($ns);
73 $lvl = count(explode(':', $ns));
74 $ns = utf8_encodeFN(str_replace(':', '/', $ns));
76 $data = $acl->makeTree($ns,
[all...]
H A Dstyle.css105 background: transparent url(pix/ns.png) 0px 1px no-repeat;
109 background: transparent url(pix/ns.png) right 1px no-repeat;

12