Home
last modified time | relevance | path

Searched refs:cleanID (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/plugin/feedmod/
H A Daction.php62 $id = cleanID(str_replace($base_url, '', $match[1]));
64 $id = cleanID($match[1]);
70 … $id = cleanID(str_replace('/',':',str_replace($base_url, '', $url['path'])));
72 $id = cleanID(str_replace('/',':', $url['path']));
79 $id = cleanID(str_replace($base_url, '', $match[1]));
81 $id = cleanID($match[1]);
/plugin/blog/
H A Daction.php50 $id = cleanID(str_replace($base_url, '', $match[1]));
52 $id = cleanID($match[1]);
58 $id = cleanID(str_replace('/',':',str_replace($base_url, '', $url['path'])));
60 $id = cleanID(str_replace('/',':', $url['path']));
67 $id = cleanID(str_replace($base_url, '', $match[1]));
69 $id = cleanID($match[1]);
90 $ns = cleanID($_REQUEST['ns']);
213 return cleanID(($ns ? $ns.':' : '').$pre.$title);
/plugin/tagsections/syntax/
H A Dtag.php91 return cleanID(str_replace(':', '_', $entry));
111 …y( "{TAG}", "{NAME}", "{RAW}" ), array( urlencode(cleanID($entry)), urlencode(cleanID($name)), cle…
/plugin/pagemove/
H A Dadmin.php302 if ( cleanID($this->opts['newnsname']) == '' ) {
339 if ( cleanID($this->opts['newname']) == '' ) {
352 if ( cleanID($this->opts['newns']) == '' ) {
519 $opts['new_id'] = cleanID($opts['newns'].':'.$opts['newname']);
647 $cleanname = cleanID($opts['newname']);
675 … $oid[$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname']);
676 …$oid['.:'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname'…
677 …$oid['.'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname']…
690 …$oid['..:'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname…
691 …$oid['..'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : $opts['newname'…
[all …]
/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/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/mediarename/
H A Daction.php37 $ns = cleanID($INPUT->str('ns'));
73 if($info['id'] != cleanID($info['id'])){
74 $id = cleanID($ns.':'.$info['id'],false,true);
/plugin/userhomepage/
H A Daction.php143 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
148 …$custom_page_id = cleanID(str_replace('.txt', '', str_replace('/', ':', str_replace('\\', ':', $fi…
182 $this->public_ns = cleanID(getNS($this->public_page));
249 $where = cleanID($this->getConf('users_namespace')).':%USER%:*';
256 $where = cleanID($this->getConf('users_namespace')).':*';
263 $where = cleanID($this->getConf('users_namespace')).':*';
276 $where = cleanID($this->getConf('public_pages_ns')).':%USER%';
311 … $where = cleanID(str_replace(':%NAME%:%START%', '', $this->getConf('public_pages_ns'))).':*';
318 … $where = cleanID(str_replace(':%NAME%:%START%', '', $this->getConf('public_pages_ns'))).':*';
388 $raw_string = cleanID($INFO['userinfo']['name']);
[all …]
H A Dhelper.php18 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.strtolower(substr($this->private…
21 … $this->private_ns = cleanID($this->getConf('users_namespace').':'. $this->privateNamespace());
40 return $this->public_page = cleanID($target);
230 $raw_string = cleanID($INFO['userinfo']['name']);
242 return cleanID($conf['start']);
/plugin/snmplive/
H A Dajax.php25 $SNMPip = cleanID($_POST['SNMPip']);
26 $SNMPoid = cleanID($_POST['SNMPoid']);
/plugin/nssearch/
H A Daction.php34 return preg_replace('/:.*$/', '', getNS(cleanID($id)));
39 $a = explode(':', getNS(cleanID($id)));
60 if ($ns.':' == substr(cleanID($a), 0, strlen($ns)+1))
/plugin/components/ajax/
H A Dexample.php34 $id = cleanID($params['id']);
40 $id = cleanID($params['id']);
/plugin/randominc/
H A Dsyntax.php39 return array($include, $id, cleanID($section), explode('&', $flags), $pos);
48 $ns = cleanID($ns);
229 '@USER@' => cleanID($user),
230 '@NAME@' => cleanID($INFO['userinfo']['name']),
231 '@GROUP@' => cleanID($group),
/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);
/plugin/translation/
H A Daction.php169 if (cleanID($translatedStartpage) !== cleanID($ID)) {
170 send_redirect(wl(cleanID($translatedStartpage), '', true));
193 'href' => wl(cleanID($translation), '', true),
203 'href' => wl(cleanID($defaultlink), '', true),
H A Dhelper.php53 $this->translationNs = cleanID($this->getConf('translationns'));
188 $about = cleanID($about);
284 $target = cleanID($target);
341 $orig = cleanID($orig);
374 $id = cleanID($id);
/plugin/structpublish/helper/
H A Dassignments.php35 $ans = ':' . cleanID($pattern) . ':';
48 if (cleanID($pattern) == $page) {
/plugin/pagehere/
H A Daction.php30 $page = cleanID($_REQUEST['pagehere']);
37 $newpage = cleanID($ns.':'.$page);
/plugin/searchform/
H A Daction.php54 $ns = cleanID($INPUT->str('ns'));
61 $notns = cleanID($INPUT->str('-ns'));
/plugin/farmsync/meta/
H A DEntityUpdates.php100 } elseif ($this->farm_util->remotePageExists($source, $page . noNS(cleanID($page)))) {
101 $page = $page . noNS(cleanID($page));
104 return cleanID($page);
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php108 if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $checkFor){
115 …if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $authLookup[$INPUT->str('typ…
127 $ID = cleanID($INPUT->str('name'));
/plugin/tipoftheday/
H A Daction.php41 $ID = cleanID($ID);
42 $section = cleanID($_REQUEST['totd']); // Not needed here, but in the plugin
/plugin/tipoftheday/syntax/
H A Dtotd.php62 $this->hasSections[] = cleanID($section); // Prevent selecting the same section again
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
105 if ( in_array(cleanID($ins[1][0]), $this->hasSections) ) { continue; }
/plugin/autotooltip/
H A Dhelper.php190 'title' => p_get_metadata(cleanID($id), 'title'),
191 'abstract' => p_get_metadata(cleanID($id), 'plugin_description keywords') ?: p_get_metadata(cleanID($id), 'description abstract')
/plugin/tplinc/
H A Dhelper.php83 $id = cleanID($id);
168 $ans = ':' . cleanID($pattern) . ':';
182 if (cleanID($pattern) == $id) {

12345678910>>...13