Home
last modified time | relevance | path

Searched refs:cleanID (Results 126 – 150 of 315) sorted by last modified time

12345678910>>...13

/plugin/iptrust2/
H A Daction.php106 $id = cleanID($id);
/plugin/diagramsnet/
H A Dsyntax.php84 if(auth_quickaclcheck(cleanID($data['src'])) >= AUTH_DELETE) {
99 if(auth_quickaclcheck(cleanID($data['src'])) >= AUTH_READ) {
H A Daction.php48 if ($action == 'save' && auth_quickaclcheck(cleanID($data)) >= AUTH_DELETE) {
93 if($action == 'get' && auth_quickaclcheck(cleanID($data)) >= AUTH_READ) {
/plugin/ajaxedit/
H A Dhelper.php24 $ID=isset($_POST["pageid"])?cleanID($_POST["pageid"]):$ID;
63 $this->ID=cleanID(trim($_POST["pageid"]));
/plugin/meta/
H A Dsyntax.php92 … $renderer->meta[$key][$subkey][cleanID($subvalue)] = @file_exists(mediaFN($subvalue));
100 … $renderer->meta[$key][$subkey][cleanID($subvalue)] = page_exists($subvalue);
/plugin/authremoteuser/
H A Dauth.php326 return cleanID(str_replace(':', $conf['sepchar'], $user));
337 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/userpagecreate/
H A Daction.php99 $tpl_name = cleanID($t_page['id']);
/plugin/refnotes/
H A Daction.php536 $destination = wikiFN(cleanID($namespace . ':template'));
/plugin/dirtylittlehelper/syntax/
H A Dtree.php207 $ns = cleanID($ns);
243 $svID = cleanID($dlh_target);
245 $svID = cleanID(':');
250 $this->dlh_tree_html .= $this->dlh_dokubook_p_index_xhtml(cleanID($svID));
/plugin/searchform/
H A Daction.php54 $ns = cleanID($INPUT->str('ns'));
61 $notns = cleanID($INPUT->str('-ns'));
H A Dsyntax.php58 $options['namespace'] = cleanID($value);
/plugin/schedule/syntax/
H A Dblock.php85 $ns = cleanID ($ns);
/plugin/bookcreator/syntax/
H A Dbookmanager.php367 $ns = cleanID($this->getConf('save_namespace'));
375 $ns = cleanID($this->getConf('save_namespace'));
H A Dexportsaved.php67 $savedSelectionPageid = cleanID($ns . ":" . $savedSelectionPage);
/plugin/bookcreator/action/
H A Dhandleselection.php108 $page = cleanID($pageid);
186 $save_pageid = cleanID($this->getConf('save_namespace') . ":" . $savedSelectionName);
211 $pageid = cleanID($this->getConf('save_namespace') . ":" . $page);
231 $pageid = cleanID($this->getConf('save_namespace') . ":" . $page);
276 $id = cleanID($id);
H A Dpagetools.php131 if(cleanID($this->getConf('book_page')) == $ID) {
157 return auth_quickaclcheck(cleanID($this->getConf('book_page'))) >= AUTH_READ;
/plugin/goto/
H A Dsyntax.php85 $url .= '#'.cleanID($urlArr[1]);
/plugin/extendpage/meta/
H A DAssignments.php195 $page = cleanID($page);
248 $ans = ':' . cleanID($pattern) . ':';
261 if (cleanID($pattern) == $page) {
/plugin/drawio/
H A Daction.php61 $media_id = cleanID($media_id);
72 $id = cleanID($name);
/plugin/structupdate/helper/
H A Dupdate.php62 $page = cleanID($page_row_id);
/plugin/qc/action/
H A Dajax.php40 $id = cleanID($INPUT->str('id'));
/plugin/webcode/_test/
H A Ddokuwiki.test.php29 $this->cleanPageId = cleanID(SELF::pageId);
30 $this->cleanWebCodeId = cleanID(SELF::webCodeUniqueId);
/plugin/aclplusregex/
H A Daction.php204 $result[] = $this->cleanID(explode("\n", $match)[0]);
302 * Applies cleanID to each separate part of the ID
309 * @see \cleanID() function in action_plugin_aclplusregex
311 protected function cleanID($id)
320 $parts[$i] = cleanID($parts[$i]);
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php37 $id = cleanID($this->info['ns'] . ':' . $sanitized_name);
38 $fake_id = cleanID("$id:fake"); //add fake pageid
71 $info['id'] = $this->info['id'] . ':' . cleanID($name);
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php40 $name = cleanID($this->info['ns'] . ':' . $name . ':fake'); //add fake pageid
68 $id = $this->info['ns'] . ':' . preg_replace('#\.txt$#', '', cleanID($name));

12345678910>>...13