|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct () | |
| getAnchorSchemes () | |
| setAnchorSchemes ($schemes) | |
| convertText ($text, $attributes=[]) | |
| defendTags ($matches) | |
| defended_tags ($text, $tag='replace') | |
| convert4mail ($text) | |
| convertVideo ($matches) | |
| convertEmoticon ($matches) | |
| convert_emoticon ($code='', $image='', $description='', $width='', $height='', $descriptionDecode=false, $imageDefinition=CSmile::IMAGE_SD) | |
| convertCode ($matches) | |
| convertQuote ($matches) | |
| convert_quote_tag ($text='') | |
| convert_spoiler_tag ($text, $title='') | |
| convert_cut_tag ($text, $title='') | |
| convert_open_tag ($marker='quote') | |
| convert_close_tag ($marker='quote') | |
| convertImage ($matches) | |
| convert_image_tag ($url='', $params='') | |
| convertFont ($matches) | |
| convertFontSize ($matches) | |
| convertFontColor ($matches) | |
| stripAllTags ($text) | |
| convert_font_attr ($attr, $value="", $text="") | |
| convert_userfields ($matches) | |
| convert_user ($userId=0, $userName='') | |
| convert_project (array $matches) | |
| convert_department (array $matches) | |
| getTagPattern () | |
| detectTags ($text) | |
| convert_tag ($tag=[]) | |
| wrap_long_words ($text='') | |
| partWords ($matches) | |
| part_long_words ($str) | |
| cutWords ($matches) | |
| cut_long_words ($str) | |
| convertAnchor ($matches, $attributes=[]) | |
| convert_anchor_tag ($url, $text, $attributes=[]) | |
| preconvertAnchor ($matches, $attributes=[]) | |
| pre_convert_anchor_tag ($url, $text='', $str='', $attributes=[]) | |
| post_convert_anchor_tag ($str) | |
| strip_words ($string, $count) | |
| html_cut ($html, $size) | |
| convertHTMLToBB ($html='', $allow=null) | |
Открытые статические члены | |
| static | renderSpoiler ($text, $title='', $useTypography=false) |
| static | cleanTag ($tag) |
| static | closeTags ($html) |
| static | clearAllTags ($text) |
| static | TextParserHTMLToBBHack ($text, $TextParser) |
Поля данных | |
| $type = 'html' | |
| $serverName = '' | |
| $preg | |
| $imageWidth = 800 | |
| $imageHeight = 800 | |
| $maxStringLen = 0 | |
| $maxAnchorLength = 40 | |
| $arFontSize | |
| $allow | |
| $anchorType = 'html' | |
| $smiles = null | |
| $smilesGallery = CSmileGallery::GALLERY_DEFAULT | |
| $bMobile = false | |
| $LAZYLOAD = 'N' | |
| $parser_nofollow = 'N' | |
| $link_target = '_blank' | |
| $authorName = '' | |
| $pathToUser = '' | |
| $pathToUserEntityType = false | |
| $pathToUserEntityId = false | |
| $useTypography = false | |
Защищенные члены | |
| initSmiles () | |
| initSmilePatterns () | |
| convert_video ($arParams) | |
| render_user ($fields) | |
| render_project ($fields) | |
| render_department ($fields) | |
| parseSpaces ($matches) | |
| convertAttributes ($attributes) | |
Защищенные данные | |
| $tagClasses | |
| $wordSeparator = "\\s.,;:!?\\#\\-\\*\\|\\[\\]\\(\\)\\{\\}" | |
| $smilePatterns = null | |
| $smileReplaces = null | |
| $defended_urls = [] | |
| $anchorSchemes = null | |
| $userField | |
| $tagPattern = "/([\s]+|^)#([^\s,\.\[\]<>]+)/is" | |
| $pathToSmile = '' | |
| $ajaxPage | |
| $code_open = 0 | |
| $code_error = 0 | |
| $code_closed = 0 | |
| $quote_open = 0 | |
| $quote_error = 0 | |
| $quote_closed = 0 | |
Статические защищенные данные | |
| static | $repoSmiles = [] |
См. определение в файле textparser.php строка 20
| __construct | ( | ) |
См. определение в файле textparser.php строка 120
|
static |
См. определение в файле textparser.php строка 1999
|
static |
См. определение в файле textparser.php строка 2358
|
static |
См. определение в файле textparser.php строка 2320
| convert4mail | ( | $text | ) |
См. определение в файле textparser.php строка 1052
| convert_anchor_tag | ( | $url, | |
| $text, | |||
| $attributes = [] ) |
Переопределяется в logTextParser.
См. определение в файле textparser.php строка 2130
| convert_close_tag | ( | $marker = 'quote' | ) |
Переопределяется в forumTextParser.
См. определение в файле textparser.php строка 1523
| convert_cut_tag | ( | $text, | |
| $title = '' ) |
См. определение в файле textparser.php строка 1451
| convert_department | ( | array | $matches | ) |
См. определение в файле textparser.php строка 1951
| convert_emoticon | ( | $code = '', | |
| $image = '', | |||
| $description = '', | |||
| $width = '', | |||
| $height = '', | |||
| $descriptionDecode = false, | |||
| $imageDefinition = CSmile::IMAGE_SD ) |
См. определение в файле textparser.php строка 1353
| convert_font_attr | ( | $attr, | |
| $value = "", | |||
| $text = "" ) |
Переопределяется в logTextParser.
См. определение в файле textparser.php строка 1663
| convert_image_tag | ( | $url = '', | |
| $params = '' ) |
Переопределяется в forumTextParser и logTextParser.
См. определение в файле textparser.php строка 1556
| convert_open_tag | ( | $marker = 'quote' | ) |
Переопределяется в blogTextParser и forumTextParser.
См. определение в файле textparser.php строка 1501
| convert_project | ( | array | $matches | ) |
См. определение в файле textparser.php строка 1862
| convert_quote_tag | ( | $text = '' | ) |
Переопределяется в logTextParser.
См. определение в файле textparser.php строка 1412
| convert_spoiler_tag | ( | $text, | |
| $title = '' ) |
См. определение в файле textparser.php строка 1429
| convert_tag | ( | $tag = [] | ) |
См. определение в файле textparser.php строка 2028
| convert_user | ( | $userId = 0, | |
| $userName = '' ) |
См. определение в файле textparser.php строка 1748
| convert_userfields | ( | $matches | ) |
См. определение в файле textparser.php строка 1717
|
protected |
Переопределяется в logTextParser.
См. определение в файле textparser.php строка 1252
| convertAnchor | ( | $matches, | |
| $attributes = [] ) |
См. определение в файле textparser.php строка 2125
|
protected |
См. определение в файле textparser.php строка 2225
| convertCode | ( | $matches | ) |
См. определение в файле textparser.php строка 1386
| convertEmoticon | ( | $matches | ) |
См. определение в файле textparser.php строка 1327
| convertFont | ( | $matches | ) |
См. определение в файле textparser.php строка 1643
| convertFontColor | ( | $matches | ) |
См. определение в файле textparser.php строка 1653
| convertFontSize | ( | $matches | ) |
См. определение в файле textparser.php строка 1648
| convertHTMLToBB | ( | $html = '', | |
| $allow = null ) |
См. определение в файле textparser.php строка 2437
| convertImage | ( | $matches | ) |
См. определение в файле textparser.php строка 1551
| convertQuote | ( | $matches | ) |
См. определение в файле textparser.php строка 1407
| convertText | ( | $text, | |
| $attributes = [] ) |
См. определение в файле textparser.php строка 213
| convertVideo | ( | $matches | ) |
См. определение в файле textparser.php строка 1196
| cut_long_words | ( | $str | ) |
См. определение в файле textparser.php строка 2107
| cutWords | ( | $matches | ) |
См. определение в файле textparser.php строка 2102
| defended_tags | ( | $text, | |
| $tag = 'replace' ) |
См. определение в файле textparser.php строка 1032
| defendTags | ( | $matches | ) |
См. определение в файле textparser.php строка 1027
| detectTags | ( | $text | ) |
См. определение в файле textparser.php строка 2004
| getAnchorSchemes | ( | ) |
См. определение в файле textparser.php строка 127
| getTagPattern | ( | ) |
См. определение в файле textparser.php строка 1994
| html_cut | ( | $html, | |
| $size ) |
См. определение в файле textparser.php строка 2409
|
protected |
См. определение в файле textparser.php строка 170
|
protected |
См. определение в файле textparser.php строка 146
|
protected |
См. определение в файле textparser.php строка 2116
| part_long_words | ( | $str | ) |
См. определение в файле textparser.php строка 2072
| partWords | ( | $matches | ) |
См. определение в файле textparser.php строка 2067
| post_convert_anchor_tag | ( | $str | ) |
См. определение в файле textparser.php строка 2285
| pre_convert_anchor_tag | ( | $url, | |
| $text = '', | |||
| $str = '', | |||
| $attributes = [] ) |
См. определение в файле textparser.php строка 2256
| preconvertAnchor | ( | $matches, | |
| $attributes = [] ) |
См. определение в файле textparser.php строка 2251
|
protected |
См. определение в файле textparser.php строка 1979
|
protected |
См. определение в файле textparser.php строка 1935
|
protected |
Переопределяется в blogTextParser и forumTextParser.
См. определение в файле textparser.php строка 1842
|
static |
См. определение в файле textparser.php строка 1465
| setAnchorSchemes | ( | $schemes | ) |
См. определение в файле textparser.php строка 141
| strip_words | ( | $string, | |
| $count ) |
См. определение в файле textparser.php строка 2294
| stripAllTags | ( | $text | ) |
См. определение в файле textparser.php строка 1658
|
static |
См. определение в файле textparser.php строка 2475
| wrap_long_words | ( | $text = '' | ) |
См. определение в файле textparser.php строка 2056
|
protected |
См. определение в файле textparser.php строка 111
| $allow |
См. определение в файле textparser.php строка 40
|
protected |
См. определение в файле textparser.php строка 107
| $anchorType = 'html' |
См. определение в файле textparser.php строка 67
| $arFontSize |
См. определение в файле textparser.php строка 32
| $authorName = '' |
См. определение в файле textparser.php строка 74
| $bMobile = false |
См. определение в файле textparser.php строка 70
|
protected |
См. определение в файле textparser.php строка 115
|
protected |
См. определение в файле textparser.php строка 114
|
protected |
См. определение в файле textparser.php строка 113
|
protected |
См. определение в файле textparser.php строка 106
| $imageHeight = 800 |
См. определение в файле textparser.php строка 27
| $imageWidth = 800 |
См. определение в файле textparser.php строка 26
| $LAZYLOAD = 'N' |
См. определение в файле textparser.php строка 71
| $link_target = '_blank' |
См. определение в файле textparser.php строка 73
| $maxAnchorLength = 40 |
См. определение в файле textparser.php строка 29
| $maxStringLen = 0 |
См. определение в файле textparser.php строка 28
| $parser_nofollow = 'N' |
См. определение в файле textparser.php строка 72
|
protected |
См. определение в файле textparser.php строка 110
| $pathToUser = '' |
См. определение в файле textparser.php строка 75
| $pathToUserEntityId = false |
См. определение в файле textparser.php строка 77
| $pathToUserEntityType = false |
См. определение в файле textparser.php строка 76
| $preg |
См. определение в файле textparser.php строка 24
|
protected |
См. определение в файле textparser.php строка 118
|
protected |
См. определение в файле textparser.php строка 117
|
protected |
См. определение в файле textparser.php строка 116
|
staticprotected |
См. определение в файле textparser.php строка 105
| $serverName = '' |
См. определение в файле textparser.php строка 23
|
protected |
См. определение в файле textparser.php строка 103
|
protected |
См. определение в файле textparser.php строка 104
| $smiles = null |
См. определение в файле textparser.php строка 68
| $smilesGallery = CSmileGallery::GALLERY_DEFAULT |
См. определение в файле textparser.php строка 69
|
protected |
См. определение в файле textparser.php строка 79
|
protected |
См. определение в файле textparser.php строка 109
| $type = 'html' |
См. определение в файле textparser.php строка 22
|
protected |
См. определение в файле textparser.php строка 108
| $useTypography = false |
См. определение в файле textparser.php строка 78
|
protected |
См. определение в файле textparser.php строка 102