Home
last modified time | relevance | path

Searched full:htmlspecialchars (Results 226 – 250 of 337) sorted by relevance

12345678910>>...14

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php240 $content = htmlspecialchars($content);
/plugin/linkbonus/syntax/
H A Dinterwiki.txt126 $link['title'] = htmlspecialchars($link['url']);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php297 return '<pre>' . htmlspecialchars($this->toString()) . '</pre>';
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php242 $spEntityId = htmlspecialchars($spData['entityId'], ENT_QUOTES);
/plugin/xtermrtf/
H A Dsyntax.php222 else $out=htmlspecialchars($rtf);
/plugin/bookcreator/action/
H A Dhandleselection.php155 return htmlspecialchars($string, ENT_QUOTES, 'UTF-8');
/plugin/pdftools/
H A Dadmin.php201 ptln('<br><code>'.htmlspecialchars($this->output).'</code>');
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1026 // see https://secure.php.net/htmlspecialchars
1049 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset);
1056 return htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, $charset);
1060 $string = htmlspecialchars($string, ENT_QUOTES | ENT_SUBSTITUTE, 'UTF-8');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php607 const DEFAULT_ESCAPE = 'htmlspecialchars(%s, %s, %s)';
615 * @return string Either a custom callback, or an inline call to `htmlspecialchars`
/plugin/dirtylittlehelper/
H A Daction.php194 $value[0] = htmlspecialchars(trim($value[0]), ENT_QUOTES);
195 $value[1] = htmlspecialchars(trim($value[1]), ENT_QUOTES);
/plugin/batchedit/
H A Dinterface.php380 $html = htmlspecialchars($text);
549 $html .= ' value="' . htmlspecialchars($_REQUEST[$name]) . '"';
598 $html .= htmlspecialchars($value);
/dokuwiki/lib/plugins/revert/
H A Dadmin.php172 echo ' – ' . htmlspecialchars($recent['sum']);
/plugin/nobadbrowser/
H A Daction.php300 $out= '<pre>'. htmlspecialchars($x). '</pre>';
/plugin/pdb/
H A Dsyntax.php101 $renderer->doc.="<pre>".htmlspecialchars($summaryXML)."</pre>";
/plugin/publish/action/
H A Dbanner.php92 msg(sprintf($this->getLang('mail_invalid'),htmlspecialchars($addr)),-1);
H A Dmail.php66 dbglog(sprintf($this->getLang('mail_invalid'), htmlspecialchars($receiver)));
/plugin/owncloud/
H A Daction.php251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
/plugin/complex_lists/complex_lists/
H A Dsyntax.php211 return htmlspecialchars(substr($str, 0, $loc) . $numtext . substr($str, $loc + 1));
/plugin/pubchem/
H A Dsyntax.php97 $renderer->doc .= '<pre>'.htmlspecialchars($xml).'</pre>';
/plugin/data/syntax/
H A Drelated.php51 $renderer->doc .= '<dt>' . htmlspecialchars($data['title']) . '</dt>';
/plugin/glossary/
H A Dglossary.class.php216 $root->appendChild ($xml->createElement ("nameSpace", htmlspecialchars ($this->NS)));
217 …$root->appendChild ($xml->createElement ("lastNotification", htmlspecialchars ($this->lastNotifica…
218 …$root->appendChild ($xml->createElement ("lastNotificationReset", htmlspecialchars ($this->lastNot…
271 $root->appendChild ($xml->createElement ($field, htmlspecialchars ($values [$field])));
/plugin/godiag/
H A Dsyntax.php238 $heading = htmlspecialchars($heading);
603 $oopshtml=htmlspecialchars("unknown symbol \"$symb\"");
619 $hfilename=htmlspecialchars($filename_png);
/plugin/targetlink/
H A Dsyntax.php282 $link['title'] = htmlspecialchars($link['url']);
/plugin/rack/
H A Dsyntax.php203 …n='$item[u_size]' style='background-color: $item[color];' title=\"".htmlspecialchars($item['commen…
/plugin/anewssystem/
H A Daction.php57 $targetpage = htmlspecialchars(trim($target));

12345678910>>...14