Home
last modified time | relevance | path

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

12

/dokuwiki/inc/
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 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 Dauth.php744 $ns = getNS($id);
777 if ($ns) {
778 $path = $ns . ':*';
806 $ns = getNS($ns);
809 $path = $ns . ':*';
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 Dsearch.php125 * $opts['ns'] is the currently viewed namespace
141 $ns = $opts['ns'] ?? '';
148 'depth' => preg_match('#^' . preg_quote($file, '#') . '(/|$)#', '/' . $ns) ? 0 : -1,
514 $item['ns'] = getNS($item['id']);
554 if (!empty($opts['nsmatch']) && !preg_match('/' . $opts['nsmatch'] . '/', $item['ns'])) return $return;
H A Dtemplate.php298 'href' => DOKU_BASE . 'feed.php?mode=list&ns=' . (isset($INFO) ? $INFO['namespace'] : '')
1505 $ns = getNS($image);
1549 media_tab_view($image, $ns, null, $rev);
1551 media_tab_edit($image, $ns);
1553 media_tab_history($image, $ns);
/dokuwiki/lib/plugins/acl/
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;
H A Dscript.js32 current_ns: $frm.find('input[name=ns]').val(),
109 $frm.find('input[name=ns]').val('');
112 $frm.find('input[name=ns]').val(dw_acl.parseatt($link[0].search).ns);
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js190 button += '<input type="hidden" value="' + result.ns + '" name="ns">';
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown118 2. In the `simplepie` directory, run `git shortlog -ns`

12