Home
last modified time | relevance | path

Searched refs:sepchar (Results 1 – 14 of 14) sorted by relevance

/plugin/btable/
H A Dexport.php96 $sepchar = $conf['sepchar'];
98 $sepcharpat = '#\\'.$sepchar.'+#';
108 $id = strtr($id,'/',$sepchar);
115 $id = utf8_stripspecials($id,$sepchar,'\*');
120 $id = preg_replace($sepcharpat,$sepchar,$id);
/plugin/btable2/
H A Dexport.php96 $sepchar = $conf['sepchar'];
98 $sepcharpat = '#\\'.$sepchar.'+#';
108 $id = strtr($id,'/',$sepchar);
115 $id = utf8_stripspecials($id,$sepchar,'\*');
120 $id = preg_replace($sepcharpat,$sepchar,$id);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php202 $sepchar = $dwfck_conf['sepchar'];
204 $sepcharpat = '#\\'.$sepchar.'+#';
214 $id = strtr($id,'/',$sepchar);
221 $id = utf8_stripspecials($id,$sepchar,'\*');
226 $id = preg_replace($sepcharpat,$sepchar,$id);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php233 $sepchar = $dwfck_conf['sepchar'];
235 $sepcharpat = '#\\'.$sepchar.'+#';
245 $id = strtr($id,'/',$sepchar);
252 $id = utf8_stripspecials($id,$sepchar,'\*');
257 $id = preg_replace($sepcharpat,$sepchar,$id);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php233 $sepchar = $dwfck_conf['sepchar'];
235 $sepcharpat = '#\\'.$sepchar.'+#';
253 $id = utf8_stripspecials($id,$sepchar,'\*');
258 $id = preg_replace($sepcharpat,$sepchar,$id);
/plugin/siteexport/inc/
H A Dfunctions.php172 $sepchar = $conf['sepchar'];
174 $sepcharpat = '#\\' . $sepchar . '+#';
184 $id = strtr($id, '/', $sepchar);
196 $id = utf8_stripspecials($id, $sepchar, '\*');
202 $id = preg_replace($sepcharpat, $sepchar, $id);
/plugin/indexmenu/scripts/
H A Dindexmenu.js119 sepchar: ':', // value ':', ';' or '/' (set in page)
204 this.pageid = this.pageid.replace(/:/g,this.config.sepchar);
610 r = new RegExp("\\b" + this.config.sepchar + "\\b", "g");
613 t = cns.split(this.config.sepchar);
614 n = (this.aNodes[0].dokuid === '') ? 0 : this.aNodes[0].dokuid.split(this.config.sepchar).length;
616 cnsa = t.join(this.config.sepchar);
881 curns = this.pageid.substring(0, this.pageid.lastIndexOf(this.config.sepchar));
79 sepchar: ':', // value ':', ';' or '/' (set in page) global() property in dTree.config
H A Dcontextmenu.local.js.example22 //indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']);
50 * - IndexmenuContextmenu.srchpage(urlbase, sepchar, isdir, dokuid)
52 * - IndexmenuContextmenu.reqpage(urlbase, sepchar, dokuid, pagename)
53 * - IndexmenuContextmenu.insertTags(dokuid, sepchar)
/plugin/menuext/
H A DMenuExtItem.php92 $page = strtr($file, $conf['sepchar'], ' ');
/plugin/tindexmenu/
H A Dindexmenu-full.js56 sepchar : ':', property in dTree.config
452 r = new RegExp("\\b" + this.config.sepchar + "\\b", "g");
455 t = cns.split(this.config.sepchar);
457 .split(this.config.sepchar).length;
459 cnsa = t.join(this.config.sepchar);
677 .lastIndexOf(this.config.sepchar));
H A Dindexmenu.js26 …"lib/plugins/indexmenu",useCookies:!0,scroll:!0,toc:!0,maxjs:1,jsajax:"",sepchar:":",theme:c};var … property in dTree.config
45sepchar+"\\b","g"))||-1;0<a&&c.length>=a&&(b=e.split(this.config.sepchar),c=""==this.aNodes[0].dok…
55 …ig.jsajax);b=this.pageid.substring(0,this.pageid.lastIndexOf(this.config.sepchar));e.encodeURIStri…
/plugin/tindexmenu/syntax/
H A Dindexmenu.php325 $sepchar = idfilter(':');
327 $out .= "$js_name.config.sepchar='".$sepchar."';\n";
/plugin/authyubikey/
H A Dauth.php.org303 return cleanID(str_replace(':', $conf['sepchar'], $user));
314 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/indexmenu/syntax/
H A Dindexmenu.php613 $sepchar = idfilter(':', false);
615 $out .= "$js_name.config.sepchar='" . $sepchar . "';\n";