Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 201 – 225 of 337) sorted by relevance

12345678910>>...14

/plugin/groupmanager/
H A Dsyntax.php408 … $renderer->doc .= "<form method=\"post\" action=\"" . htmlspecialchars($_SERVER['REQUEST_URI'])
455 …" <th>" . ucwords(str_replace("_", " ", str_replace("wg_", "", htmlspecialchars($g)))) . "</t…
467 $renderer->doc .= " <td>" . htmlspecialchars($name);
479 $renderer->doc .= " <td>" . htmlspecialchars($u['name']) . "</td>\n";
/plugin/openid/Auth/OpenID/
H A DMessage.php750 $form .= sprintf(" %s=\"%s\"", $name, htmlspecialchars($attr));
759 htmlspecialchars($name), htmlspecialchars($value));
763 htmlspecialchars($submit_text));
/plugin/issuetracker/
H A Daction.php333 $comment_id = htmlspecialchars(stripslashes($_REQUEST['comment_id']));
334 $comment_id = htmlspecialchars($_REQUEST['comment_id']);
384 … { $comment_id = htmlspecialchars(stripslashes($_REQUEST['comment_id']));
605 … $issues[$issue_id]['resolution'] = htmlspecialchars($_REQUEST['x_resolution']);
632 $issue_id = htmlspecialchars(stripslashes($_REQUEST['issue_ID']));
633 $project = htmlspecialchars(stripslashes($_REQUEST['project']));
634 $usr = htmlspecialchars(stripslashes($_REQUEST['ausr']));
654 $issue_id = htmlspecialchars(stripslashes($_REQUEST['issue_ID']));
655 $project = htmlspecialchars(stripslashes($_REQUEST['project']));
656 $usr = htmlspecialchars(stripslashes($_REQUEST['busr']));
[all …]
H A Dedit.php357 $exploded = explode(' ',htmlspecialchars(stripslashes($_POST['id'])));
372 $field = strtolower(htmlspecialchars(stripslashes($_POST['field'])));
373 $value = htmlspecialchars(stripslashes($_POST['value']));
/plugin/htmlokay/
H A Dsyntax.php502 $problem_str = htmlspecialchars ($problem_str, ENT_QUOTES);
533 $p = htmlspecialchars ($p, ENT_QUOTES);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php168 htmlspecialchars(
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php43 …$actions .= '<a href="' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '?export"><span class="oi…
/plugin/barcodes/
H A Dsyntax.php98 …return '<span style="font-weight: bold; color: red;">&lt;barcode: ' . htmlspecialchars($error_mess…
/plugin/tindexmenu/syntax/
H A Dindexmenu.php320 (empty($ns)) ? $title = htmlspecialchars($conf['title'],ENT_QUOTES) : $title=$ns;
433 $title=htmlspecialchars($title,ENT_QUOTES);
576 $title=htmlspecialchars($title,ENT_QUOTES);
/plugin/data-au/syntax/
H A Drelated.php47 $renderer->doc .= '<dt>' . htmlspecialchars($dataau['title']) . '</dt>';
/plugin/linkbonus/
H A Dcommon.php75 //$renderer->doc .= '<pre>'. htmlspecialchars($outp). '</pre>';
/plugin/flowplay2/
H A Dsyntax.php22 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); }
/template/dokubootstrapsimplified/
H A Dtpl_functions.php180 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/catlist/
H A Dsyntax.php189 msg(sprintf($this->getLang('unknownoption'), htmlspecialchars($found[1])), -1);
492 $renderer->doc .= htmlspecialchars($main['title']);
583 else $renderer->doc .= htmlspecialchars($title);
591 else $renderer->doc .= htmlspecialchars($title);
607 else $renderer->doc .= htmlspecialchars($item['title']);
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php139 * Use this function INSTEAD of htmlspecialchars() for $_GET data
147 return htmlspecialchars($s);
/plugin/indexmenu/
H A Daction.php
/plugin/superacl/
H A Dscript.js79 * htmlspecialchars equivalent
/plugin/groupadmin/
H A Dadmin.php110 ptln('<p>'.htmlspecialchars($this->getLang('description')).'</p>');
/plugin/typography/helper/
H A Dparser.php144 $value = htmlspecialchars($item[1], ENT_COMPAT, 'UTF-8');
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code60 HtmlValue = THIS.cValue && HTMLSPECIALCHARS()
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp63 HtmlValue = THIS.cValue && HTMLSPECIALCHARS()
/plugin/autotooltip/
H A Dhelper.php77 $classes = htmlspecialchars($classes);
/plugin/fortune/
H A Dsyntax.php81 $renderer->doc .= nl2br(htmlspecialchars($fortunecookie));
/template/templar/
H A Dmain.php71 if($ACT == 'search') print 'value="'.htmlspecialchars($QUERY).'" ';
/plugin/projects/lib/
H A Dlayout.php34 $this->add_error($renderer, htmlspecialchars('<' . PROJECTS_TAG . '>') .

12345678910>>...14