Home
last modified time | relevance | path

Searched refs:ns (Results 1 – 25 of 38) sorted by relevance

12

/dokuwiki/inc/Ui/
H A DIndex.php12 protected $ns; variable in dokuwiki\\Ui\\Index
17 * @param string $ns namespace
19 public function __construct($ns = '') argument
21 $this->ns = $ns;
50 $ns = cleanID($this->ns);
51 if (empty($ns)) {
52 $ns = getNS($ID);
53 if ($ns
[all...]
H A DSearchState.php36 * @param string $ns the namespace to which to limit the search, falsy to remove the limitation
41 public function withNamespace($ns, array $notns = []) argument
44 $parsedQuery['ns'] = $ns ? [$ns] : [];
124 $parsedQuery['ns'],
H A DSubscribe.php43 echo '<code class="ns">' . hsc(prettyprint_id($sub['target'])) . '</code>';
71 $ns = getNS($ID) . ':';
74 $ns => '<code class="ns">' . prettyprint_id($ns) . '</code>',
H A DSearch.php297 $baseNS = empty($this->parsedQuery['ns']) ? '' : $this->parsedQuery['ns'][0];
324 foreach ($extraNS as $ns => $count) {
326 $label = $ns . ($count ? " <bdi>($count)</bdi>" : '');
328 if ($ns === $baseNS) {
332 $link = $this->searchState->withNamespace($ns)->getSearchLink($label);
485 if (!empty($parsedQuery['ns'])) {
486 $pagename .= ':' . cleanID($parsedQuery['ns'][0]);
512 if (!useHeading('navigation') && $ns = getNS($id)) {
513 $name = shorten(noNS($id), ' (' . $ns
628 restrictQueryToNSLink($ns) global() argument
[all...]
H A DMediaDiff.php126 $ns = getNS($this->id);
127 $auth = auth_quickaclcheck("$ns:*");
238 $ns = getNS($this->id);
239 $auth = auth_quickaclcheck("$ns:*");
/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 Dadmin.php22 protected $ns;
28 * $ns
71 if ($INPUT->str('ns') == '*') {
72 $this->ns = '*';
74 $this->ns = cleanID($INPUT->str('ns'));
81 } elseif ($this->ns) {
82 $this->current_item = ['id' => $this->ns, 'type' => 'd'];
111 if ($this->ns) {
112 if ($this->ns
20 protected $ns = null; global() variable in admin_plugin_acl
[all...]
/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 Dchangelog.php164 * @param string $ns restrict to given namespace argument
171 function getRecents($first, $num, $ns = '', $flags = 0)
207 $rec = _handleRecentLogLine(@$lines[$lines_position], $ns, $flags, $seen);
216 $ns,
266 * @param string $ns restrict to given namespace (optional)
273 function getRecentsSince($from, $to = null, $ns = '', $flags = 0)
297 $rec = _handleRecentLogLine($line, $ns, $flags, $seen);
323 * @param string $ns restrict to given namespace
328 function _handleRecentLogLine($line, $ns, $flags, &$seen)
352 if (($ns)
262 getRecentsSince($from, $to = null, $ns = '', $flags = 0) global() argument
314 _handleRecent($line, $ns, $flags, & $seen) global() argument
[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 Dpageutils.php505 * @param string $ns namespace which is context of id
510 function resolve_id($ns, $id, $clean = true)
524 $id = $ns . ':' . $id;
543 } elseif ($ns !== false && strpos($id, ':') === false) {
545 $id = $ns . ':' . $id;
555 * @param string $ns namespace which is context of id
562 function resolve_mediaid($ns, &$media, &$exists, $rev = '', $date_at = false)
565 $resolver = new MediaResolver("$ns:deprecated");
574 * @param string $ns namespace which is context of id argument
580 function resolve_pageid($ns,
504 resolve_id($ns, $id, $clean = true) global() argument
556 resolve_mediaid($ns, & $media, & $exists, $rev = '', $date_at = false) global() argument
[all...]
/dokuwiki/inc/lang/gl/
H A Dnorev.txt
H A Drevisions.txt
H A Dadminplugins.txt
H A Dbacklinks.txt
H A Dsubscr_form.txt
H A Dsubscr_list.txt
H A Dsubscr_digest.txt
H A Dsubscr_single.txt
/dokuwiki/lib/plugins/config/lang/gl/
H A Dintro.txt
/dokuwiki/inc/Ui/Media/
H A DDisplay.php67 * @param string|null $ns Use null to disable
69 public function relativeDisplay($ns) argument
71 $this->relativeDisplay = $ns;
/dokuwiki/inc/Remote/
H A DApiCore.php345 readNamespace($ns, $opts = array()) global() argument
425 listAttachments($ns, $options = array()) global() argument
/dokuwiki/inc/Action/
H A DSearch.php92 if (empty($parsedQuery['ns']) && empty($parsedQuery['notns'])) {
96 $ns = implode(':', array_slice($nsParts, 0, $conf['search_nslimit']));
97 $QUERY .= " @$ns";
110 if (strpos($part, 'ns:') === 0) {
116 if (strpos($part, '-ns:') === 0) {
/dokuwiki/lib/plugins/popularity/lang/gl/
H A Dintro.txt
/dokuwiki/lib/plugins/revert/lang/gl/
H A Dintro.txt

12