| [ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress BBCode Parser
| File Size: | 2090 lines (64 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BBCodeLexer:: (11 methods):
__construct()
BBCodeLexer()
GuessTextLength()
NextToken()
UngetToken()
PeekToken()
SaveState()
RestoreState()
Internal_StripQuotes()
Internal_ClassifyPiece()
Internal_DecodeTag()
BBCodeLibrary:: (9 methods):
DoURL()
DoEmail()
DoSize()
DoFont()
DoWiki()
DoImage()
DoRule()
DoQuote()
DoList()
BBCodeEmailAddressValidator:: (4 methods):
check_email_address()
check_local_portion()
check_domain_portion()
check_text_length()
BBCode:: (83 methods):
__construct()
getInstance()
SetPreTrim()
GetPreTrim()
SetPostTrim()
GetPostTrim()
SetRoot()
SetRootInline()
SetRootBlock()
GetRoot()
SetDebug()
GetDebug()
SetAllowAmpersand()
GetAllowAmpersand()
SetTagMarker()
GetTagMarker()
SetIgnoreNewlines()
GetIgnoreNewlines()
SetLimit()
GetLimit()
SetLimitTail()
GetLimitTail()
SetLimitPrecision()
GetLimitPrecision()
WasLimited()
SetPlainMode()
GetPlainMode()
SetDetectURLs()
GetDetectURLs()
SetURLPattern()
GetURLPattern()
SetURLTargetable()
GetURLTargetable()
SetURLTarget()
GetURLTarget()
AddRule()
RemoveRule()
GetRule()
ClearRules()
GetDefaultRule()
SetDefaultRule()
GetDefaultRules()
SetDefaultRules()
SetWikiURL()
GetWikiURL()
GetDefaultWikiURL()
SetLocalImgDir()
GetLocalImgDir()
GetDefaultLocalImgDir()
SetLocalImgURL()
GetLocalImgURL()
GetDefaultLocalImgURL()
SetRuleHTML()
GetRuleHTML()
GetDefaultRuleHTML()
AddSmiley()
RemoveSmiley()
GetSmiley()
ClearSmileys()
GetDefaultSmiley()
SetDefaultSmiley()
GetDefaultSmileys()
SetDefaultSmileys()
SetSmileyDir()
GetSmileyDir()
GetDefaultSmileyDir()
SetSmileyURL()
GetSmileyURL()
GetDefaultSmileyURL()
SetEnableSmileys()
GetEnableSmileys()
nl2br()
UnHTMLEncode()
_UnHTMLEncode_chr_callback()
_UnHTMLEncode_chr_hexdec_callback()
Wikify()
IsValidURL()
IsValidEmail()
HTMLEncode()
FixupOutput()
Internal_ProcessSmileys()
Internal_RebuildSmileys()
Internal_AutoDetectURLs()
Class: BBCodeLexer - X-Ref
| __construct($string, $tagmarker = '[') X-Ref |
| No description |
| BBCodeLexer($string, $tagmarker = '[') X-Ref |
| No description |
| GuessTextLength() X-Ref |
| No description |
| NextToken() X-Ref |
| No description |
| UngetToken() X-Ref |
| No description |
| PeekToken() X-Ref |
| No description |
| SaveState() X-Ref |
| No description |
| RestoreState($state) X-Ref |
| No description |
| Internal_StripQuotes($string) X-Ref |
| No description |
| Internal_ClassifyPiece($ptr, $pieces) X-Ref |
| No description |
| Internal_DecodeTag($tag) X-Ref |
| No description |
Class: BBCodeLibrary - X-Ref
| DoURL($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoEmail($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoSize($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoFont($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoWiki($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoImage($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoRule($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoQuote($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
| DoList($bbcode, $action, $name, $default, $params, $content) X-Ref |
| No description |
Class: BBCodeEmailAddressValidator - X-Ref
| check_email_address($strEmailAddress) X-Ref |
| No description |
| check_local_portion($strLocalPortion) X-Ref |
| No description |
| check_domain_portion($strDomainPortion) X-Ref |
| No description |
| check_text_length($strText, $intMinimum, $intMaximum) X-Ref |
| No description |
| __construct() X-Ref |
| No description |
| getInstance() X-Ref |
| No description |
| SetPreTrim($trim = "a") X-Ref |
| No description |
| GetPreTrim() X-Ref |
| No description |
| SetPostTrim($trim = "a") X-Ref |
| No description |
| GetPostTrim() X-Ref |
| No description |
| SetRoot($class = 'block') X-Ref |
| No description |
| SetRootInline() X-Ref |
| No description |
| SetRootBlock() X-Ref |
| No description |
| GetRoot() X-Ref |
| No description |
| SetDebug($enable = true) X-Ref |
| No description |
| GetDebug() X-Ref |
| No description |
| SetAllowAmpersand($enable = true) X-Ref |
| No description |
| GetAllowAmpersand() X-Ref |
| No description |
| SetTagMarker($marker = '[') X-Ref |
| No description |
| GetTagMarker() X-Ref |
| No description |
| SetIgnoreNewlines($ignore = true) X-Ref |
| No description |
| GetIgnoreNewlines() X-Ref |
| No description |
| SetLimit($limit = 0) X-Ref |
| No description |
| GetLimit() X-Ref |
| No description |
| SetLimitTail($tail = "...") X-Ref |
| No description |
| GetLimitTail() X-Ref |
| No description |
| SetLimitPrecision($prec = 0.15) X-Ref |
| No description |
| GetLimitPrecision() X-Ref |
| No description |
| WasLimited() X-Ref |
| No description |
| SetPlainMode($enable = true) X-Ref |
| No description |
| GetPlainMode() X-Ref |
| No description |
| SetDetectURLs($enable = true) X-Ref |
| No description |
| GetDetectURLs() X-Ref |
| No description |
| SetURLPattern($pattern) X-Ref |
| No description |
| GetURLPattern() X-Ref |
| No description |
| SetURLTargetable($enable) X-Ref |
| No description |
| GetURLTargetable() X-Ref |
| No description |
| SetURLTarget($target) X-Ref |
| No description |
| GetURLTarget() X-Ref |
| No description |
| AddRule($name, $rule) X-Ref |
| No description |
| RemoveRule($name) X-Ref |
| No description |
| GetRule($name) X-Ref |
| No description |
| ClearRules() X-Ref |
| No description |
| GetDefaultRule($name) X-Ref |
| No description |
| SetDefaultRule($name) X-Ref |
| No description |
| GetDefaultRules() X-Ref |
| No description |
| SetDefaultRules() X-Ref |
| No description |
| SetWikiURL($url) X-Ref |
| No description |
| GetWikiURL($url) X-Ref |
| No description |
| GetDefaultWikiURL() X-Ref |
| No description |
| SetLocalImgDir($path) X-Ref |
| No description |
| GetLocalImgDir() X-Ref |
| No description |
| GetDefaultLocalImgDir() X-Ref |
| No description |
| SetLocalImgURL($path) X-Ref |
| No description |
| GetLocalImgURL() X-Ref |
| No description |
| GetDefaultLocalImgURL() X-Ref |
| No description |
| SetRuleHTML($html) X-Ref |
| No description |
| GetRuleHTML() X-Ref |
| No description |
| GetDefaultRuleHTML() X-Ref |
| No description |
| AddSmiley($code, $image) X-Ref |
| No description |
| RemoveSmiley($code) X-Ref |
| No description |
| GetSmiley($code) X-Ref |
| No description |
| ClearSmileys() X-Ref |
| No description |
| GetDefaultSmiley($code) X-Ref |
| No description |
| SetDefaultSmiley($code) X-Ref |
| No description |
| GetDefaultSmileys() X-Ref |
| No description |
| SetDefaultSmileys() X-Ref |
| No description |
| SetSmileyDir($path) X-Ref |
| No description |
| GetSmileyDir() X-Ref |
| No description |
| GetDefaultSmileyDir() X-Ref |
| No description |
| SetSmileyURL($path) X-Ref |
| No description |
| GetSmileyURL() X-Ref |
| No description |
| GetDefaultSmileyURL() X-Ref |
| No description |
| SetEnableSmileys($enable = true) X-Ref |
| No description |
| GetEnableSmileys() X-Ref |
| No description |
| nl2br($string) X-Ref |
| No description |
| UnHTMLEncode($string) X-Ref |
| No description |
| _UnHTMLEncode_chr_callback($match) X-Ref |
| No description |
| _UnHTMLEncode_chr_hexdec_callback($match) X-Ref |
| No description |
| Wikify($string) X-Ref |
| No description |
| IsValidURL($string, $email_too = true) X-Ref |
| No description |
| IsValidEmail($string) X-Ref |
| No description |
| HTMLEncode($string) X-Ref |
| No description |
| FixupOutput($string) X-Ref |
| No description |
| Internal_ProcessSmileys($string) X-Ref |
| No description |
| Internal_RebuildSmileys() X-Ref |
| No description |
| Internal_AutoDetectURLs($string) X-Ref |
| No description |
| Generated: Thu Oct 30 01:00:50 2025 | Cross-referenced by PHPXref 0.7.1 |