Home
last modified time | relevance | path

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

12

/dokuwiki/
H A Dfeed.php
/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/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 Dauth.php744 $ns = getNS($id);
777 if ($ns) {
778 $path = $ns . ':*';
806 $ns = getNS($ns);
809 $path = $ns . ':*';
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 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
H A Dio.php19 * $data[0] ns: The colon separated namespace path minus the trailing page name.
64 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
196 * $data[1] ns: The colon separated namespace path minus the trailing page name. (false if root ns)
477 * $data[0] ns: The colon separated namespace path minus the trailing page name.
496 $ns = $id;
497 $tmp = dirname($file = call_user_func($types[$ns_type], $ns));
500 $ns = implode(':', $ns_stack);
501 if (strlen($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...]
/dokuwiki/inc/Remote/
H A DApiCore.php345 readNamespace($ns, $opts = array()) global() argument
425 listAttachments($ns, $options = array()) global() argument
/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 DMediaDiff.php126 $ns = getNS($this->id);
127 $auth = auth_quickaclcheck("$ns:*");
238 $ns = getNS($this->id);
239 $auth = auth_quickaclcheck("$ns:*");
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 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>',
/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/lang/gl/
H A Dadminplugins.txt
H A Dbacklinks.txt
H A Dnorev.txt
H A Drevisions.txt
H A Dstopwords.txt
H A Dsubscr_digest.txt
H A Dsubscr_form.txt
H A Dsubscr_list.txt
H A Dsubscr_single.txt

12