Home
last modified time | relevance | path

Searched refs:cleanID (Results 26 – 50 of 315) sorted by relevance

12345678910>>...13

/plugin/do/
H A Daction.php59 $id = cleanID($_REQUEST['do_page']);
86 $page = cleanID($_REQUEST['do_page']);
136 $pageid = cleanID($_REQUEST['do_page']);
/plugin/struct/meta/
H A DCSVSerialImporter.php28 $pid = cleanID($values[0]);
77 $pid = cleanID($rawvalue);
/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));
/plugin/translation3/
H A Dhelper.php44 $this->tns = cleanID($this->getConf('translationns'));
143 $link = cleanID($link);
220 $link = cleanID($link);
295 $link = cleanID($link);
413 $orig = cleanID($orig);
/plugin/autotranslation/
H A Dhelper.php94 $tns = cleanID(trim($tns));
214 $about = cleanID($about);
350 $link = cleanID($link);
445 $orig = cleanID($orig);
470 $id = cleanID($id);
493 $link = cleanID($link);
/plugin/magento/
H A Dauth.php284 return cleanID( str_replace( ':', $this->getConf['sepchar'], $user ) );
302 return cleanID( str_replace(':', $this->getConf['sepchar'], $group ) );
356 $first_last = cleanID( $first_last );
358 $last_first = cleanID( $last_first );
421 $user_id = cleanID( $user_id );
573 $name = cleanID( $row['groups'] );
651 $name = cleanID( $name );
/plugin/jsonrpc/
H A Djsonrpc.php125 $id = cleanID($id);
139 $id = cleanID($id);
199 $ns = cleanID($ns);
212 $ns = cleanID($ns);
247 $searchStr = cleanID($searchString);
303 $id = cleanID($id);
387 $id = cleanID($id);
495 $ins = p_cached_instructions(wikiFN(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/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
99 $idx = cleanID(getNS($crumbId));
155 $idx = cleanID($_POST['idx']);
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
98 $idx = cleanID(getNS($crumbId));
154 $idx = cleanID($_POST['idx']);
/plugin/tindexmenu/
H A Dajax.php97 $id=cleanID($id);
140 $id=cleanID($_POST['id']);
163 $nss= ($_REQUEST['nss']) ? cleanID($_REQUEST['nss']) : '';
/plugin/indexmenu/
H A Dajax.php
/plugin/bootswrapper/exe/
H A Dpopup.php53 $NS = cleanID($INPUT->str('ns'));
100 …echo '<link href="' . tpl_basedir() . 'css.php?id='. cleanID("$NS:start") .'" rel="stylesheet" />';
/plugin/recommend/helper/
H A Dassignment.php85 $ans = ':' . cleanID($pattern) . ':';
98 if (cleanID($pattern) == $page) {
/plugin/webcode/_test/
H A Ddokuwiki.test.php29 $this->cleanPageId = cleanID(SELF::pageId);
30 $this->cleanWebCodeId = cleanID(SELF::webCodeUniqueId);
/plugin/mediasyntax/
H A Daction.php93 $event->data->addHidden('redirect_id', cleanID($_REQUEST['redirect_id']));
104 $event->data['id'] = cleanID($_REQUEST['redirect_id']);
171 $page = cleanID($this->helper->_apply_macro($page));
H A Dhelper.php182 $ns = str_replace(':', '/', cleanID($ins[$i][1][1][1]));
230 $page = cleanID($this->_apply_macro($ins[$i][1][1][1]));
549 if (cleanID($ins[$i][1][0]) == $sect) {
604 '@USER@' => cleanID($user),
605 '@NAME@' => cleanID($INFO['userinfo']['name']),
606 '@GROUP@' => cleanID($group),
/plugin/linkmanager/
H A Dfunctions.php30 $ns = cleanID($NS);
49 $ns = cleanID($ns);
163 $ns = cleanID($ns);
/plugin/extendpage/meta/
H A DAssignments.php195 $page = cleanID($page);
248 $ans = ':' . cleanID($pattern) . ':';
261 if (cleanID($pattern) == $page) {
/plugin/struct/types/
H A DPage.php61 return cleanID($page) . (strlen(cleanID($fragment)) > 0 ? '#' . cleanID($fragment) : '');
/plugin/btable/
H A Dexport.php84 function cleanID($raw_id,$ascii=false){ function
142 $id = cleanID($id);
/plugin/btable2/
H A Dexport.php84 function cleanID($raw_id,$ascii=false){ function
142 $id = cleanID($id);
/plugin/move/action/
H A Drename.php92 $src = cleanID($INPUT->str('id'));
93 $dst = cleanID($INPUT->str('newid'));
/plugin/diagrams/action/
H A Dmediafile.php65 $image = cleanID($image);
94 $file = mediaFN(cleanID($diagram));

12345678910>>...13