Home
last modified time | relevance | path

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

12

/plugin/googleads/
H A Dadmin.php64 …his->googleads != null && array_key_exists('code', $this->googleads) ? addslashes($this->googleads…
/plugin/sketchcanvas/
H A Daction.php99 $escText = '"' . str_replace(array("\r", "\n"), array('\r', '\n'), addslashes($TEXT)) . '"';
/plugin/googlemaps/syntax/
H A Dgooglemap.php161 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/mytemplate/
H A Daction.php329 $value = preg_match_all('\'' . addslashes($param1) . '\'', $param2, $temp);
344 $value = preg_replace('\'' . addslashes($param1) . '\'', $param2, $param3);
/plugin/jalbum/syntax/
H A Djalbum.php197 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/plugin/osm/
H A Dsyntax.php132 … $txt = addslashes(str_replace("\n", "", p_render("xhtml", p_get_instructions($txt), $info)));
/plugin/openid/
H A Daction.php543 $cfg .= '$openid_associations["' . addslashes($id) . '"] = "' . addslashes($login) . '"' . ";\n";
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php144 $s .= $sep.addslashes($k).UC_ARRAY_SEP_1.$v;
/plugin/txt2tags/
H A Dtoolbar.php250 $sig = str_replace('\\\\n','\\n',addslashes($sig));
/plugin/authucenter/lib/api/
H A Duc.php210 …= preg_replace("/define\('UC_API',\s*'.*?'\);/i", "define('UC_API', '".addslashes($UC_API)."');", …
/plugin/authdrupal7/
H A Dauth.php393 $string = addslashes($string);
/plugin/authdrupal8/
H A Dauth.php387 $string = addslashes($string);
/plugin/authucenter/lib/uc_client/control/
H A Duser.php246 $username = addslashes(trim(stripslashes($username)));
/plugin/nroff/
H A Drenderer.php642 str_replace('\\\\n','\\n',addslashes($lang['nosmblinks'])).
644 str_replace('\\\\n','\\n',addslashes($lang['nosmblinks'])).'\');}"';
/plugin/openlayersmap/syntax/
H A Dolmap.php324 $text = addslashes(str_replace("\n", "", $text));
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1024 $result[$smiley_file][] = htmlspecialchars(addslashes($str));
/plugin/authucenter/lib/uc_client/
H A Dclient.php33 $string = addslashes($strip ? stripslashes($string) : $string);
/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/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1709 …ert=1').'" onClick="return confirm(\'Are you sure you want to delete '.addslashes($file).'? \n(thi…
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …axhighlighter-regex';\n\nconst functions = 'abs acos acosh addcslashes addslashes ' +\n 'array_ch…

12