API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Additional Inherited Members | |
Public Member Functions inherited from MyTextSanitizer | |
__construct () | |
loadConfig ($name=null) | |
mergeConfig ($config_default, $config_custom) | |
getSmileys ($isAll=true) | |
smiley ($message) | |
makeClickable ($text) | |
truncate ($text) | |
& | xoopsCodeDecode (&$text, $allowimage=1) |
quoteConv ($text) | |
filterXss ($text) | |
nl2Br ($text) | |
addSlashes ($text) | |
htmlSpecialChars ($text, $quote_style=NULL, $charset=null, $double_encode=true) | |
undoHtmlSpecialChars ($text) | |
& | displayTarea ($text, $html=0, $smiley=1, $xcode=1, $image=1, $br=1) |
& | previewTarea ($text, $html=0, $smiley=1, $xcode=1, $image=1, $br=1) |
& | censorString (&$text) |
codePreConv ($text, $xcode=1) | |
codeConvCallback ($match) | |
codeConv ($text, $xcode=1) | |
executeExtensions () | |
loadExtension ($name) | |
executeExtension ($name) | |
textFilter ($text, $force=false) | |
stripSlashesGPC ($text) | |
codeSanitizer ($str, $image=1) | |
sanitizeForDisplay ($text, $allowhtml=0, $smiley=1, $bbcode=1) | |
sanitizeForPreview ($text, $allowhtml=0, $smiley=1, $bbcode=1) | |
makeTboxData4Save ($text) | |
makeTboxData4Show ($text, $smiley=0) | |
makeTboxData4Edit ($text) | |
makeTboxData4Preview ($text, $smiley=0) | |
makeTboxData4PreviewInForm ($text) | |
makeTareaData4Save ($text) | |
& | makeTareaData4Show (&$text, $html=1, $smiley=1, $xcode=1) |
makeTareaData4Edit ($text) | |
& | makeTareaData4Preview (&$text, $html=1, $smiley=1, $xcode=1) |
makeTareaData4PreviewInForm ($text) | |
makeTareaData4InsideQuotes ($text) | |
oopsStripSlashesGPC ($text) | |
oopsStripSlashesRT ($text) | |
oopsAddSlashes ($text) | |
oopsHtmlSpecialChars ($text) | |
oopsNl2Br ($text) | |
Static Public Member Functions inherited from MyTextSanitizer | |
static | getInstance () |
Data Fields inherited from MyTextSanitizer | |
$smileys = array() | |
$censorConf | |
$text = '' | |
$patterns = array() | |
$replacements = array() | |
$callbackPatterns = array() | |
$callbacks = array() | |
$path_basic | |
$path_config | |
$path_plugin | |
$config | |
Protected Member Functions inherited from MyTextSanitizer | |
makeClickableCallbackEmailAddress ($match) | |
Class MyTextSanitizerExtended