| /plugin/pagesicon/ |
| H A D | helper.php | 22 $mediaID = cleanID((string)$this->getConf('default_image')); 29 $mediaID = cleanID($mediaID); 53 'target_page' => cleanID($targetPage), 55 'media_id' => cleanID($mediaID), 90 $name = cleanID($name); 206 $namespace = cleanID($namespace); 215 $leafPageID = cleanID($namespace . ':' . $pageID); 222 $startId = cleanID((string)$conf['start']); 285 $targetPage = cleanID($targetPage); 287 $targetPage = cleanID(getNS((string)$ID)); [all …]
|
| /plugin/feedmod/ |
| 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/ |
| 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/catmenu/helper/ |
| H A D | namespace.php | 83 $rel = cleanID(ltrim($expr, '~')); 85 return cleanID($base !== '' ? ($base . ':' . $rel) : $rel); 87 return cleanID($expr); 96 $targetPage = cleanID($targetPage); 97 $namespace = cleanID($namespace);
|
| /plugin/move/ |
| D | remote.php | 21 $fromId = cleanID($fromId); 22 $toId = cleanID($toId); 46 $fromId = cleanID($fromId); 47 $toId = cleanID($toId);
|
| /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/ |
| 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']… 683 …$oid['.:'.$matches[1].':'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link :… 684 …$oid['.'.$matches[1].':'.$link] = $replacementNamespace.(($cleanname == cleanID($link)) ? $link : … [all …]
|
| /plugin/userhomepage/ |
| D | action.php | 140 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.substr($this->privateNamespace()… 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)); 186 …$custom_page_id = cleanID(str_replace('.txt', '', str_replace('/', ':', str_replace('\\', ':', $fi… 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'))).':*'; [all …]
|
| 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/dirtylittlehelper/syntax/ |
| 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/webdav/core/DAV/Collection/Media/ |
| 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/visualindex/action/ |
| H A D | prosemirror.php | 62 $rel = cleanID(ltrim($expr, '~')); 64 return cleanID($base !== '' ? ($base . ':' . $rel) : $rel); 66 return cleanID($expr); 72 $targetPage = cleanID($targetPage); 73 $namespace = cleanID($namespace);
|
| /plugin/mediarename/ |
| 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/nssearch/ |
| 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/move/action/ |
| D | rename.php | 106 $src = cleanID($INPUT->str('id')); 107 $dst = cleanID($INPUT->str('newid')); 148 $src = cleanID($INPUT->str('src')); 149 $dst = cleanID($INPUT->str('dst'));
|
| /plugin/snmplive/ |
| D | ajax.php | 25 $SNMPip = cleanID($_POST['SNMPip']); 26 $SNMPoid = cleanID($_POST['SNMPoid']);
|
| /plugin/translation/ |
| 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),
|
| /plugin/randominc/ |
| 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/ |
| 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/components/ajax/ |
| D | example.php | 34 $id = cleanID($params['id']); 40 $id = cleanID($params['id']);
|
| /plugin/pagehere/ |
| D | action.php | 21 $page = cleanID($_REQUEST['pagehere']); 27 $newpage = cleanID($ns.':'.$page);
|
| /plugin/farmsync/meta/ |
| 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/ |
| 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/structpublish/helper/ |
| H A D | assignments.php | 37 $ans = ':' . cleanID($pattern) . ':'; 48 } elseif (cleanID($pattern) == $page) {
|
| /plugin/visualindex/syntax/ |
| H A D | visualindex.php | 95 $relativeNamespace = cleanID(ltrim($data['namespace'], '~')); 100 $namespace = cleanID($data['namespace']); 207 $defaultImage = cleanID((string)$this->getConf('default_image')); 216 $mediaID = cleanID((string)$mediaID); 298 'pageNamespace' => cleanID("$parentNamespace:$pageID"), 348 $childID = cleanID($childPathInfo['filename']); 349 $childNamespace = cleanID("$namespace:$childID");
|