in file parser.php, variable ezcDocumentRstParser::$blockNodes List of node types, which are valid block nodes, where we can indentation changes after, or which can be aggregated into sections.
in file document_stack.php, variable ezcDocumentRstStack::$data Data container for the document stack implementation
$dcHeaderMapping
in file head.php, variable ezcDocumentDocbookToHtmlHeadHandler::$dcHeaderMapping Element name mapping for meta information in the docbook document to HTML meta element names, using the dublin core extensions for meta elements.
in file haru.php, variable ezcDocumentPdfHaruDriver::$dummyDoc Dummy document to provide font width estimations, before we actually know what kind of pages will be rendered.
in file token.php, variable ezcDocumentRstToken::$escaped For text nodes we need an additional identifier, if this text node has been escaped, and though is intentionally freed from any potential special meaning.
in file docbook_ezxml.php, class ezcDocumentDocbookToEzXmlConverter Converter for docbook to XEzXml with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
in file recurse.php, class ezcDocumentDocbookToEzXmlRecurseHandler Handler for elements, which are self to ignore itself, and just should rbe recursed into.
in file handler.php, class ezcDocumentDocbookToHtmlBaseHandler Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
in file docbook_html.php, class ezcDocumentDocbookToHtmlConverter Converter for docbook to XHtml with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
in file docbook_odt.php, class ezcDocumentDocbookToOdtConverter Converter for docbook to ODT with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
in file handler.php, class ezcDocumentDocbookToRstBaseHandler Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
in file docbook_rst.php, class ezcDocumentDocbookToRstConverter Converter for docbook to Rst with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
in file recurse.php, class ezcDocumentDocbookToRstRecurseHandler Handler for elements, which are safe to ignore, but into which contents should be recursed, so the childs are still converted.
in file handler.php, class ezcDocumentDocbookToWikiBaseHandler Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
in file docbook_wiki.php, class ezcDocumentDocbookToWikiConverter Converter for docbook to Wiki with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
in file dokuwiki.php, class ezcDocumentDokuwikiWiki Document handler for Dokuwiki wiki text documents.
ezcDocumentElementVisitorConverter
in file element_visitor.php, class ezcDocumentElementVisitorConverter Basic converter which stores a list of handlers for each node in the docbook element tree. Those handlers will be executed for the elements, when found.
ezcDocumentElementVisitorHandler
in file element_visitor_handler.php, class ezcDocumentElementVisitorHandler Abstract base handler class for conversions done by converters extending from ezcDocumentDocbookElementVisitorConverter.
in file exception.php, class ezcDocumentException General exception container for the Document component.
ezcDocumentEzXml
in file ezxml.php, class ezcDocumentEzXml The document handler for the eZ Publish 3 XML document markup.
ezcDocumentEzXmlDummyLinkConverter
in file dummy_link_converter.php, class ezcDocumentEzXmlDummyLinkConverter Class for conversions of links, given as natural URLs into the eZXml storage format, which may result in urlIds, nodeIds, or similar.
ezcDocumentEzXmlDummyLinkProvider
in file dummy_link_provider.php, class ezcDocumentEzXmlDummyLinkProvider Class providing access to links referenced in eZXml documents by url IDs, node IDs or object IDs.
ezcDocumentEzXmlLinkConverter
in file ezxml_link_converter.php, class ezcDocumentEzXmlLinkConverter Class for conversions of links, given as natural URLs into the eZXml storage format, which may result in urlIds, nodeIds, or similar.
ezcDocumentEzXmlLinkProvider
in file ezxml_link_provider.php, class ezcDocumentEzXmlLinkProvider Class providing access to links referenced in eZXml documents by url IDs, node IDs or object IDs.
ezcDocumentEzXmlOptions
in file document_ezxml.php, class ezcDocumentEzXmlOptions Class containing the basic options for the ezcDocumentEzXml class
in file ezxml_docbook.php, class ezcDocumentEzXmlToDocbookConverter Converter for docbook to XDocbook with a PHP callback based mechanism, for fast and easy PHP based extensible transformations.
in file html_rendering.php, class ezcDocumentHtmlConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
ezcDocumentInvalidDocbookException
in file invalid_docbook.php, class ezcDocumentInvalidDocbookException Exception thrown if an expectation to an incoming DocBook document is not met.
ezcDocumentInvalidFontException
in file unknown_font.php, class ezcDocumentInvalidFontException Exception thrown, when the RST visitor could not visit an AST node properly.
ezcDocumentInvalidOdtException
in file invalid_odt.php, class ezcDocumentInvalidOdtException Exception thrown if an expectation to an incoming DocBook document is not met during DocBook to ODT conversion.
ezcDocumentMissingVisitorException
in file missing_visitor.php, class ezcDocumentMissingVisitorException Exception thrown, when a visitor could not be found for a node / subtree.
ezcDocumentOdt
in file odt.php, class ezcDocumentOdt The document handler for Open Document Text (ODT) documents.
ezcDocumentOdtFormattingPropertiesExistException
in file formatting_properties_exist.php, class ezcDocumentOdtFormattingPropertiesExistException Exception thrown if formatting properties of the same type are set twice in an ezcDocumentOdtFormattingPropertyCollection.
ezcDocumentOdtOptions
in file document_odt.php, class ezcDocumentOdtOptions Class containing the basic options for the ezcDocumentOdt class.
in file missing_text_role_handler.php, class ezcDocumentRstMissingTextRoleHandlerException Exception thrown, when a RST contains a text role, for which no handler has been registered.
ezcDocumentRstNode
in file node.php, class ezcDocumentRstNode Struct for RST document document abstract syntax tree nodes
in file xhtml_body.php, class ezcDocumentRstXhtmlBodyVisitor HTML visitor for the RST AST, which only produces contents to be embedded somewhere into the body of an existing HTML document.
ezcDocumentRstXhtmlDirective
in file rst_xhtml_directive.php, class ezcDocumentRstXhtmlDirective Interface for directives also supporting HTML output
ezcDocumentRstXhtmlTextRole
in file rst_xhtml_role.php, class ezcDocumentRstXhtmlTextRole Interface for text roles also supporting HTML output
in file validation.php, class ezcDocumentValidation Interface specifying, that the document may be directly exported to HTML.
ezcDocumentValidationError
in file validation_error.php, class ezcDocumentValidationError Unifies different errors into a single structure for all kinds of validation errors. The validation error message can be fetched using the __toString() method, while the original error is still be available, fi required.
ezcDocumentVisitException
in file visitor.php, class ezcDocumentVisitException Exception thrown, when the RST visitor could not visit an AST node properly.
ezcDocumentWiki
in file wiki.php, class ezcDocumentWiki Document handler for wiki text documents.
ezcDocumentWikiBlockLevelNode
in file block.php, class ezcDocumentWikiBlockLevelNode Struct for Wiki document block level abstract syntax tree nodes
in file missing_plugin_handler.php, class ezcDocumentWikiMissingPluginHandlerException Exception thrown, when a wiki contains a plugin, for which no handler has been registerd.
ezcDocumentWikiMonospaceNode
in file monospace.php, class ezcDocumentWikiMonospaceNode Struct for Wiki document inline monospace syntax tree nodes
in file xhtml.php, class ezcDocumentXhtml The document handler for XHTML document markup.
ezcDocumentXhtmlConversion
in file xhtml.php, class ezcDocumentXhtmlConversion An interface indicating the ability to transform a document directly into XHTML.
ezcDocumentXhtmlOptions
in file document_xhtml.php, class ezcDocumentXhtmlOptions Class containing the basic options for the ezcDocumentXhtml class.
ezcDocumentXmlBase
in file xml_base.php, class ezcDocumentXmlBase A base class for XML based document type handlers.
ezcDocumentXmlOptions
in file document_xml.php, class ezcDocumentXmlOptions Class containing the basic options for the ezcDocumentXmlBase
ezcDocumentXsltConverter
in file xslt.php, class ezcDocumentXsltConverter Base class for conversions between XML documents using XSLT.
ezcDocumentXsltConverterOptions
in file converter_xslt.php, class ezcDocumentXsltConverterOptions Class containing the basic options for the ezcDocumentEzp3Xml class
Letter 'f'
$filters
in file odt.php, variable ezcDocumentOdt::$filters Array with filter objects for the input ODT document.
$filters
in file xhtml.php, variable ezcDocumentXhtml::$filters Array with filter objects for the input HTML document.
$fonts
in file haru.php, variable ezcDocumentPdfHaruDriver::$fonts Array with fonts, and their equivalents for bold and italic markup. This array will be extended when loading new fonts, but contains the builtin fonts by default.
$fonts
in file tcpdf.php, variable ezcDocumentPdfTcpdfDriver::$fonts Array with fonts, and their equivalents for bold and italic markup. This array will be extended when loading new fonts, but contains the builtin fonts by default.
in file visitor.php, variable ezcDocumentRstVisitor::$footnoteSymbols Foot note symbol signs, as defined at http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#auto-symbol-footnotes
in file parser.php, variable ezcDocumentRstParser::$postIndentation For the special case of dense bullet lists we need to update the indetation right after we created a new paragraph in one action. We store the indetation to update past the paragraph creation in this case in this variable.
in file parser.php, variable ezcDocumentRstParser::$shortDirectives List of builtin directives, which do not aggregate more text the parameters and options. User defined directives always aggregate following indeted text.
in file xhtml.php, variable ezcDocumentRstXhtmlVisitor::$skipNodes Array with nodes, which can be ignored during the transformation process, they only provide additional information during preprocessing.
$skipNodes
in file docbook.php, variable ezcDocumentRstDocbookVisitor::$skipNodes Array with nodes, which can be ignored during the transformation process, they only provide additional information during preprocessing.
$skipNodes
in file docbook.php, variable ezcDocumentWikiDocbookVisitor::$skipNodes Array with nodes, which can be ignored during the transformation process, they only provide additional information during preprocessing.
$skipPostDecoration
in file docbook_rst.php, variable ezcDocumentDocbookToRstConverter::$skipPostDecoration Flag indicating whether to skip the paragraph post processing decoration with links and foornotes. Should be disabled during visiting sub-elements like footnotes.
$storage
in file element_visitor.php, variable ezcDocumentElementVisitorConverter::$storage Opject storage to check for reprocessing of DOMNodes, which may cause error which are hard to debug.
in file dokuwiki.php, class constant ezcDocumentWikiDokuwikiTokenizer::SPECIAL_CHARS Special characters, which do have some special meaaning and though may not have been matched otherwise.
in file tokenizer.php, class constant ezcDocumentBBCodeTokenizer::SPECIAL_CHARS Special characters, which do have some special meaaning and though may not have been matched otherwise.
SPECIAL_CHARS
in file creole.php, class constant ezcDocumentWikiCreoleTokenizer::SPECIAL_CHARS Special characters, which do have some special meaaning and though may not have been matched otherwise.
in file tokenizer.php, class constant ezcDocumentBBCodeTokenizer::WHITESPACE_CHARS Common whitespace characters. The vertical tab is excluded, because it causes strange problems with PCRE.
WHITESPACE_CHARS
in file tokenizer.php, class constant ezcDocumentRstTokenizer::WHITESPACE_CHARS Common whitespace characters. The vertical tab is excluded, because it causes strange problems with PCRE.