Home
last modified time | relevance | path

Searched refs:cleanID (Results 51 – 75 of 315) sorted by relevance

12345678910>>...13

/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/html2pdf/snorriheim/
H A Dtpl_functions.php118 $svID = cleanID($ID);
197 print p_index_xhtml(cleanID($svID));
287 $ns = cleanID($ns);
/plugin/chat/
H A Dajax.php181 $pageId = cleanID($_POST['pageId']);
204 $pageId = cleanID($_POST['pageId']);
238 $pageId = cleanID($_POST['pageId']);
/plugin/tag/
H A Dhelper.php528 * callback: Cleans a tag using cleanID while preserving a possible prefix of + or -, and replace placeholders
537 return $prefix.cleanID($tag);
539 return cleanID($tag);
557 $name = cleanID($USERINFO['name']);
564 $group = cleanID($USERINFO['grps'][0]);
575 '@USER@' => cleanID($user),
/plugin/fblogin/files/
H A Dfacebook.class.php245 return cleanID(str_replace(':',$conf['sepchar'],$user));
253 return cleanID(str_replace(':',$conf['sepchar'],$group));
/plugin/bookcreator/action/
H A Dpagetools.php131 if(cleanID($this->getConf('book_page')) == $ID) {
157 return auth_quickaclcheck(cleanID($this->getConf('book_page'))) >= AUTH_READ;
/plugin/siteexport/action/
H A Dajax.php361 $PAGE = $this->functions->cleanID(str_replace(":", "/", $NS . ':' . $PAGE));
513 $ID = $this->functions->cleanID($ID);
539 …$fileName = $dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' …
762 $ID = $this->functions->cleanID($DATA[2], null, $ISMEDIA);
813 …n_array($matches[3], array('fetch', 'detail')) ? 'media' : 'id') . '=' . cleanID(str_replace('/', …
849 …$DATA[2] .= '.' . $this->functions->cleanID(preg_replace("/(=|\?|&)/", ".", $PARAMS)) . '.css'…
864 …$DATA[2] .= '.t.' . $this->functions->cleanID($_REQUEST['template']) . '.js'; // allways put param…
884 … $ID = $this->functions->cleanID(str_replace('/', ':', $DATA[2]), null, strstr($DATA[2], 'media'));
897 $ID = $this->functions->cleanID($DATA[2], null, strstr($DATA[2], 'id'));
916 $ID = $this->functions->cleanID($DATA[2], null, strstr($DATA[2], 'media'));
[all …]
/plugin/minimap/
H A Dsyntax.php336 $ns = ':' . cleanID($namespace);
373 } elseif (page_exists($id . noNS(cleanID($id)))) {
375 $homePageId = $id . noNS(cleanID($id));
/plugin/struct/meta/
H A DAssignments.php215 $page = cleanID($page);
293 $ans = ':' . cleanID($pattern) . ':';
304 } elseif (cleanID($pattern) == $page) {
H A DCSVPageImporter.php30 $pid = cleanID($values[0]);
131 $pid = cleanID($rawvalue);
/plugin/epub/scripts/
H A Depub_utils.php417 $user= cleanID(rawurldecode($_POST['client'])). '/';
420 $book_id = cleanID(rawurldecode($_POST['book_page']));
476 $epub_id = cleanID("epub:$user:$epub_file");
478 $id = cleanID(rawurldecode($_POST['book_page']));
684 if($user) $user=cleanID($user);
703 $id= cleanID(rawurldecode($id));
/plugin/wysiwyg/
H A Dajax.php58 $ID = cleanID($_REQUEST['id']);
72 $ID = cleanID($_REQUEST['id']);
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php57 $to = cleanID($to);
90 $id = cleanID($raw_id);
/plugin/ajaxedit/
H A Dhelper.php24 $ID=isset($_POST["pageid"])?cleanID($_POST["pageid"]):$ID;
63 $this->ID=cleanID(trim($_POST["pageid"]));
/plugin/struct/
H A Dremote.php46 $page = cleanID($page);
79 $page = cleanID($page);
/plugin/pagelist/
H A Dsyntax.php81 'section' => cleanID($section),
92 'section' => cleanID($section),
/plugin/livepreview/
H A Dlivepreview.php12 $ns = cleanID(preg_replace("#^.+?".$_SERVER['HTTP_HOST'].DOKU_BASE."#i","",$ns));
/plugin/dev/skel/
H A Dremote.php22 $id = cleanID($id);
/plugin/issuelinks/classes/
H A DIssue.php430 $status = cleanID($this->getStatus());
438 …$classes = 'issuelink ' . cleanID($this->getType()) . ($this->isMergeRequest ? ' mergerequest' : '…
476 return "<span class='mm__status " . cleanID($status) . "'>$status</span>";
509 if (!isset($typeIcon[cleanID($this->type)])) {
513 return DOKU_URL . '/lib/plugins/issuelinks/images/' . $typeIcon[cleanID($this->type)];
/plugin/combo/syntax/
H A Dminimap.php343 $ns = ':' . cleanID($namespace);
380 } elseif (page_exists($id . noNS(cleanID($id)))) {
382 $homePageId = $id . noNS(cleanID($id));
/plugin/dropfiles/action/
H A Dajax.php78 $id = cleanID($id);
147 $id = cleanID($filename);
/plugin/namespacesearch/
H A Dsyntax.php33 $ns = cleanID($ns);
117 $query2[] = trim(cleanID($namespace));
/plugin/drawio/
H A Daction.php61 $media_id = cleanID($media_id);
72 $id = cleanID($name);
/plugin/eventline/
H A DgetData.php9 $id = cleanID($_GET['id']);
/plugin/accscounter/
H A Dhelper.php26 $id = cleanID($id);

12345678910>>...13