/plugin/feedmod/ |
H A D | action.php | 62 $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 D | action.php | 50 $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 D | tag.php | 91 return cleanID(str_replace(':', '_', $entry)); 111 …y( "{TAG}", "{NAME}", "{RAW}" ), array( urlencode(cleanID($entry)), urlencode(cleanID($name)), cle…
|
/plugin/pagemove/ |
H A D | admin.php | 302 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 D | Directory.php | 37 $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 D | tree.php | 207 $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 D | action.php | 37 $ns = cleanID($INPUT->str('ns')); 73 if($info['id'] != cleanID($info['id'])){ 74 $id = cleanID($ns.':'.$info['id'],false,true);
|
/plugin/userhomepage/ |
H A D | action.php | 143 … $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 D | helper.php | 18 …$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 D | ajax.php | 25 $SNMPip = cleanID($_POST['SNMPip']); 26 $SNMPoid = cleanID($_POST['SNMPoid']);
|
/plugin/nssearch/ |
H A D | action.php | 34 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 D | example.php | 34 $id = cleanID($params['id']); 40 $id = cleanID($params['id']);
|
/plugin/randominc/ |
H A D | syntax.php | 39 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 D | handleselection.php | 108 $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 D | action.php | 169 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 D | helper.php | 53 $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 D | assignments.php | 35 $ans = ':' . cleanID($pattern) . ':'; 48 if (cleanID($pattern) == $page) {
|
/plugin/pagehere/ |
H A D | action.php | 21 $page = cleanID($_REQUEST['pagehere']); 27 $newpage = cleanID($ns.':'.$page);
|
/plugin/searchform/ |
H A D | action.php | 54 $ns = cleanID($INPUT->str('ns')); 61 $notns = cleanID($INPUT->str('-ns'));
|
/plugin/farmsync/meta/ |
H A D | EntityUpdates.php | 100 } 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 D | bpmnioeditor.php | 108 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 D | action.php | 41 $ID = cleanID($ID); 42 $section = cleanID($_REQUEST['totd']); // Not needed here, but in the plugin
|
/plugin/tipoftheday/syntax/ |
H A D | totd.php | 62 $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 D | helper.php | 190 '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 D | helper.php | 83 $id = cleanID($id); 168 $ans = ':' . cleanID($pattern) . ':'; 182 if (cleanID($pattern) == $id) {
|