Home
last modified time | relevance | path

Searched refs:cleanID (Results 276 – 300 of 315) sorted by last modified time

1...<<111213

/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/authhiorgserver/
H A Dauth.php397 return cleanID(str_replace(':', $conf['sepchar'], $user));
415 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/xslfo/
H A Daction.php241 $filename = rawurlencode(cleanID(strtr($title, ':/;"', ' ')));
/plugin/searchformgoto/
H A Dhelper.php34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
/plugin/sqlraw/
H A Dsyntax.php300 $opt['file'] = cleanID($url);
/plugin/dokutexit/
H A Dconfig.php46 $this->id = cleanID($id);
47 $this->ns = getNS(cleanID($id));
H A Dtexitrender.php51 $this->_pageid = cleanID($pageid);
H A Dlatex.php76 $cleanid = noNS(cleanID($this->info['current_id'], TRUE));
133 $cleanid = noNS(cleanID($text, TRUE));
427 $cleanid = noNS(cleanID($hash, TRUE));
449 $cleanid = noNS(cleanID($section, TRUE));
451 $cleanid = noNS(cleanID($id, TRUE));
1478 $title = str_replace(':','',cleanID($title,true)); //force ASCII
/plugin/eventline/
H A DgetData.php9 $id = cleanID($_GET['id']);
/plugin/tindexmenu/inc/
H A Drepo.class.php13 $file=cleanID($file);
/plugin/tindexmenu/
H A Dajax.php97 $id=cleanID($id);
140 $id=cleanID($_POST['id']);
163 $nss= ($_REQUEST['nss']) ? cleanID($_REQUEST['nss']) : '';
/plugin/tindexmenu/syntax/
H A Dindexmenu.php229 $n = str_replace('{{ns}}',cleanID($data[0]),$n);
333 $out .= $js_name.".add('".idfilter(cleanID($ns))."',0,-1,'".$title."'";
334 if ($hns) $out .= ",'".idfilter(cleanID($hns))."'";
570 if (noNS($id)==cleanID($hp)) return false;
/plugin/fblogin/files/
H A Dfacebook.class.php245 return cleanID(str_replace(':',$conf['sepchar'],$user));
253 return cleanID(str_replace(':',$conf['sepchar'],$group));
/plugin/preservefilenames/
H A Daction_angua.php184 $NS = cleanID($_POST['ns']);
209 if ($_REQUEST['image']) $image = cleanID($_REQUEST['image']);
306 $ns = cleanID($ns);
H A Daction_anteater.php292 $pageid = cleanID($filename);
325 $pageid = cleanID($filename);
388 $ns = cleanID($_POST['ns']);
/plugin/rack/
H A Dsyntax.php178 $item['link']=wl(cleanID(preg_replace( '/^\[\[([^]|]+).*/', '$1', $item['link'] )));
/plugin/semanticdata/syntax/
H A Dtable.php141 $data['page'] = cleanID($line[1]);
/plugin/semanticdata/
H A Daction.php153 stripos($id, cleanID($search)) === false &&
/plugin/mindmap/
H A Dsyntax.php472 $mid = cleanID($mid);
/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/autlogin/
H A Dajax.php38 $ns = cleanID($ns);
/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/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/swfobject/
H A Dsyntax.php92 $value = ml(cleanID($value));
/plugin/sidebarng/
H A Daction.php174 … if(@page_exists($group_sb) && auth_quickaclcheck(cleanID($group_sb)) >= AUTH_READ) {
183 … if(@page_exists($group_sb) && auth_quickaclcheck(cleanID($group_sb)) >= AUTH_READ) {

1...<<111213