Home
last modified time | relevance | path

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

12

/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php60 …$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)."');");
H A Dnoflood.class.php76 $xml_reponse->script("alert('".addslashes($msg)."');");
/plugin/googleads/
H A Dadmin.php64 …his->googleads != null && array_key_exists('code', $this->googleads) ? addslashes($this->googleads…
/plugin/googlemap3/
H A Dsyntax.php163 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/googlemaps/syntax/
H A Dgooglemap.php161 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …runcatewords_html:1,upper:1,length:1,phone2numeric:1,wordwrap:1,time:1,addslashes:1,slugify:1,firs…
/plugin/jalbum/syntax/
H A Djalbum.php197 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php79 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…
H A Ddemo.mysqli.php1709 …ert=1').'" onClick="return confirm(\'Are you sure you want to delete '.addslashes($file).'? \n(thi…
/plugin/miniblog/syntax/
H A Dcomment.php43 'disqus_title' => addslashes($INFO['meta']['title']),
/plugin/mytemplate/
H A Daction.php329 $value = preg_match_all('\'' . addslashes($param1) . '\'', $param2, $temp);
344 $value = preg_replace('\'' . addslashes($param1) . '\'', $param2, $param3);
/plugin/nroff/
H A Drenderer.php642 str_replace('\\\\n','\\n',addslashes($lang['nosmblinks'])).
644 str_replace('\\\\n','\\n',addslashes($lang['nosmblinks'])).'\');}"';
/plugin/openid/
H A Daction.php543 $cfg .= '$openid_associations["' . addslashes($id) . '"] = "' . addslashes($login) . '"' . ";\n";
/plugin/openlayersmap/syntax/
H A Dolmap.php324 $text = addslashes(str_replace("\n", "", $text));
/plugin/osm/
H A Dsyntax.php132 … $txt = addslashes(str_replace("\n", "", p_render("xhtml", p_get_instructions($txt), $info)));
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js109 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/
H A Dtable.php424 … %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/sketchcanvas/
H A Daction.php99 $escText = '"' . str_replace(array("\r", "\n"), array('\r', '\n'), addslashes($TEXT)) . '"';
/plugin/statistics/inc/
H A DStatisticsLogger.class.php69 $user = addslashes($_SERVER['REMOTE_USER']);
98 $type = addslashes($type);
103 $group = addslashes($group);
185 $page = addslashes($page);
186 $query = addslashes($query);
187 $engine = addslashes($engine);
199 $word = addslashes($word);
221 $addview = addslashes($addview);
222 $session = addslashes($this->getSession());
223 $uid = addslashes(
[all...]
/plugin/supa/action/
H A Daction.php45 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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …axhighlighter-regex';\n\nconst functions = 'abs acos acosh addcslashes addslashes ' +\n 'array_ch…
/plugin/txt2tags/
H A Dtoolbar.php250 $sig = str_replace('\\\\n','\\n',addslashes($sig));

12