XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
include | |
Variables | |
$content = $myts->stripSlashesGPC($_POST['text']) | |
if(!$xoops->security() ->validateToken(@$_POST['token'], false)) | $html = empty($_POST['html']) ? 0 : 1 |
$myts = MyTextSanitizer::getInstance() | |
$xoops = Xoops::getInstance() | |
if(preg_match_all('/%u([[:alnum:]]{4})/', $content, $matches)) | if (!headers_sent()) |
$content = $myts->stripSlashesGPC($_POST['text']) |
Definition at line 27 of file formdhtmltextarea_preview.php.
Referenced by XoopsBlockHandler\buildContent(), LegacyLogger\dump(), XoopsBlock\getContent(), BloggerApi\getPost(), MetaWeblogApi\getPost(), XoopsApi\getPost(), BloggerApi\getRecentPosts(), MetaWeblogApi\getRecentPosts(), XoopsApi\getRecentPosts(), XoopsDatabaseManager\report(), and smarty_block_assets().
if (!$xoops->security() ->validateToken(@$_POST['token'], false)) $html = empty($_POST['html']) ? 0 : 1 |
Definition at line 32 of file formdhtmltextarea_preview.php.
Referenced by HtmlToPdfProvider\addHtml(), MyTextSanitizer\displayTarea(), Xoops\Core\Kernel\Dtype\DtypeTextarea\getVar(), and MyTextSanitizer\previewTarea().
$myts = MyTextSanitizer::getInstance() |
Definition at line 25 of file formdhtmltextarea_preview.php.
$xoops = Xoops::getInstance() |
Definition at line 23 of file formdhtmltextarea_preview.php.
if (preg_match_all('/%u([[:alnum:]]{4})/', $content, $matches)) if(!headers_sent()) |
Definition at line 42 of file formdhtmltextarea_preview.php.