Home
last modified time | relevance | path

Searched refs:addslashes (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/openlayersmap/syntax/
H A Dolmap.php324 $text = addslashes(str_replace("\n", "", $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/openid/
H A Daction.php543 $cfg .= '$openid_associations["' . addslashes($id) . '"] = "' . addslashes($login) . '"' . ";\n";
/plugin/authdrupal8/
H A Dauth.php387 $string = addslashes($string);
/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…
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…
/plugin/googleads/
H A Dadmin.php64 …his->googleads != null && array_key_exists('code', $this->googleads) ? addslashes($this->googleads…
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …rd_count strcoll substr substr_replace quotemeta ucfirst ucwords strtr addslashes addcslashes rtri…
H A Ddjango.min.js.map1 …im\", \"endverbatim\", \"widthratio\"],\n filters = [\"add\", \"addslashes\", \"capfirst\",…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …axhighlighter-regex';\n\nconst functions = 'abs acos acosh addcslashes addslashes ' +\n 'array_ch…
/plugin/sketchcanvas/
H A Daction.php99 $escText = '"' . str_replace(array("\r", "\n"), array('\r', '\n'), addslashes($TEXT)) . '"';
/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/miniblog/syntax/
H A Dcomment.php43 'disqus_title' => addslashes($INFO['meta']['title']),
/plugin/googlemap3/
H A Dsyntax.php163 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
/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/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/freechat/phpfreechat/src/commands/
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 Dasknick.class.php37 …$xml_reponse->script("var newnick = prompt('".addslashes($msg)."', '".addslashes($nicktochange)."'…
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)."');");
/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)."')…
H A Dnoflood.class.php76 $xml_reponse->script("alert('".addslashes($msg)."');");

12