Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 151 – 175 of 337) sorted by relevance

12345678910>>...14

/plugin/latex-was/
H A Dlatexinc.php109 …$renderer->doc .= '<img src="'.$url.'" class="'.$data['class'].'" alt="'.htmlspecialchars($data[0]…
153 …$renderer->doc .= htmlspecialchars($data[0]); /// unknown render mode, just fart out the latex cod…
/plugin/findologicxmlexport/
H A DOutputXMLHelper.php83 return htmlspecialchars($getParam[$paramName]);
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample04.php86 …$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . htmlspecialchars($_GET['Skin']) .…
/plugin/groupusers/
H A Dsyntax.php83 $renderer->doc .= '<td>'.htmlspecialchars($user).'</td>';
/plugin/quickedit/
H A Dajax.php69 print "The called function '".htmlspecialchars($call)."' does not exist!";
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php79 echo " <dm:url>", htmlspecialchars($uri, ENT_NOQUOTES, 'UTF-8'), "</dm:url>\n";
/plugin/styler/syntax/
H A Dverse.php128 $renderer->doc .= htmlspecialchars($result);
H A Dstyler.php148 $renderer->doc .= htmlspecialchars($data[0]);
/plugin/mcitem/
H A Dsyntax.php78 $match = htmlspecialchars($match);
/plugin/dtable/
H A Dsyntax.php84 $renderer->doc .= '<form class="dtable dynamic_form" id="dtable_'.$start_line.'_'.$id.'" action="'.DOKU_BASE.'lib/exe/ajax.php" method="post" data-table="'.htmlspecialchars(json_encode($lines)).'">';
/plugin/datasearchform/
H A Dsyntax.php98 if($ACT == 'search') $renderer->doc .= 'value="' . htmlspecialchars($QUERY) . '" ';
/plugin/subconfhelper/helper/
H A Dconfig.php45 msg('No configuration metadata found at - '.htmlspecialchars($datafile),-1);
/plugin/lytebox/
H A Daction.php112 …return "<a href=\"$img_src\" class=\"media\" title=\"".htmlspecialchars($a_title)."\" rel=\"$rel\"…
/plugin/flowplay/
H A Dsyntax.php21 function hsc($string){ return htmlspecialchars($string, ENT_QUOTES, 'UTF-8'); }
/plugin/odt/ODT/
H A DODTmeta.php55 …$value .= '<' . $meta_key . '>' . htmlspecialchars($meta_value, ENT_QUOTES, 'UTF-8') . '</' . $met…
/template/bootstrap3/
H A DSVG.php91 return $key . '="' . htmlspecialchars($val) . '"';
/plugin/autolink3/
H A Dajax.php58 print "The called function '".htmlspecialchars($call)."' does not exist!";
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php43 …$actions .= '<a href="' . htmlspecialchars($path, ENT_QUOTES, 'UTF-8') . '?export"><span class="oi…
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php110 $this->setRequestBody(htmlspecialchars($this->xmlDoc->getXMLString()));
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php83 return new HtmlElement('a', $attrs->export(), \htmlspecialchars($symbol), false);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php95 echo '<Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" />' ;
/plugin/bbcodeextensions/
H A Dcommon.php58 $text= $renderer->_xmlEntities($text); // htmlspecialchars($match);
/plugin/vertical/
H A Dsyntax.php74 $instructions = explode(" ", htmlspecialchars($match));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php112 * return htmlspecialchars($buffer, ENT_COMPAT, 'UTF-8');
115 …* // Type argument for `htmlspecialchars`. Defaults to ENT_COMPAT. You may prefer ENT_QU…
118 * // Character set for `htmlspecialchars`. Defaults to 'UTF-8'. Use 'UTF-8'.

12345678910>>...14