Home
last modified time | relevance | path

Searched refs:addslashes (Results 1 – 25 of 47) sorted by path

12

/plugin/authdrupal7/
H A Dauth.php393 $string = addslashes($string);
/plugin/authdrupal8/
H A Dauth.php387 $string = addslashes($string);
/plugin/authsqlite/
H A Dauth.php209 $sql = str_replace('%{uid}', addslashes($uid), $sql);
211 $sql = str_replace('%{user}', addslashes($user), $sql);
212 $sql = str_replace('%{gid}', addslashes($gid), $sql);
213 $sql = str_replace('%{group}', addslashes($group), $sql);
220 $sql = str_replace('%{gid}', addslashes($gid), $this->conf['delGroup']);
221 $sql = str_replace('%{group}', addslashes($group), $sql);
252 $sql = str_replace('%{user}', addslashes($user), $this->conf['addUser']);
253 $sql = str_replace('%{pass}', addslashes($pwd), $sql);
254 $sql = str_replace('%{name}', addslashes($name), $sql);
255 $sql = str_replace('%{email}', addslashes($mail), $sql);
[all …]
/plugin/authucenter/lib/api/
H A Duc.php210 …= preg_replace("/define\('UC_API',\s*'.*?'\);/i", "define('UC_API', '".addslashes($UC_API)."');", …
/plugin/authucenter/lib/uc_client/
H A Dclient.php33 $string = addslashes($strip ? stripslashes($string) : $string);
/plugin/authucenter/lib/uc_client/control/
H A Duser.php246 $username = addslashes(trim(stripslashes($username)));
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php144 $s .= $sep.addslashes($k).UC_ARRAY_SEP_1.$v;
H A Dnote.php83 $getdata = addslashes($getdata);
84 $postdata = addslashes($postdata);
H A Dpm.php236 $lastmessage = addslashes(serialize($lastmessage));
264 $lastmessage = addslashes(serialize($lastmessage));
336 $lastmessage = addslashes(serialize($lastmessage));
345 $lastmessage = addslashes(serialize($lastmessage));
768 $usernames[addslashes($data['username'])] = addslashes($data['username']);
773 …$blackls = addslashes($this->db->result_first("SELECT blacklist FROM ".UC_DBTABLEPRE."memberfields…
788 …$blackls = addslashes($this->db->result_first("SELECT blacklist FROM ".UC_DBTABLEPRE."memberfields…
792 …$blackls = addslashes($this->db->result_first("SELECT blacklist FROM ".UC_DBTABLEPRE."memberfields…
H A Dtag.php41 $data[0] = addslashes($data[0]);
49 $datanew = addslashes($tmp[0]['type']."\t".implode("\t", $datanew));
/plugin/bibtex/OSBib/create/
H A DINIT.php67 return addslashes($element);
/plugin/codemirror/dist/modes/
H A Ddjango.min.js.map1 …im\", \"endverbatim\", \"widthratio\"],\n filters = [\"add\", \"addslashes\", \"capfirst\",…
H A Dphp.min.js.map1 …rd_count strcoll substr substr_replace quotemeta ucfirst ucwords strtr addslashes addcslashes rtri…
/plugin/disqus/
H A Dsyntax.php77 $doc .= "var disqus_title = '".addslashes($INFO['meta']['title'])."';\n";
78 $doc .= "var disqus_message = '".addslashes($INFO['meta']['abstract'])."';\n";
/plugin/freechat/phpfreechat/src/commands/
H A Dasknick.class.php37 …$xml_reponse->script("var newnick = prompt('".addslashes($msg)."', '".addslashes($nicktochange)."'…
H A Dbanlist.class.php42 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".addslashes($msg)."');");
H A Dconnect.class.php82 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".addslashes($nick)."'));…
86 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', Array('".addslashes($nick)."'));…
H A Ddebug.class.php16 $msg = str_replace("\n","",addslashes(nl2br($msg)));
24 $msg = str_replace("\n","",addslashes(nl2br($msg)));
31 $msg = str_replace("\n","",addslashes(nl2br($msg)));
H A Derror.class.php16 …$xml_reponse->script("pfc.setError('".addslashes(stripslashes($error_str))."', Array(".$error_ids.…
19 $xml_reponse->script("pfc.setError('".addslashes(stripslashes($errors))."', Array());");
H A Djoin.class.php65 …pt("pfc.handleResponse('".$this->name."', 'ok', Array('".$chanid."','".addslashes($channame)."'));…
H A Dnick.class.php68 $xml_reponse->script("pfc.handleResponse('nick', 'changed', '".addslashes($newnick)."');");
83 $xml_reponse->script("pfc.handleResponse('nick', 'connected', '".addslashes($newnick)."');");
H A Dprivmsg.class.php73 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'unknown', Array('".addslashes($pvname…
115 ….handleResponse('".$this->name."', 'ok', Array('".$pvrecipientid."','".addslashes($pvname)."'));")…
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php166 …ue`, `timestamp`) VALUES('$server', '$group', '$subgroup', '$leaf', '".addslashes($leafvalue)."', …
167 …$sql_update="UPDATE ".$c->container_cfg_mysql_table." SET `leafvalue`='".addslashes($leafvalue)."'…
309 return addslashes(urlencode($str));
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1024 $result[$smiley_file][] = htmlspecialchars(addslashes($str));
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php68 …$xml_reponse->script("alert('".addslashes(_pfc("You are not allowed to run '%s' command", $this->n…
90 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'ban', '".addslashes($msg)."');");
100 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'frozen', '".addslashes($msg)."')…

12