[Converters] element index

Package indexes

All elements
a b c d e f g h i j k l m n o p q r s t u v w x _
_
top
Method _rmdir
Converter::_rmdir() in Converter.inc
Completely remove a directory and its contents
Method _setHighlightCache
Method _tutorial_path
Returns the path to this tutorial as a string
Variable $_colorStack
phpdocpdf::$_colorStack in class.phpdocpdf.php
Variable $_save
phpdocpdf::$_save in class.phpdocpdf.php
Variable $_sourcecode
PDFdefaultConverter::$_sourcecode in PDFdefaultConverter.inc
Source files for appendix C are stored here
Method _ezText
phpdocpdf::_ezText() in class.phpdocpdf.php
Variable $_peardoc2_constants
XMLDocBookpeardoc2Converter::$_peardoc2_constants in XMLDocBookpeardoc2Converter.inc
Constants, used for constants.tpl
Variable $_peardoc2_globals
XMLDocBookpeardoc2Converter::$_peardoc2_globals in XMLDocBookpeardoc2Converter.inc
Global Variables, used for globals.tpl
Variable $_write_constants_xml
XMLDocBookpeardoc2Converter::$_write_constants_xml in XMLDocBookpeardoc2Converter.inc
Variable $_write_globals_xml
XMLDocBookpeardoc2Converter::$_write_globals_xml in XMLDocBookpeardoc2Converter.inc
a
top
Variable $all_packages
Converter::$all_packages in Converter.inc
All packages encountered in parsing
Function adv_htmlentities
adv_htmlentities() in Converter.inc
smart htmlentities, doesn't entity the allowed tags list
Method AttrToString
Converter::AttrToString() in Converter.inc
Convert the attribute of a Tutorial docbook tag's attribute list
Method addHHP
CHMdefaultConverter::addHHP() in CHMdefaultConverter.inc
Method addKLink
CHMdefaultConverter::addKLink() in CHMdefaultConverter.inc
Add an item to the index.hhk file
Method addSourceTOC
CHMdefaultConverter::addSourceTOC() in CHMdefaultConverter.inc
Method addTOC
CHMdefaultConverter::addTOC() in CHMdefaultConverter.inc
Method addMessage
phpdocpdf::addMessage() in class.phpdocpdf.php
Method addSummaryToPackageXml
b
top
Method Bolden
Converter::Bolden() in Converter.inc
Used to convert the contents of <b> in a docblock
Method Br
Converter::Br() in Converter.inc
Used to convert <br> in a docblock
Variable $base_dir
CHMdefaultConverter::$base_dir in CHMdefaultConverter.inc
target directory passed on the command-line.
Variable $base_dir
HTMLframesConverter::$base_dir in HTMLframesConverter.inc
target directory passed on the command-line.
Variable $base_dir
HTMLSmartyConverter::$base_dir in HTMLSmartyConverter.inc
target directory passed on the command-line.
Method bullet
phpdocpdf::bullet() in class.phpdocpdf.php
Variable $base_dir
XMLDocBookConverter::$base_dir in XMLDocBookConverter.inc
target directory passed on the command-line.
Variable $base_dir
XMLDocBookpeardoc2Converter::$base_dir in XMLDocBookpeardoc2Converter.inc
target directory passed on the command-line.
Method Br
XMLDocBookpeardoc2Converter::Br() in XMLDocBookpeardoc2Converter.inc
c
top
Variable $class
Converter::$class in Converter.inc
set to a classname if currently parsing a class, false if not
Variable $classes
Converter::$classes in Converter.inc
All class information, organized by path, and by package
Variable $class_contents
alphabetical index of all methods and vars in a class by package/subpackage
Variable $class_data
Converter::$class_data in Converter.inc
template for the class currently being processed
Variable $class_elements
alphabetized index of classes by package
Variable $curfile
Converter::$curfile in Converter.inc
full path of the current file being converted
Variable $curpage
Converter::$curpage in Converter.inc
current procedural page being processed
Method checkState
Converter::checkState() in Converter.inc
Compare parserStringWithInlineTags::Convert() cache state to $state
Method cleanup
Converter::cleanup() in Converter.inc
Finish up parsing/cleanup directories
Method Convert
Converter::Convert() in Converter.inc
Convert all elements to output format
Method convertClass
Converter::convertClass() in Converter.inc
Default Class Handler
Method convertConst
Converter::convertConst() in Converter.inc
Converts class constants for template output.
Method convertDefine
Converts defines for template output
Method Converter
Converter::Converter() in Converter.inc
Initialize Converter data structures
Class Converter
Converter in Converter.inc
Base class for all output converters.
Method ConvertErrorLog
Convert the phpDocumentor parsing/conversion error log
Method convertFunction
Converts function for template output
Method convertGlobal
Converts global variables for template output
Method convertInclude
Converts includes for template output
Method convertMethod
Converts method for template output
Method convertPage
Converter::convertPage() in Converter.inc
Default Page Handler
Method ConvertTitle
Converter::ConvertTitle() in Converter.inc
Convert the title of a Tutorial docbook tag section
Method ConvertTodoList
Convert the list of all @todo tags
Method convertTutorial
Default Tutorial Handler
Method convertVar
Converter::convertVar() in Converter.inc
Converts class variables for template output.
Method Convert_RIC
Converter::Convert_RIC() in Converter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method copyFile
Converter::copyFile() in Converter.inc
Copies a file from the template directory to the target directory
Method createParentDir
Recursively creates all subdirectories that don't exist in the $dir path
Page Converter.inc
Converter.inc in Converter.inc
Variable $class_dir
CHMdefaultConverter::$class_dir in CHMdefaultConverter.inc
output directory for the current class being processed
Variable $current
CHMdefaultConverter::$current in CHMdefaultConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $currentclass
CHMdefaultConverter::$currentclass in CHMdefaultConverter.inc
contains all of the template class element loop data needed for the current template
Class CHMdefaultConverter
CHMdefaultConverter in CHMdefaultConverter.inc
Generates files that MS HTML Help Worshop can use to create a MS Windows compiled help file (CHM)
Method CHMdefaultConverter
sets $base_dir to $targetDir
Method convertClass
CHMdefaultConverter::convertClass() in CHMdefaultConverter.inc
Converts class for template output
Method convertConst
CHMdefaultConverter::convertConst() in CHMdefaultConverter.inc
Converts class constants for template output
Method convertDefine
CHMdefaultConverter::convertDefine() in CHMdefaultConverter.inc
Converts defines for template output
Method ConvertErrorLog
CHMdefaultConverter::ConvertErrorLog() in CHMdefaultConverter.inc
Create errors.html template file output
Method convertFunction
CHMdefaultConverter::convertFunction() in CHMdefaultConverter.inc
Converts function for template output
Method convertGlobal
CHMdefaultConverter::convertGlobal() in CHMdefaultConverter.inc
Converts global variables for template output
Method convertInclude
CHMdefaultConverter::convertInclude() in CHMdefaultConverter.inc
Converts include elements for template output
Method convertMethod
CHMdefaultConverter::convertMethod() in CHMdefaultConverter.inc
Converts class methods for template output
Method convertPackagepage
Converts package page and sets its package as used in $package_pages
Method convertPage
CHMdefaultConverter::convertPage() in CHMdefaultConverter.inc
converts procedural pages for template output
Method ConvertTodoList
CHMdefaultConverter::ConvertTodoList() in CHMdefaultConverter.inc
Method convertTutorial
CHMdefaultConverter::convertTutorial() in CHMdefaultConverter.inc
Method convertVar
CHMdefaultConverter::convertVar() in CHMdefaultConverter.inc
Converts class variables for template output
Method Convert_RIC
CHMdefaultConverter::Convert_RIC() in CHMdefaultConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method copyMediaRecursively
Page CHMdefaultConverter.inc
CHMdefaultConverter.inc in CHMdefaultConverter.inc
Variable $class_dir
HTMLframesConverter::$class_dir in HTMLframesConverter.inc
output directory for the current class being processed
Variable $current
HTMLframesConverter::$current in HTMLframesConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $currentclass
HTMLframesConverter::$currentclass in HTMLframesConverter.inc
contains all of the template class element loop data needed for the current template
Method convertClass
HTMLframesConverter::convertClass() in HTMLframesConverter.inc
Converts class for template output
Method convertConst
HTMLframesConverter::convertConst() in HTMLframesConverter.inc
Converts class variables for template output
Method convertDefine
HTMLframesConverter::convertDefine() in HTMLframesConverter.inc
Converts defines for template output
Method ConvertErrorLog
HTMLframesConverter::ConvertErrorLog() in HTMLframesConverter.inc
Create errors.html template file output
Method convertFunction
HTMLframesConverter::convertFunction() in HTMLframesConverter.inc
Converts function for template output
Method convertGlobal
HTMLframesConverter::convertGlobal() in HTMLframesConverter.inc
Converts global variables for template output
Method convertInclude
HTMLframesConverter::convertInclude() in HTMLframesConverter.inc
Converts include elements for template output
Method convertMethod
HTMLframesConverter::convertMethod() in HTMLframesConverter.inc
Converts class methods for template output
Method convertPackagepage
Converts package page and sets its package as used in $package_pages
Method convertPage
HTMLframesConverter::convertPage() in HTMLframesConverter.inc
converts procedural pages for template output
Method ConvertTodoList
HTMLframesConverter::ConvertTodoList() in HTMLframesConverter.inc
Method convertTutorial
HTMLframesConverter::convertTutorial() in HTMLframesConverter.inc
Method convertVar
HTMLframesConverter::convertVar() in HTMLframesConverter.inc
Converts class variables for template output
Method Convert_RIC
HTMLframesConverter::Convert_RIC() in HTMLframesConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method copyMediaRecursively
Variable $class_dir
HTMLSmartyConverter::$class_dir in HTMLSmartyConverter.inc
output directory for the current class being processed
Variable $current
HTMLSmartyConverter::$current in HTMLSmartyConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $currentclass
HTMLSmartyConverter::$currentclass in HTMLSmartyConverter.inc
contains all of the template class element loop data needed for the current template
Method convertClass
HTMLSmartyConverter::convertClass() in HTMLSmartyConverter.inc
Converts class for template output
Method convertConst
HTMLSmartyConverter::convertConst() in HTMLSmartyConverter.inc
Converts class variables for template output
Method convertDefine
HTMLSmartyConverter::convertDefine() in HTMLSmartyConverter.inc
Converts defines for template output
Method ConvertErrorLog
HTMLSmartyConverter::ConvertErrorLog() in HTMLSmartyConverter.inc
Create errors.html template file output
Method convertFunction
HTMLSmartyConverter::convertFunction() in HTMLSmartyConverter.inc
Converts function for template output
Method convertGlobal
HTMLSmartyConverter::convertGlobal() in HTMLSmartyConverter.inc
Converts global variables for template output
Method convertInclude
HTMLSmartyConverter::convertInclude() in HTMLSmartyConverter.inc
Converts include elements for template output
Method convertMethod
HTMLSmartyConverter::convertMethod() in HTMLSmartyConverter.inc
Converts class methods for template output
Method convertPackagepage
Converts package page and sets its package as used in $package_pages
Method convertPage
HTMLSmartyConverter::convertPage() in HTMLSmartyConverter.inc
converts procedural pages for template output
Method ConvertTodoList
HTMLSmartyConverter::ConvertTodoList() in HTMLSmartyConverter.inc
Method convertTutorial
HTMLSmartyConverter::convertTutorial() in HTMLSmartyConverter.inc
Method convertVar
HTMLSmartyConverter::convertVar() in HTMLSmartyConverter.inc
Converts class variables for template output
Method Convert_RIC
HTMLSmartyConverter::Convert_RIC() in HTMLSmartyConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Method copyMediaRecursively
Variable $classpackage_pagenums
Variable $converter
phpdocpdf::$converter in class.phpdocpdf.php
Variable $curclasspackage
PDFdefaultConverter::$curclasspackage in PDFdefaultConverter.inc
Variable $curpagepackage
PDFdefaultConverter::$curpagepackage in PDFdefaultConverter.inc
Method convertClass
PDFdefaultConverter::convertClass() in PDFdefaultConverter.inc
Method convertConst
PDFdefaultConverter::convertConst() in PDFdefaultConverter.inc
Method convertDefine
PDFdefaultConverter::convertDefine() in PDFdefaultConverter.inc
Method convertDocBlock
PDFdefaultConverter::convertDocBlock() in PDFdefaultConverter.inc
Method convertFunction
PDFdefaultConverter::convertFunction() in PDFdefaultConverter.inc
Method convertGlobal
PDFdefaultConverter::convertGlobal() in PDFdefaultConverter.inc
Method convertInclude
PDFdefaultConverter::convertInclude() in PDFdefaultConverter.inc
Method convertMethod
PDFdefaultConverter::convertMethod() in PDFdefaultConverter.inc
Method convertPackagepage
Method convertPage
PDFdefaultConverter::convertPage() in PDFdefaultConverter.inc
Method convertParams
PDFdefaultConverter::convertParams() in PDFdefaultConverter.inc
Method convertTutorial
PDFdefaultConverter::convertTutorial() in PDFdefaultConverter.inc
Method convertVar
PDFdefaultConverter::convertVar() in PDFdefaultConverter.inc
Method Convert_RIC
PDFdefaultConverter::Convert_RIC() in PDFdefaultConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Page class.phpdocpdf.php
class.phpdocpdf.php in class.phpdocpdf.php
Variable $category
XMLDocBookpeardoc2Converter::$category in XMLDocBookpeardoc2Converter.inc
peardoc2 Category
Variable $category
XMLDocBookConverter::$category in XMLDocBookConverter.inc
peardoc2 Category
Variable $class
XMLDocBookpeardoc2Converter::$class in XMLDocBookpeardoc2Converter.inc
name of current class being converted
Variable $class
XMLDocBookConverter::$class in XMLDocBookConverter.inc
name of current class being converted
Variable $class_data
XMLDocBookConverter::$class_data in XMLDocBookConverter.inc
template for the class currently being processed
Variable $class_data
XMLDocBookpeardoc2Converter::$class_data in XMLDocBookpeardoc2Converter.inc
template for the class currently being processed
Variable $class_dir
XMLDocBookpeardoc2Converter::$class_dir in XMLDocBookpeardoc2Converter.inc
output directory for the current class being processed
Variable $class_dir
XMLDocBookConverter::$class_dir in XMLDocBookConverter.inc
output directory for the current class being processed
Variable $current
XMLDocBookConverter::$current in XMLDocBookConverter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $current
XMLDocBookpeardoc2Converter::$current in XMLDocBookpeardoc2Converter.inc
contains all of the template procedural page element loop data needed for the current template
Variable $currentclass
XMLDocBookpeardoc2Converter::$currentclass in XMLDocBookpeardoc2Converter.inc
contains all of the template class element loop data needed for the current template
Variable $currentclass
XMLDocBookConverter::$currentclass in XMLDocBookConverter.inc
contains all of the template class element loop data needed for the current template
Method convertClass
XMLDocBookConverter::convertClass() in XMLDocBookConverter.inc
Converts class for template output
Method convertClass
XMLDocBookpeardoc2Converter::convertClass() in XMLDocBookpeardoc2Converter.inc
Converts class for template output
Method convertDefine
XMLDocBookConverter::convertDefine() in XMLDocBookConverter.inc
Converts defines for template output
Method convertDefine
XMLDocBookpeardoc2Converter::convertDefine() in XMLDocBookpeardoc2Converter.inc
Converts defines for template output
Method ConvertErrorLog
XMLDocBookpeardoc2Converter::ConvertErrorLog() in XMLDocBookpeardoc2Converter.inc
Create errors.html template file output
Method ConvertErrorLog
XMLDocBookConverter::ConvertErrorLog() in XMLDocBookConverter.inc
Create errors.html template file output
Method convertFunction
XMLDocBookpeardoc2Converter::convertFunction() in XMLDocBookpeardoc2Converter.inc
Converts function for template output - does nothing in peardoc2!
Method convertFunction
XMLDocBookConverter::convertFunction() in XMLDocBookConverter.inc
Converts function for template output
Method convertGlobal
XMLDocBookpeardoc2Converter::convertGlobal() in XMLDocBookpeardoc2Converter.inc
Converts global variables for template output
Method convertGlobal
XMLDocBookConverter::convertGlobal() in XMLDocBookConverter.inc
Converts global variables for template output
Method convertInclude
XMLDocBookpeardoc2Converter::convertInclude() in XMLDocBookpeardoc2Converter.inc
Converts include elements for template output
Method convertInclude
XMLDocBookConverter::convertInclude() in XMLDocBookConverter.inc
Converts include elements for template output
Method convertMethod
XMLDocBookConverter::convertMethod() in XMLDocBookConverter.inc
Converts method for template output
Method convertMethod
XMLDocBookpeardoc2Converter::convertMethod() in XMLDocBookpeardoc2Converter.inc
Converts method for template output
Method convertPackagePage
XMLDocBookpeardoc2Converter::convertPackagePage() in XMLDocBookpeardoc2Converter.inc
Does nothing - use tutorials for DocBook
Method convertPackagePage
Converts package page and sets its package as used in $package_pages
Method convertPage
XMLDocBookpeardoc2Converter::convertPage() in XMLDocBookpeardoc2Converter.inc
converts procedural pages for template output
Method convertPage
XMLDocBookConverter::convertPage() in XMLDocBookConverter.inc
converts procedural pages for template output
Method convertTutorial
XMLDocBookConverter::convertTutorial() in XMLDocBookConverter.inc
Method convertTutorial
XMLDocBookpeardoc2Converter::convertTutorial() in XMLDocBookpeardoc2Converter.inc
Convert tutorials for output
Method convertVar
XMLDocBookpeardoc2Converter::convertVar() in XMLDocBookpeardoc2Converter.inc
Does nothing in this converter
Method convertVar
XMLDocBookConverter::convertVar() in XMLDocBookConverter.inc
Converts class variables for template output.
d
top
Variable $define_elements
alphabetized index of defines by package
Method dots
phpdocpdf::dots() in class.phpdocpdf.php
e
top
Variable $elements
Converter::$elements in Converter.inc
alphabetical index of all elements
Method EncloseList
Converter::EncloseList() in Converter.inc
Used to convert the contents of <ol> or <ul> in a docblock
Method EncloseParagraph
Used to enclose a paragraph in a docblock
Method endClass
Converter::endClass() in Converter.inc
Called by walk() while converting, when the last class element has been parsed.
Method endPage
Converter::endPage() in Converter.inc
Called by walk() while converting, when the last procedural page element has been parsed.
Method exampleProgramExample
Used to convert the {@example} inline tag in a docblock.
Method endClass
CHMdefaultConverter::endClass() in CHMdefaultConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endPage
CHMdefaultConverter::endPage() in CHMdefaultConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method endClass
HTMLframesConverter::endClass() in HTMLframesConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endPage
HTMLframesConverter::endPage() in HTMLframesConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method endClass
HTMLSmartyConverter::endClass() in HTMLSmartyConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endPage
HTMLSmartyConverter::endPage() in HTMLSmartyConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method ezNewPage
phpdocpdf::ezNewPage() in class.phpdocpdf.php
Method ezOutput
phpdocpdf::ezOutput() in class.phpdocpdf.php
Method ezProcessText
phpdocpdf::ezProcessText() in class.phpdocpdf.php
Method ezText
phpdocpdf::ezText() in class.phpdocpdf.php
Method endClass
XMLDocBookConverter::endClass() in XMLDocBookConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endClass
XMLDocBookpeardoc2Converter::endClass() in XMLDocBookpeardoc2Converter.inc
Writes out the template file of $class_data and unsets the template to save memory
Method endPage
XMLDocBookConverter::endPage() in XMLDocBookConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
Method exampleProgramExample
XMLDocBookpeardoc2Converter::exampleProgramExample() in XMLDocBookpeardoc2Converter.inc
Used to convert the {@example} inline tag in a docblock.
f
top
Variable $function_elements
alphabetized index of functions by package
Method flushHighlightCache
Return the close text for the current token
Method formatIndex
Converter::formatIndex() in Converter.inc
Called by walk() while converting.
Method formatLeftIndex
Called by walk() while converting.
Method formatPkgIndex
Called by walk() while converting.
Method formatTutorialTOC
Creates a table of contents for a {@toc} inline tag in a tutorial
Method formatIndex
CHMdefaultConverter::formatIndex() in CHMdefaultConverter.inc
CHMdefaultConverter uses this function to format template index.html and packages.html
Method formatLeftIndex
CHMdefaultConverter::formatLeftIndex() in CHMdefaultConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatPkgIndex
CHMdefaultConverter::formatPkgIndex() in CHMdefaultConverter.inc
CHMdefaultConverter chooses to format both package indexes and the complete index here
Method formatTutorialTOC
CHMdefaultConverter::formatTutorialTOC() in CHMdefaultConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Method formatIndex
HTMLframesConverter::formatIndex() in HTMLframesConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
Method formatLeftIndex
HTMLframesConverter::formatLeftIndex() in HTMLframesConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatPkgIndex
HTMLframesConverter::formatPkgIndex() in HTMLframesConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
Method formatTutorialTOC
HTMLframesConverter::formatTutorialTOC() in HTMLframesConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Method formatIndex
HTMLSmartyConverter::formatIndex() in HTMLSmartyConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
Method formatLeftIndex
HTMLSmartyConverter::formatLeftIndex() in HTMLSmartyConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatPkgIndex
HTMLSmartyConverter::formatPkgIndex() in HTMLSmartyConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
Method formatTutorialTOC
HTMLSmartyConverter::formatTutorialTOC() in HTMLSmartyConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
Variable $font_dir
phpdocpdf::$font_dir in class.phpdocpdf.php
Variable $function_data
XMLDocBookConverter::$function_data in XMLDocBookConverter.inc
Variable $function_data
XMLDocBookpeardoc2Converter::$function_data in XMLDocBookpeardoc2Converter.inc
Method flushPackageXml
XMLDocBookpeardoc2Converter::flushPackageXml() in XMLDocBookpeardoc2Converter.inc
Method formatIndex
XMLDocBookpeardoc2Converter::formatIndex() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method formatIndex
XMLDocBookConverter::formatIndex() in XMLDocBookConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
Method formatLeftIndex
XMLDocBookpeardoc2Converter::formatLeftIndex() in XMLDocBookpeardoc2Converter.inc
Creates package/lang/categoryname/packagename.xml for each package
Method formatLeftIndex
XMLDocBookConverter::formatLeftIndex() in XMLDocBookConverter.inc
Generate indexes for li_package.html and classtree output files
Method formatPkgIndex
XMLDocBookpeardoc2Converter::formatPkgIndex() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method formatPkgIndex
XMLDocBookConverter::formatPkgIndex() in XMLDocBookConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
g
top
Variable $global_elements
alphabetized index of global variables by package
Method generateChildClassList
returns a list of child classes
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class.
Method getClassesOnPage
gets a list of all classes declared on a procedural page represented by
Method getClassLink
Converter::getClassLink() in Converter.inc
return false or a classLink to $expr
Method getConstLink
Converter::getConstLink() in Converter.inc
return false or a constLink to $expr in $class
Method getConverterDir
Get the absolute path to the converter's base directory
Method getCurrentPageLink
Method getCurrentPageURL
Return the path to the current
Method getDefineLink
return false or a defineLink to $expr
Method getFileSourceName
Translate the path info into a unique file name for the highlighted source code.
Method getFileSourcePath
Return the fixed path to the source-code file folder.
Method getFormattedConflicts
Method getFormattedDescMethods
Get a list of methods in child classes that override this method
Method getFormattedDescVars
Get a list of vars in child classes that override this var
Method getFormattedImplements
returns an array containing the class inheritance tree from the root object to the class.
Method getFormattedInheritedConsts
Return template-enabled list of inherited class constants
Method getFormattedInheritedMethods
Return template-enabled list of inherited methods
Method getFormattedInheritedVars
Return template-enabled list of inherited variables
Method getFormattedMethodImplements
Get the method this method(s) implemented from an interface, if any
Method getFormattedOverrides
Get the method this method overrides, if any
Method getFunctionLink
return false or a functionLink to $expr
Method getGlobalLink
return false or a globalLink to $expr
Method getGlobalValue
Parse a global variable's default value for class initialization.
Method getHighlightState
Method getId
Converter::getId() in Converter.inc
take abstractLink descendant and text $eltext and return a
Method getIncludeValue
Parse an include's file to see if it is a file documented in this project
Method getLink
Converter::getLink() in Converter.inc
The meat of the @see tag and inline {@link} tag
Method getMethodLink
return false or a methodLink to $expr in $class
Method getPageLink
Converter::getPageLink() in Converter.inc
return false or a pageLink to $expr
Method getSortedClassTreeFromClass
Return a tree of all classes that extend this class
Method getSourceLink
Method getState
Converter::getState() in Converter.inc
Return parserStringWithInlineTags::Convert() cache state
Method getTutorialId
Return a converter-specific id to distinguish tutorials and their sections
Method getTutorialLink
The meat of the @tutorial tag and inline {@tutorial} tag
Method getTutorialTree
Get a tree structure representing the hierarchy of tutorials
Method getVarLink
Converter::getVarLink() in Converter.inc
return false or a varLink to $expr in $class
Method generateElementIndex
Generate alphabetical index of all elements
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generateKLinks
CHMdefaultConverter::generateKLinks() in CHMdefaultConverter.inc
Get the table of contents for index.hhk
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndexes
Method generateTOC
CHMdefaultConverter::generateTOC() in CHMdefaultConverter.inc
Method getCData
CHMdefaultConverter::getCData() in CHMdefaultConverter.inc
Method getClassLink
CHMdefaultConverter::getClassLink() in CHMdefaultConverter.inc
Method getConstLink
CHMdefaultConverter::getConstLink() in CHMdefaultConverter.inc
Method getCurrentPageLink
Method getDefineLink
CHMdefaultConverter::getDefineLink() in CHMdefaultConverter.inc
Method getExampleLink
CHMdefaultConverter::getExampleLink() in CHMdefaultConverter.inc
Method getFunctionLink
CHMdefaultConverter::getFunctionLink() in CHMdefaultConverter.inc
Method getGlobalLink
CHMdefaultConverter::getGlobalLink() in CHMdefaultConverter.inc
Method getId
CHMdefaultConverter::getId() in CHMdefaultConverter.inc
Method getIndexInformation
Generate indexing information for given element
Method getMethodLink
CHMdefaultConverter::getMethodLink() in CHMdefaultConverter.inc
Method getPageLink
CHMdefaultConverter::getPageLink() in CHMdefaultConverter.inc
Method getPageName
CHMdefaultConverter::getPageName() in CHMdefaultConverter.inc
Method getRootTree
CHMdefaultConverter::getRootTree() in CHMdefaultConverter.inc
return formatted class tree for the Class Trees page
Method getSourceAnchor
CHMdefaultConverter::getSourceAnchor() in CHMdefaultConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceLink
CHMdefaultConverter::getSourceLink() in CHMdefaultConverter.inc
Method getTutorialId
CHMdefaultConverter::getTutorialId() in CHMdefaultConverter.inc
Method getVarLink
CHMdefaultConverter::getVarLink() in CHMdefaultConverter.inc
Method generateElementIndex
Generate alphabetical index of all elements
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndexes
Method getCData
HTMLframesConverter::getCData() in HTMLframesConverter.inc
Method getClassLink
HTMLframesConverter::getClassLink() in HTMLframesConverter.inc
Method getConstLink
HTMLframesConverter::getConstLink() in HTMLframesConverter.inc
Method getCurrentPageLink
Method getDefineLink
HTMLframesConverter::getDefineLink() in HTMLframesConverter.inc
Method getExampleLink
HTMLframesConverter::getExampleLink() in HTMLframesConverter.inc
Method getFunctionLink
HTMLframesConverter::getFunctionLink() in HTMLframesConverter.inc
Method getGlobalLink
HTMLframesConverter::getGlobalLink() in HTMLframesConverter.inc
Method getId
HTMLframesConverter::getId() in HTMLframesConverter.inc
Method getIndexInformation
Generate indexing information for given element
Method getMethodLink
HTMLframesConverter::getMethodLink() in HTMLframesConverter.inc
Method getPageLink
HTMLframesConverter::getPageLink() in HTMLframesConverter.inc
Method getPageName
HTMLframesConverter::getPageName() in HTMLframesConverter.inc
Method getRootTree
HTMLframesConverter::getRootTree() in HTMLframesConverter.inc
return formatted class tree for the Class Trees page
Method getSourceAnchor
HTMLframesConverter::getSourceAnchor() in HTMLframesConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceLink
HTMLframesConverter::getSourceLink() in HTMLframesConverter.inc
Method getTutorialId
HTMLframesConverter::getTutorialId() in HTMLframesConverter.inc
Method getTutorialTree
HTMLframesConverter::getTutorialTree() in HTMLframesConverter.inc
Method getVarLink
HTMLframesConverter::getVarLink() in HTMLframesConverter.inc
Method generateElementIndex
Generate alphabetical index of all elements
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndexes
Method getCData
HTMLSmartyConverter::getCData() in HTMLSmartyConverter.inc
Method getClassContents
HTMLSmartyConverter::getClassContents() in HTMLSmartyConverter.inc
Method getClassLeft
HTMLSmartyConverter::getClassLeft() in HTMLSmartyConverter.inc
Method getClassLink
HTMLSmartyConverter::getClassLink() in HTMLSmartyConverter.inc
Method getConstLink
HTMLSmartyConverter::getConstLink() in HTMLSmartyConverter.inc
Method getCurrentPageLink
Method getDefineLink
HTMLSmartyConverter::getDefineLink() in HTMLSmartyConverter.inc
Method getExampleLink
HTMLSmartyConverter::getExampleLink() in HTMLSmartyConverter.inc
Method getFunctionLink
HTMLSmartyConverter::getFunctionLink() in HTMLSmartyConverter.inc
Method getGlobalLink
HTMLSmartyConverter::getGlobalLink() in HTMLSmartyConverter.inc
Method getId
HTMLSmartyConverter::getId() in HTMLSmartyConverter.inc
Method getIndexInformation
Generate indexing information for given element
Method getMethodLink
HTMLSmartyConverter::getMethodLink() in HTMLSmartyConverter.inc
Method getPageContents
HTMLSmartyConverter::getPageContents() in HTMLSmartyConverter.inc
Method getPageLeft
HTMLSmartyConverter::getPageLeft() in HTMLSmartyConverter.inc
Method getPageLink
HTMLSmartyConverter::getPageLink() in HTMLSmartyConverter.inc
Method getPageName
HTMLSmartyConverter::getPageName() in HTMLSmartyConverter.inc
Method getRootTree
HTMLSmartyConverter::getRootTree() in HTMLSmartyConverter.inc
return formatted class tree for the Class Trees page
Method getSourceAnchor
HTMLSmartyConverter::getSourceAnchor() in HTMLSmartyConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceLink
HTMLSmartyConverter::getSourceLink() in HTMLSmartyConverter.inc
Method getTutorialId
HTMLSmartyConverter::getTutorialId() in HTMLSmartyConverter.inc
Method getTutorialList
HTMLSmartyConverter::getTutorialList() in HTMLSmartyConverter.inc
Method getTutorialTree
HTMLSmartyConverter::getTutorialTree() in HTMLSmartyConverter.inc
Method getVarLink
HTMLSmartyConverter::getVarLink() in HTMLSmartyConverter.inc
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method getCData
PDFdefaultConverter::getCData() in PDFdefaultConverter.inc
Method getClassLink
PDFdefaultConverter::getClassLink() in PDFdefaultConverter.inc
Method getColor
phpdocpdf::getColor() in class.phpdocpdf.php
This really should be in the parent class
Method getConstLink
PDFdefaultConverter::getConstLink() in PDFdefaultConverter.inc
Method getDefineLink
PDFdefaultConverter::getDefineLink() in PDFdefaultConverter.inc
Method getExampleLink
PDFdefaultConverter::getExampleLink() in PDFdefaultConverter.inc
Method getFileSourceName
PDFdefaultConverter::getFileSourceName() in PDFdefaultConverter.inc
Method getFunctionLink
PDFdefaultConverter::getFunctionLink() in PDFdefaultConverter.inc
Method getGlobalLink
PDFdefaultConverter::getGlobalLink() in PDFdefaultConverter.inc
Method getGlobalValue
PDFdefaultConverter::getGlobalValue() in PDFdefaultConverter.inc
Method getMethodLink
PDFdefaultConverter::getMethodLink() in PDFdefaultConverter.inc
Method getPageLink
PDFdefaultConverter::getPageLink() in PDFdefaultConverter.inc
Method getPageName
PDFdefaultConverter::getPageName() in PDFdefaultConverter.inc
Method getParserEventName
Return the name of the parser event
Method getRootTree
PDFdefaultConverter::getRootTree() in PDFdefaultConverter.inc
return formatted class tree for the Class Trees page
Method getSourceAnchor
PDFdefaultConverter::getSourceAnchor() in PDFdefaultConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getSourceLink
PDFdefaultConverter::getSourceLink() in PDFdefaultConverter.inc
Method getState
PDFdefaultConverter::getState() in PDFdefaultConverter.inc
Method getTutorialId
PDFdefaultConverter::getTutorialId() in PDFdefaultConverter.inc
Method getVarLink
PDFdefaultConverter::getVarLink() in PDFdefaultConverter.inc
Method getYPlusOffset
phpdocpdf::getYPlusOffset() in class.phpdocpdf.php
Method generateChildClassList
returns a list of child classes
Method generateElementIndex
Generate alphabetical index of all elements
Method generateElementIndex
XMLDocBookpeardoc2Converter::generateElementIndex() in XMLDocBookpeardoc2Converter.inc
does nothing
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedClassTrees
returns a template-enabled array of class trees
Method generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
Method generatePkgElementIndexes
Method generatePkgElementIndexes
Method getCData
XMLDocBookConverter::getCData() in XMLDocBookConverter.inc
Method getCData
XMLDocBookpeardoc2Converter::getCData() in XMLDocBookpeardoc2Converter.inc
Method getClassLink
XMLDocBookConverter::getClassLink() in XMLDocBookConverter.inc
Method getClassLink
XMLDocBookpeardoc2Converter::getClassLink() in XMLDocBookpeardoc2Converter.inc
Method getDefineLink
XMLDocBookConverter::getDefineLink() in XMLDocBookConverter.inc
Method getDefineLink
XMLDocBookpeardoc2Converter::getDefineLink() in XMLDocBookpeardoc2Converter.inc
Method getExampleLink
XMLDocBookpeardoc2Converter::getExampleLink() in XMLDocBookpeardoc2Converter.inc
Method getFunctionLink
XMLDocBookConverter::getFunctionLink() in XMLDocBookConverter.inc
Method getFunctionLink
XMLDocBookpeardoc2Converter::getFunctionLink() in XMLDocBookpeardoc2Converter.inc
Method getGlobalLink
XMLDocBookConverter::getGlobalLink() in XMLDocBookConverter.inc
Method getGlobalLink
XMLDocBookpeardoc2Converter::getGlobalLink() in XMLDocBookpeardoc2Converter.inc
Method getId
XMLDocBookConverter::getId() in XMLDocBookConverter.inc
Get the id value needed to allow linking
Method getId
XMLDocBookpeardoc2Converter::getId() in XMLDocBookpeardoc2Converter.inc
Get the id value needed to allow linking
Method getLink
XMLDocBookConverter::getLink() in XMLDocBookConverter.inc
do that stuff in $template_options
Method getLink
XMLDocBookpeardoc2Converter::getLink() in XMLDocBookpeardoc2Converter.inc
do that stuff in $template_options
Method getMethodLink
XMLDocBookConverter::getMethodLink() in XMLDocBookConverter.inc
Method getMethodLink
XMLDocBookpeardoc2Converter::getMethodLink() in XMLDocBookpeardoc2Converter.inc
Method getPageLink
XMLDocBookConverter::getPageLink() in XMLDocBookConverter.inc
Method getPageLink
XMLDocBookpeardoc2Converter::getPageLink() in XMLDocBookpeardoc2Converter.inc
Method getPageName
XMLDocBookConverter::getPageName() in XMLDocBookConverter.inc
Method getPageName
XMLDocBookpeardoc2Converter::getPageName() in XMLDocBookpeardoc2Converter.inc
Method getRootTree
XMLDocBookConverter::getRootTree() in XMLDocBookConverter.inc
return formatted class tree for the Class Trees page
Method getRootTree
XMLDocBookpeardoc2Converter::getRootTree() in XMLDocBookpeardoc2Converter.inc
return formatted class tree for the Class Trees page
Method getSourceAnchor
XMLDocBookpeardoc2Converter::getSourceAnchor() in XMLDocBookpeardoc2Converter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
Method getTutorialId
XMLDocBookpeardoc2Converter::getTutorialId() in XMLDocBookpeardoc2Converter.inc
Method getTutorialId
XMLDocBookConverter::getTutorialId() in XMLDocBookConverter.inc
Method getVarLink
XMLDocBookpeardoc2Converter::getVarLink() in XMLDocBookpeardoc2Converter.inc
Method getVarLink
XMLDocBookConverter::getVarLink() in XMLDocBookConverter.inc
h
top
Variable $highlightingSource
Flag used to help converters determine whether to do special source highlighting
Method hasSourceCode
Determine whether an element's file has generated source code, used for linking to line numbers of source.
Method hasTutorial
Converter::hasTutorial() in Converter.inc
Method highlightDocBlockSource
Used to allow converters to format the source code of DocBlocks the way they'd like.
Method highlightSource
Used to allow converters to format the source code the way they'd like.
Method highlightTutorialSource
Used to allow converters to format the source code of Tutorial XML the way they'd like.
Method HTMLframesConverter
sets $base_dir to $targetDir
Class HTMLframesConverter
HTMLframesConverter in HTMLframesConverter.inc
HTML output converter.
Page HTMLframesConverter.inc
HTMLframesConverter.inc in HTMLframesConverter.inc
Page HTMLSmartyConverter.inc
HTMLSmartyConverter.inc in HTMLSmartyConverter.inc
Method HTMLSmartyConverter
Class HTMLSmartyConverter
HTMLSmartyConverter in HTMLSmartyConverter.inc
HTML output converter.
i
top
Method Italicize
Converter::Italicize() in Converter.inc
Used to convert the contents of <i> in a docblock
Variable $indents
phpdocpdf::$indents in class.phpdocpdf.php
Variable $indexContents
phpdocpdf::$indexContents in class.phpdocpdf.php
Method indent
phpdocpdf::indent() in class.phpdocpdf.php
Method index
phpdocpdf::index() in class.phpdocpdf.php
Method IndexLetter
phpdocpdf::IndexLetter() in class.phpdocpdf.php
j
top
Variable $juststarted
CHMdefaultConverter::$juststarted in CHMdefaultConverter.inc
controls formatting of parser informative output
Variable $juststarted
HTMLframesConverter::$juststarted in HTMLframesConverter.inc
controls formatting of parser informative output
Variable $juststarted
HTMLSmartyConverter::$juststarted in HTMLSmartyConverter.inc
controls formatting of parser informative output
Variable $juststarted
XMLDocBookpeardoc2Converter::$juststarted in XMLDocBookpeardoc2Converter.inc
controls formatting of parser informative output
Variable $juststarted
XMLDocBookConverter::$juststarted in XMLDocBookConverter.inc
controls formatting of parser informative output
k
top
Method Kbdize
Converter::Kbdize() in Converter.inc
Used to convert the contents of <kbd> in a docblock
Variable $KLinks
CHMdefaultConverter::$KLinks in CHMdefaultConverter.inc
Table of Contents entry for index.hhk
l
top
Variable $leftindex
Converter::$leftindex in Converter.inc
Controls which of the one-element-only indexes are generated.
Method ListItem
Converter::ListItem() in Converter.inc
Used to convert the contents of <li> in a docblock
Variable $leftindex
CHMdefaultConverter::$leftindex in CHMdefaultConverter.inc
indexes of elements by package that need to be generated
Variable $leftindex
HTMLframesConverter::$leftindex in HTMLframesConverter.inc
indexes of elements by package that need to be generated
Variable $leftindex
HTMLSmartyConverter::$leftindex in HTMLSmartyConverter.inc
indexes of elements by package that need to be generated
Variable $leftindex
PDFdefaultConverter::$leftindex in PDFdefaultConverter.inc
Variable $listType
phpdocpdf::$listType in class.phpdocpdf.php
Variable $leftindex
XMLDocBookpeardoc2Converter::$leftindex in XMLDocBookpeardoc2Converter.inc
indexes of elements by package that need to be generated
Variable $leftindex
XMLDocBookConverter::$leftindex in XMLDocBookConverter.inc
indexes of elements by package that need to be generated
Variable $local
XMLDocBookpeardoc2Converter::$local in XMLDocBookpeardoc2Converter.inc
whether a @see is going to be in the $base_dir, or in a package/subpackage subdirectory of $base_dir
Variable $local
XMLDocBookConverter::$local in XMLDocBookConverter.inc
whether a @see is going to be in the $base_dir, or in a package/subpackage subdirectory of $base_dir
m
top
Method makeLeft
HTMLframesConverter::makeLeft() in HTMLframesConverter.inc
Method makeLeft
HTMLSmartyConverter::makeLeft() in HTMLSmartyConverter.inc
Method mystrnatcasecmp
PDFdefaultConverter::mystrnatcasecmp() in PDFdefaultConverter.inc
Variable $method_data
XMLDocBookpeardoc2Converter::$method_data in XMLDocBookpeardoc2Converter.inc
Variable $method_data
XMLDocBookConverter::$method_data in XMLDocBookConverter.inc
Method makeLeft
XMLDocBookpeardoc2Converter::makeLeft() in XMLDocBookpeardoc2Converter.inc
Method makeLeft
XMLDocBookConverter::makeLeft() in XMLDocBookConverter.inc
n
top
Method newSmarty
Converter::newSmarty() in Converter.inc
Return a Smarty template object to operate with
Variable $name
CHMdefaultConverter::$name in CHMdefaultConverter.inc
Variable $name
HTMLframesConverter::$name in HTMLframesConverter.inc
Variable $name
HTMLSmartyConverter::$name in HTMLSmartyConverter.inc
Variable $name
PDFdefaultConverter::$name in PDFdefaultConverter.inc
Variable $name
XMLDocBookpeardoc2Converter::$name in XMLDocBookpeardoc2Converter.inc
Variable $name
XMLDocBookConverter::$name in XMLDocBookConverter.inc
o
top
Variable $outputformat
Converter::$outputformat in Converter.inc
output format of this converter
Method Output
Converter::Output() in Converter.inc
do all necessary output
Variable $outputformat
CHMdefaultConverter::$outputformat in CHMdefaultConverter.inc
Method Output
CHMdefaultConverter::Output() in CHMdefaultConverter.inc
Create the phpdoc.hhp, contents.hhc files needed by MS HTML Help Compiler to create a CHM file
Variable $outputformat
HTMLframesConverter::$outputformat in HTMLframesConverter.inc
Method Output
HTMLframesConverter::Output() in HTMLframesConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Variable $outputformat
HTMLSmartyConverter::$outputformat in HTMLSmartyConverter.inc
Method Output
HTMLSmartyConverter::Output() in HTMLSmartyConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Variable $outputformat
PDFdefaultConverter::$outputformat in PDFdefaultConverter.inc
Method orderedBullet
phpdocpdf::orderedBullet() in class.phpdocpdf.php
Method Output
PDFdefaultConverter::Output() in PDFdefaultConverter.inc
calls Cezpdf::ezOutput() and writes documentation.pdf to targetDir
Variable $outputformat
XMLDocBookpeardoc2Converter::$outputformat in XMLDocBookpeardoc2Converter.inc
Variable $outputformat
XMLDocBookConverter::$outputformat in XMLDocBookConverter.inc
Method Output
XMLDocBookpeardoc2Converter::Output() in XMLDocBookpeardoc2Converter.inc
Generate the constants.xml, packagename.xml, and globals.xml files
Method Output
XMLDocBookConverter::Output() in XMLDocBookConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
p
top
Variable $package
Converter::$package in Converter.inc
package name currently being converted
Variable $packagecategories
Packages associated with categories
Variable $package_elements
alphabetical index of all elements sorted by package, subpackage, page, and class.
Variable $package_output
set to value of -po commandline
Variable $package_parents
Hierarchy of packages
Variable $page
Converter::$page in Converter.inc
name of current page being converted
Variable $page_contents
Converter::$page_contents in Converter.inc
alphabetical index of all elements on a page by package/subpackage
Variable $page_data
Converter::$page_data in Converter.inc
template for the procedural page currently being processed
Variable $page_elements
Converter::$page_elements in Converter.inc
alphabetized index of procedural pages by package
Variable $parseprivate
Converter::$parseprivate in Converter.inc
controls processing of elements marked private with @access private
Variable $path
Converter::$path in Converter.inc
path of current page being converted
Variable $pkg_elements
Converter::$pkg_elements in Converter.inc
alphabetical index of all elements, indexed by package/subpackage
Variable $processSpecialRoots
This converter knows about the new root tree processing
Method postProcess
Converter::postProcess() in Converter.inc
This version does nothing
Method prepareDocBlock
convert the element's DocBlock for output
Method PreserveWhiteSpace
Used to convert the contents of <pre> in a docblock
Method ProgramExample
Used to convert the <code> tag in a docblock
Variable $package_pages
CHMdefaultConverter::$package_pages in CHMdefaultConverter.inc
array of converted package page names.
Variable $page_dir
CHMdefaultConverter::$page_dir in CHMdefaultConverter.inc
output directory for the current procedural page being processed
Method postProcess
CHMdefaultConverter::postProcess() in CHMdefaultConverter.inc
Uses htmlspecialchars() on the input
Method ProgramExample
CHMdefaultConverter::ProgramExample() in CHMdefaultConverter.inc
Used to convert the <code> tag in a docblock
Variable $package_pages
HTMLframesConverter::$package_pages in HTMLframesConverter.inc
array of converted package page names.
Variable $page_dir
HTMLframesConverter::$page_dir in HTMLframesConverter.inc
output directory for the current procedural page being processed
Variable $processSpecialRoots
This converter knows about the new root tree processing
Method postProcess
HTMLframesConverter::postProcess() in HTMLframesConverter.inc
Uses htmlspecialchars() on the input
Method ProgramExample
HTMLframesConverter::ProgramExample() in HTMLframesConverter.inc
Used to convert the <code> tag in a docblock
Variable $package_pages
HTMLSmartyConverter::$package_pages in HTMLSmartyConverter.inc
array of converted package page names.
Variable $page_dir
HTMLSmartyConverter::$page_dir in HTMLSmartyConverter.inc
output directory for the current procedural page being processed
Variable $processSpecialRoots
This converter knows about the new root tree processing
Method postProcess
HTMLSmartyConverter::postProcess() in HTMLSmartyConverter.inc
Uses htmlspecialchars() on the input
Method ProgramExample
HTMLSmartyConverter::ProgramExample() in HTMLSmartyConverter.inc
Used to convert the <code> tag in a docblock
Variable $pagepackage_pagenums
Variable $pdf
PDFdefaultConverter::$pdf in PDFdefaultConverter.inc
Method parse
PDFParser::parse() in ParserPDF.inc
Parse text for PDFParser XML tags, and add the text to the PDF file
Method PDFdefaultConverter
Class PDFdefaultConverter
PDFdefaultConverter in PDFdefaultConverter.inc
PDF output converter.
Class PDFParser
PDFParser in ParserPDF.inc
Method PDFParser
PDFParser::PDFParser() in ParserPDF.inc
Sets up the wordparser for this class
Class phpdocpdf
phpdocpdf in class.phpdocpdf.php
Method phpdocpdf
phpdocpdf::phpdocpdf() in class.phpdocpdf.php
Page ParserPDF.inc
ParserPDF.inc in ParserPDF.inc
Page PDFdefaultConverter.inc
PDFdefaultConverter.inc in PDFdefaultConverter.inc
Constant PHPDOCUMENTOR_PDF_EVENT_CONTENT
used for parsing stuff between <text>
Constant PHPDOCUMENTOR_PDF_EVENT_FONT
when <font> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_EVENT_NEWPAGE
when <newpage/> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_EVENT_PDFFUNCTION
when <pdffunction> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_EVENT_TEXT
when <text> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_CONTENT
used for parsing stuff between <text>
Constant PHPDOCUMENTOR_PDF_STATE_FONT
when <font> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_NEWPAGE
when <newpage/> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_PDFFUNCTION
when <pdffunction> is found in an ezText input
Constant PHPDOCUMENTOR_PDF_STATE_TEXT
when <text> is found in an ezText input
Method postProcess
PDFdefaultConverter::postProcess() in PDFdefaultConverter.inc
Variable $packagexml
XMLDocBookpeardoc2Converter::$packagexml in XMLDocBookpeardoc2Converter.inc
Contents of the packagename.xml file are stored in this template variable
Variable $package_pages
XMLDocBookConverter::$package_pages in XMLDocBookConverter.inc
array of converted package page names.
Variable $package_pages
XMLDocBookpeardoc2Converter::$package_pages in XMLDocBookpeardoc2Converter.inc
array of converted package page names.
Variable $page
XMLDocBookConverter::$page in XMLDocBookConverter.inc
name of current page being converted
Variable $page
XMLDocBookpeardoc2Converter::$page in XMLDocBookpeardoc2Converter.inc
name of current page being converted
Variable $page_data
XMLDocBookConverter::$page_data in XMLDocBookConverter.inc
template for the procedural page currently being processed
Variable $page_data
XMLDocBookpeardoc2Converter::$page_data in XMLDocBookpeardoc2Converter.inc
template for the procedural page currently being processed
Variable $page_dir
XMLDocBookConverter::$page_dir in XMLDocBookConverter.inc
output directory for the current procedural page being processed
Variable $page_dir
XMLDocBookpeardoc2Converter::$page_dir in XMLDocBookpeardoc2Converter.inc
output directory for the current procedural page being processed
Variable $path
XMLDocBookConverter::$path in XMLDocBookConverter.inc
path of current page being converted
Variable $path
XMLDocBookpeardoc2Converter::$path in XMLDocBookpeardoc2Converter.inc
path of current page being converted
Variable $processSpecialRoots
XMLDocBookpeardoc2Converter::$processSpecialRoots in XMLDocBookpeardoc2Converter.inc
This converter knows about the new root tree processing
Method postProcess
XMLDocBookConverter::postProcess() in XMLDocBookConverter.inc
Method postProcess
XMLDocBookpeardoc2Converter::postProcess() in XMLDocBookpeardoc2Converter.inc
Method prepareDocBlock
XMLDocBookConverter::prepareDocBlock() in XMLDocBookConverter.inc
Method prepareDocBlock
XMLDocBookpeardoc2Converter::prepareDocBlock() in XMLDocBookpeardoc2Converter.inc
Method ProgramExample
XMLDocBookpeardoc2Converter::ProgramExample() in XMLDocBookpeardoc2Converter.inc
q
top
Variable $quietmode
Converter::$quietmode in Converter.inc
controls display of progress information while parsing.
r
top
Method returnLink
Converter::returnLink() in Converter.inc
take URL $link and text $text and return a link in the format needed for the Converter
Method returnSee
Converter::returnSee() in Converter.inc
take abstractLink descendant and text $eltext and return a link
Variable $ric_set
CHMdefaultConverter::$ric_set in CHMdefaultConverter.inc
Method rcNatCmp
CHMdefaultConverter::rcNatCmp() in CHMdefaultConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp1
CHMdefaultConverter::rcNatCmp1() in CHMdefaultConverter.inc
does a nat case sort on the specified second level value of the array.
Method returnLink
CHMdefaultConverter::returnLink() in CHMdefaultConverter.inc
Method returnSee
CHMdefaultConverter::returnSee() in CHMdefaultConverter.inc
This function takes an abstractLink descendant and returns an html link
Variable $ric_set
HTMLframesConverter::$ric_set in HTMLframesConverter.inc
Method rcNatCmp
HTMLframesConverter::rcNatCmp() in HTMLframesConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp1
HTMLframesConverter::rcNatCmp1() in HTMLframesConverter.inc
does a nat case sort on the specified second level value of the array.
Method returnLink
HTMLframesConverter::returnLink() in HTMLframesConverter.inc
Method returnSee
HTMLframesConverter::returnSee() in HTMLframesConverter.inc
This function takes an abstractLink descendant and returns an html link
Variable $ric_set
HTMLSmartyConverter::$ric_set in HTMLSmartyConverter.inc
Method rcNatCmp
HTMLSmartyConverter::rcNatCmp() in HTMLSmartyConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp1
HTMLSmartyConverter::rcNatCmp1() in HTMLSmartyConverter.inc
does a nat case sort on the specified second level value of the array.
Method returnLink
HTMLSmartyConverter::returnLink() in HTMLSmartyConverter.inc
Method returnSee
HTMLSmartyConverter::returnSee() in HTMLSmartyConverter.inc
This function takes an abstractLink descendant and returns an html link
Variable $reportContents
phpdocpdf::$reportContents in class.phpdocpdf.php
Variable $ric_set
PDFdefaultConverter::$ric_set in PDFdefaultConverter.inc
Method returnLink
PDFdefaultConverter::returnLink() in PDFdefaultConverter.inc
Method returnSee
PDFdefaultConverter::returnSee() in PDFdefaultConverter.inc
Returns a bookmark using Cezpdf 009
Method rf
phpdocpdf::rf() in class.phpdocpdf.php
Method rcNatCmp
XMLDocBookpeardoc2Converter::rcNatCmp() in XMLDocBookpeardoc2Converter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp
XMLDocBookConverter::rcNatCmp() in XMLDocBookConverter.inc
does a nat case sort on the specified second level value of the array
Method rcNatCmp1
XMLDocBookpeardoc2Converter::rcNatCmp1() in XMLDocBookpeardoc2Converter.inc
does a nat case sort on the specified second level value of the array.
Method rcNatCmp1
XMLDocBookConverter::rcNatCmp1() in XMLDocBookConverter.inc
does a nat case sort on the specified second level value of the array.
Method returnLink
XMLDocBookConverter::returnLink() in XMLDocBookConverter.inc
Method returnLink
XMLDocBookpeardoc2Converter::returnLink() in XMLDocBookpeardoc2Converter.inc
Method returnSee
XMLDocBookpeardoc2Converter::returnSee() in XMLDocBookpeardoc2Converter.inc
This function takes an abstractLink descendant and returns an html link
Method returnSee
XMLDocBookConverter::returnSee() in XMLDocBookConverter.inc
This function takes an abstractLink descendant and returns an html link
s
top
Variable $smarty_dir
Converter::$smarty_dir in Converter.inc
Directory that the smarty templates are in
Variable $sort_absolutely_everything
This is used if the content must be passed in the order it should be read, i.e. by package, procedural then classes
Variable $sort_page_contents_by_type
This determines whether the $page_contents array should be sorted by element type as well as alphabetically by name
Variable $sourcePaths
Converter::$sourcePaths in Converter.inc
A list of files that have had source code generated
Variable $subpackage
Converter::$subpackage in Converter.inc
subpackage name currently being converted
Method Sampize
Converter::Sampize() in Converter.inc
Used to convert the contents of <samp> in a docblock
Method setSourcePaths
Mark a file as having had source code highlighted
Method setTargetDir
Converter::setTargetDir() in Converter.inc
Sets the output directory for generated documentation
Method setTemplateBase
Set the template directory with a different template base directory
Method setTemplateDir
sets the template directory based on the $outputformat and $name
Method sortPageContentsByElementType
sorts $page_contents by element type as well as alphabetically
Method sourceLine
Converter::sourceLine() in Converter.inc
Return a line of highlighted source code with formatted line number
Method startHighlight
Initialize highlight caching
Variable $sort_page_contents_by_type
CHMdefaultConverter wants elements sorted by type as well as alphabetically
Method setTargetDir
CHMdefaultConverter::setTargetDir() in CHMdefaultConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method setTemplateDir
CHMdefaultConverter::setTemplateDir() in CHMdefaultConverter.inc
Method SmartyInit
CHMdefaultConverter::SmartyInit() in CHMdefaultConverter.inc
Method sourceLine
CHMdefaultConverter::sourceLine() in CHMdefaultConverter.inc
Return a line of highlighted source code with formatted line number
Variable $sort_page_contents_by_type
Smarty Converter wants elements sorted by type as well as alphabetically
Method setTargetDir
HTMLframesConverter::setTargetDir() in HTMLframesConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method SmartyInit
HTMLframesConverter::SmartyInit() in HTMLframesConverter.inc
Method sourceLine
HTMLframesConverter::sourceLine() in HTMLframesConverter.inc
Return a line of highlighted source code with formatted line number
Variable $sort_page_contents_by_type
Smarty Converter wants elements sorted by type as well as alphabetically
Method setTargetDir
HTMLSmartyConverter::setTargetDir() in HTMLSmartyConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method SmartyInit
HTMLSmartyConverter::SmartyInit() in HTMLSmartyConverter.inc
Method sourceLine
HTMLSmartyConverter::sourceLine() in HTMLSmartyConverter.inc
Return a line of highlighted source code with formatted line number
Variable $set_pageNumbering
phpdocpdf::$set_pageNumbering in class.phpdocpdf.php
Variable $smarty_dir
PDFdefaultConverter::$smarty_dir in PDFdefaultConverter.inc
Variable $sort_absolutely_everything
default PDF Converter wants elements sorted by type as well as alphabetically
Method setColorArray
phpdocpdf::setColorArray() in class.phpdocpdf.php
Method setHTMLColor
phpdocpdf::setHTMLColor() in class.phpdocpdf.php
Method setTemplateDir
PDFdefaultConverter::setTemplateDir() in PDFdefaultConverter.inc
Method setupStates
PDFParser::setupStates() in ParserPDF.inc
setup the parser tokens, and the pushEvent/popEvent arrays
Method setupTOC
phpdocpdf::setupTOC() in class.phpdocpdf.php
Variable $sort_absolutely_everything
Pass elements by package, simplifies generation of package.xml/category.xml
Variable $sort_page_contents_by_type
XMLDocBookConverter wants elements sorted by type as well as alphabetically
Variable $sort_page_contents_by_type
XMLDocBookConverter wants elements sorted by type as well as alphabetically
Variable $sourceloc
XMLDocBookConverter::$sourceloc in XMLDocBookConverter.inc
Variable $sourceloc
XMLDocBookpeardoc2Converter::$sourceloc in XMLDocBookpeardoc2Converter.inc
Method setTargetDir
XMLDocBookConverter::setTargetDir() in XMLDocBookConverter.inc
calls the converter setTargetDir, and then copies any template images and the stylesheet if they haven't been copied
Method setTemplateDir
XMLDocBookConverter::setTemplateDir() in XMLDocBookConverter.inc
Method setTemplateDir
XMLDocBookpeardoc2Converter::setTemplateDir() in XMLDocBookpeardoc2Converter.inc
Method SmartyInit
XMLDocBookConverter::SmartyInit() in XMLDocBookConverter.inc
t
top
Variable $targetDir
Converter::$targetDir in Converter.inc
directory that output is sent to. -t command-line sets this.
Variable $templateDir
Converter::$templateDir in Converter.inc
Directory that the template is in, relative to phpDocumentor root directory
Variable $templateName
Converter::$templateName in Converter.inc
Name of the template, from last part of -o
Variable $template_options
Options for each template, parsed from the options.ini file in the template base directory
Variable $title
Converter::$title in Converter.inc
Variable $todoList
Converter::$todoList in Converter.inc
List of all @todo tags and a link to the element with the @todo
Method TranslateEntity
Used to translate an XML DocBook entity like &rdquo; from a tutorial by reading the options.ini file for the template.
Method TranslateTag
Converter::TranslateTag() in Converter.inc
Used to translate an XML DocBook tag from a tutorial by reading the options.ini file for the template.
Method TutorialExample
Method type_adjust
Converter::type_adjust() in Converter.inc
Called by parserReturnTag::Convert() to allow converters to change type names to desired formatting
Method TutorialExample
CHMdefaultConverter::TutorialExample() in CHMdefaultConverter.inc
Method TutorialExample
HTMLframesConverter::TutorialExample() in HTMLframesConverter.inc
Method TutorialExample
HTMLSmartyConverter::TutorialExample() in HTMLSmartyConverter.inc
Method textcolor
phpdocpdf::textcolor() in class.phpdocpdf.php
Method TranslateTag
PDFdefaultConverter::TranslateTag() in PDFdefaultConverter.inc
Used to translate an XML DocBook tag from a tutorial by reading the options.ini file for the template.
Variable $template_options
XMLDocBookpeardoc2Converter::$template_options in XMLDocBookpeardoc2Converter.inc
template options. Currently only 1 recognized option usepear
Variable $template_options
XMLDocBookConverter::$template_options in XMLDocBookConverter.inc
template options. Currently only 1 recognized option usepear
Method type_adjust
XMLDocBookpeardoc2Converter::type_adjust() in XMLDocBookpeardoc2Converter.inc
Method type_adjust
XMLDocBookConverter::type_adjust() in XMLDocBookConverter.inc
u
top
Method unmangle
Converter::unmangle() in Converter.inc
Called by parserSourceInlineTag::stringConvert() to allow converters to format the source code the way they'd like.
Method unmangle
CHMdefaultConverter::unmangle() in CHMdefaultConverter.inc
Method unmangle
HTMLframesConverter::unmangle() in HTMLframesConverter.inc
Method unmangle
HTMLSmartyConverter::unmangle() in HTMLSmartyConverter.inc
Method unmangle
PDFdefaultConverter::unmangle() in PDFdefaultConverter.inc
Method unmangle
XMLDocBookpeardoc2Converter::unmangle() in XMLDocBookpeardoc2Converter.inc
Method unmangle
XMLDocBookConverter::unmangle() in XMLDocBookConverter.inc
v
top
Method vardump_tree
Converter::vardump_tree() in Converter.inc
Debugging function for dumping $tutorial_tree
Method Varize
Converter::Varize() in Converter.inc
Used to convert the contents of <var> in a docblock
Method validHTMLColor
phpdocpdf::validHTMLColor() in class.phpdocpdf.php
w
top
Method walk
Converter::walk() in Converter.inc
called by phpDocumentor_IntermediateParser::Convert() to traverse the array of pages and their elements, converting them to the output format
Method walk_everything
walk over elements by package rather than page
Method writeExample
Converter::writeExample() in Converter.inc
Write out the formatted source code for an example php file
Method writeFile
Converter::writeFile() in Converter.inc
Writes a file to target dir
Method writeSource
Converter::writeSource() in Converter.inc
Write out the formatted source code for a php file
Variable $wrote
CHMdefaultConverter::$wrote in CHMdefaultConverter.inc
Method writeExample
CHMdefaultConverter::writeExample() in CHMdefaultConverter.inc
Method writefile
CHMdefaultConverter::writefile() in CHMdefaultConverter.inc
Write a file to disk, and add it to the $hhp_files list of files to include in the generated CHM
Method writeNewPPage
CHMdefaultConverter::writeNewPPage() in CHMdefaultConverter.inc
Method writeSource
CHMdefaultConverter::writeSource() in CHMdefaultConverter.inc
Variable $wrote
HTMLframesConverter::$wrote in HTMLframesConverter.inc
Method writeExample
HTMLframesConverter::writeExample() in HTMLframesConverter.inc
Method writeNewPPage
HTMLframesConverter::writeNewPPage() in HTMLframesConverter.inc
Method writeSource
HTMLframesConverter::writeSource() in HTMLframesConverter.inc
Variable $wrote
HTMLSmartyConverter::$wrote in HTMLSmartyConverter.inc
Method writeExample
HTMLSmartyConverter::writeExample() in HTMLSmartyConverter.inc
Method writeNewPPage
HTMLSmartyConverter::writeNewPPage() in HTMLSmartyConverter.inc
Method writeRIC
HTMLSmartyConverter::writeRIC() in HTMLSmartyConverter.inc
Method writeSource
HTMLSmartyConverter::writeSource() in HTMLSmartyConverter.inc
Method writeExample
PDFdefaultConverter::writeExample() in PDFdefaultConverter.inc
Method writeSource
PDFdefaultConverter::writeSource() in PDFdefaultConverter.inc
Method wordwrap
XMLDocBookpeardoc2Converter::wordwrap() in XMLDocBookpeardoc2Converter.inc
Method writeExample
XMLDocBookpeardoc2Converter::writeExample() in XMLDocBookpeardoc2Converter.inc
Method writeFile
XMLDocBookpeardoc2Converter::writeFile() in XMLDocBookpeardoc2Converter.inc
Writes a file to target dir, beautify any .xml files first
Method writeNewPPage
XMLDocBookConverter::writeNewPPage() in XMLDocBookConverter.inc
Method writeNewPPage
XMLDocBookpeardoc2Converter::writeNewPPage() in XMLDocBookpeardoc2Converter.inc
Does nothing
Method writeSource
XMLDocBookpeardoc2Converter::writeSource() in XMLDocBookpeardoc2Converter.inc
Does nothing
x
top
Page XMLDocBookpeardoc2Converter.inc
XMLDocBookpeardoc2Converter.inc in XMLDocBookpeardoc2Converter.inc
Page XMLDocBookConverter.inc
XMLDocBookConverter.inc in XMLDocBookConverter.inc
Method XMLDocBookConverter
sets $base_dir to $targetDir
Class XMLDocBookConverter
XMLDocBookConverter in XMLDocBookConverter.inc
XML DocBook converter.
Method XMLDocBookpeardoc2Converter
sets $base_dir to $targetDir
Class XMLDocBookpeardoc2Converter
XMLDocBookpeardoc2Converter in XMLDocBookpeardoc2Converter.inc
XML DocBook converter.
a b c d e f g h i j k l m n o p q r s t u v w x _