Home
last modified time | relevance | path

Searched refs:ns (Results 376 – 400 of 527) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/feedback/
H A Dadmin.php39 $ns = trim($row['ns']);
40 if($ns != '*') $ns = cleanID($ns);
42 if(!$ns) continue;
43 $conf .= "$ns\t$mail\n";
/plugin/metaeditor/admin/
H A Deditor.php36 function recurseTree($ns) { argument
48 search($list,$conf['datadir'],'search_universal',$opts,$ns);
/plugin/timetrack/
H A Dhelper.php971 foreach($namespace as $ns) {
973 $ns = trim($ns,' :') . ':';
974 if (substr($pageid, 0, strlen($ns)) === $ns) {
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1096 var ns = top.getCurrentWikiNS() + ':';
1097 ns = ns.replace(/:$/,"");
1098 var regex = new RegExp(':?'+ ns+':');
1100 url = ns +':' + url;
1160 var ns = top.getCurrentWikiNS() + ':';
1161 ns = ns.replace(/:$/,"");
1162 var regex = new RegExp(':?'+ ns+':');
1164 data.url.url = ns +':' + data.url.url;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php250 $ns = "";
257 if(!$ns) {
258 $ns = $ns_tmp;
265 $ns = $ns_tmp;
271 if($ns) {
272 if(strpos($ns, ':')) {
273 return str_replace(':', '/', $ns);
278 return $ns;
H A Dcheck_acl.php74 $ns = getNS($id);
110 if($ns) {
111 $path = $ns.':*';
139 $ns = getNS($ns);
142 $path = $ns.':*';
/plugin/ckgdoku/action/
H A Dmeta.php345 foreach($ns_choices as $ns) {
346 $ns = trim($ns);
347 if(preg_match("/$ns/",$ID)) {
H A Dedit.php70 foreach($ns_choices as $ns) {
71 $ns = trim($ns);
72 if(preg_match("/$ns/",$_REQUEST['id']) || preg_match("/$ns/",$Fck_NmSp)) {
572 $ns = getNS($_COOKIE['FCK_NmSp']);
584 …$fbOptions = "filebrowserImageBrowseUrl: \"$doku_url/lib/exe/mediamanager.php?ns=$ns&edid=wiki__te…
585 …filebrowserBrowseUrl: \"$doku_url/lib/exe/mediamanager.php?ns=$ns&edid=wiki__text&onselect=ckg_edi…
/plugin/sneakyindexfix/
H A Daction.php70 $ns = getNS($id);
81 … $matches = preg_grep('/^'.preg_quote($ns, '/').':[\w:\*]+[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
/plugin/highlightparent/
H A Daction.php115 $ns = getNS($ID);
118 if ($ns === false) {
123 return $ns . ':' . $conf['start'];
126 return getNS($ns) . ':' . $conf['start'];
/plugin/indexmenu2/syntax/
H A Dindexmenu.php116 $n = str_replace('{{ns}}'," ".$data[0]." ",$n);
245 …$data,$conf['datadir'],"indexmenu_search_index",$opts,"/".utf8_encodeFN(str_replace(':','/',$ns)));
264 $data = array2tree($data,$ns);
273 if ($opts['js'] && !$opts['nons'] && !isset($opts['root']) && !$ns) {
/plugin/miniblog/helper/
H A Dentry.php16 public function entry_list($ns) { argument
20 search($pages, $conf['datadir'], 'search_pagename', array('query'=>'.txt'), $ns);
/plugin/backlinks2/
H A Dsyntax.php112 $backlinks = array_filter($backlinks, function($ns) use($filterNS) {
113 return stripos($ns, $filterNS, 0) !== 0;
117 $backlinks = array_filter($backlinks, function($ns) use($filterNS) {
118 return stripos($ns, $filterNS, 0) === 0;
/plugin/fullindex/
H A Daction.php54 search($data,$conf['datadir'],array(&$this,'search_fullindex'),array('ns' => $ns));
/plugin/partialsearch/
H A Drenderer.php40 $ns= $this->_replaceChars(getNS($id));
41 if (isset($ns) && $ns !== ''){
42 return '[' . ucwords($ns) . '] ' . ucfirst($title);
/plugin/xml/
H A Dhelper.php47 list($ns, $tag, $flags) = $data;
48 …$renderer->doc .= '<topic namespace="'.$ns.'" tags="'.$tag.'" flags="'.implode(' ',$flags).'" />'.…
/plugin/randominc/
H A Dsyntax.php42 function _randompage($ns, $depth=0) { argument
48 $ns = cleanID($ns);
51 if(empty($ns)) {
52 $ns = dirname(str_replace(':','/',$ID));
53 if($ns == '.') $ns ='';
56 $dir = $conf['datadir'].'/'.str_replace(':','/',$ns);
57 $ns = str_replace('/',':',$ns);
60 search($data,$dir,'search_allpages',array('ns' => $ns, 'depth' => $depth));
98 $ns=getNS($id.':dummy');
104 $page = $this->_randompage($ns, $flagsarray['depth']);
[all …]
/plugin/aclregex/
H A Daction.php171 $ns = getNS($id);
172 $path = $ns . ':*';
202 $ns = getNS($ns);
203 $path = $ns . ':*';
/plugin/fckg/action/
H A Dedit.php69 foreach($ns_choices as $ns) {
70 $ns = trim($ns);
71 if(preg_match("/$ns/",$_REQUEST['id']) || preg_match("/$ns/",$Fck_NmSp)) {
H A Dmeta.php53 foreach($ns_choices as $ns) {
54 $ns = trim($ns);
55 if(preg_match("/$ns/",$ID)) {
/plugin/fckg/fckeditor/
H A Dfckconfig.js441 var ns = "";
443 ns = top.getCurrentWikiNS();
446 return ns;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php266 $ns = "";
273 if(!$ns) {
274 $ns = $ns_tmp;
281 $ns = $ns_tmp;
287 if($ns) {
288 if(strpos($ns, ':')) {
289 return str_replace(':', '/', $ns);
294 return $ns;
H A Dcheck_acl.php67 $ns = getNS($id);
99 if($ns){
100 $path = $ns.':\*';
123 $ns = getNS($ns);
126 $path = $ns.':\*';
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js460 function checkForQueryString(ns) { argument
461 var elems = ns.split(/#/);
463 ns = elems[0];
466 if((matches=ns.match(/(.*?)\?(.*)$/))) {
471 var parts = ns.split(/&/);
474 ns = parts[0];
483 return ns;
616 var ns = setDokuNamespace(m[1]);
617 GetE("txtExternalMime").value = ns;
626 var ns = setDokuNamespace(m[1]);
[all …]
/plugin/datasearchform/
H A Daction.php65 $ns = cleanID($INPUT->str('ns'));
66 if($ns) {
69 $query .= ' @' . $ns;

1...<<11121314151617181920>>...22