Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • AllTests
  • ArgumentLexer
  • Autoescape_Tag
  • Block_Tag
  • BlockContext
  • Blocktrans_Tag
  • Cache_Tag
  • class_vcard
  • CommentNode
  • Consoleation
  • CoreFilters
  • Cycle_Tag
  • DatetimeFilters
  • Debug_Tag
  • Describe_Argument_Lexer
  • Describe_array_lookup
  • Describe_comment_node
  • Describe_context_lookup_basic_data_types
  • Describe_file_loader
  • Describe_for_tag
  • Describe_H2o_block_tag
  • Describe_h2o_block_variable
  • Describe_h2o_extends_tag
  • Describe_h2o_filter_registration
  • Describe_h2o_tag_registration
  • Describe_hash_loader
  • Describe_if_tag
  • Describe_include_tag
  • Describe_Lexer
  • Describe_local_variable
  • Describe_object_context_lookup
  • Describe_Parser
  • Describe_Parser_Patterns
  • Describe_Template
  • Describe_text_node
  • Describe_variable_node
  • Document
  • Evaluator
  • Extends_Tag
  • FilterCollection
  • For_Tag
  • H2o
  • H2o_Apc_Cache
  • H2o_Context
  • H2o_File_Cache
  • H2o_File_Loader
  • H2o_Hash_Loader
  • H2o_I18n
  • H2o_Info
  • H2o_Lexer
  • H2o_Loader
  • H2o_Memcache_Cache
  • H2o_Node
  • H2o_Parser
  • H2O_RE
  • H2o_Token
  • Have_Matcher
  • HtmlFilters
  • If_Tag
  • Include_Tag
  • Ldap
  • Load_Tag
  • Lorem_Tag
  • Markdown_Parser
  • NodeList
  • Now_Tag
  • NumberFilters
  • PasswordHash
  • Person
  • S3
  • S3Request
  • Sample_Tag
  • SampleFilters
  • Services_JSON_Error
  • SimpleSpec
  • Site_Tag
  • SpecMatcher
  • StreamWriter
  • StringFilters
  • Textile
  • TextNode
  • TokenStream
  • Trans_Tag
  • VariableNode
  • With_Tag

Exceptions

  • H2o_Error
  • ParseError
  • S3Exception
  • TemplateNotFound
  • TemplateSyntaxError

Functions

  • _swiftmailer_init
  • create_context
  • expects
  • file_loader
  • h2o
  • h2o_cache
  • hash_loader
  • identify_modifier_markdown
  • is_sym
  • lorem_dictionary
  • lorem_paragraphs
  • lorem_sentences
  • lorem_words
  • Markdown
  • mdwp_add_p
  • mdwp_hide_tags
  • mdwp_show_tags
  • mdwp_strip_p
  • sample_filter
  • smarty_modifier_markdown
  • strip_regex
  • sym_to_str
  • symbol
  • templize
  • w

Class Markdown_Parser

Located at vendors/php-markdown/markdown.php

Methods summary

public
# Markdown_Parser( )
public
# setup( )
public
# teardown( )
public
# transform( mixed $text )
public
# stripLinkDefinitions( mixed $text )
public
# _stripLinkDefinitions_callback( mixed $matches )
public
# hashHTMLBlocks( mixed $text )
public
# _hashHTMLBlocks_callback( mixed $matches )
public
# hashPart( mixed $text, mixed $boundary = 'X' )
public
# hashBlock( mixed $text )
public
# runBlockGamut( mixed $text )
public
# runBasicBlockGamut( mixed $text )
public
# doHorizontalRules( mixed $text )
public
# runSpanGamut( mixed $text )
public
# doHardBreaks( mixed $text )
public
# _doHardBreaks_callback( mixed $matches )
public
# doAnchors( mixed $text )
public
# _doAnchors_reference_callback( mixed $matches )
public
# _doAnchors_inline_callback( mixed $matches )
public
# doImages( mixed $text )
public
# _doImages_reference_callback( mixed $matches )
public
# _doImages_inline_callback( mixed $matches )
public
# doHeaders( mixed $text )
public
# _doHeaders_callback_setext( mixed $matches )
public
# _doHeaders_callback_atx( mixed $matches )
public
# doLists( mixed $text )
public
# _doLists_callback( mixed $matches )
public
# processListItems( mixed $list_str, mixed $marker_any_re )
public
# _processListItems_callback( mixed $matches )
public
# doCodeBlocks( mixed $text )
public
# _doCodeBlocks_callback( mixed $matches )
public
# makeCodeSpan( mixed $code )
public
# prepareItalicsAndBold( )
public
# doItalicsAndBold( mixed $text )
public
# doBlockQuotes( mixed $text )
public
# _doBlockQuotes_callback( mixed $matches )
public
# _doBlockQuotes_callback2( mixed $matches )
public
# formParagraphs( mixed $text )
public
# encodeAttribute( mixed $text )
public
# encodeAmpsAndAngles( mixed $text )
public
# doAutoLinks( mixed $text )
public
# _doAutoLinks_url_callback( mixed $matches )
public
# _doAutoLinks_email_callback( mixed $matches )
public
# encodeEmailAddress( mixed $addr )
public
# parseSpan( mixed $str )
public
# handleSpanToken( mixed $token, mixed & $str )
public
# outdent( mixed $text )
public
# detab( mixed $text )
public
# _detab_callback( mixed $matches )
public
# _initDetab( )
public
# unhash( mixed $text )
public
# _unhash_callback( mixed $matches )

Magic methods summary

Properties summary

public integer $nested_brackets_depth
#
public mixed $nested_brackets_re
#
public integer $nested_url_parenthesis_depth
#
public mixed $nested_url_parenthesis_re
#
public string $escape_chars
#
public mixed $escape_chars_re
#
public mixed $empty_element_suffix
#
public mixed $tab_width
#
public boolean $no_markup
#
public boolean $no_entities
#
public array $predef_urls
#
public array $predef_titles
#
public array $urls
#
public array $titles
#
public array $html_hashes
#
public boolean $in_anchor
#
public array $document_gamut
#
public array $block_gamut
#
public array $span_gamut
#
public integer $list_level
#
public array $em_relist
#
public array $strong_relist
#
public array $em_strong_relist
#
public mixed $em_strong_prepared_relist
#
public string $utf8_strlen
#
Blesta API documentation generated by ApiGen 2.8.0