| /plugin/supa/action/ |
| D | action.php | 45 echo " '".addslashes(getSecurityToken())."',\n"; 46 echo " '".addslashes($this->getConf("previewscaler"))."',\n"; 47 echo " '".addslashes($this->getConf("previewwidth"))."',\n"; 48 echo " '".addslashes($this->getConf("previewheight"))."',\n"; 49 echo " '".addslashes(hsc($NS))."',\n"; 50 echo " '".addslashes($default_filename)."'\n";
|
| /plugin/authsqlite/ |
| D | auth.php | 197 $sql = str_replace('%{group}', addslashes($group), $this->conf['addGroup']); 209 $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); [all …]
|
| /plugin/freechat/phpfreechat/src/commands/ |
| D | debug.class.php | 16 $msg = str_replace("\n","",addslashes(nl2br($msg))); 24 $msg = str_replace("\n","",addslashes(nl2br($msg))); 31 $msg = str_replace("\n","",addslashes(nl2br($msg)));
|
| D | error.class.php | 16 …$xml_reponse->script("pfc.setError('".addslashes(stripslashes($error_str))."', Array(".$error_ids.… 19 $xml_reponse->script("pfc.setError('".addslashes(stripslashes($errors))."', Array());");
|
| D | asknick.class.php | 37 …$xml_reponse->script("var newnick = prompt('".addslashes($msg)."', '".addslashes($nicktochange)."'…
|
| D | nick.class.php | 68 $xml_reponse->script("pfc.handleResponse('nick', 'changed', '".addslashes($newnick)."');"); 83 $xml_reponse->script("pfc.handleResponse('nick', 'connected', '".addslashes($newnick)."');");
|
| D | privmsg.class.php | 73 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'unknown', Array('".addslashes($pvname… 115 ….handleResponse('".$this->name."', 'ok', Array('".$pvrecipientid."','".addslashes($pvname)."'));")…
|
| D | connect.class.php | 82 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".addslashes($nick)."'));… 86 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', Array('".addslashes($nick)."'));…
|
| D | banlist.class.php | 42 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".addslashes($msg)."');");
|
| D | join.class.php | 65 …pt("pfc.handleResponse('".$this->name."', 'ok', Array('".$chanid."','".addslashes($channame)."'));…
|
| /plugin/freechat/phpfreechat/src/proxies/ |
| D | checknickchange.class.php | 60 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'nick', '".addslashes($msg)."');"… 70 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'notchanged', '".addslashes($newnick).… 80 … $xml_reponse->script("pfc.handleResponse('nick', 'notallowed', '".addslashes($newnick)."');"); 82 $xml_reponse->script("pfc.handleResponse('nick', 'isused', '".addslashes($newnick)."');");
|
| D | auth.class.php | 68 …$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)."')…
|
| D | noflood.class.php | 76 $xml_reponse->script("alert('".addslashes($msg)."');");
|
| /plugin/disqus/ |
| D | syntax.php | 77 $doc .= "var disqus_title = '".addslashes($INFO['meta']['title'])."';\n"; 78 $doc .= "var disqus_message = '".addslashes($INFO['meta']['abstract'])."';\n";
|
| /plugin/authucenter/lib/uc_client/model/ |
| D | tag.php | 41 $data[0] = addslashes($data[0]); 49 $datanew = addslashes($tmp[0]['type']."\t".implode("\t", $datanew));
|
| D | pm.php | 236 $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…
|
| D | note.php | 83 $getdata = addslashes($getdata); 84 $postdata = addslashes($postdata);
|
| /plugin/freechat/phpfreechat/src/containers/ |
| D | mysql.class.php | 166 …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/bibtex/OSBib/create/ |
| D | INIT.php | 67 return addslashes($element);
|
| /plugin/sketchcanvas/ |
| D | CanvasElement.php | 50 … $escText = '"' . str_replace(array("\r", "\n"), array('\r', '\n'), addslashes($this->text)) . '"';
|
| /plugin/miniblog/syntax/ |
| D | comment.php | 43 'disqus_title' => addslashes($INFO['meta']['title']),
|
| /plugin/searchtablejs/TableFilter_EN/ |
| D | actb.js | 109 String.prototype.addslashes = function(){ method in String 202 var t = actb_delimwords[actb_cdelimword].trim().addslashes(); 205 var t = actb_curr.value.addslashes(); 586 delim_split = delim_split.addslashes(); 611 var t = actb_delimwords[actb_cdelimword].addslashes().trim(); 614 var t = actb_curr.value.addslashes();
|
| /plugin/semanticdata/syntax/ |
| D | table.php | 424 … %s ?%s_value . FILTER regex(?%s_value,"^%s$") }',$predicate,$col,$col,addslashes(str_replace('%',… 427 …?%s_value . FILTER (! regex(?%s_value,"^%s$")) }',$predicate,$col,$col,addslashes(str_replace('%',… 430 … FILTER (?%s_value %s "%s") }',$predicate,$col,$col,$filter['compare'],addslashes($filter['value']…
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.browse.php | 79 echo '<script type="text/javascript">alert("'.addslashes($deletefilemessage).'");</script>'; 329 …coding).'" onClick="return confirm(\'Are you sure you want to delete '.addslashes(htmlentities($di… 369 …you want to delete '.addslashes($dirname.$filename).'? \n(this action cannot be un-done)\');" titl…
|
| /plugin/googlemap3/ |
| D | syntax.php | 163 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
|