Full index

Package indexes


a b c d e f g h i j k l m n o p q r s t u v w x _
a
top
$all_packages
Converter::$all_packages in Converter.inc
All packages encountered in parsing
$all_packages
list of all packages encountered while documenting. Used in automatic linking.
$attributes
parserXMLDocBookTag::$attributes in PackagePageElements.inc
Attributes from the XML tag
abstractLink
abstractLink in LinkClasses.inc
linking classes parent
add
parserXMLDocBookTag::add() in PackagePageElements.inc
Add contents to this tag.
add
equivalent to the . operator ($a = $b . $c)
add
parserDesc::add() in ParserDocBlock.inc
addAccess
parserDocBlock::addAccess() in ParserDocBlock.inc
add an @access tag to the tags array
addAttribute
parserXMLDocBookTag::addAttribute() in PackagePageElements.inc
Add an xml tag attribute name="value" pair
addCData
parserXMLDocBookTag::addCData() in PackagePageElements.inc
add a word to CData
addClass
Classes::addClass() in Classes.inc
While parsing, add a class to the list of parsed classes
addClassPackageToFile
adds a package from a class to the current file
addConst
Classes::addConst() in Classes.inc
While parsing, add a variable to the list of parsed variables
addConverter
Add a converter name to use to the list of converters
addDefine
ProceduralPages::addDefine() in ProceduralPages.inc
sets up the $definesbyfile array using $curfile
addElement
parserData::addElement() in ParserData.inc
add a new element to the tracking array
addElementToPage
adds a processed descendant of parserElement to the $pages array or $privatepages array
addError
add a new error to the $errors array
addError
addError() in Errors.inc
add an Error
addErrorDie
addErrorDie() in Errors.inc
like addError() but exits parsing
addErrorReturn
add a new error to the $errors array and returns the error string
addExample
parserDocBlock::addExample() in ParserDocBlock.inc
adds an @example tag
addFileSource
parserDocBlock::addFileSource() in ParserDocBlock.inc
Adds a new @filesource tag to the DocBlock
addFileSource
phpDocumentorTWordParser::addFileSource() in phpDocumentorTWordParser.inc
Wrapper for addSource() used to retrieve the entire source code organized by line number in setup()
addFuncGlobal
parserDocBlock::addFuncGlobal() in ParserDocBlock.inc
adds a function declaration of @global to the $funcglobals array
addFunction
ProceduralPages::addFunction() in ProceduralPages.inc
sets up the $functionsbyfile array using $curfile
addGlobal
ProceduralPages::addGlobal() in ProceduralPages.inc
sets up the $globalsbyfile array using $curfile
addGlobals
parserFunction::addGlobals() in ParserElements.inc
Add all "global $var, $var2" declarations to this function
addHHP
CHMdefaultConverter::addHHP() in CHMdefaultConverter.inc
addImplements
parserClass::addImplements() in ParserElements.inc
addInclude
ProceduralPages::addInclude() in ProceduralPages.inc
sets up the $includesbyfile array using $curfile
addItem
parserList::addItem() in DescHTML.inc
add an item to a list
addKeyword
parserDocBlock::addKeyword() in ParserDocBlock.inc
addKLink
CHMdefaultConverter::addKLink() in CHMdefaultConverter.inc
Add an item to the index.hhk file
addLink
methodLink::addLink() in LinkClasses.inc
sets up the link
addLink
parserDocBlock::addLink() in ParserDocBlock.inc
creates a parserLinkTag and adds it to the $tags array
addLink
abstractLink::addLink() in LinkClasses.inc
sets up the link
addLink
tutorialLink::addLink() in LinkClasses.inc
sets up the link
addLink
parserData::addLink() in ParserData.inc
adds a link
addList
parserList::addList() in DescHTML.inc
add a list
addMessage
phpdocpdf::addMessage() in class.phpdocpdf.php
addMethod
Classes::addMethod() in Classes.inc
While parsing, add a method to the list of parsed methods
addName
parserDocBlock::addName() in ParserDocBlock.inc
Adds a @name tag to the tag list
addPackage
parserDocBlock::addPackage() in ParserDocBlock.inc
addPackageParent
If the parent class of $class is in a different package, adds it to the
addPackageToFile
Mark a package as being used in a class
addPage
ProceduralPages::addPage() in ProceduralPages.inc
sets up the $pages array
addPage
Replaces the parserPage represented by $this->pages[$path] with $page
addPageIfNecessary
add a new parserPage to the $pages array if none is found
addPagePackage
ProceduralPages::addPagePackage() in ProceduralPages.inc
Changes the package of the page represented by $path
addParam
parserDocBlock::addParam() in ParserDocBlock.inc
addParam
parserFunction::addParam() in ParserElements.inc
addParam
parserMethod::addParam() in ParserElements.inc
addPrivatePage
Adds a parserPage element to the parserData element in $this->privatepages[$path]
addProperty
parserDocBlock::addProperty() in ParserDocBlock.inc
Adds a @property(-read or -write) or @method magic tag to the DocBlock
addReturn
parserDocBlock::addReturn() in ParserDocBlock.inc
creates a parserReturnTag and adds it to the $tags array
addSee
parserDocBlock::addSee() in ParserDocBlock.inc
creates a parserLinkTag and adds it to the $tags array
addSource
parserFunction::addSource() in ParserElements.inc
Set the source code. Always array in PHP 4.3.0+
addSource
phpDocumentorTWordParser::addSource() in phpDocumentorTWordParser.inc
Generate source token arrays organized by line number
addSourceTOC
CHMdefaultConverter::addSourceTOC() in CHMdefaultConverter.inc
addStatics
parserFunction::addStatics() in ParserElements.inc
Add all "static $var, $var2 = 6" declarations to this function
addStaticVar
parserDocBlock::addStaticVar() in ParserDocBlock.inc
addSummaryToPackageXml
addTag
parserDocBlock::addTag() in ParserDocBlock.inc
Used to insert DocBlock Template tags into a docblock
addTOC
CHMdefaultConverter::addTOC() in CHMdefaultConverter.inc
addTutorial
parserClass::addTutorial() in ParserElements.inc
addTutorial
parserData::addTutorial() in ParserData.inc
adds a tutorial parser
addUnknownTag
parserDocBlock::addUnknownTag() in ParserDocBlock.inc
adds an unknown tag to the $unknown_tags array for use by custom converters
addUses
Add all the @uses tags from $element to the $uses array so that @usedby
addUses
parserDocBlock::addUses() in ParserDocBlock.inc
Add a @uses tag to the DocBlock
addVar
Classes::addVar() in Classes.inc
While parsing, add a variable to the list of parsed variables
addVar
parserDocBlock::addVar() in ParserDocBlock.inc
creates a parserVarTag and adds it to the $tags array
addWarning
add a new warning to the $warnings array
addWarning
addWarning() in Errors.inc
add a Warning
adv_htmlentities
adv_htmlentities() in Converter.inc
smart htmlentities, doesn't entity the allowed tags list
arrayConvert
converter helper used in PHP 4.3.0+
arrayConvert
converter helper for PHP 4.3.0+
AttrToString
Converter::AttrToString() in Converter.inc
Convert the attribute of a Tutorial docbook tag's attribute list
actions.php
actions.php in actions.php
b
top
$base_dir
HTMLframesConverter::$base_dir in HTMLframesConverter.inc
target directory passed on the command-line.
$base_dir
CHMdefaultConverter::$base_dir in CHMdefaultConverter.inc
target directory passed on the command-line.
$base_dir
XMLDocBookConverter::$base_dir in XMLDocBookConverter.inc
target directory passed on the command-line.
$base_dir
XMLDocBookpeardoc2Converter::$base_dir in XMLDocBookpeardoc2Converter.inc
target directory passed on the command-line.
$base_dir
HTMLSmartyConverter::$base_dir in HTMLSmartyConverter.inc
target directory passed on the command-line.
backupPos
back the word parser to the previous token as defined by $last_token
backupPos
WordParser::backupPos() in WordParser.inc
Backup to the previous token so that it can be retrieved again in a new context.
backupPos
phpDocumentorTWordParser::backupPos() in phpDocumentorTWordParser.inc
backs the parser up to the previous position
Bolden
Converter::Bolden() in Converter.inc
Used to convert the contents of <b> in a docblock
Br
XMLDocBookpeardoc2Converter::Br() in XMLDocBookpeardoc2Converter.inc
Br
Converter::Br() in Converter.inc
Used to convert <br> in a docblock
bug_772441
bug_772441 in bug-772441.php
bullet
phpdocpdf::bullet() in class.phpdocpdf.php
builder.php
builder.php in builder.php
bug-560532.php
bug-560532.php in bug-560532.php
bug-772441.php
bug-772441.php in bug-772441.php
Beautifier.php
Beautifier.php in Beautifier.php
c
top
$category
category of the {@id}
$category
parserDocBlock::$category in ParserDocBlock.inc
$category
parserPage::$category in ParserData.inc
$category
XMLDocBookpeardoc2Converter::$category in XMLDocBookpeardoc2Converter.inc
peardoc2 Category
$category
abstractLink::$category in LinkClasses.inc
$category
XMLDocBookConverter::$category in XMLDocBookConverter.inc
peardoc2 Category
$children
parserTutorial::$children in ParserElements.inc
links to the child tutorials, or false if none
$class
Converter::$class in Converter.inc
set to a classname if currently parsing a class, false if not
$class
methodLink::$class in LinkClasses.inc
$class
parserVar::$class in ParserElements.inc
$class
XMLDocBookpeardoc2Converter::$class in XMLDocBookpeardoc2Converter.inc
name of current class being converted
$class
XMLDocBookConverter::$class in XMLDocBookConverter.inc
name of current class being converted
$class
parserConst::$class in ParserElements.inc
$class
parserMethod::$class in ParserElements.inc
$classelements
parserData::$classelements in ParserData.inc
array of parsed class elements
$classes
Converter::$classes in Converter.inc
All class information, organized by path, and by package
$classes
used to keep track of inheritance at the smartest level possible for a
$classpackage_pagenums
$class_contents
alphabetical index of all methods and vars in a class by package/subpackage
$class_data
Converter::$class_data in Converter.inc
template for the class currently being processed
$class_data
XMLDocBookConverter::$class_data in XMLDocBookConverter.inc
template for the class currently being processed
$class_data
XMLDocBookpeardoc2Converter::$class_data in XMLDocBookpeardoc2Converter.inc
template for the class currently being processed
$class_dir
CHMdefaultConverter::$class_dir in CHMdefaultConverter.inc
output directory for the current class being processed
$class_dir
HTMLSmartyConverter::$class_dir in HTMLSmartyConverter.inc
output directory for the current class being processed
$class_dir
XMLDocBookConverter::$class_dir in XMLDocBookConverter.inc
output directory for the current class being processed
$class_dir
XMLDocBookpeardoc2Converter::$class_dir in XMLDocBookpeardoc2Converter.inc
output directory for the current class being processed
$class_dir
HTMLframesConverter::$class_dir in HTMLframesConverter.inc
output directory for the current class being processed
$class_elements
alphabetized index of classes by package
$clean
parserData::$clean in ParserData.inc
$conflicts
parserElement::$conflicts in ParserElements.inc
$context
XMLPackagePageParser::$context in XMLpackagePageParser.inc
$converted_returnType
contains a link to the documentation for a class passed as a type in @return, @var or @param
$converter
phpdocpdf::$converter in class.phpdocpdf.php
$converters
an array of template names indexed by converter name
$curclasspackage
PDFdefaultConverter::$curclasspackage in PDFdefaultConverter.inc
$curfile
Converter::$curfile in Converter.inc
full path of the current file being converted
$curfile
parserClass::$curfile in ParserElements.inc
$curfile
ProceduralPages::$curfile in ProceduralPages.inc
file being parsed, used in every add function to match up elements with the file that contains them
$curfile
$curpage
Converter::$curpage in Converter.inc
current procedural page being processed
$curpagepackage
PDFdefaultConverter::$curpagepackage in PDFdefaultConverter.inc
$current
HTMLSmartyConverter::$current in HTMLSmartyConverter.inc
contains all of the template procedural page element loop data needed for the current template
$current
XMLDocBookpeardoc2Converter::$current in XMLDocBookpeardoc2Converter.inc
contains all of the template procedural page element loop data needed for the current template
$current
CHMdefaultConverter::$current in CHMdefaultConverter.inc
contains all of the template procedural page element loop data needed for the current template
$current
XMLDocBookConverter::$current in XMLDocBookConverter.inc
contains all of the template procedural page element loop data needed for the current template
$current
HTMLframesConverter::$current in HTMLframesConverter.inc
contains all of the template procedural page element loop data needed for the current template
$currentclass
HTMLframesConverter::$currentclass in HTMLframesConverter.inc
contains all of the template class element loop data needed for the current template
$currentclass
CHMdefaultConverter::$currentclass in CHMdefaultConverter.inc
contains all of the template class element loop data needed for the current template
$currentclass
XMLDocBookConverter::$currentclass in XMLDocBookConverter.inc
contains all of the template class element loop data needed for the current template
$currentclass
XMLDocBookpeardoc2Converter::$currentclass in XMLDocBookpeardoc2Converter.inc
contains all of the template class element loop data needed for the current template
$currentclass
HTMLSmartyConverter::$currentclass in HTMLSmartyConverter.inc
contains all of the template class element loop data needed for the current template
$cur_class
Name of the class currently being parsed.
canSource
parserDocBlock::canSource() in ParserDocBlock.inc
Tells the DocBlock it can have a @filesource tag
cantSource
parserDocBlock::cantSource() in ParserDocBlock.inc
Tells the DocBlock it can't have a @filesource tag
categoryTagHandler
handles @category
changeGlobal
parserDocBlock::changeGlobal() in ParserDocBlock.inc
changeParam
parserDocBlock::changeParam() in ParserDocBlock.inc
changeStatic
parserDocBlock::changeStatic() in ParserDocBlock.inc
checkEventPop
This function checks whether parameter $word is a token for popping the current event off of the Event Stack.
checkEventPop
this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
checkEventPop
this function checks whether parameter $word is a token for popping the current event off of the Event Stack.
checkEventPush
this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
checkEventPush
this function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
checkEventPush
This function checks whether parameter $word is a token for pushing a new event onto the Event Stack.
checkForBugCondition
checkForBugCondition() in Setup.inc.php
Crash in case of known, dangerous bug condition
checkIgnore
Tell whether to ignore a file or a directory allows * and ? wildcards
checkIgnoreTag
checkState
Converter::checkState() in Converter.inc
Compare parserStringWithInlineTags::Convert() cache state to $state
CHMdefaultConverter
sets $base_dir to $targetDir
CHMdefaultConverter
CHMdefaultConverter in CHMdefaultConverter.inc
Generates files that MS HTML Help Worshop can use to create a MS Windows compiled help file (CHM)
ClasselementCmp
does a natural case sort on two class elements (either parserClass, parserMethod or parserVar
Classes
Classes in Classes.inc
Intermediate class parsing structure.
classLink
classLink in LinkClasses.inc
class link
cleanup
Converter::cleanup() in Converter.inc
Finish up parsing/cleanup directories
concatTokens
phpDocumentorTWordParser::concatTokens() in phpDocumentorTWordParser.inc
Utility function to convert a series of tokens into a string
configWordParser
Give the word parser necessary data to begin a new parse
configWordParser
Tell the parser's WordParser $wp to set up tokens to parse words by.
configWordParser
tell the parser's WordParser $wp to set up tokens to parse words by.
configWordParser
tell the parser's WordParser $wp to set up tokens to parse words by.
constLink
constLink in LinkClasses.inc
class constant link
Convert
converter
Convert
converter method
Convert
convert part of the tag
Convert
Interface to the Converter
Convert
convert the tag
Convert
calls the output conversion
Convert
parserEntity::Convert() in PackagePageElements.inc
calls the output conversion
Convert
parserCData::Convert() in PackagePageElements.inc
calls the output conversion
Convert
only sets a warning and returns empty
Convert
parserXMLDocBookTag::Convert() in PackagePageElements.inc
calls the output conversion
Convert
parserSamp::Convert() in DescHTML.inc
performs the conversion of sample tags
Convert
parserKbd::Convert() in DescHTML.inc
performs the conversion of keyboard tags
Convert
Use to convert the string to a real string with all inline tags parsed and linked
Convert
parserList::Convert() in DescHTML.inc
performs the conversion of list tags
Convert
parserPre::Convert() in DescHTML.inc
performs the conversion of code tags
Convert
parserFileSourceTag::Convert() in DocBlockTags.inc
Return a link to the highlighted source and generate the source
Convert
parserAccessTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserDescVar::Convert() in DescHTML.inc
performs the conversion of variable tags
Convert
parserCode::Convert() in DescHTML.inc
performs the conversion of code tags
Convert
Converter::Convert() in Converter.inc
Convert all elements to output format
Convert
parserTutorial::Convert() in ParserElements.inc
Convert
parserPackagePage::Convert() in ParserElements.inc
Convert
parserB::Convert() in DescHTML.inc
performs the conversion of bold tags
Convert
parserBr::Convert() in DescHTML.inc
performs the conversion of linebreak tags
Convert
parserNameTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserI::Convert() in DescHTML.inc
performs the conversion of italic tags
Convert
parserTutorialTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserUsesTag::Convert() in DocBlockTags.inc
Return a link to documentation for other element, and description of how it is used
Convert
parserReturnTag::Convert() in DocBlockTags.inc
process this tag through the given output converter (sets up the $converted_returnType)
Convert
parserTag::Convert() in DocBlockTags.inc
Perform the output conversion on this parserTag using the output converter that is passed in
Convert
parserUsedByTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
Convert
parserSeeTag::Convert() in DocBlockTags.inc
process this tag through the given output converter
convertClass
PDFdefaultConverter::convertClass() in PDFdefaultConverter.inc
convertClass
CHMdefaultConverter::convertClass() in CHMdefaultConverter.inc
Converts class for template output
convertClass
Converter::convertClass() in Converter.inc
Default Class Handler
convertClass
XMLDocBookConverter::convertClass() in XMLDocBookConverter.inc
Converts class for template output
convertClass
HTMLframesConverter::convertClass() in HTMLframesConverter.inc
Converts class for template output
convertClass
HTMLSmartyConverter::convertClass() in HTMLSmartyConverter.inc
Converts class for template output
convertClass
XMLDocBookpeardoc2Converter::convertClass() in XMLDocBookpeardoc2Converter.inc
Converts class for template output
convertConst
CHMdefaultConverter::convertConst() in CHMdefaultConverter.inc
Converts class constants for template output
convertConst
PDFdefaultConverter::convertConst() in PDFdefaultConverter.inc
convertConst
Converter::convertConst() in Converter.inc
Converts class constants for template output.
convertConst
HTMLframesConverter::convertConst() in HTMLframesConverter.inc
Converts class variables for template output
convertConst
HTMLSmartyConverter::convertConst() in HTMLSmartyConverter.inc
Converts class variables for template output
convertDefine
PDFdefaultConverter::convertDefine() in PDFdefaultConverter.inc
convertDefine
CHMdefaultConverter::convertDefine() in CHMdefaultConverter.inc
Converts defines for template output
convertDefine
HTMLSmartyConverter::convertDefine() in HTMLSmartyConverter.inc
Converts defines for template output
convertDefine
Converts defines for template output
convertDefine
XMLDocBookConverter::convertDefine() in XMLDocBookConverter.inc
Converts defines for template output
convertDefine
HTMLframesConverter::convertDefine() in HTMLframesConverter.inc
Converts defines for template output
convertDefine
XMLDocBookpeardoc2Converter::convertDefine() in XMLDocBookpeardoc2Converter.inc
Converts defines for template output
convertDocBlock
PDFdefaultConverter::convertDocBlock() in PDFdefaultConverter.inc
Converter
Converter in Converter.inc
Base class for all output converters.
Converter
Converter::Converter() in Converter.inc
Initialize Converter data structures
ConvertErrorLog
HTMLframesConverter::ConvertErrorLog() in HTMLframesConverter.inc
Create errors.html template file output
ConvertErrorLog
XMLDocBookConverter::ConvertErrorLog() in XMLDocBookConverter.inc
Create errors.html template file output
ConvertErrorLog
HTMLSmartyConverter::ConvertErrorLog() in HTMLSmartyConverter.inc
Create errors.html template file output
ConvertErrorLog
XMLDocBookpeardoc2Converter::ConvertErrorLog() in XMLDocBookpeardoc2Converter.inc
Create errors.html template file output
ConvertErrorLog
CHMdefaultConverter::ConvertErrorLog() in CHMdefaultConverter.inc
Create errors.html template file output
ConvertErrorLog
Convert the phpDocumentor parsing/conversion error log
convertFunction
HTMLframesConverter::convertFunction() in HTMLframesConverter.inc
Converts function for template output
convertFunction
XMLDocBookConverter::convertFunction() in XMLDocBookConverter.inc
Converts function for template output
convertFunction
XMLDocBookpeardoc2Converter::convertFunction() in XMLDocBookpeardoc2Converter.inc
Converts function for template output - does nothing in peardoc2!
convertFunction
PDFdefaultConverter::convertFunction() in PDFdefaultConverter.inc
convertFunction
HTMLSmartyConverter::convertFunction() in HTMLSmartyConverter.inc
Converts function for template output
convertFunction
CHMdefaultConverter::convertFunction() in CHMdefaultConverter.inc
Converts function for template output
convertFunction
Converts function for template output
convertGlobal
CHMdefaultConverter::convertGlobal() in CHMdefaultConverter.inc
Converts global variables for template output
convertGlobal
PDFdefaultConverter::convertGlobal() in PDFdefaultConverter.inc
convertGlobal
XMLDocBookpeardoc2Converter::convertGlobal() in XMLDocBookpeardoc2Converter.inc
Converts global variables for template output
convertGlobal
Converts global variables for template output
convertGlobal
HTMLSmartyConverter::convertGlobal() in HTMLSmartyConverter.inc
Converts global variables for template output
convertGlobal
XMLDocBookConverter::convertGlobal() in XMLDocBookConverter.inc
Converts global variables for template output
convertGlobal
HTMLframesConverter::convertGlobal() in HTMLframesConverter.inc
Converts global variables for template output
convertInclude
HTMLframesConverter::convertInclude() in HTMLframesConverter.inc
Converts include elements for template output
convertInclude
Converts includes for template output
convertInclude
CHMdefaultConverter::convertInclude() in CHMdefaultConverter.inc
Converts include elements for template output
convertInclude
PDFdefaultConverter::convertInclude() in PDFdefaultConverter.inc
convertInclude
XMLDocBookpeardoc2Converter::convertInclude() in XMLDocBookpeardoc2Converter.inc
Converts include elements for template output
convertInclude
HTMLSmartyConverter::convertInclude() in HTMLSmartyConverter.inc
Converts include elements for template output
convertInclude
XMLDocBookConverter::convertInclude() in XMLDocBookConverter.inc
Converts include elements for template output
convertMethod
CHMdefaultConverter::convertMethod() in CHMdefaultConverter.inc
Converts class methods for template output
convertMethod
PDFdefaultConverter::convertMethod() in PDFdefaultConverter.inc
convertMethod
HTMLframesConverter::convertMethod() in HTMLframesConverter.inc
Converts class methods for template output
convertMethod
HTMLSmartyConverter::convertMethod() in HTMLSmartyConverter.inc
Converts class methods for template output
convertMethod
XMLDocBookConverter::convertMethod() in XMLDocBookConverter.inc
Converts method for template output
convertMethod
XMLDocBookpeardoc2Converter::convertMethod() in XMLDocBookpeardoc2Converter.inc
Converts method for template output
convertMethod
Converts method for template output
convertPackagepage
convertPackagePage
XMLDocBookpeardoc2Converter::convertPackagePage() in XMLDocBookpeardoc2Converter.inc
Does nothing - use tutorials for DocBook
convertPackagepage
Converts package page and sets its package as used in $package_pages
convertPackagePage
Converts package page and sets its package as used in $package_pages
convertPackagepage
Converts package page and sets its package as used in $package_pages
convertPackagepage
Converts package page and sets its package as used in $package_pages
convertPage
XMLDocBookConverter::convertPage() in XMLDocBookConverter.inc
converts procedural pages for template output
convertPage
XMLDocBookpeardoc2Converter::convertPage() in XMLDocBookpeardoc2Converter.inc
converts procedural pages for template output
convertPage
HTMLSmartyConverter::convertPage() in HTMLSmartyConverter.inc
converts procedural pages for template output
convertPage
Converter::convertPage() in Converter.inc
Default Page Handler
convertPage
HTMLframesConverter::convertPage() in HTMLframesConverter.inc
converts procedural pages for template output
convertPage
CHMdefaultConverter::convertPage() in CHMdefaultConverter.inc
converts procedural pages for template output
convertPage
PDFdefaultConverter::convertPage() in PDFdefaultConverter.inc
convertParams
PDFdefaultConverter::convertParams() in PDFdefaultConverter.inc
ConvertPart
convert part of the tag
ConvertSource
convert the source code
ConvertSource
convert the source code
ConvertTitle
Converter::ConvertTitle() in Converter.inc
Convert the title of a Tutorial docbook tag section
ConvertTodoList
HTMLframesConverter::ConvertTodoList() in HTMLframesConverter.inc
ConvertTodoList
CHMdefaultConverter::ConvertTodoList() in CHMdefaultConverter.inc
ConvertTodoList
HTMLSmartyConverter::ConvertTodoList() in HTMLSmartyConverter.inc
ConvertTodoList
Convert the list of all @todo tags
convertTutorial
PDFdefaultConverter::convertTutorial() in PDFdefaultConverter.inc
convertTutorial
CHMdefaultConverter::convertTutorial() in CHMdefaultConverter.inc
convertTutorial
Default Tutorial Handler
convertTutorial
XMLDocBookpeardoc2Converter::convertTutorial() in XMLDocBookpeardoc2Converter.inc
Convert tutorials for output
convertTutorial
HTMLSmartyConverter::convertTutorial() in HTMLSmartyConverter.inc
convertTutorial
HTMLframesConverter::convertTutorial() in HTMLframesConverter.inc
convertTutorial
XMLDocBookConverter::convertTutorial() in XMLDocBookConverter.inc
convertVar
Converter::convertVar() in Converter.inc
Converts class variables for template output.
convertVar
CHMdefaultConverter::convertVar() in CHMdefaultConverter.inc
Converts class variables for template output
convertVar
XMLDocBookConverter::convertVar() in XMLDocBookConverter.inc
Converts class variables for template output.
convertVar
HTMLframesConverter::convertVar() in HTMLframesConverter.inc
Converts class variables for template output
convertVar
XMLDocBookpeardoc2Converter::convertVar() in XMLDocBookpeardoc2Converter.inc
Does nothing in this converter
convertVar
PDFdefaultConverter::convertVar() in PDFdefaultConverter.inc
convertVar
HTMLSmartyConverter::convertVar() in HTMLSmartyConverter.inc
Converts class variables for template output
Convert_RIC
HTMLSmartyConverter::Convert_RIC() in HTMLSmartyConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Convert_RIC
HTMLframesConverter::Convert_RIC() in HTMLframesConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Convert_RIC
PDFdefaultConverter::Convert_RIC() in PDFdefaultConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Convert_RIC
CHMdefaultConverter::Convert_RIC() in CHMdefaultConverter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
Convert_RIC
Converter::Convert_RIC() in Converter.inc
Convert README/INSTALL/CHANGELOG file contents to output format
copyFile
Converter::copyFile() in Converter.inc
Copies a file from the template directory to the target directory
copyMediaRecursively
copyMediaRecursively
copyMediaRecursively
createDocs
createParentDir
Recursively creates all subdirectories that don't exist in the $dir path
config.php
config.php in config.php
Classes.inc
Classes.inc in Classes.inc
clone.inc.php
clone.inc.php in clone.inc.php
clone5.inc.php
clone5.inc.php in clone5.inc.php
common.inc.php
common.inc.php in common.inc.php
Converter.inc
Converter.inc in Converter.inc
CHMdefaultConverter.inc
CHMdefaultConverter.inc in CHMdefaultConverter.inc
class.phpdocpdf.php
class.phpdocpdf.php in class.phpdocpdf.php
d
top
$data
RecordWarning::$data in Errors.inc
error string
$data
phpDocumentor_IntermediateParser::$data in IntermediateParser.inc
$data contains parsed structures for the current page being parsed
$datatype
parserGlobal::$datatype in ParserElements.inc
Name of the global's data type
$db_template
$defineconflicts
ProceduralPages::$defineconflicts in ProceduralPages.inc
Namespace conflicts within all documented packages of functions
$definesbyfile
ProceduralPages::$definesbyfile in ProceduralPages.inc
array of parsed defines organized by the full path of the file that contains the define.
$definesbynamefile
array of file names organized by defines that are in the file.
$define_elements
alphabetized index of defines by package
$desc
parserDocBlock::$desc in ParserDocBlock.inc
$dirs
contents of --directory commandline
$docblock
parserElement::$docblock in ParserElements.inc
$docblock
parserData::$docblock in ParserData.inc
DocBlock (parserDocBlock) for this page, or false if not set
debug
debug() in common.inc.php
Debugging output
decideOnOrOff
decideOnOrOff() in Setup.inc.php
Fuzzy logic to interpret the boolean args' intent
defaultHandler
Handles all non-inline tags
defaultTagHandler
Handles all standard tags that only have a description
defineLink
defineLink in LinkClasses.inc
define link
dirList
Io::dirList() in Io.inc
displayHelpMsg
create the help message for display on the command-line
doSimpleList
parserDescParser::doSimpleList() in ParserDescCleanup.inc
Return a simple list, if found
dots
phpdocpdf::dots() in class.phpdocpdf.php
DescHTML.inc
DescHTML.inc in DescHTML.inc
DocBlockTags.inc
DocBlockTags.inc in DocBlockTags.inc
e
top
$elements
Converter::$elements in Converter.inc
alphabetical index of all elements
$elements
parserData::$elements in ParserData.inc
array of parsed elements
$end
parserSourceInlineTag::$end in InlineTags.inc
Last line to display
$endlinenumber
parserDocBlock::$endlinenumber in ParserDocBlock.inc
Line number in the source on which this docblock ends
$endlinenumber
parserElement::$endlinenumber in ParserElements.inc
line number on file where this element stops
$errors
ErrorTracker::$errors in Errors.inc
array of RecordErrors
$eventHandlers
XMLPackagePageParser::$eventHandlers in XMLpackagePageParser.inc
$eventHandlers
phpDocumentorTParser::$eventHandlers in phpDocumentorTParser.inc
$eventHandlers
$event_handlers
the functions which handle output from the Parser
$explicitcategory
parserDocBlock::$explicitcategory in ParserDocBlock.inc
fix for bug 708559
$explicitpackage
parserDocBlock::$explicitpackage in ParserDocBlock.inc
fix for bug 591396
$extends
parserClass::$extends in ParserElements.inc
elementCmp
does a natural case sort on two parserElement descendants
EncloseList
Converter::EncloseList() in Converter.inc
Used to convert the contents of <ol> or <ul> in a docblock
EncloseParagraph
Used to enclose a paragraph in a docblock
endCData
parserXMLDocBookTag::endCData() in PackagePageElements.inc
Adds $_cdata to $value
endClass
CHMdefaultConverter::endClass() in CHMdefaultConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
endClass
HTMLSmartyConverter::endClass() in HTMLSmartyConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
endClass
Converter::endClass() in Converter.inc
Called by walk() while converting, when the last class element has been parsed.
endClass
XMLDocBookConverter::endClass() in XMLDocBookConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
endClass
HTMLframesConverter::endClass() in HTMLframesConverter.inc
Writes out the template file of $class_data and unsets the template to save memory
endClass
XMLDocBookpeardoc2Converter::endClass() in XMLDocBookpeardoc2Converter.inc
Writes out the template file of $class_data and unsets the template to save memory
endPage
XMLDocBookConverter::endPage() in XMLDocBookConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
endPage
HTMLSmartyConverter::endPage() in HTMLSmartyConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
endPage
HTMLframesConverter::endPage() in HTMLframesConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
endPage
Converter::endPage() in Converter.inc
Called by walk() while converting, when the last procedural page element has been parsed.
endPage
CHMdefaultConverter::endPage() in CHMdefaultConverter.inc
Writes out the template file of $page_data and unsets the template to save memory
endTag
Parser::endTag() in Parser.inc
Called to clean up at the end of parsing a @tag in a docblock
ErrorTracker
ErrorTracker in Errors.inc
contains all the errors/warnings
EventStack
EventStack in EventStack.inc
An event Stack
exampleProgramExample
XMLDocBookpeardoc2Converter::exampleProgramExample() in XMLDocBookpeardoc2Converter.inc
Used to convert the {@example} inline tag in a docblock.
exampleProgramExample
Used to convert the {@example} inline tag in a docblock.
exampleTagHandler
handles @example
explicitDocBlock
Tells this page that its DocBlock was not implicit
ezNewPage
phpdocpdf::ezNewPage() in class.phpdocpdf.php
ezOutput
phpdocpdf::ezOutput() in class.phpdocpdf.php
ezProcessText
phpdocpdf::ezProcessText() in class.phpdocpdf.php
ezText
phpdocpdf::ezText() in class.phpdocpdf.php
Errors.inc
Errors.inc in Errors.inc
EventStack.inc
EventStack.inc in EventStack.inc
f
top
$file
parserPage::$file in ParserData.inc
filename.ext (no path)
$file
RecordWarning::$file in Errors.inc
file this error occurred in
$file
parserElement::$file in ParserElements.inc
location of this element (filename)
$fileAlias
abstractLink::$fileAlias in LinkClasses.inc
phpdoc alias _phpdoc_inc for phpdoc.inc
$files
contents of --filename commandline
$font_dir
phpdocpdf::$font_dir in class.phpdocpdf.php
$funcglobals
parserDocBlock::$funcglobals in ParserDocBlock.inc
array of global variable data.
$functionconflicts
Namespace conflicts within all documented packages of functions
$functionsbyfile
ProceduralPages::$functionsbyfile in ProceduralPages.inc
array of parsed functions organized by the full path of the file that contains the function.
$functionsbynamefile
array of file names organized by functions that are in the file.
$function_data
XMLDocBookpeardoc2Converter::$function_data in XMLDocBookpeardoc2Converter.inc
$function_data
XMLDocBookConverter::$function_data in XMLDocBookConverter.inc
$function_elements
alphabetized index of functions by package
file_dialog.php
file_dialog.php in file_dialog.php
fancy_debug
fancy_debug() in common.inc.php
Returns a formatted var_dump for debugging purposes.
findGlobal
phpDocumentorTWordParser::findGlobal() in phpDocumentorTWordParser.inc
Tell the phpDocumentorTWordParser to return the entire global variable if it is found.
flushHighlightCache
Return the close text for the current token
flushPackageXml
XMLDocBookpeardoc2Converter::flushPackageXml() in XMLDocBookpeardoc2Converter.inc
formatFile
format a file or URL
formatIndex
XMLDocBookpeardoc2Converter::formatIndex() in XMLDocBookpeardoc2Converter.inc
Does nothing
formatIndex
XMLDocBookConverter::formatIndex() in XMLDocBookConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
formatIndex
HTMLSmartyConverter::formatIndex() in HTMLSmartyConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
formatIndex
CHMdefaultConverter::formatIndex() in CHMdefaultConverter.inc
CHMdefaultConverter uses this function to format template index.html and packages.html
formatIndex
Converter::formatIndex() in Converter.inc
Called by walk() while converting.
formatIndex
HTMLframesConverter::formatIndex() in HTMLframesConverter.inc
HTMLdefaultConverter uses this function to format template index.html and packages.html
formatLeftIndex
HTMLframesConverter::formatLeftIndex() in HTMLframesConverter.inc
Generate indexes for li_package.html and classtree output files
formatLeftIndex
XMLDocBookConverter::formatLeftIndex() in XMLDocBookConverter.inc
Generate indexes for li_package.html and classtree output files
formatLeftIndex
CHMdefaultConverter::formatLeftIndex() in CHMdefaultConverter.inc
Generate indexes for li_package.html and classtree output files
formatLeftIndex
Called by walk() while converting.
formatLeftIndex
XMLDocBookpeardoc2Converter::formatLeftIndex() in XMLDocBookpeardoc2Converter.inc
Creates package/lang/categoryname/packagename.xml for each package
formatLeftIndex
HTMLSmartyConverter::formatLeftIndex() in HTMLSmartyConverter.inc
Generate indexes for li_package.html and classtree output files
formatPkgIndex
XMLDocBookConverter::formatPkgIndex() in XMLDocBookConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
formatPkgIndex
XMLDocBookpeardoc2Converter::formatPkgIndex() in XMLDocBookpeardoc2Converter.inc
Does nothing
formatPkgIndex
CHMdefaultConverter::formatPkgIndex() in CHMdefaultConverter.inc
CHMdefaultConverter chooses to format both package indexes and the complete index here
formatPkgIndex
Called by walk() while converting.
formatPkgIndex
HTMLSmartyConverter::formatPkgIndex() in HTMLSmartyConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
formatPkgIndex
HTMLframesConverter::formatPkgIndex() in HTMLframesConverter.inc
HTMLdefaultConverter chooses to format both package indexes and the complete index here
formatString
format an XML string
formatTutorialTOC
HTMLframesConverter::formatTutorialTOC() in HTMLframesConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
formatTutorialTOC
CHMdefaultConverter::formatTutorialTOC() in CHMdefaultConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
formatTutorialTOC
HTMLSmartyConverter::formatTutorialTOC() in HTMLSmartyConverter.inc
Use the template tutorial_toc.tpl to generate a table of contents for HTML
formatTutorialTOC
Creates a table of contents for a {@toc} inline tag in a tutorial
functionLink
functionLink in LinkClasses.inc
function link
find_phpdoc.php
find_phpdoc.php in find_phpdoc.php
g
top
$globalconflicts
ProceduralPages::$globalconflicts in ProceduralPages.inc
Namespace conflicts within all documented packages of functions
$globals
parserFunction::$globals in ParserElements.inc
global declarations parsed from function definition
$globalsbyfile
ProceduralPages::$globalsbyfile in ProceduralPages.inc
array of parsed global variables organized by the full path of the file that contains the global variable definition.
$globalsbynamefile
array of file names organized by global variables that are in the file.
$global_elements
alphabetized index of global variables by package
generateChildClassList
returns a list of child classes
generateChildClassList
returns a list of child classes
generateElementIndex
XMLDocBookpeardoc2Converter::generateElementIndex() in XMLDocBookpeardoc2Converter.inc
does nothing
generateElementIndex
Generate alphabetical index of all elements
generateElementIndex
Generate alphabetical index of all elements
generateElementIndex
Generate alphabetical index of all elements
generateElementIndex
Generate alphabetical index of all elements
generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class.
generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
generateFormattedClassTree
returns an array containing the class inheritance tree from the root object to the class
generateFormattedClassTrees
returns a template-enabled array of class trees
generateFormattedClassTrees
returns a template-enabled array of class trees
generateFormattedClassTrees
returns a template-enabled array of class trees
generateFormattedClassTrees
returns a template-enabled array of class trees
generateFormattedClassTrees
returns a template-enabled array of class trees
generateFormattedClassTrees
returns a template-enabled array of class trees
generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
generateFormattedInterfaceTrees
returns a template-enabled array of interface inheritance trees
generateKLinks
CHMdefaultConverter::generateKLinks() in CHMdefaultConverter.inc
Get the table of contents for index.hhk
generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
generatePkgElementIndex
Generate alphabetical index of all elements by package and subpackage
generatePkgElementIndexes
generatePkgElementIndexes
generatePkgElementIndexes
generatePkgElementIndexes
generatePkgElementIndexes
generateTOC
CHMdefaultConverter::generateTOC() in CHMdefaultConverter.inc
getAllFiles
Take a filename with wildcards and return all files that match the
getBase
Io::getBase() in Io.inc
Retrieve common directory (case-insensitive in windows)
getBlock
WordParser::getBlock() in WordParser.inc
Unused
getCData
XMLDocBookConverter::getCData() in XMLDocBookConverter.inc
getCData
HTMLframesConverter::getCData() in HTMLframesConverter.inc
getCData
XMLDocBookpeardoc2Converter::getCData() in XMLDocBookpeardoc2Converter.inc
getCData
CHMdefaultConverter::getCData() in CHMdefaultConverter.inc
getCData
PDFdefaultConverter::getCData() in PDFdefaultConverter.inc
getCData
HTMLSmartyConverter::getCData() in HTMLSmartyConverter.inc
getChildClassList
parserClass::getChildClassList() in ParserElements.inc
returns a list of all child classes of this class
getClass
Classes::getClass() in Classes.inc
Get the parserClass representation of a class from its name and file
getClass
parserVar::getClass() in ParserElements.inc
Retrieve the class name
getClass
parserConst::getClass() in ParserElements.inc
Retrieve the class name
getClass
parserMethod::getClass() in ParserElements.inc
Return name of the class that contains this method
getClassByPackage
Search for a class in a package
getClassContents
HTMLSmartyConverter::getClassContents() in HTMLSmartyConverter.inc
getClasses
parserData::getClasses() in ParserData.inc
returns a list of all classes declared in a file
getClassesInPath
Used by parserData::getClasses() to retrieve classes defined in file $path
getClassesOnPage
gets a list of all classes declared on a procedural page represented by
getClassLeft
HTMLSmartyConverter::getClassLeft() in HTMLSmartyConverter.inc
getClassLink
PDFdefaultConverter::getClassLink() in PDFdefaultConverter.inc
getClassLink
XMLDocBookpeardoc2Converter::getClassLink() in XMLDocBookpeardoc2Converter.inc
getClassLink
HTMLSmartyConverter::getClassLink() in HTMLSmartyConverter.inc
getClassLink
XMLDocBookConverter::getClassLink() in XMLDocBookConverter.inc
getClassLink
HTMLframesConverter::getClassLink() in HTMLframesConverter.inc
getClassLink
CHMdefaultConverter::getClassLink() in CHMdefaultConverter.inc
getClassLink
Converter::getClassLink() in Converter.inc
return false or a classLink to $expr
getColor
phpdocpdf::getColor() in class.phpdocpdf.php
This really should be in the parent class
getConflicts
parserClass::getConflicts() in ParserElements.inc
Returns all classes in other packages that have the same name as this class
getConflicts
parserGlobal::getConflicts() in ParserElements.inc
Returns all global variables in other packages that have the same name as this global variable
getConflicts
parserDefine::getConflicts() in ParserElements.inc
Returns all defines in other packages that have the same name as this define
getConflicts
parserFunction::getConflicts() in ParserElements.inc
Returns all functions in other packages that have the same name as this function
getConflicts
If a package contains two classes with the same name, this function finds that conflict
getConstLink
HTMLframesConverter::getConstLink() in HTMLframesConverter.inc
getConstLink
PDFdefaultConverter::getConstLink() in PDFdefaultConverter.inc
getConstLink
CHMdefaultConverter::getConstLink() in CHMdefaultConverter.inc
getConstLink
Converter::getConstLink() in Converter.inc
return false or a constLink to $expr in $class
getConstLink
HTMLSmartyConverter::getConstLink() in HTMLSmartyConverter.inc
getConstNames
parserClass::getConstNames() in ParserElements.inc
getConsts
parserClass::getConsts() in ParserElements.inc
getConverterDir
Get the absolute path to the converter's base directory
getCurrentPageLink
getCurrentPageLink
getCurrentPageLink
getCurrentPageLink
getCurrentPageURL
Return the path to the current
getDataType
parserGlobal::getDataType() in ParserElements.inc
Retrieve converter-specific representation of the data type
getDefineLink
CHMdefaultConverter::getDefineLink() in CHMdefaultConverter.inc
getDefineLink
PDFdefaultConverter::getDefineLink() in PDFdefaultConverter.inc
getDefineLink
XMLDocBookConverter::getDefineLink() in XMLDocBookConverter.inc
getDefineLink
return false or a defineLink to $expr
getDefineLink
XMLDocBookpeardoc2Converter::getDefineLink() in XMLDocBookpeardoc2Converter.inc
getDefineLink
HTMLSmartyConverter::getDefineLink() in HTMLSmartyConverter.inc
getDefineLink
HTMLframesConverter::getDefineLink() in HTMLframesConverter.inc
getDefiniteChildren
Get all classes confirmed in parsing to be descended class $parclass in file $file
getDesc
parserDocBlock::getDesc() in ParserDocBlock.inc
getDescription
Get the description of how the element used is being used.
getDir
getDir() in utilities.php
getDirTree
getEndLineNumber
parserElement::getEndLineNumber() in ParserElements.inc
getEndLineNumber
Retrieve ending line number
getEvent
EventStack::getEvent() in EventStack.inc
Get the current event
getExampleLink
CHMdefaultConverter::getExampleLink() in CHMdefaultConverter.inc
getExampleLink
HTMLSmartyConverter::getExampleLink() in HTMLSmartyConverter.inc
getExampleLink
XMLDocBookpeardoc2Converter::getExampleLink() in XMLDocBookpeardoc2Converter.inc
getExampleLink
PDFdefaultConverter::getExampleLink() in PDFdefaultConverter.inc
getExampleLink
HTMLframesConverter::getExampleLink() in HTMLframesConverter.inc
getExplicitCategory
If the DocBlock has a @category tag, then this returns true
getExplicitPackage
If the DocBlock has a @package tag, then this returns true
getExtends
parserClass::getExtends() in ParserElements.inc
getFile
parserElement::getFile() in ParserElements.inc
getFile
parserPage::getFile() in ParserData.inc
gets the file name
getFileSource
phpDocumentorTWordParser::getFileSource() in phpDocumentorTWordParser.inc
gets the source code tokens
getFileSourceName
Translate the path info into a unique file name for the highlighted source code.
getFileSourceName
PDFdefaultConverter::getFileSourceName() in PDFdefaultConverter.inc
getFileSourcePath
Return the fixed path to the source-code file folder.
getFormattedConflicts
getFormattedDescMethods
Get a list of methods in child classes that override this method
getFormattedDescVars
Get a list of vars in child classes that override this var
getFormattedImplements
returns an array containing the class inheritance tree from the root object to the class.
getFormattedInheritedConsts
Return template-enabled list of inherited class constants
getFormattedInheritedMethods
Return template-enabled list of inherited methods
getFormattedInheritedVars
Return template-enabled list of inherited variables
getFormattedMethodImplements
Get the method this method(s) implemented from an interface, if any
getFormattedOverrides
Get the method this method overrides, if any
getFunctionCall
parserFunction::getFunctionCall() in ParserElements.inc
Get a human-friendly description of the function call
getFunctionCall
parserMethod::getFunctionCall() in ParserElements.inc
adds "constructor " to start of function call if $isConstructor is true
getFunctionLink
XMLDocBookConverter::getFunctionLink() in XMLDocBookConverter.inc
getFunctionLink
CHMdefaultConverter::getFunctionLink() in CHMdefaultConverter.inc
getFunctionLink
return false or a functionLink to $expr
getFunctionLink
HTMLframesConverter::getFunctionLink() in HTMLframesConverter.inc
getFunctionLink
HTMLSmartyConverter::getFunctionLink() in HTMLSmartyConverter.inc
getFunctionLink
XMLDocBookpeardoc2Converter::getFunctionLink() in XMLDocBookpeardoc2Converter.inc
getFunctionLink
PDFdefaultConverter::getFunctionLink() in PDFdefaultConverter.inc
getGlobalLink
PDFdefaultConverter::getGlobalLink() in PDFdefaultConverter.inc
getGlobalLink
HTMLSmartyConverter::getGlobalLink() in HTMLSmartyConverter.inc
getGlobalLink
CHMdefaultConverter::getGlobalLink() in CHMdefaultConverter.inc
getGlobalLink
XMLDocBookConverter::getGlobalLink() in XMLDocBookConverter.inc
getGlobalLink
return false or a globalLink to $expr
getGlobalLink
XMLDocBookpeardoc2Converter::getGlobalLink() in XMLDocBookpeardoc2Converter.inc
getGlobalLink
HTMLframesConverter::getGlobalLink() in HTMLframesConverter.inc
getGlobalValue
Parse a global variable's default value for class initialization.
getGlobalValue
PDFdefaultConverter::getGlobalValue() in PDFdefaultConverter.inc
getHighlightState
getId
XMLDocBookConverter::getId() in XMLDocBookConverter.inc
Get the id value needed to allow linking
getId
HTMLSmartyConverter::getId() in HTMLSmartyConverter.inc
getId
HTMLframesConverter::getId() in HTMLframesConverter.inc
getId
CHMdefaultConverter::getId() in CHMdefaultConverter.inc
getId
XMLDocBookpeardoc2Converter::getId() in XMLDocBookpeardoc2Converter.inc
Get the id value needed to allow linking
getId
Converter::getId() in Converter.inc
take abstractLink descendant and text $eltext and return a
getId
parserXMLDocBookTag::getId() in PackagePageElements.inc
Return converter-specific formatting of ID.
getImplements
parserMethod::getImplements() in ParserElements.inc
getImplements
parserClass::getImplements() in ParserElements.inc
getIncludeValue
Parse an include's file to see if it is a file documented in this project
getIndexInformation
Generate indexing information for given element
getIndexInformation
Generate indexing information for given element
getIndexInformation
Generate indexing information for given element
getInheritedConsts
parserClass::getInheritedConsts() in ParserElements.inc
getInheritedMethods
getInheritedVars
parserClass::getInheritedVars() in ParserElements.inc
getIntricateFunctionCall
getIntricateFunctionCall
Like getFunctionCall(), but has no English or pre-determined formatting.
getKeyword
parserDocBlock::getKeyword() in ParserDocBlock.inc
getLineNumber
parserElement::getLineNumber() in ParserElements.inc
getLineNumber
parserDocBlock::getLineNumber() in ParserDocBlock.inc
Retrieve starting line number
getLink
parserTutorial::getLink() in ParserElements.inc
Get a link to this tutorial, or to any subsection of this tutorial
getLink
parserFunction::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserMethod::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserClass::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserGlobal::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserVar::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserConst::getLink() in ParserElements.inc
quick way to link to this element
getLink
XMLDocBookConverter::getLink() in XMLDocBookConverter.inc
do that stuff in $template_options
getLink
parserDefine::getLink() in ParserElements.inc
quick way to link to this element
getLink
parserData::getLink() in ParserData.inc
returns a link
getLink
Converter::getLink() in Converter.inc
The meat of the @see tag and inline {@link} tag
getLink
XMLDocBookpeardoc2Converter::getLink() in XMLDocBookpeardoc2Converter.inc
do that stuff in $template_options
getMethod
parserClass::getMethod() in ParserElements.inc
getMethodLink
XMLDocBookConverter::getMethodLink() in XMLDocBookConverter.inc
getMethodLink
XMLDocBookpeardoc2Converter::getMethodLink() in XMLDocBookpeardoc2Converter.inc
getMethodLink
CHMdefaultConverter::getMethodLink() in CHMdefaultConverter.inc
getMethodLink
HTMLSmartyConverter::getMethodLink() in HTMLSmartyConverter.inc
getMethodLink
HTMLframesConverter::getMethodLink() in HTMLframesConverter.inc
getMethodLink
return false or a methodLink to $expr in $class
getMethodLink
PDFdefaultConverter::getMethodLink() in PDFdefaultConverter.inc
getMethodNames
parserClass::getMethodNames() in ParserElements.inc
getMethods
parserClass::getMethods() in ParserElements.inc
getModifiers
parserVar::getModifiers() in ParserElements.inc
Return a list of access modifiers (static/private/etc.)
getModifiers
parserMethod::getModifiers() in ParserElements.inc
Return name of the class that contains this method
getModifiers
parserClass::getModifiers() in ParserElements.inc
Get the PHP5+ modifiers for this class
getName
parserElement::getName() in ParserElements.inc
getName
parserData::getName() in ParserData.inc
Get the output-safe filename (. changed to _)
getName
parserPage::getName() in ParserData.inc
gets the name
getNext
parserTutorial::getNext() in ParserElements.inc
Retrieve converter-specific link to the next tutorial's documentation
getOverrides
parserVar::getOverrides() in ParserElements.inc
getOverrides
parserMethod::getOverrides() in ParserElements.inc
getOverridingMethods
getOverridingMethodsForClass
getOverridingVars
parserVar::getOverridingVars() in ParserElements.inc
getOverridingVarsForClass
getPackage
parserElement::getPackage() in ParserElements.inc
getPackageOutput
gets the package output array
getPageContents
HTMLSmartyConverter::getPageContents() in HTMLSmartyConverter.inc
getPageLeft
HTMLSmartyConverter::getPageLeft() in HTMLSmartyConverter.inc
getPageLink
PDFdefaultConverter::getPageLink() in PDFdefaultConverter.inc
getPageLink
XMLDocBookConverter::getPageLink() in XMLDocBookConverter.inc
getPageLink
HTMLSmartyConverter::getPageLink() in HTMLSmartyConverter.inc
getPageLink
XMLDocBookpeardoc2Converter::getPageLink() in XMLDocBookpeardoc2Converter.inc
getPageLink
HTMLframesConverter::getPageLink() in HTMLframesConverter.inc
getPageLink
Converter::getPageLink() in Converter.inc
return false or a pageLink to $expr
getPageLink
CHMdefaultConverter::getPageLink() in CHMdefaultConverter.inc
getPageName
PDFdefaultConverter::getPageName() in PDFdefaultConverter.inc
getPageName
CHMdefaultConverter::getPageName() in CHMdefaultConverter.inc
getPageName
XMLDocBookConverter::getPageName() in XMLDocBookConverter.inc
getPageName
HTMLSmartyConverter::getPageName() in HTMLSmartyConverter.inc
getPageName
XMLDocBookpeardoc2Converter::getPageName() in XMLDocBookpeardoc2Converter.inc
getPageName
HTMLframesConverter::getPageName() in HTMLframesConverter.inc
getParam
parserFunction::getParam() in ParserElements.inc
getParent
parserClass::getParent() in ParserElements.inc
retrieve object that represents the parent class
getParent
parserTutorial::getParent() in ParserElements.inc
Retrieve converter-specific link to the parent tutorial's documentation
getParentClass
Find the parent class of a class in file $file
getParentClassTree
parserClass::getParentClassTree() in ParserElements.inc
getParseData
parserPage::getParseData() in ParserData.inc
Not implemented in this version
getParserEventName
searches for a parser event name based on its number
getParserEventName
getParserEventName
XMLPackagePageParser::getParserEventName() in XMLpackagePageParser.inc
debugging function
getParserEventName
getParserEventName
Return the name of the parser event
getParserEventName
Debugging function, takes an event number and attempts to return its name
getPath
parserPage::getPath() in ParserData.inc
gets the path
getPath
parserElement::getPath() in ParserElements.inc
getPathInfo
ProceduralPages::getPathInfo() in ProceduralPages.inc
gathers path-related info about a given element
getPos
WordParser::getPos() in WordParser.inc
Returns the current pointer position, or 1 character after the end of the word
getPrev
parserTutorial::getPrev() in ParserElements.inc
Retrieve converter-specific link to the previous tutorial's documentation
getProgramListing
Return the source for the example file, enclosed in a <programlisting> tag to use in a tutorial
getReadmeInstallChangelog
getRealPath
ProceduralPages::getRealPath() in ProceduralPages.inc
Ensures the path to the file is an absolute path
getRegExpableSearchString
Converts $s into a string that can be used with preg_match
getReturnsReference
getRoots
Classes::getRoots() in Classes.inc
Get a list of all root classes indexed by package. Used to generate class trees by Converter
getRootTree
XMLDocBookConverter::getRootTree() in XMLDocBookConverter.inc
return formatted class tree for the Class Trees page
getRootTree
XMLDocBookpeardoc2Converter::getRootTree() in XMLDocBookpeardoc2Converter.inc
return formatted class tree for the Class Trees page
getRootTree
CHMdefaultConverter::getRootTree() in CHMdefaultConverter.inc
return formatted class tree for the Class Trees page
getRootTree
PDFdefaultConverter::getRootTree() in PDFdefaultConverter.inc
return formatted class tree for the Class Trees page
getRootTree
HTMLSmartyConverter::getRootTree() in HTMLSmartyConverter.inc
return formatted class tree for the Class Trees page
getRootTree
HTMLframesConverter::getRootTree() in HTMLframesConverter.inc
return formatted class tree for the Class Trees page
getSDesc
parserDocBlock::getSDesc() in ParserDocBlock.inc
getSortedClassTreeFromClass
Return a tree of all classes that extend this class
getSource
phpDocumentorTWordParser::getSource() in phpDocumentorTWordParser.inc
loads up next set of source code
getSource
parserFunction::getSource() in ParserElements.inc
getSource
WordParser::getSource() in WordParser.inc
Retrieve source code for the last function/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.
getSourceAnchor
HTMLframesConverter::getSourceAnchor() in HTMLframesConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
getSourceAnchor
PDFdefaultConverter::getSourceAnchor() in PDFdefaultConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
getSourceAnchor
XMLDocBookpeardoc2Converter::getSourceAnchor() in XMLDocBookpeardoc2Converter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
getSourceAnchor
HTMLSmartyConverter::getSourceAnchor() in HTMLSmartyConverter.inc
Retrieve a Converter-specific anchor to a segment of a source code file parsed via a @filesource tag.
getSourceLink
getSourceLink
HTMLframesConverter::getSourceLink() in HTMLframesConverter.inc
getSourceLink
CHMdefaultConverter::getSourceLink() in CHMdefaultConverter.inc
getSourceLink
gets path to the sourcecode file
getSourceLink
PDFdefaultConverter::getSourceLink() in PDFdefaultConverter.inc
getSourceLink
HTMLSmartyConverter::getSourceLink() in HTMLSmartyConverter.inc
getSourceLink
Retrieve a converter-specific link to the example
getSourceLocation
gets the source location
getSourceLocation
parserClass::getSourceLocation() in ParserElements.inc
getState
PDFdefaultConverter::getState() in PDFdefaultConverter.inc
getState
Converter::getState() in Converter.inc
Return parserStringWithInlineTags::Convert() cache state
getString
return the string unconverted (all inline tags are taken out - this should only be used in pre-parsing to see if any other text is in the string)
getString
parserAccessTag::getString() in DocBlockTags.inc
No inline tags are possible, returns 'public', 'protected' or 'private'
getString
parserTag::getString() in DocBlockTags.inc
Returns the text minus any inline tags
getString
always gets an empty string
getString
gets the source string
getSubsection
parserXMLDocBookTag::getSubsection() in PackagePageElements.inc
Retrieve the contents of a subsection
getTitle
parserXMLDocBookTag::getTitle() in PackagePageElements.inc
Retrieve Converter-specific formatting of the title of this element
getTitle
parserTutorial::getTitle() in ParserElements.inc
Retrieve the title of the tutorial, or of any subsection
getTOC
parserXMLDocBookTag::getTOC() in PackagePageElements.inc
Retrieve either the table of contents index, or the location that the TOC will go
getTutorial
parserData::getTutorial() in ParserData.inc
If this file has a tutorial associated with it, returns a link to the tutorial.
getTutorial
parserClass::getTutorial() in ParserElements.inc
Get the associated tutorial for this class, if any
getTutorialId
HTMLframesConverter::getTutorialId() in HTMLframesConverter.inc
getTutorialId
HTMLSmartyConverter::getTutorialId() in HTMLSmartyConverter.inc
getTutorialId
XMLDocBookConverter::getTutorialId() in XMLDocBookConverter.inc
getTutorialId
Return a converter-specific id to distinguish tutorials and their sections
getTutorialId
CHMdefaultConverter::getTutorialId() in CHMdefaultConverter.inc
getTutorialId
XMLDocBookpeardoc2Converter::getTutorialId() in XMLDocBookpeardoc2Converter.inc
getTutorialId
PDFdefaultConverter::getTutorialId() in PDFdefaultConverter.inc
getTutorialLink
The meat of the @tutorial tag and inline {@tutorial} tag
getTutorialList
HTMLSmartyConverter::getTutorialList() in HTMLSmartyConverter.inc
getTutorials
Retrieve tutorial subdirectories and their contents from the list of
getTutorialTree
Get a tree structure representing the hierarchy of tutorials
getTutorialTree
HTMLSmartyConverter::getTutorialTree() in HTMLSmartyConverter.inc
getTutorialTree
HTMLframesConverter::getTutorialTree() in HTMLframesConverter.inc
getType
parserPage::getType() in ParserData.inc
gets the tag type
getType
parserBase::getType() in ParserData.inc
gets the type
getType
parserDocBlock::getType() in ParserDocBlock.inc
getValue
parserBase::getValue() in ParserData.inc
gets the value
getVar
parserClass::getVar() in ParserElements.inc
getVarLink
CHMdefaultConverter::getVarLink() in CHMdefaultConverter.inc
getVarLink
XMLDocBookpeardoc2Converter::getVarLink() in XMLDocBookpeardoc2Converter.inc
getVarLink
PDFdefaultConverter::getVarLink() in PDFdefaultConverter.inc
getVarLink
Converter::getVarLink() in Converter.inc
return false or a varLink to $expr in $class
getVarLink
HTMLframesConverter::getVarLink() in HTMLframesConverter.inc
getVarLink
HTMLSmartyConverter::getVarLink() in HTMLSmartyConverter.inc
getVarLink
XMLDocBookConverter::getVarLink() in XMLDocBookConverter.inc
getVarNames
parserClass::getVarNames() in ParserElements.inc
getVars
parserClass::getVars() in ParserElements.inc
getWord
phpDocumentorTWordParser::getWord() in phpDocumentorTWordParser.inc
Retrieve a token for the phpDocumentorTParser
getWord
ObjectWordParser::getWord() in ParserDescCleanup.inc
getWord
WordParser::getWord() in WordParser.inc
Retrieve a token from the token list
getWord
Retrieve the next token
getYPlusOffset
phpdocpdf::getYPlusOffset() in class.phpdocpdf.php
get_include_path
globalLink
globalLink in LinkClasses.inc
global variable link
globalTagHandler
handles @global
h
top
$hasaccess
parserDocBlock::$hasaccess in ParserDocBlock.inc
whether this DocBlock has an @access tag
$hasname
parserDocBlock::$hasname in ParserDocBlock.inc
whether this DocBlock has a @name tag
$hidden
contents of --hidden commandline
$highlightingSource
Flag used to help converters determine whether to do special source highlighting
handleClass
handles post-parsing of classes
handleConst
handles post-parsing of class constants
handleDefine
handles post-parsing of defines
handleDocBlock
handles post-parsing of DocBlocks
handleEvent
This function subscribes to two events in the Parser in order to keep track of line number information and file name.
HandleEvent
parserTag::HandleEvent() in DocBlockTags.inc
Called by the parserDescParser when processing a description.
HandleEvent
called via Parser::parse() and Parser's inherited method Publisher::publishEvent()
handleFunction
handles post-parsing of functions
handleGlobal
handles post-parsing of global variables
handleInclude
handles post-parsing of include/require/include_once/require_once
handleInlineDockeyword
handler for INLINE_DOCKEYWORD.
handleMethod
handles post-parsing of class methods
handlePackagePage
handles post-parsing of Package-level documentation pages.
handlePage
handles post-parsing of procedural pages
handleTutorial
handle post-parsing of Tutorials.
handleVar
handles post-parsing of class vars
hasClasses
parserData::hasClasses() in ParserData.inc
Does this package have classes?
hasConst
parserClass::hasConst() in ParserElements.inc
hasExplicitDocBlock
If the page-level DocBlock was present in the source, returns true
hasInheritDoc
parserDocBlock::hasInheritDoc() in ParserDocBlock.inc
hasInheritDoc
parserDesc::hasInheritDoc() in ParserDocBlock.inc
hasInlineTag
Determine whether the string contains any inline tags
hasInterfaces
parserData::hasInterfaces() in ParserData.inc
Does this package have interfaces?
hasMethod
parserClass::hasMethod() in ParserElements.inc
hasSource
parserDesc::hasSource() in ParserDocBlock.inc
hasSource
parserFunction::hasSource() in ParserElements.inc
Determine whether the source code has been requested via {@source}
hasSourceCode
Determine whether an element's file has generated source code, used for linking to line numbers of source.
hasTitle
parserXMLDocBookTag::hasTitle() in PackagePageElements.inc
Determine whether the docbook element has a title
hasTutorial
Converter::hasTutorial() in Converter.inc
hasVar
parserClass::hasVar() in ParserElements.inc
highlightDocBlockSource
Used to allow converters to format the source code of DocBlocks the way they'd like.
highlightSource
Used to allow converters to format the source code the way they'd like.
highlightTutorialSource
Used to allow converters to format the source code of Tutorial XML the way they'd like.
htmlArraySelect
htmlArraySelect() in utilities.php
Returns a select box based on an key,value array where selected is based on key
HTMLframesConverter
sets $base_dir to $targetDir
HTMLframesConverter
HTMLframesConverter in HTMLframesConverter.inc
HTML output converter.
HTMLSmartyConverter
HTMLSmartyConverter
HTMLSmartyConverter in HTMLSmartyConverter.inc
HTML output converter.
HTMLframesConverter.inc
HTMLframesConverter.inc in HTMLframesConverter.inc
HTMLSmartyConverter.inc
HTMLSmartyConverter.inc in HTMLSmartyConverter.inc
HighlightParser.inc
HighlightParser.inc in HighlightParser.inc
HighlightParserTests.php
HighlightParserTests.php in HighlightParserTests.php
i
top
$id
parserIdInlineTag::$id in InlineTags.inc
section/subsection name
$id
parserPage::$id in ParserData.inc
not implemented in this version, will be used to link xml output pages
$ignore
Io::$ignore in Io.inc
Format: array(array(regexp-ready string to search for whole path,
$ignore
parserClass::$ignore in ParserElements.inc
Used to determine whether a class should be ignored or not. Helps maintain integrity of parsing
$ignorepages
ProceduralPages::$ignorepages in ProceduralPages.inc
array of all procedural pages ordered by name
$ignoresymlinks
contents of --ignoresymlinks commandline
$ignore_files
contents of --ignore commandline
$includesbyfile
ProceduralPages::$includesbyfile in ProceduralPages.inc
array of parsed includes organized by the full path of the file that contains the include.
$indents
phpdocpdf::$indents in class.phpdocpdf.php
$indexContents
phpdocpdf::$indexContents in class.phpdocpdf.php
$ini
parserTutorial::$ini in ParserElements.inc
output from tutorialname.ext.ini
$inlineTagHandlers
phpDocumentorTParser::$inlineTagHandlers in phpDocumentorTParser.inc
$inlinetype
always 'toc'
$inlinetype
always 'source'
$inlinetype
always 'inheritdoc'
$inlinetype
always 'id'
$inlinetype
the name of the inline tag (like link)
$interface
$interface in Setup.inc.php
$interface is either 'web' or is not set at all
$isConstructor
parserMethod::$isConstructor in ParserElements.inc
$isDestructor
parserMethod::$isDestructor in ParserElements.inc
$isvalid
parserAccessTag::$isvalid in DocBlockTags.inc
set to true if the returned tag has a value type of private, protected
$items
parserList::$items in DescHTML.inc
ignorePage
ProceduralPages::ignorePage() in ProceduralPages.inc
moves a page from the $pages array to the $ignorepages array
incdataHandler
Handler for real character data
indent
phpdocpdf::indent() in class.phpdocpdf.php
index
phpdocpdf::index() in class.phpdocpdf.php
IndexLetter
phpdocpdf::IndexLetter() in class.phpdocpdf.php
Inherit
Classes::Inherit() in Classes.inc
Main processing engine for setting up class inheritance.
invalidTagHandler
Handles tags like '@filesource' that only work in PHP 4.3.0+
Io
Io::Io() in Io.inc
creates an array $this->phpDocOptions and sets program options in it.
Io
Io in Io.inc
Class to handle file and user io opperations
Ioinc_mystrucsort
Sorting functions for the file list
Ioinc_sortfiles
Sorting functions for the file list
isChildOf
parserTutorial::isChildOf() in ParserElements.inc
Determine if this parserTutorial object is a child of another
isClean
parserData::isClean() in ParserData.inc
checks if the element is "cleaned" already
isIncludeable
calls http://www.php.net/file_exists for each value in include_path,
isInterface
parserClass::isInterface() in ParserElements.inc
Italicize
Converter::Italicize() in Converter.inc
Used to convert the contents of <i> in a docblock
InlineTags.inc
InlineTags.inc in InlineTags.inc
IntermediateParser.inc
IntermediateParser.inc in IntermediateParser.inc
Io.inc
Io.inc in Io.inc
IntermediateParserTests.php
IntermediateParserTests.php in IntermediateParserTests.php
j
top
$juststarted
XMLDocBookpeardoc2Converter::$juststarted in XMLDocBookpeardoc2Converter.inc
controls formatting of parser informative output
$juststarted
XMLDocBookConverter::$juststarted in XMLDocBookConverter.inc
controls formatting of parser informative output
$juststarted
HTMLSmartyConverter::$juststarted in HTMLSmartyConverter.inc
controls formatting of parser informative output
$juststarted
HTMLframesConverter::$juststarted in HTMLframesConverter.inc
controls formatting of parser informative output
$juststarted
CHMdefaultConverter::$juststarted in CHMdefaultConverter.inc
controls formatting of parser informative output
k
top
$keyword
parserStaticvarTag::$keyword in DocBlockTags.inc
always 'staticvar'
$keyword
parserSeeTag::$keyword in DocBlockTags.inc
always 'see'
$keyword
parserReturnTag::$keyword in DocBlockTags.inc
always 'return'
$keyword
always 'property-write'
$keyword
parserTag::$keyword in DocBlockTags.inc
tag name (see, access, etc.)
$keyword
parserTutorialTag::$keyword in DocBlockTags.inc
Always "tutorial"
$keyword
parserVarTag::$keyword in DocBlockTags.inc
always 'var'
$keyword
parserUsesTag::$keyword in DocBlockTags.inc
Always "uses"
$keyword
parserUsedByTag::$keyword in DocBlockTags.inc
Always "usedby"
$keyword
parserPropertyTag::$keyword in DocBlockTags.inc
always 'property'
$keyword
always 'property-read'
$keyword
parserFileSourceTag::$keyword in DocBlockTags.inc
Always "filesource"
$keyword
parserExampleTag::$keyword in DocBlockTags.inc
always "example"
$keyword
parserAccessTag::$keyword in DocBlockTags.inc
tag name
$keyword
parserLicenseTag::$keyword in DocBlockTags.inc
always 'license'
$keyword
parserLinkTag::$keyword in DocBlockTags.inc
always 'link'
$keyword
parserParamTag::$keyword in DocBlockTags.inc
always 'param'
$keyword
parserNameTag::$keyword in DocBlockTags.inc
tag name
$keyword
parserMethodTag::$keyword in DocBlockTags.inc
always 'method'
$KLinks
CHMdefaultConverter::$KLinks in CHMdefaultConverter.inc
Table of Contents entry for index.hhk
Kbdize
Converter::Kbdize() in Converter.inc
Used to convert the contents of <kbd> in a docblock
l
top
$last
phpDocumentor_IntermediateParser::$last in IntermediateParser.inc
$lasterror
index in $errors of last error triggered
$lasttype
type of the last parser Element handled
$lastwarning
index in $warnings of last warning triggered
$leftindex
HTMLSmartyConverter::$leftindex in HTMLSmartyConverter.inc
indexes of elements by package that need to be generated
$leftindex
PDFdefaultConverter::$leftindex in PDFdefaultConverter.inc
$leftindex
HTMLframesConverter::$leftindex in HTMLframesConverter.inc
indexes of elements by package that need to be generated
$leftindex
XMLDocBookpeardoc2Converter::$leftindex in XMLDocBookpeardoc2Converter.inc
indexes of elements by package that need to be generated
$leftindex
Converter::$leftindex in Converter.inc
Controls which of the one-element-only indexes are generated.
$leftindex
CHMdefaultConverter::$leftindex in CHMdefaultConverter.inc
indexes of elements by package that need to be generated
$leftindex
XMLDocBookConverter::$leftindex in XMLDocBookConverter.inc
indexes of elements by package that need to be generated
$linenum
line number of the file this error occurred in
$linenum
$linenumber
parserElement::$linenumber in ParserElements.inc
Line number in the source on which this element appears
$linenumber
parserDocBlock::$linenumber in ParserDocBlock.inc
Line number in the source on which this docblock begins
$linked_element
parserTutorial::$linked_element in ParserElements.inc
The documentable element this tutorial is linked to
$links
parserData::$links in ParserData.inc
array of links descended from abstractLink
$linktext
text to display in the link, can be different from the link for standard
$listType
phpdocpdf::$listType in class.phpdocpdf.php
$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
$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
listGlobals
parserFunction::listGlobals() in ParserElements.inc
ListItem
Converter::ListItem() in Converter.inc
Used to convert the contents of <li> in a docblock
listParams
parserFunction::listParams() in ParserElements.inc
listParams
parserDocBlock::listParams() in ParserDocBlock.inc
listProperties
parserDocBlock::listProperties() in ParserDocBlock.inc
listStatics
parserFunction::listStatics() in ParserElements.inc
listTags
parserDocBlock::listTags() in ParserDocBlock.inc
LinkClasses.inc
LinkClasses.inc in LinkClasses.inc
m
top
$method_data
XMLDocBookpeardoc2Converter::$method_data in XMLDocBookpeardoc2Converter.inc
$method_data
XMLDocBookConverter::$method_data in XMLDocBookConverter.inc
$modDate
parserPage::$modDate in ParserData.inc
not implemented yet
main
tests_HighlightParserTests::main() in HighlightParserTests.php
main
tests_phpDocumentorTParserTests::main() in phpDocumentorTParserTests.php
main
tests_phpDocumentorSetupTests::main() in phpDocumentorSetupTests.php
main
tests_ParserPageTests::main() in ParserPageTests.php
main
tests_ParserClassTests::main() in ParserClassTests.php
main
tests_IntermediateParserTests::main() in IntermediateParserTests.php
makeLeft
HTMLframesConverter::makeLeft() in HTMLframesConverter.inc
makeLeft
XMLDocBookpeardoc2Converter::makeLeft() in XMLDocBookpeardoc2Converter.inc
makeLeft
XMLDocBookConverter::makeLeft() in XMLDocBookConverter.inc
makeLeft
HTMLSmartyConverter::makeLeft() in HTMLSmartyConverter.inc
methodLink
methodLink in LinkClasses.inc
method link
mystrnatcasecmp
PDFdefaultConverter::mystrnatcasecmp() in PDFdefaultConverter.inc
n
top
$name
parserPage::$name in ParserData.inc
phpdoc-safe name (only letters, numbers and _)
$name
parserXMLDocBookTag::$name in PackagePageElements.inc
Name of the tag
$name
CHMdefaultConverter::$name in CHMdefaultConverter.inc
$name
parserElement::$name in ParserElements.inc
name of this element, or include type if element is a parserInclude
$name
parserTutorial::$name in ParserElements.inc
filename minus extension of this tutorial (used for @tutorial tag)
$name
XMLDocBookpeardoc2Converter::$name in XMLDocBookpeardoc2Converter.inc
$name
XMLDocBookConverter::$name in XMLDocBookConverter.inc
$name
PDFdefaultConverter::$name in PDFdefaultConverter.inc
$name
HTMLSmartyConverter::$name in HTMLSmartyConverter.inc
$name
abstractLink::$name in LinkClasses.inc
$name
HTMLframesConverter::$name in HTMLframesConverter.inc
$next
parserTutorial::$next in ParserElements.inc
link to the next tutorial in a document series, or false if none
$num
RecordWarning::$num in Errors.inc
error number
$num
EventStack::$num in EventStack.inc
The number of events in the stack
$numbered
parserList::$numbered in DescHTML.inc
newLineNum
advances output to a new line
newLineNum
wraps the current line (via the converter) and resets it to empty
newSmarty
Converter::newSmarty() in Converter.inc
Return a Smarty template object to operate with
new_phpdoc.php
new_phpdoc.php in new_phpdoc.php
nextFile
Classes::nextFile() in Classes.inc
Prepare to parse a new file
nextIsObjectOrNonNL
Determine if the next word is an inline tag
nextToken
Retrieve the position of the next token that will be parsed in the internal token array
o
top
$origName
parserPage::$origName in ParserData.inc
original phpdoc-safe name (only letters, numbers and _)
$outputformat
HTMLSmartyConverter::$outputformat in HTMLSmartyConverter.inc
$outputformat
CHMdefaultConverter::$outputformat in CHMdefaultConverter.inc
$outputformat
PDFdefaultConverter::$outputformat in PDFdefaultConverter.inc
$outputformat
HTMLframesConverter::$outputformat in HTMLframesConverter.inc
$outputformat
XMLDocBookConverter::$outputformat in XMLDocBookConverter.inc
$outputformat
Converter::$outputformat in Converter.inc
output format of this converter
$outputformat
XMLDocBookpeardoc2Converter::$outputformat in XMLDocBookpeardoc2Converter.inc
ObjectWordParser
ObjectWordParser in ParserDescCleanup.inc
Like WordParser but designed to handle an array with strings and
ObjectWordParser
ObjectWordParser::ObjectWordParser() in ParserDescCleanup.inc
orderedBullet
phpdocpdf::orderedBullet() in class.phpdocpdf.php
Output
XMLDocBookpeardoc2Converter::Output() in XMLDocBookpeardoc2Converter.inc
Generate the constants.xml, packagename.xml, and globals.xml files
Output
XMLDocBookConverter::Output() in XMLDocBookConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Output
PDFdefaultConverter::Output() in PDFdefaultConverter.inc
calls Cezpdf::ezOutput() and writes documentation.pdf to targetDir
Output
HTMLSmartyConverter::Output() in HTMLSmartyConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
Output
Converter::Output() in Converter.inc
do all necessary output
Output
CHMdefaultConverter::Output() in CHMdefaultConverter.inc
Create the phpdoc.hhp, contents.hhc files needed by MS HTML Help Compiler to create a CHM file
output
RecordError::output() in Errors.inc
prints the error
output
prints the warning
Output
call this method once parsing has completed.
Output
HTMLframesConverter::Output() in HTMLframesConverter.inc
This function is not used by HTMLdefaultConverter, but is required by Converter
overridePackage
parserDocBlock::overridePackage() in ParserDocBlock.inc
set the element's package to the passed values. Used in phpDocumentor_IntermediateParser to align package of
p
top
$package
parserIdInlineTag::$package in InlineTags.inc
package of the {@id}
$package
parserPackagePage::$package in ParserElements.inc
$package
parserDocBlock::$package in ParserDocBlock.inc
$package
ppageParser::$package in Parser.inc
$package
parserPage::$package in ParserData.inc
$package
parserTutorial::$package in ParserElements.inc
$package
Converter::$package in Converter.inc
package name currently being converted
$package
abstractLink::$package in LinkClasses.inc
$packagecategories
Used to determine the category for tutorials.
$packagecategories
Packages associated with categories
$packagedescrip
parserDocBlock::$packagedescrip in ParserDocBlock.inc
description of package parsed from @package tag
$packageOutput
parserPage::$packageOutput in ParserData.inc
Used to limit output, contains contents of --packageoutput commandline.
$packageoutput
array of packages to parser and output documentation for, if not all packages should be documented
$packages
Packages to create documentation for
$packagexml
XMLDocBookpeardoc2Converter::$packagexml in XMLDocBookpeardoc2Converter.inc
Contents of the packagename.xml file are stored in this template variable
$package_elements
alphabetical index of all elements sorted by package, subpackage, page, and class.
$package_output
set to value of -po commandline
$package_pages
array of parsed package pages
$package_pages
HTMLSmartyConverter::$package_pages in HTMLSmartyConverter.inc
array of converted package page names.
$package_pages
CHMdefaultConverter::$package_pages in CHMdefaultConverter.inc
array of converted package page names.
$package_pages
HTMLframesConverter::$package_pages in HTMLframesConverter.inc
array of converted package page names.
$package_pages
XMLDocBookpeardoc2Converter::$package_pages in XMLDocBookpeardoc2Converter.inc
array of converted package page names.
$package_pages
XMLDocBookConverter::$package_pages in XMLDocBookConverter.inc
array of converted package page names.
$package_parents
Keeps track of packages of classes that have parent classes in another package. Used in automatic linking.
$package_parents
Hierarchy of packages
$page
Converter::$page in Converter.inc
name of current page being converted
$page
XMLDocBookConverter::$page in XMLDocBookConverter.inc
name of current page being converted
$page
XMLDocBookpeardoc2Converter::$page in XMLDocBookpeardoc2Converter.inc
name of current page being converted
$pageclasspackages
array of packages assigned to classes in a file, ordered by fullpath
$pageconflicts
ProceduralPages::$pageconflicts in ProceduralPages.inc
Namespace conflicts within all documented pages
$pagepackages
ProceduralPages::$pagepackages in ProceduralPages.inc
array of packages ordered by full path
$pagepackage_pagenums
$pages
$pages
ProceduralPages::$pages in ProceduralPages.inc
array of all procedural pages ordered by name
$page_contents
Converter::$page_contents in Converter.inc
alphabetical index of all elements on a page by package/subpackage
$page_data
XMLDocBookpeardoc2Converter::$page_data in XMLDocBookpeardoc2Converter.inc
template for the procedural page currently being processed
$page_data
XMLDocBookConverter::$page_data in XMLDocBookConverter.inc
template for the procedural page currently being processed
$page_data
Converter::$page_data in Converter.inc
template for the procedural page currently being processed
$page_dir
XMLDocBookpeardoc2Converter::$page_dir in XMLDocBookpeardoc2Converter.inc
output directory for the current procedural page being processed
$page_dir
CHMdefaultConverter::$page_dir in CHMdefaultConverter.inc
output directory for the current procedural page being processed
$page_dir
HTMLSmartyConverter::$page_dir in HTMLSmartyConverter.inc
output directory for the current procedural page being processed
$page_dir
XMLDocBookConverter::$page_dir in XMLDocBookConverter.inc
output directory for the current procedural page being processed
$page_dir
HTMLframesConverter::$page_dir in HTMLframesConverter.inc
output directory for the current procedural page being processed
$page_elements
Converter::$page_elements in Converter.inc
alphabetized index of procedural pages by package
$params
parserDocBlock::$params in ParserDocBlock.inc
array of param data.
$params
parserFunction::$params in ParserElements.inc
parameters parsed from function definition.
$parent
parserData::$parent in ParserData.inc
parserPage element that is this parserData's parent, or false if not set.
$parent
parserClass::$parent in ParserElements.inc
Format: array(file, parent) where parent class is found or false if no parent
$parent
parserTutorial::$parent in ParserElements.inc
link to the parent tutorial in a document series, or false if none
$pars
XMLPackagePageParser::$pars in XMLpackagePageParser.inc
$parse
The main parser
$parseprivate
Converter::$parseprivate in Converter.inc
controls processing of elements marked private with @access private
$parsePrivate
set in Setup.inc.php to the value of the parseprivate commandline
$parserVersion
parserPage::$parserVersion in ParserData.inc
$path
abstractLink::$path in LinkClasses.inc
$path
parserTutorial::$path in ParserElements.inc
path to the tutorial page
$path
parserElement::$path in ParserElements.inc
full path location of this element (filename)
$path
Converter::$path in Converter.inc
path of current page being converted
$path
XMLDocBookConverter::$path in XMLDocBookConverter.inc
path of current page being converted
$path
XMLDocBookpeardoc2Converter::$path in XMLDocBookpeardoc2Converter.inc
path of current page being converted
$path
parserPage::$path in ParserData.inc
$path
parserFileSourceTag::$path in DocBlockTags.inc
$pathpages
ProceduralPages::$pathpages in ProceduralPages.inc
array of all procedural page names ordered by full path to the file
$pdf
PDFdefaultConverter::$pdf in PDFdefaultConverter.inc
$phpDocOptions
Holds all the options that are avaible to the cmd line interface
$phpDocumentor_DefaultCategoryName
default package name, set using -dn --defaultcategoryname
$phpDocumentor_DefaultPackageName
default package name, set using -dn --defaultpackagename
$phpDocumentor_errors
$phpDocumentor_errors in Errors.inc
$phpDocumentor_error_descrip
Error messages for phpDocumentor parser errors
$phpDocumentor_warning_descrip
Error messages for phpDocumentor parser warnings
$pkg_elements
Converter::$pkg_elements in Converter.inc
alphabetical index of all elements, indexed by package/subpackage
$popEvent
Publisher::$popEvent in Publisher.inc
$prev
parserTutorial::$prev in ParserElements.inc
link to the previous tutorial in a document series, or false if none
$privateclasselements
array of parsed class elements with @access private
$privateelements
array of parsed elements with @access private
$privatepages
Put away a page that has been @ignored or @access private if !$parsePrivate
$private_class
this variable is used to prevent parsing of elements with an @ignore tag
$proceduralpages
used to keep track of all elements in a procedural page. Handles name
$processed_desc
parserDocBlock::$processed_desc in ParserDocBlock.inc
$processed_sdesc
parserDocBlock::$processed_sdesc in ParserDocBlock.inc
$processSpecialRoots
This converter knows about the new root tree processing
$processSpecialRoots
This converter knows about the new root tree processing
$processSpecialRoots
This converter knows about the new root tree processing
$processSpecialRoots
XMLDocBookpeardoc2Converter::$processSpecialRoots in XMLDocBookpeardoc2Converter.inc
This converter knows about the new root tree processing
$properties
parserDocBlock::$properties in ParserDocBlock.inc
$pushEvent
Publisher::$pushEvent in Publisher.inc
packageTagHandler
handles @package
pageLink
pageLink in LinkClasses.inc
procedural page link
paramTagHandler
handles @param
parse
phpDocumentor_TutorialHighlightParser::parse() in TutorialHighlightParser.inc
Parse a new file
parse
Parser::parse() in Parser.inc
Parse a new file
parse
parserDescParser::parse() in ParserDescCleanup.inc
Parse a long or short description for tags
parse
phpDocumentorTParser::parse() in phpDocumentorTParser.inc
Parse a new file
parse
ppageParser::parse() in Parser.inc
Parse a new file
parse
Parse a new file
parse
XMLPackagePageParser::parse() in XMLpackagePageParser.inc
Parse a new file
parse
PDFParser::parse() in ParserPDF.inc
Parse text for PDFParser XML tags, and add the text to the PDF file
parseArgv
Io::parseArgv() in Io.inc
Parses $_SERVER['argv'] and creates a setup array
parseHiddenFiles
parseIni
Parse configuration file phpDocumentor.ini
parsePackagePage
Backward-compatibility only, use the new tutorials for more power
Parser
Parser::Parser() in Parser.inc
Set up invariant parsing variables
Parser
Parser in Parser.inc
PHP Parser for PHP 4.2.3-
parserAccessTag
parserAccessTag in DocBlockTags.inc
This class represents the @access tag
parserAccessTag
checks $value to make sure it is private, protected or public, otherwise it's not a valid @access tag
parserB
parserB in DescHTML.inc
Used for <b> in a description
parserBase
parserBase in ParserData.inc
Base class for all elements
parserBr
parserBr in DescHTML.inc
Used for <br> in a description
parserCData
parserCData in PackagePageElements.inc
Represents <![CDATA[ ]]> sections.
parserClass
parserClass in ParserElements.inc
parserCode
parserCode in DescHTML.inc
Used for <code> in a description
parserConst
parserConst::parserConst() in ParserElements.inc
parserConst
parserConst in ParserElements.inc
parserData
parserData in ParserData.inc
Contains an in-memory representation of all documentable elements (parserPage, parserFunction, parserDefine, parserInclude, parserClass, parserMethod, parserVar) and their DocBlocks (parserDocBlock).
parserDefine
parserDefine in ParserElements.inc
parserDesc
parserDesc in ParserDocBlock.inc
represents a short or long description in a DocBlock (parserDocBlock)
parserDescParser
parserDescParser in ParserDescCleanup.inc
Parses a DocBlock description to retrieve abstract representations of
parserDescParser
parserDescParser::parserDescParser() in ParserDescCleanup.inc
sets $wp to be a ObjectWordParser
parserDescVar
parserDescVar in DescHTML.inc
Used for <var> in a description
parserDocBlock
parserDocBlock in ParserDocBlock.inc
Represents a docblock and its components, $desc, $sdesc, $tags, and also $params for functions
parserDocBlock
parserDocBlock::parserDocBlock() in ParserDocBlock.inc
sets package to default
parserElement
parserElement in ParserElements.inc
all elements except parserPackagePage descend from this abstract class
parserEntity
parserEntity::parserEntity() in PackagePageElements.inc
sets up the entity
parserEntity
parserEntity in PackagePageElements.inc
a standard entity like &rdquo;
parserExampleInlineTag
parserExampleInlineTag in InlineTags.inc
Represents the example inline tag, used to display an example file inside a docblock or tutorial
parserExampleInlineTag
constructor
parserExampleTag
Reads and parses the example file indicated
parserExampleTag
parserExampleTag in DocBlockTags.inc
represents "@example"
parserFileSourceTag
Set $source to $value, and set up path
parserFileSourceTag
parserFileSourceTag in DocBlockTags.inc
represents "@filesource"
parserFunction
parserFunction in ParserElements.inc
parserGlobal
parserGlobal in ParserElements.inc
parserI
parserI in DescHTML.inc
Used for <i> in a description
parserIdInlineTag
parserIdInlineTag in InlineTags.inc
Represents the inline {@id} tag for tutorials
parserIdInlineTag
constructor
parserInclude
parserInclude in ParserElements.inc
parserInheritdocInlineTag
parserInheritdocInlineTag in InlineTags.inc
Represents the inheritdoc inline tag, used by classes/methods/vars to inherit documentation from the parent class if possible
parserInheritdocInlineTag
Does nothing, overrides parent constructor
parserInlineTag
sets up the tag
parserInlineTag
parserInlineTag in InlineTags.inc
Use this element to represent an {@inline tag} like {@link}
parserKbd
parserKbd in DescHTML.inc
Used for <kbd> in a description
parserLicenseTag
set up the license tag
parserLicenseTag
parserLicenseTag in DocBlockTags.inc
represents the "@see" tag
parserLinkInlineTag
sets up the tag
parserLinkInlineTag
parserLinkInlineTag in InlineTags.inc
represents inline links
parserLinkTag
parserLinkTag::parserLinkTag() in DocBlockTags.inc
sets up the link tag
parserLinkTag
parserLinkTag in DocBlockTags.inc
represents the "@link" tag
parserList
parserList in DescHTML.inc
Used for lists <ol> and <ul>
parserList
parserList::parserList() in DescHTML.inc
Constructor - create a new list
parserMethod
parserMethod::parserMethod() in ParserElements.inc
parserMethod
parserMethod in ParserElements.inc
parserMethodTag
parserMethodTag in DocBlockTags.inc
represents the "@method" tag
parserNameTag
parserNameTag in DocBlockTags.inc
This class represents the @name tag
parserNameTag
parserNameTag::parserNameTag() in DocBlockTags.inc
set up the name tag
parserPackagePage
parserPackagePage
parserPackagePage in ParserElements.inc
parserPage
parserPage in ParserData.inc
Contains information about a PHP file, used to group procedural elements together.
parserPage
parserPage::parserPage() in ParserData.inc
sets package to default package
parserParamTag
parserParamTag in DocBlockTags.inc
represents the "@param" tag
parserPre
parserPre in DescHTML.inc
Used for <pre> in a description
parserPropertyReadTag
parserPropertyReadTag in DocBlockTags.inc
represents the "@property-read" tag
parserPropertyTag
parserPropertyTag in DocBlockTags.inc
represents the "@property" tag
parserPropertyTag
set up the property tag
parserPropertyWriteTag
parserPropertyWriteTag in DocBlockTags.inc
represents the "@property-write" tag
parserReturnTag
set up the tag
parserReturnTag
parserReturnTag in DocBlockTags.inc
represents the "@return" tag
parserSamp
parserSamp in DescHTML.inc
Used for <samp> in a description
parserSeeTag
parserSeeTag::parserSeeTag() in DocBlockTags.inc
sets up the see tag
parserSeeTag
parserSeeTag in DocBlockTags.inc
represents the "@see" tag
parserSourceInlineTag
parserSourceInlineTag in InlineTags.inc
represents inline source tag, used for function/method source
parserSourceInlineTag
constructor
parserStaticvarTag
parserStaticvarTag in DocBlockTags.inc
represents the "@staticvar" tag
parserStringWithInlineTags
parserStringWithInlineTags in ParserData.inc
Used to represent strings that contain inline tags, so that they can be properly parsed at link time
parserTag
parserTag in DocBlockTags.inc
used to represent standard tags like @access, etc.
parserTag
parserTag::parserTag() in DocBlockTags.inc
Set up the tag
parserTocInlineTag
parserTocInlineTag in InlineTags.inc
Represents {@toc} for table of contents generation in tutorials
parserTocInlineTag
constructor
parserTutorial
parserTutorial::parserTutorial() in ParserElements.inc
parserTutorial
parserTutorial in ParserElements.inc
parserTutorialInlineTag
constructor
parserTutorialInlineTag
parserTutorialInlineTag in InlineTags.inc
Represents inline links to external tutorial documentation
parserTutorialTag
parserTutorialTag in DocBlockTags.inc
represents "@tutorial"
parserUsedByTag
set up the usedby tag
parserUsedByTag
parserUsedByTag in DocBlockTags.inc
This is a virtual tag, it is created by @uses to cross-reference the used element
parserUsesTag
parserUsesTag::parserUsesTag() in DocBlockTags.inc
set up the uses tag
parserUsesTag
parserUsesTag in DocBlockTags.inc
represents the "@uses" tag
parserVar
parserVar in ParserElements.inc
parserVar
parserVar::parserVar() in ParserElements.inc
parserVarTag
parserVarTag in DocBlockTags.inc
represents the "@var" tag
parserXMLDocBookTag
parserXMLDocBookTag in PackagePageElements.inc
a standard XML DocBook Tag
parserXMLDocBookTag
sets up the tag
PARSER_EVENT_ACCESS_MODIFIER
used when parsing an access modifier
PARSER_EVENT_ARRAY
PARSER_EVENT_ARRAY in Parser.inc
used when an array definition is encountered in parsing
PARSER_EVENT_CLASS
PARSER_EVENT_CLASS in Parser.inc
used when a class definition is encountered in parsing
PARSER_EVENT_CLASS_CONSTANT
used when a class implements interfaces
PARSER_EVENT_CLASS_MEMBER
used by the HighlightParser only, when ->var or ->function() is encountered in a method
PARSER_EVENT_COMMENT
PARSER_EVENT_COMMENT in Parser.inc
used when short comment // is encountered in parsing
PARSER_EVENT_COMMENTBLOCK
used when long comment /x x/ where x is an asterisk is encountered in parsing
PARSER_EVENT_DEFINE
PARSER_EVENT_DEFINE in Parser.inc
used when a define statement is encountered in parsing
PARSER_EVENT_DEFINE_GLOBAL
used when parsing a global variable declaration
PARSER_EVENT_DEFINE_PARAMS
used when a define statement opening parenthesis is encountered in parsing
PARSER_EVENT_DEFINE_PARAMS_PARENTHESIS
used when a define statement's opening parenthesis is encountered in parsing
PARSER_EVENT_DESC
PARSER_EVENT_DESC in Parser.inc
used when parsing the desc part of a docblock
PARSER_EVENT_DOCBLOCK
PARSER_EVENT_DOCBLOCK in Parser.inc
used when a DocBlock is encountered in parsing
PARSER_EVENT_DOCBLOCK_TEMPLATE
used when encountering a /**#@+ comment marking a new docblock template
PARSER_EVENT_DOCKEYWORD
used when a @tag is encountered in DocBlock parsing
PARSER_EVENT_DOCKEYWORD_EMAIL
used when a <email@address> is encountered in parsing an @author tag
PARSER_EVENT_END_DOCBLOCK_TEMPLATE
used when encountering a /**#@-* / comment (no space) marking the end of using a docblock template
PARSER_EVENT_END_STATEMENT
PARSER_EVENT_EOFQUOTE
PARSER_EVENT_EOFQUOTE in Parser.inc
used when a <<< is encountered in parsing
PARSER_EVENT_ESCAPE
PARSER_EVENT_ESCAPE in Parser.inc
used when a backslash is encountered in parsing a string or other escapable entity
PARSER_EVENT_FUNCTION
PARSER_EVENT_FUNCTION in Parser.inc
used when a function definition is encountered in parsing
PARSER_EVENT_FUNCTION_PARAMS
used when a function statement opening parenthesis is encountered in parsing
PARSER_EVENT_FUNCTION_PARAM_VAR
used when a $param is encountered in a function definition
PARSER_EVENT_FUNC_GLOBAL
used when parsing a "global $var1, $var2;" declaration in a function
PARSER_EVENT_GLOBAL_VALUE
used when parsing the default value in a global variable declaration
PARSER_EVENT_IMPLEMENTS
used when a class implements interfaces
PARSER_EVENT_INCLUDE
PARSER_EVENT_INCLUDE in Parser.inc
used when an include/require/include_once/include_once statement is encountered in parsing
PARSER_EVENT_INCLUDE_PARAMS
used when an opening parenthesis of an include/require/include_once/include_once statement is encountered in parsing
PARSER_EVENT_INCLUDE_PARAMS_PARENTHESIS
used when an inner ( ) is encountered while parsing an include/require/include_once/include_once statement
PARSER_EVENT_INLINE_DOCKEYWORD
used when an inline {@tag} is encountered in parsing a DocBlock
PARSER_EVENT_LOGICBLOCK
{ encountered in parsing a function or php code
PARSER_EVENT_METHOD
PARSER_EVENT_METHOD in Parser.inc
used by the HighlightParser only, when a method starts
PARSER_EVENT_METHOD_LOGICBLOCK
used by the HighlightParser only, when a method body is parsed
PARSER_EVENT_NOEVENTS
PARSER_EVENT_NOEVENTS in Parser.inc
used for the beginning of parsing, before first < ? php encountered
PARSER_EVENT_OUTPHP
PARSER_EVENT_OUTPHP in Parser.inc
used when a ? > (with no space) is encountered in parsing
PARSER_EVENT_PHPCODE
PARSER_EVENT_PHPCODE in Parser.inc
used when php code processor instruction (< ? php) is encountered in parsing
PARSER_EVENT_QUOTE
PARSER_EVENT_QUOTE in Parser.inc
used when double quotation mark (") encountered in parsing
PARSER_EVENT_QUOTE_VAR
used by the HighlightParser only, when {$var} is encountered in a string
PARSER_EVENT_SINGLEQUOTE
used when a single quote (') is encountered in parsing
PARSER_EVENT_STATIC_VAR
used when parsing a "static $var1, $var2;" declaration in a function
PARSER_EVENT_STATIC_VAR_VALUE
used when parsing the value in a "static $var1 = x" declaration in a function
PARSER_EVENT_TAGS
PARSER_EVENT_TAGS in Parser.inc
used when parsing the @tag block of a docblock
PARSER_EVENT_VAR
PARSER_EVENT_VAR in Parser.inc
used when a var statement is encountered in parsing a class definition
PARSER_EVENT_VAR_ARRAY
used when a variable value is an array
PARSER_EVENT_VAR_ARRAY_COMMENT
used when a comment is found in a variable array value
parseString
Parse a new file
pathMatchesParsedFile
checks to see if the parsed file matches the given path
PATH_DELIMITER
PATH_DELIMITER in common.inc.php
PDERROR_ACCESS_WRONG_PARAM
warning triggered when the arguments to @access are neither public nor private
PDERROR_BEAUTIFYING_FAILED
warning triggered by an unterminated entity in a tutorial
PDERROR_CANNOT_EXTEND_SELF
warning triggered if someone brilliant tries "class X extends X {"
PDERROR_CANT_HAVE_INLINE_IN_TAGNAME
warning triggered when an inline tag is found inside an xml tag name
PDERROR_CANT_NEST_IN_B
warning triggered when another tag is nested in &lt;b&gt;
PDERROR_CHILD_TUTORIAL_NOT_FOUND
warning triggered when a tutorial's child in the .ini file doesn't exist in the
PDERROR_CLASS_CONFLICT
warning triggered when classes in the same package have the same name
PDERROR_CLASS_EXISTS
PDERROR_CLASS_EXISTS in Errors.inc
warning triggered when inheritance could be from more than one class
PDERROR_CLASS_NOT_IN_PACKAGE
warning triggered when a getClassByPackage is called and can't find the class
PDERROR_CLASS_PARENT_NOT_FOUND
warning triggered when an entire page is ignored because of @access private
PDERROR_CONVERTER_NOT_FOUND
warning triggered when a converter is passed to
PDERROR_CONVERTER_OVR_GFCT
warning triggered when a child converter doesn't override
PDERROR_DANGEROUS_PHP_BUG_EXISTS
warning triggered when the PHP version being used has dangerous bug/behavior
PDERROR_DB_TEMPLATE_UNTERMINATED
warning triggered when a docblock template is never turned off
PDERROR_DOCBLOCK_CONFLICT
warning triggered by a page-level docblock preceding a source element
PDERROR_DOCBLOCK_GOES_CLASS
warning triggered when the first docblock in a file with a @package tag precedes a class. In this case, the class gets the docblock.
PDERROR_DUMB_USES
PDERROR_DUMB_USES in Errors.inc
warning triggered by improper "@uses blah"
PDERROR_ELEMENT_IGNORED
warning triggered when a duplicate element is encountered that will be
PDERROR_EMPTY_EXAMPLE_TITLE
warning triggered by @example path/to/example with no title
PDERROR_EXAMPLE_NOT_FOUND
warning triggered when an example's path from @example /path/to/example.php
PDERROR_FUNCTION_HAS_NONAME
warning triggered by a function with no name
PDERROR_GLOBAL_NOT_FOUND
warning triggered when there are multiple @name tags in a docblock
PDERROR_ID_MUST_BE_INLINE
warning triggered when an id attribute in a tutorial docbook tag is not
PDERROR_IGNORE_TAG_IGNORED
warning triggered when an @ignore tag is used in a DocBlock preceding
PDERROR_ILLEGAL_PACKAGENAME
warning triggered when the package or subpackage name is illegal
PDERROR_INHERITANCE_CONFLICT
warning triggered when inheritance could be from more than one class
PDERROR_INHERITDOC_DONT_WORK_HERE
warning triggered by {@inheritdoc} in a non-inheritable situation
PDERROR_INLINETAG_IN_SEE
warning triggered when an example's path from @example /path/to/example.php
PDERROR_INTERNAL_NOT_CLOSED
warning triggered when an {@internal}} tag is not closed
PDERROR_INVALID_VALUES
warning triggered if a command line option does not have a valid value passed in
PDERROR_LOOP_RECURSION_LIMIT_REACHED
warning triggered when the a loop recursion tripwire has been tripped
PDERROR_MALFORMED_GLOBAL_TAG
warning triggered when there are multiple @name tags in a docblock
PDERROR_MALFORMED_TAG
PDERROR_MALFORMED_TAG in Errors.inc
warning triggered by an empty tag
PDERROR_MISSING_PROPERTY_TAG_NAME
warning triggered when any of {@property}}, {@property-read}},
PDERROR_MULTIPLE_ACCESS_TAGS
warning triggered when there are multiple @access tags in a docblock
PDERROR_MULTIPLE_CATEGORY_TAGS
warning triggered by more than 1 @category tag
PDERROR_MULTIPLE_GLOBAL_TAGS
warning triggered when there are multiple @name tags in a docblock
PDERROR_MULTIPLE_NAME_TAGS
warning triggered when there are multiple @name tags in a docblock
PDERROR_MULTIPLE_PACKAGE_TAGS
warning triggered when there are multiple @package tags in a docblock
PDERROR_MULTIPLE_PARENT
warning triggered when inheritance could be from more than one class
PDERROR_MULTIPLE_RETURN_TAGS
warning triggered when there are multiple @return tags in a docblock
PDERROR_MULTIPLE_SUBPACKAGE_TAGS
warning triggered when there are multiple @subpackage tags in a docblock
PDERROR_MULTIPLE_VAR_TAGS
warning triggered when there are multiple @var tags in a docblock
PDERROR_NAME_ALIAS_SAME_AS_TARGET
warning triggered when the alias value in an page-level docblock's @name tag
PDERROR_NEED_WHITESPACE
warning triggered when an entire page is ignored because of @access private
PDERROR_NESTED_INTERNAL
warning triggered when {@internal}} is nested inside another {@internal}}
PDERROR_NOTODO_INCLUDE
warning triggered when @todo is used on an include element
PDERROR_NO_CONVERTERS
PDERROR_NO_CONVERTERS in Errors.inc
warning triggered when a converter is passed to
PDERROR_NO_CONVERTER_HANDLER
warning triggered when an example's path from @example /path/to/example.php
PDERROR_NO_DOCBOOK_ID
PDERROR_NO_DOCBOOK_ID in Errors.inc
warning triggered in tutorial parsing if there is a missing {@id} inline tag
PDERROR_NO_PACKAGE_TAG
warning triggered when no @package tag is used in a page-level
PDERROR_NO_PAGE_LEVELDOCBLOCK
warning triggered when a file does not contain a page-level docblock
PDERROR_OVERRIDDEN_PACKAGE_TAGS
warning triggered when there a @package tag is used in a function,
PDERROR_OVERRIDDEN_SUBPACKAGE_TAGS
warning triggered when there a @subpackage tag is used in a function,
PDERROR_PACKAGECAT_SET
warning triggered when a package is already associated with a category, and
PDERROR_PACKAGEOUTPUT_DELETES_PARENT_FILE
warning triggered when there are multiple @name tags in a docblock
PDERROR_PARENT_NOT_FOUND
warning triggered when parent class doesn't exist
PDERROR_PARSEPRIVATE
PDERROR_PARSEPRIVATE in Errors.inc
warning triggered when an entire page is ignored because of @access private
PDERROR_PDFFUNCTION_NO_FUNC
warning triggered when a <pdffunction:funcname /> tag is used in the PDF
PDERROR_PDF_METHOD_DOESNT_EXIST
warning triggered when a <pdffunction:funcname /> tag is used in the PDF
PDERROR_PDF_TEMPVAR_DOESNT_EXIST
warning triggered when a <pdffunction:funcname arg=$tempvar/> tag
PDERROR_PRIVATE_ASSUMED
warning triggered when no @access private tag is used in a
PDERROR_SOURCECODE_IGNORED
warning triggered by sourcecode="on", if PHP < 4.3.0
PDERROR_SOURCE_TAG_FUNCTION_NOT_FOUND
warning triggered when a { @source } inline tag is used in a docblock not
PDERROR_SOURCE_TAG_IGNORED
warning triggered when an {@source} tag is found in a short description
PDERROR_TAG_NOT_HANDLED
warning triggered by @filesource, if PHP < 4.3.0
PDERROR_TEMPLATEDIR_DOESNT_EXIST
warning triggered by non-existent template directory
PDERROR_TEXT_OUTSIDE_LI
warning triggered when text in a docblock list is not contained in
PDERROR_TUTORIAL_IS_OWN_CHILD
warning triggered when a tutorial lists itself as a child tutorial
PDERROR_TUTORIAL_IS_OWN_GRANDPA
warning triggered when a tutorial's child lists the parent tutorial
PDERROR_TUTORIAL_NOT_FOUND
warning triggered when a tutorial is referenced
PDERROR_TUTORIAL_SUBSECTION_NOT_FOUND
warning triggered when a subsection's title is asked for, but the subsection
PDERROR_UL_IN_UL
PDERROR_UL_IN_UL in Errors.inc
warning triggered if <ul> is nested inside <ul> and not <li>
PDERROR_UNCLOSED_TAG
PDERROR_UNCLOSED_TAG in Errors.inc
warning triggered when a DocBlock html tag is unclosed
PDERROR_UNDOCUMENTED_ELEMENT
warning triggered when a class or method hasn't got docblock
PDERROR_UNKNOWN_COMMANDLINE
warning triggered when an entire page is ignored because of @access private
PDERROR_UNKNOWN_TAG
PDERROR_UNKNOWN_TAG in Errors.inc
warning triggered when classes in the same package have the same name
PDERROR_UNMATCHED_LIST_TAG
warning triggered when a docblock has an unmatched &lt;ol&gt; or &lt;ul&gt;
PDERROR_UNMATCHED_TUTORIAL_TAG
warning triggered when a docbook tag is not properly matched
PDERROR_UNTERMINATED_ATTRIB
warning triggered when a subsection's title is asked for, but the subsection
PDERROR_UNTERMINATED_ENTITY
warning triggered by an unterminated entity in a tutorial
PDERROR_UNTERMINATED_INLINE_TAG
warning triggered when an {@inline tag} is not terminated
PDFdefaultConverter
PDFdefaultConverter in PDFdefaultConverter.inc
PDF output converter.
PDFdefaultConverter
PDFParser
PDFParser::PDFParser() in ParserPDF.inc
Sets up the wordparser for this class
PDFParser
PDFParser in ParserPDF.inc
phpdoc.php
phpdoc.php in phpdoc.php
phpdocpdf
phpdocpdf::phpdocpdf() in class.phpdocpdf.php
phpdocpdf
phpdocpdf in class.phpdocpdf.php
ParserPDF.inc
ParserPDF.inc in ParserPDF.inc
PDFdefaultConverter.inc
PDFdefaultConverter.inc in PDFdefaultConverter.inc
PackagePageElements.inc
PackagePageElements.inc in PackagePageElements.inc
Parser.inc
Parser.inc in Parser.inc
ParserData.inc
ParserData.inc in ParserData.inc
ParserDescCleanup.inc
ParserDescCleanup.inc in ParserDescCleanup.inc
ParserDocBlock.inc
ParserDocBlock.inc in ParserDocBlock.inc
ParserElements.inc
ParserElements.inc in ParserElements.inc
phpdoc.inc
phpdoc.inc in phpdoc.inc
phpDocumentorTParser.inc
phpDocumentorTParser.inc in phpDocumentorTParser.inc
phpDocumentorTWordParser.inc
phpDocumentorTWordParser.inc in phpDocumentorTWordParser.inc
ProceduralPages.inc
ProceduralPages.inc in ProceduralPages.inc
Publisher.inc
Publisher.inc in Publisher.inc
phpDocumentorTParser
phpDocumentorTParser in phpDocumentorTParser.inc
Tokenizer-based parser for PHP source code
phpDocumentorTParser
Constructor
phpDocumentorTWordParser
phpDocumentorTWordParser in phpDocumentorTWordParser.inc
Like WordParser, but expects an array of tokens from the tokenizer instead of a string.
phpDocumentor_clone
phpDocumentor_clone() in clone.inc.php
Clone an object in PHP 4
phpDocumentor_ConfigFileList
used in phpdoc.php and new_phpdoc.php
PHPDOCUMENTOR_EVENT_CLASS
Class published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_CONST
Class Constant published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_DEFINE
Constant (define) published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_DOCBLOCK
DocBlock published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_DOCBLOCK_TEMPLATE
used when a docblock template is encountered in the source
PHPDOCUMENTOR_EVENT_END_DOCBLOCK_TEMPLATE
used when a docblock template is encountered in the source
PHPDOCUMENTOR_EVENT_END_PAGE
used to inform phpDocumentor_IntermediateParser that the current file has been completely parsed.
PHPDOCUMENTOR_EVENT_FUNCTION
Function published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_GLOBAL
used when a global variable definition is encountered in the source
PHPDOCUMENTOR_EVENT_INCLUDE
Include (include/require/include_once/include_once) published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_MESSAGE
PHPDOCUMENTOR_EVENT_NEWFILE
use to inform ErrorTracker of a new file being parsed
PHPDOCUMENTOR_EVENT_NEWLINENUM
use to inform ErrorTracker of the next line number being parsed
PHPDOCUMENTOR_EVENT_NEWSTATE
use to inform IntermediateParser of a new element being parsed
PHPDOCUMENTOR_EVENT_PACKAGEPAGE
Package-level page published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_PAGE
New File (page) published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_README_INSTALL_CHANGELOG
Contents of README/INSTALL/CHANGELOG files published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_TUTORIAL
Tutorial published to IntermediateParser with this event
PHPDOCUMENTOR_EVENT_VAR
Class Variable published to IntermediateParser with this event
phpDocumentor_get_class
phpDocumentor_get_class() in common.inc.php
Returns a lower-cased version of get_class for PHP 5
phpDocumentor_HighlightParser
phpDocumentor_HighlightParser in HighlightParser.inc
Highlights source code using parse()
phpDocumentor_HighlightParser
Initialize the $tokenpushEvent, $wordpushEvent arrays
phpDocumentor_HighlightWordParser
phpDocumentor_HighlightWordParser in HighlightParser.inc
Retrieve tokens from an array of tokens organized by line numbers
phpDocumentor_IntermediateParser
sets up basic data structures
phpDocumentor_IntermediateParser
phpDocumentor_IntermediateParser in IntermediateParser.inc
The phpDocumentor_IntermediateParser Class
phpDocumentor_out
phpDocumentor_out() in Setup.inc.php
Print parse information if quiet setting is off
phpDocumentor_parse_ini_file
Parse an .ini file
PHPDOCUMENTOR_PDF_EVENT_CONTENT
used for parsing stuff between <text>
PHPDOCUMENTOR_PDF_EVENT_FONT
when <font> is found in an ezText input
PHPDOCUMENTOR_PDF_EVENT_NEWPAGE
when <newpage/> is found in an ezText input
PHPDOCUMENTOR_PDF_EVENT_PDFFUNCTION
when <pdffunction> is found in an ezText input
PHPDOCUMENTOR_PDF_EVENT_TEXT
when <text> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_CONTENT
used for parsing stuff between <text>
PHPDOCUMENTOR_PDF_STATE_FONT
when <font> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_NEWPAGE
when <newpage/> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_PDFFUNCTION
when <pdffunction> is found in an ezText input
PHPDOCUMENTOR_PDF_STATE_TEXT
when <text> is found in an ezText input
PHPDOCUMENTOR_PDP_EVENT_ATTRIBUTES
PHPDOCUMENTOR_PDP_EVENT_ATTRIBUTES in XMLpackagePageParser.inc
when tag attributes name="value" are found
PHPDOCUMENTOR_PDP_EVENT_B
PHPDOCUMENTOR_PDP_EVENT_B in ParserDescCleanup.inc
when <b> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_BR
PHPDOCUMENTOR_PDP_EVENT_BR in ParserDescCleanup.inc
when <br> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_CDATA
PHPDOCUMENTOR_PDP_EVENT_CDATA in XMLpackagePageParser.inc
when <![CDATA[ ]]> is found
PHPDOCUMENTOR_PDP_EVENT_CODE
PHPDOCUMENTOR_PDP_EVENT_CODE in ParserDescCleanup.inc
when <code> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_DOUBLECR
PHPDOCUMENTOR_PDP_EVENT_DOUBLECR in ParserDescCleanup.inc
when \n\n is found in a desc
PHPDOCUMENTOR_PDP_EVENT_ENTITY
PHPDOCUMENTOR_PDP_EVENT_ENTITY in XMLpackagePageParser.inc
when tag attributes name="value" are found
PHPDOCUMENTOR_PDP_EVENT_ESCAPE
PHPDOCUMENTOR_PDP_EVENT_ESCAPE in ParserDescCleanup.inc
when the << potential escape for tags is found in a desc
PHPDOCUMENTOR_PDP_EVENT_ESCAPE_CODE
PHPDOCUMENTOR_PDP_EVENT_ESCAPE_CODE in ParserDescCleanup.inc
when << /code>> is found in a <code></code> section
PHPDOCUMENTOR_PDP_EVENT_ESCAPE_PRE
PHPDOCUMENTOR_PDP_EVENT_ESCAPE_PRE in ParserDescCleanup.inc
when << /pre>> is found in a <pre></pre> section
PHPDOCUMENTOR_PDP_EVENT_I
PHPDOCUMENTOR_PDP_EVENT_I in ParserDescCleanup.inc
when <i> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_KBD
PHPDOCUMENTOR_PDP_EVENT_KBD in ParserDescCleanup.inc
when <kbd> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_LIST
PHPDOCUMENTOR_PDP_EVENT_LIST in ParserDescCleanup.inc
when <ul>/<ol> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_P
PHPDOCUMENTOR_PDP_EVENT_P in ParserDescCleanup.inc
when <p> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_PRE
PHPDOCUMENTOR_PDP_EVENT_PRE in ParserDescCleanup.inc
when <pre> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_PROGRAMLISTING
PHPDOCUMENTOR_PDP_EVENT_PROGRAMLISTING in XMLpackagePageParser.inc
when <programlisting> is found
PHPDOCUMENTOR_PDP_EVENT_SAMP
PHPDOCUMENTOR_PDP_EVENT_SAMP in ParserDescCleanup.inc
when <samp> is found in a desc
PHPDOCUMENTOR_PDP_EVENT_SIMLIST
PHPDOCUMENTOR_PDP_EVENT_SIMLIST in ParserDescCleanup.inc
when a simple list is found in a desc
PHPDOCUMENTOR_PDP_EVENT_TAG
PHPDOCUMENTOR_PDP_EVENT_TAG in XMLpackagePageParser.inc
when a DocBook <tag> is found
PHPDOCUMENTOR_PDP_EVENT_VAR
PHPDOCUMENTOR_PDP_EVENT_VAR in ParserDescCleanup.inc
when <var> is found in a desc
PHPDOCUMENTOR_PDP_STATE_ATTRIBUTES
PHPDOCUMENTOR_PDP_STATE_ATTRIBUTES in XMLpackagePageParser.inc
when tag attributes name="value" are found
PHPDOCUMENTOR_PDP_STATE_B
PHPDOCUMENTOR_PDP_STATE_B in ParserDescCleanup.inc
when <b> is found in a desc
PHPDOCUMENTOR_PDP_STATE_BR
PHPDOCUMENTOR_PDP_STATE_BR in ParserDescCleanup.inc
when <br> is found in a desc
PHPDOCUMENTOR_PDP_STATE_CDATA
PHPDOCUMENTOR_PDP_STATE_CDATA in XMLpackagePageParser.inc
when <![CDATA[ ]]> is found
PHPDOCUMENTOR_PDP_STATE_CODE
PHPDOCUMENTOR_PDP_STATE_CODE in ParserDescCleanup.inc
when <code> is found in a desc
PHPDOCUMENTOR_PDP_STATE_DOUBLECR
PHPDOCUMENTOR_PDP_STATE_DOUBLECR in ParserDescCleanup.inc
when \n\n is found in a desc
PHPDOCUMENTOR_PDP_STATE_ENTITY
PHPDOCUMENTOR_PDP_STATE_ENTITY in XMLpackagePageParser.inc
when tag attributes name="value" are found
PHPDOCUMENTOR_PDP_STATE_ESCAPE
PHPDOCUMENTOR_PDP_STATE_ESCAPE in ParserDescCleanup.inc
when the << potential escape for tags is found in a desc
PHPDOCUMENTOR_PDP_STATE_ESCAPE_CODE
PHPDOCUMENTOR_PDP_STATE_ESCAPE_CODE in ParserDescCleanup.inc
when << /code>> is found in a <code></code> section
PHPDOCUMENTOR_PDP_STATE_ESCAPE_PRE
PHPDOCUMENTOR_PDP_STATE_ESCAPE_PRE in ParserDescCleanup.inc
when << /pre>> is found in a <pre></pre> section
PHPDOCUMENTOR_PDP_STATE_I
PHPDOCUMENTOR_PDP_STATE_I in ParserDescCleanup.inc
when <i> is found in a desc
PHPDOCUMENTOR_PDP_STATE_KBD
PHPDOCUMENTOR_PDP_STATE_KBD in ParserDescCleanup.inc
when <kbd> is found in a desc
PHPDOCUMENTOR_PDP_STATE_LIST
PHPDOCUMENTOR_PDP_STATE_LIST in ParserDescCleanup.inc
when <ul>/<ol> is found in a desc
PHPDOCUMENTOR_PDP_STATE_P
PHPDOCUMENTOR_PDP_STATE_P in ParserDescCleanup.inc
when <p> is found in a desc
PHPDOCUMENTOR_PDP_STATE_PRE
PHPDOCUMENTOR_PDP_STATE_PRE in ParserDescCleanup.inc
when <pre> is found in a desc
PHPDOCUMENTOR_PDP_STATE_PROGRAMLISTING
PHPDOCUMENTOR_PDP_STATE_PROGRAMLISTING in XMLpackagePageParser.inc
when <programlisting> is found
PHPDOCUMENTOR_PDP_STATE_SAMP
PHPDOCUMENTOR_PDP_STATE_SAMP in ParserDescCleanup.inc
when <samp> is found in a desc
PHPDOCUMENTOR_PDP_STATE_SIMLIST
PHPDOCUMENTOR_PDP_STATE_SIMLIST in ParserDescCleanup.inc
when a simple list is found in a desc
PHPDOCUMENTOR_PDP_STATE_TAG
PHPDOCUMENTOR_PDP_STATE_TAG in XMLpackagePageParser.inc
when a DocBook <tag> is found
PHPDOCUMENTOR_PDP_STATE_VAR
PHPDOCUMENTOR_PDP_STATE_VAR in ParserDescCleanup.inc
when <var> is found in a desc
phpDocumentor_peardoc2_XML_Beautifier
This is just like XML_Beautifier, but uses phpDocumentor_XML_Beautifier_Tokenizer
phpDocumentor_setup
Checks PHP version, makes sure it is 4.2.0+, and chooses the
phpDocumentor_setup
phpDocumentor_setup in Setup.inc.php
phpDocumentor_TutorialHighlightParser
Initialize the $tokenpushEvent, $wordpushEvent arrays
phpDocumentor_TutorialHighlightParser
phpDocumentor_TutorialHighlightParser in TutorialHighlightParser.inc
Highlights source code using parse()
PHPDOCUMENTOR_VER
PHPDOCUMENTOR_VER in common.inc.php
PHPDOCUMENTOR_WEBSITE
PHPDOCUMENTOR_WEBSITE in common.inc.php
PHPDOCUMENTOR_WINDOWS
PHPDOCUMENTOR_WINDOWS in common.inc.php
phpDocumentor_XML_Beautifier_Tokenizer
Highlights source code using parse()
phpDocumentor_XML_Beautifier_Tokenizer
Initialize the $tokenpushEvent, $wordpushEvent arrays
PHPDOC_BEAUTIFIER_CDATA
PHPDOC_BEAUTIFIER_CDATA in Tokenizer.php
do not remove, needed in plain renderer
PHPDOC_WEBROOT_DIR
PHPDOC_WEBROOT_DIR in file_dialog.php
PHPDOC_XMLTOKEN_EVENT_ATTRIBUTE
used when a <tag attr="attribute"> is found
PHPDOC_XMLTOKEN_EVENT_CDATA
used when a <! is found
PHPDOC_XMLTOKEN_EVENT_CLOSETAG
used when a close </tag> is found
PHPDOC_XMLTOKEN_EVENT_COMMENT
used when a <!-- comment --> is found
PHPDOC_XMLTOKEN_EVENT_DEF
PHPDOC_XMLTOKEN_EVENT_DEF in Tokenizer.php
used when a <! is found
PHPDOC_XMLTOKEN_EVENT_DOUBLEQUOTE
used when a <!-- comment --> is found
PHPDOC_XMLTOKEN_EVENT_ENTITY
used when an &entity; is found
PHPDOC_XMLTOKEN_EVENT_IN_CDATA
used when a <![CDATA[ section is found
PHPDOC_XMLTOKEN_EVENT_NOEVENTS
starting state
PHPDOC_XMLTOKEN_EVENT_OPENTAG
used when an open <tag> is found
PHPDOC_XMLTOKEN_EVENT_PI
PHPDOC_XMLTOKEN_EVENT_PI in Tokenizer.php
used when a processor instruction is found
PHPDOC_XMLTOKEN_EVENT_SINGLEQUOTE
used when a <!-- comment --> is found
PHPDOC_XMLTOKEN_EVENT_XML
PHPDOC_XMLTOKEN_EVENT_XML in Tokenizer.php
used when a <?xml is found
PHPUnit_MAIN_METHOD
PHPUnit_MAIN_METHOD in IntermediateParserTests.php
popEvent
EventStack::popEvent() in EventStack.inc
Pop an event from the stack
postProcess
XMLDocBookpeardoc2Converter::postProcess() in XMLDocBookpeardoc2Converter.inc
postProcess
CHMdefaultConverter::postProcess() in CHMdefaultConverter.inc
Uses htmlspecialchars() on the input
postProcess
HTMLSmartyConverter::postProcess() in HTMLSmartyConverter.inc
Uses htmlspecialchars() on the input
postProcess
Converter::postProcess() in Converter.inc
This version does nothing
postProcess
XMLDocBookConverter::postProcess() in XMLDocBookConverter.inc
postProcess
parserDocBlock::postProcess() in ParserDocBlock.inc
Parse out any html tags from doc comments, and make them into
postProcess
HTMLframesConverter::postProcess() in HTMLframesConverter.inc
Uses htmlspecialchars() on the input
postProcess
PDFdefaultConverter::postProcess() in PDFdefaultConverter.inc
ppageParser
set up invariant Parser variables
ppageParser
ppageParser in Parser.inc
Global package page parser
prepareDocBlock
XMLDocBookpeardoc2Converter::prepareDocBlock() in XMLDocBookpeardoc2Converter.inc
prepareDocBlock
convert the element's DocBlock for output
prepareDocBlock
XMLDocBookConverter::prepareDocBlock() in XMLDocBookConverter.inc
PreserveWhiteSpace
Used to convert the contents of <pre> in a docblock
ProceduralPages
ProceduralPages in ProceduralPages.inc
Intermediate procedural page parsing structure.
processChild
This function recursively climbs up the class tree, setting inherited information like package and adds the elements to phpDocumentor_IntermediateParser.
ProgramExample
CHMdefaultConverter::ProgramExample() in CHMdefaultConverter.inc
Used to convert the <code> tag in a docblock
ProgramExample
HTMLframesConverter::ProgramExample() in HTMLframesConverter.inc
Used to convert the <code> tag in a docblock
ProgramExample
HTMLSmartyConverter::ProgramExample() in HTMLSmartyConverter.inc
Used to convert the <code> tag in a docblock
ProgramExample
XMLDocBookpeardoc2Converter::ProgramExample() in XMLDocBookpeardoc2Converter.inc
ProgramExample
Used to convert the <code> tag in a docblock
propertyTagHandler
Handles @property(-read or -write) and @method magic tag
Publisher
Publisher in Publisher.inc
a class for handling the publishing of data
publishEvent
Publisher::publishEvent() in Publisher.inc
Publish an event
pushEvent
EventStack::pushEvent() in EventStack.inc
Push an event onto the stack
ParserClassTests.php
ParserClassTests.php in ParserClassTests.php
ParserPageTests.php
ParserPageTests.php in ParserPageTests.php
phpDocumentorSetupTests.php
phpDocumentorSetupTests.php in phpDocumentorSetupTests.php
phpDocumentorTParserTests.php
phpDocumentorTParserTests.php in phpDocumentorTParserTests.php
q
top
$quietMode
set in Setup.inc.php to the value of the quitemode commandline option.
$quietmode
Converter::$quietmode in Converter.inc
controls display of progress information while parsing.
r
top
$refsect1id
XMLPackagePageParser::$refsect1id in XMLpackagePageParser.inc
$refsect2id
XMLPackagePageParser::$refsect2id in XMLpackagePageParser.inc
$refsect3id
XMLPackagePageParser::$refsect3id in XMLpackagePageParser.inc
$render
Used to organize output from the Parser before Conversion
$reportContents
phpdocpdf::$reportContents in class.phpdocpdf.php
$return
parserDocBlock::$return in ParserDocBlock.inc
This is either a parserReturnTag or false if no return tag is present
$returnsreference
parserFunction::$returnsreference in ParserElements.inc
Function returns a reference to an element, instead of a value
$returnType
parserPropertyTag::$returnType in DocBlockTags.inc
the type a property has
$returnType
parserMethodTag::$returnType in DocBlockTags.inc
the return type a method has
$returnType
parserReturnTag::$returnType in DocBlockTags.inc
the type a function returns
$returnType
parserVarTag::$returnType in DocBlockTags.inc
the type a var has
$ric
phpDocumentor_IntermediateParser::$ric in IntermediateParser.inc
Stores parsed CHANGELOG/INSTALL/README files
$ric_set
HTMLSmartyConverter::$ric_set in HTMLSmartyConverter.inc
$ric_set
PDFdefaultConverter::$ric_set in PDFdefaultConverter.inc
$ric_set
CHMdefaultConverter::$ric_set in CHMdefaultConverter.inc
$ric_set
HTMLframesConverter::$ric_set in HTMLframesConverter.inc
rcNatCmp
CHMdefaultConverter::rcNatCmp() in CHMdefaultConverter.inc
does a nat case sort on the specified second level value of the array
rcNatCmp
HTMLSmartyConverter::rcNatCmp() in HTMLSmartyConverter.inc
does a nat case sort on the specified second level value of the array
rcNatCmp
XMLDocBookpeardoc2Converter::rcNatCmp() in XMLDocBookpeardoc2Converter.inc
does a nat case sort on the specified second level value of the array
rcNatCmp
HTMLframesConverter::rcNatCmp() in HTMLframesConverter.inc
does a nat case sort on the specified second level value of the array
rcNatCmp
XMLDocBookConverter::rcNatCmp() in XMLDocBookConverter.inc
does a nat case sort on the specified second level value of the array
rcNatCmp1
HTMLframesConverter::rcNatCmp1() in HTMLframesConverter.inc
does a nat case sort on the specified second level value of the array.
rcNatCmp1
HTMLSmartyConverter::rcNatCmp1() in HTMLSmartyConverter.inc
does a nat case sort on the specified second level value of the array.
rcNatCmp1
CHMdefaultConverter::rcNatCmp1() in CHMdefaultConverter.inc
does a nat case sort on the specified second level value of the array.
rcNatCmp1
XMLDocBookConverter::rcNatCmp1() in XMLDocBookConverter.inc
does a nat case sort on the specified second level value of the array.
rcNatCmp1
XMLDocBookpeardoc2Converter::rcNatCmp1() in XMLDocBookpeardoc2Converter.inc
does a nat case sort on the specified second level value of the array.
readCommandLineSettings
Get phpDocumentor settings from command-line or web interface
readConfigFile
Get phpDocumentor settings from a user configuration file
readPhpFile
Reads a file and returns it as a string Does basic error checking
RecordError
RecordError in Errors.inc
encapsulates error information
RecordWarning
Constructor
RecordWarning
RecordWarning in Errors.inc
encapsulates warning information
recurseDir
recurseDir() in utilities.php
removeNonMatches
Removes files from the $dir array that do not match the search string in
replaceElement
ProceduralPages::replaceElement() in ProceduralPages.inc
Used to align an element with the package of its parent page prior to Conversion.
replaceInheritDoc
parserDesc::replaceInheritDoc() in ParserDocBlock.inc
replaces {@inheritdoc} with the contents of the parent DocBlock
replaceInheritDoc
resetParams
parserDocBlock::resetParams() in ParserDocBlock.inc
returnErrors
Get sorted array of all non-fatal errors in parsing/conversion
returnLastError
Get the error message of the last error
returnLastWarning
Get the warning message of the last warning
returnLink
CHMdefaultConverter::returnLink() in CHMdefaultConverter.inc
returnLink
XMLDocBookpeardoc2Converter::returnLink() in XMLDocBookpeardoc2Converter.inc
returnLink
Converter::returnLink() in Converter.inc
take URL $link and text $text and return a link in the format needed for the Converter
returnLink
XMLDocBookConverter::returnLink() in XMLDocBookConverter.inc
returnLink
PDFdefaultConverter::returnLink() in PDFdefaultConverter.inc
returnLink
HTMLframesConverter::returnLink() in HTMLframesConverter.inc
returnLink
HTMLSmartyConverter::returnLink() in HTMLSmartyConverter.inc
returnSee
HTMLSmartyConverter::returnSee() in HTMLSmartyConverter.inc
This function takes an abstractLink descendant and returns an html link
returnSee
XMLDocBookpeardoc2Converter::returnSee() in XMLDocBookpeardoc2Converter.inc
This function takes an abstractLink descendant and returns an html link
returnSee
HTMLframesConverter::returnSee() in HTMLframesConverter.inc
This function takes an abstractLink descendant and returns an html link
returnSee
XMLDocBookConverter::returnSee() in XMLDocBookConverter.inc
This function takes an abstractLink descendant and returns an html link
returnSee
PDFdefaultConverter::returnSee() in PDFdefaultConverter.inc
Returns a bookmark using Cezpdf 009
returnSee
Converter::returnSee() in Converter.inc
take abstractLink descendant and text $eltext and return a link
returnSee
CHMdefaultConverter::returnSee() in CHMdefaultConverter.inc
This function takes an abstractLink descendant and returns an html link
returnTagHandler
handles @return
returnWarnings
Get sorted array of all warnings in parsing/conversion
rf
phpdocpdf::rf() in class.phpdocpdf.php
s
top
$sdesc
parserDocBlock::$sdesc in ParserDocBlock.inc
$section
tutorialLink::$section in LinkClasses.inc
$setup
Used to parse command-line options
$set_pageNumbering
phpdocpdf::$set_pageNumbering in class.phpdocpdf.php
$smarty_dir
Converter::$smarty_dir in Converter.inc
Directory that the smarty templates are in
$smarty_dir
PDFdefaultConverter::$smarty_dir in PDFdefaultConverter.inc
$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
$sort_absolutely_everything
default PDF Converter wants elements sorted by type as well as alphabetically
$sort_absolutely_everything
Pass elements by package, simplifies generation of package.xml/category.xml
$sort_page_contents_by_type
This determines whether the $page_contents array should be sorted by element type as well as alphabetically by name
$sort_page_contents_by_type
XMLDocBookConverter wants elements sorted by type as well as alphabetically
$sort_page_contents_by_type
XMLDocBookConverter wants elements sorted by type as well as alphabetically
$sort_page_contents_by_type
Smarty Converter wants elements sorted by type as well as alphabetically
$sort_page_contents_by_type
CHMdefaultConverter wants elements sorted by type as well as alphabetically
$sort_page_contents_by_type
Smarty Converter wants elements sorted by type as well as alphabetically
$source
parserPage::$source in ParserData.inc
Tokenized source code of the file
$source
tokenized source organized by line numbers for php 4.3.0+, the old
$source
parserFunction::$source in ParserElements.inc
$source
parserFileSourceTag::$source in DocBlockTags.inc
$sourceloc
XMLDocBookpeardoc2Converter::$sourceloc in XMLDocBookpeardoc2Converter.inc
$sourceloc
XMLDocBookConverter::$sourceloc in XMLDocBookConverter.inc
$sourceLocation
parserClass::$sourceLocation in ParserElements.inc
$sourceLocation
parserPage::$sourceLocation in ParserData.inc
relative source location
$sourcePaths
Converter::$sourcePaths in Converter.inc
A list of files that have had source code generated
$source_location
phpDocumentorTParser::$source_location in phpDocumentorTParser.inc
relative path of the parsed file from the base parse directory
$stack
EventStack::$stack in EventStack.inc
The stack
$start
First line of source code to display
$statics
parserDocBlock::$statics in ParserDocBlock.inc
array of static variable data.
$statics
parserFunction::$statics in ParserElements.inc
static variable declarations parsed from function definition
$subpackage
abstractLink::$subpackage in LinkClasses.inc
$subpackage
$subpackage
parserDocBlock::$subpackage in ParserDocBlock.inc
$subpackage
subpackage of the {@id}
$subpackage
parserPage::$subpackage in ParserData.inc
$subpackage
Converter::$subpackage in Converter.inc
subpackage name currently being converted
$subpackagedescrip
description of subpackage parsed from @package tag
$subscriber
Publisher::$subscriber in Publisher.inc
Array of references objects that have Subscribed to this publisher
Setup.inc.php
Setup.inc.php in Setup.inc.php
Sampize
Converter::Sampize() in Converter.inc
Used to convert the contents of <samp> in a docblock
setAccessModifiers
parserClass::setAccessModifiers() in ParserElements.inc
Use this method to set access modifiers for a class
setClassParent
Find the parent class of $class, and set up structures to note this fact
setColorArray
phpdocpdf::setColorArray() in class.phpdocpdf.php
setConstructor
parserMethod::setConstructor() in ParserElements.inc
Use this method to tell the parser that this method is the class constructor
setDataType
parserGlobal::setDataType() in ParserElements.inc
Sets the name of the global variable's type
setDesc
parserDocBlock::setDesc() in ParserDocBlock.inc
setDestructor
parserMethod::setDestructor() in ParserElements.inc
Use this method to tell the parser that this method is the class constructor
setDirectoriesToParse
setDocBlock
parserData::setDocBlock() in ParserData.inc
sets the docblock
setDocBlock
parserElement::setDocBlock() in ParserElements.inc
setEndLineNumber
parserElement::setEndLineNumber() in ParserElements.inc
Sets the ending line number of elements
setEndLineNumber
Sets the ending line number for the DocBlock
setExplicitCategory
Used if this docblock has a @category tag.
setExplicitPackage
Used if this docblock has a @package tag.
setExtends
parserClass::setExtends() in ParserElements.inc
setFile
parserPage::setFile() in ParserData.inc
Sets the name to display in documentation (can be an alias set with @name)
setFile
parserElement::setFile() in ParserElements.inc
setFilesToParse
setHTMLColor
phpdocpdf::setHTMLColor() in class.phpdocpdf.php
setId
parserXMLDocBookTag::setId() in PackagePageElements.inc
If the id attribute is present, this method will set its id
setIgnore
setInterface
parserClass::setInterface() in ParserElements.inc
Use this method to set the type of class to be an interface
setJavadocDesc
setLineNum
Start the parsing at a certain line number
setLineNum
Start the parsing at a certain line number
setLineNumber
parserDocBlock::setLineNumber() in ParserDocBlock.inc
Sets the starting line number for the DocBlock
setLineNumber
parserElement::setLineNumber() in ParserElements.inc
Set starting line number
setMemoryLimit
Allow a memory_limit setting in phpDocumentor.ini to override php.ini or default memory limit
setModifiers
parserVar::setModifiers() in ParserElements.inc
Return name of the class that contains this method
setModifiers
parserMethod::setModifiers() in ParserElements.inc
Return name of the class that contains this method
setModifiers
parserClass::setModifiers() in ParserElements.inc
Set the PHP5+ modifiers for this class
setName
parserPage::setName() in ParserData.inc
sets the name
setName
ProceduralPages::setName() in ProceduralPages.inc
Change a page's name from its file to alias $name
setName
parserElement::setName() in ParserElements.inc
setNext
parserTutorial::setNext() in ParserElements.inc
setPackageOutput
loads the package output array
setPackageOutput
setParent
parserData::setParent() in ParserData.inc
sets the parent
setParent
parserTutorial::setParent() in ParserElements.inc
setParent
parserClass::setParent() in ParserElements.inc
setParentNoClass
parserClass::setParentNoClass() in ParserElements.inc
setParseBase
ProceduralPages::setParseBase() in ProceduralPages.inc
sets the parser base
setParsePrivate
setParsePrivate
set display of elements marked with @access private
setPath
parserPage::setPath() in ParserData.inc
sets the path to the file
setPath
set the path
setPath
parserElement::setPath() in ParserElements.inc
setPos
WordParser::setPos() in WordParser.inc
Set the internal cursor within the source code
setPrev
parserTutorial::setPrev() in ParserElements.inc
setQuietMode
set parsing information output mode (quiet or verbose)
setQuietMode
setReturnsReference
sets $returnsreference to true
setSeperator
WordParser::setSeperator() in WordParser.inc
Sets the list of possible separator tokens
setShortDesc
parserDocBlock::setShortDesc() in ParserDocBlock.inc
Set the short description of the DocBlock
setSource
sets the source tag's value
setSource
sets the source
setSource
parserDocBlock::setSource() in ParserDocBlock.inc
setSource
Pass source code to any {@source} tags contained within the string for later conversion.
setSource
parserPage::setSource() in ParserData.inc
Sets the source code of the file for highlighting.
setSourceLocation
sets the source location
setSourceLocation
parserClass::setSourceLocation() in ParserElements.inc
setSourcePaths
Mark a file as having had source code highlighted
setTargetDir
setTargetDir
Sets the output directory
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
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
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
setTargetDir
Converter::setTargetDir() in Converter.inc
Sets the output directory for generated documentation
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
setTemplateBase
Sets the template base directory
setTemplateBase
setTemplateBase
Set the template directory with a different template base directory
setTemplateDir
sets the template directory based on the $outputformat and $name
setTemplateDir
XMLDocBookConverter::setTemplateDir() in XMLDocBookConverter.inc
setTemplateDir
CHMdefaultConverter::setTemplateDir() in CHMdefaultConverter.inc
setTemplateDir
XMLDocBookpeardoc2Converter::setTemplateDir() in XMLDocBookpeardoc2Converter.inc
setTemplateDir
PDFdefaultConverter::setTemplateDir() in PDFdefaultConverter.inc
setTitle
setTitle
parserXMLDocBookTag::setTitle() in PackagePageElements.inc
Set the title of a DocBook tag section.
setTOC
set the TOC
setTOC
parserXMLDocBookTag::setTOC() in PackagePageElements.inc
sets the TOC value
setUndocumentedElementWarnings
setUndocumentedElementWarningsMode
show warnings for undocumented elements
setup
ObjectWordParser::setup() in ParserDescCleanup.inc
Set the word parser to go.
setup
phpDocumentorTWordParser::setup() in phpDocumentorTWordParser.inc
Uses http://www.php.net/token_get_all to tokenize the source code.
setup
WordParser::setup() in WordParser.inc
Initialize the WordParser
setup
Initialize the parser object
setupPagePackages
if there is one class package in a file, the parent path inherits the package if its package is default.
setupPages
ProceduralPages::setupPages() in ProceduralPages.inc
Adjusts packages of all pages and removes name conflicts within a package
setupStates
PDFParser::setupStates() in ParserPDF.inc
setup the parser tokens, and the pushEvent/popEvent arrays
setupStates
Initialize all parser state variables
setupStates
parserDescParser::setupStates() in ParserDescCleanup.inc
setup the parser tokens, and the pushEvent/popEvent arrays
setupStates
Parser::setupStates() in Parser.inc
setup the parser tokens, and the pushEvent/popEvent arrays
setupStates
XMLPackagePageParser::setupStates() in XMLpackagePageParser.inc
setup the parser tokens, and the pushEvent/popEvent arrays
setupStates
Initialize all parser state variables
setupStates
Initialize all parser state variables
setupStates
set up invariant Parser variables
setupTOC
phpdocpdf::setupTOC() in class.phpdocpdf.php
setup_dirs
setup_dirs() in Io.inc
Recursively move contents of $struc into associative array
setValue
parserBase::setValue() in ParserData.inc
sets the given value
setWhitespace
WordParser::setWhitespace() in WordParser.inc
set parser to return or strip whitespace
set_dir
set_dir() in Io.inc
Recursively add all the subdirectories of $contents to $dir without erasing anything in
showImage
showImage() in utilities.php
Allows png's with alpha transparency to be displayed in IE 6
SmartyInit
HTMLframesConverter::SmartyInit() in HTMLframesConverter.inc
SmartyInit
HTMLSmartyConverter::SmartyInit() in HTMLSmartyConverter.inc
SmartyInit
XMLDocBookConverter::SmartyInit() in XMLDocBookConverter.inc
SmartyInit
CHMdefaultConverter::SmartyInit() in CHMdefaultConverter.inc
SMART_PATH_DELIMITER
SMART_PATH_DELIMITER in common.inc.php
sortPageContentsByElementType
sorts $page_contents by element type as well as alphabetically
sourceLine
HTMLframesConverter::sourceLine() in HTMLframesConverter.inc
Return a line of highlighted source code with formatted line number
sourceLine
CHMdefaultConverter::sourceLine() in CHMdefaultConverter.inc
Return a line of highlighted source code with formatted line number
sourceLine
Converter::sourceLine() in Converter.inc
Return a line of highlighted source code with formatted line number
sourceLine
HTMLSmartyConverter::sourceLine() in HTMLSmartyConverter.inc
Return a line of highlighted source code with formatted line number
startCData
parserXMLDocBookTag::startCData() in PackagePageElements.inc
Begin a new CData section
startHighlight
Initialize highlight caching
STATE_ACCESS_MODIFIER
STATE_ACCESS_MODIFIER in Parser.inc
currently parsing an access modifier
STATE_ARRAY
STATE_ARRAY in Parser.inc
currently parsing an array
STATE_CLASS
STATE_CLASS in Parser.inc
currently parsing a class definition
STATE_CLASS_CONSTANT
STATE_CLASS_CONSTANT in Parser.inc
currently parsing a class constant
STATE_CLASS_MEMBER
STATE_CLASS_MEMBER in Parser.inc
currently parsing a class member using the HighlightParser
STATE_COMMENT
STATE_COMMENT in Parser.inc
currently parsing a short comment //
STATE_COMMENTBLOCK
STATE_COMMENTBLOCK in Parser.inc
currently parsing a long comment /x x/ where x is an asterisk
STATE_DEFINE
STATE_DEFINE in Parser.inc
currently parsing a define statement
STATE_DEFINE_PARAMS
STATE_DEFINE_PARAMS in Parser.inc
currently parsing the stuff in ( ) of a define statement
STATE_DEFINE_PARAMS_PARENTHESIS
currently parsing an inner parenthetical statement of a define( )
STATE_DESC
STATE_DESC in Parser.inc
currently parsing the desc part of a docblock
STATE_DOCBLOCK
STATE_DOCBLOCK in Parser.inc
currently parsing a DocBlock
STATE_DOCBLOCK_TEMPLATE
currently parsing the value in a "static $var1 = x" declaration in a function
STATE_DOCKEYWORD
STATE_DOCKEYWORD in Parser.inc
currently parsing a @tag in a DocBlock
STATE_DOCKEYWORD_EMAIL
currently parsing an email in brackets in an @author tag of a DocBlock
STATE_END_CLASS
STATE_END_CLASS in Parser.inc
used to tell Render that a class has been completely parsed, and to flush buffers
STATE_END_DOCBLOCK_TEMPLATE
currently parsing the value in a "static $var1 = x" declaration in a function
STATE_EOFQUOTE
STATE_EOFQUOTE in Parser.inc
currently parsing a string defined using Perl <<<
STATE_ESCAPE
STATE_ESCAPE in Parser.inc
used when a backslash is encountered in parsing a string or other escapable entity
STATE_FUNCTION
STATE_FUNCTION in Parser.inc
currently parsing a Function or Method
STATE_FUNCTION_PARAMS
STATE_FUNCTION_PARAMS in Parser.inc
currently parsing the stuff in ( ) of a function definition
STATE_FUNCTION_PARAM_VAR
currently parsing a $param in a function definition
STATE_FUNC_GLOBAL
STATE_FUNC_GLOBAL in Parser.inc
currently parsing a "global $var1, $var2;" declaration in a function
STATE_GLOBAL
STATE_GLOBAL in Parser.inc
currently parsing a global variable declaration
STATE_GLOBAL_VALUE
STATE_GLOBAL_VALUE in Parser.inc
currently parsing the default value in a global variable declaration
STATE_IMPLEMENTS
STATE_IMPLEMENTS in Parser.inc
currently parsing an implements clause
STATE_INCLUDE
STATE_INCLUDE in Parser.inc
currently parsing an include/require/include_once/include_once
STATE_INCLUDE_PARAMS
STATE_INCLUDE_PARAMS in Parser.inc
currently parsing the stuff in ( ) of a define statement
STATE_INCLUDE_PARAMS_PARENTHESIS
currently parsing an inner parenthetical statement of an include/includeonce/require/requireonce( )
STATE_INLINE_DOCKEYWORD
currently parsing an inline tag like { @link} in a DocBlock
STATE_LOGICBLOCK
STATE_LOGICBLOCK in Parser.inc
currently parsing a { } block
STATE_METHOD
STATE_METHOD in Parser.inc
currently parsing a method using the HighlightParser
STATE_METHOD_LOGICBLOCK
currently parsing the method body using the HighlightParser
STATE_NOEVENTS
STATE_NOEVENTS in Parser.inc
out of < ? php tag
STATE_OUTPHP
STATE_OUTPHP in Parser.inc
currently out of php code
STATE_PHPCODE
STATE_PHPCODE in Parser.inc
currently parsing php code
STATE_QUOTE
STATE_QUOTE in Parser.inc
currently parsing a quote
STATE_QUOTE_VAR
STATE_QUOTE_VAR in Parser.inc
currently parsing a {$encapsed_var} using the HighlightParser
STATE_SINGLEQUOTE
STATE_SINGLEQUOTE in Parser.inc
currently parsing a string enclosed in single quotes (')
STATE_STATIC_VAR
STATE_STATIC_VAR in Parser.inc
currently parsing a "static $var1, $var2;" declaration in a function
STATE_STATIC_VAR_VALUE
currently parsing the value in a "static $var1 = x" declaration in a function
STATE_TAGS
STATE_TAGS in Parser.inc
currently parsing the @tag block of a docblock
STATE_TUTORIAL_ATTRIBUTE
STATE_TUTORIAL_ATTRIBUTE in TutorialHighlightParser.inc
currently parsing an open <tag>
STATE_TUTORIAL_CLOSETAG
STATE_TUTORIAL_CLOSETAG in TutorialHighlightParser.inc
currently parsing a close </tag>
STATE_TUTORIAL_COMMENT
STATE_TUTORIAL_COMMENT in TutorialHighlightParser.inc
currently parsing a <!-- comment -->
STATE_TUTORIAL_DOUBLEQUOTE
STATE_TUTORIAL_DOUBLEQUOTE in TutorialHighlightParser.inc
currently parsing a <!-- comment -->
STATE_TUTORIAL_ENTITY
STATE_TUTORIAL_ENTITY in TutorialHighlightParser.inc
currently parsing an &entity;
STATE_TUTORIAL_ITAG
STATE_TUTORIAL_ITAG in TutorialHighlightParser.inc
currently parsing an {@inline tag}
STATE_TUTORIAL_NOEVENTS
STATE_TUTORIAL_NOEVENTS in TutorialHighlightParser.inc
currently in starting state
STATE_TUTORIAL_OPENTAG
STATE_TUTORIAL_OPENTAG in TutorialHighlightParser.inc
currently parsing an open <tag>
STATE_TUTORIAL_SINGLEQUOTE
STATE_TUTORIAL_SINGLEQUOTE in TutorialHighlightParser.inc
currently parsing a <!-- comment -->
STATE_VAR
STATE_VAR in Parser.inc
currently parsing a Class variable
STATE_VAR_ARRAY
STATE_VAR_ARRAY in Parser.inc
currently parsing a variable value is an array
STATE_VAR_ARRAY_COMMENT
currently parsing a comment in a variable array value
STATE_XMLTOKEN_ATTRIBUTE
STATE_XMLTOKEN_ATTRIBUTE in Tokenizer.php
currently parsing an open <tag>
STATE_XMLTOKEN_CDATA
STATE_XMLTOKEN_CDATA in Tokenizer.php
currently parsing a <!
STATE_XMLTOKEN_CLOSETAG
STATE_XMLTOKEN_CLOSETAG in Tokenizer.php
currently parsing a close </tag>
STATE_XMLTOKEN_COMMENT
STATE_XMLTOKEN_COMMENT in Tokenizer.php
currently parsing a <!-- comment -->
STATE_XMLTOKEN_DEF
STATE_XMLTOKEN_DEF in Tokenizer.php
currently parsing a <!
STATE_XMLTOKEN_DOUBLEQUOTE
currently parsing a <!-- comment -->
STATE_XMLTOKEN_ENTITY
STATE_XMLTOKEN_ENTITY in Tokenizer.php
currently parsing an &entity;
STATE_XMLTOKEN_IN_CDATA
STATE_XMLTOKEN_IN_CDATA in Tokenizer.php
currently parsing a <![CDATA[ ]]>
STATE_XMLTOKEN_NOEVENTS
STATE_XMLTOKEN_NOEVENTS in Tokenizer.php
currently in starting state
STATE_XMLTOKEN_OPENTAG
STATE_XMLTOKEN_OPENTAG in Tokenizer.php
currently parsing an open <tag>
STATE_XMLTOKEN_PI
STATE_XMLTOKEN_PI in Tokenizer.php
currently in processor instruction
STATE_XMLTOKEN_SINGLEQUOTE
currently parsing a <!-- comment -->
STATE_XMLTOKEN_XML
STATE_XMLTOKEN_XML in Tokenizer.php
currently parsing a <?xml
staticvarTagHandler
handles @staticvar
stringConvert
converter helper used in PHP 4.2.3-
Strlen
parserInlineTag::Strlen() in InlineTags.inc
get length of the tag
Strlen
only used to determine blank lines. {@source} will not be blank, probably
subscribe
Publisher::subscribe() in Publisher.inc
Adds a subscriber to the $subscriber array().
suite
tests_phpDocumentorSetupTests::suite() in phpDocumentorSetupTests.php
suite
tests_phpDocumentorTParserTests::suite() in phpDocumentorTParserTests.php
suite
tests_ParserPageTests::suite() in ParserPageTests.php
suite
tests_IntermediateParserTests::suite() in IntermediateParserTests.php
suite
tests_HighlightParserTests::suite() in HighlightParserTests.php
suite
tests_ParserClassTests::suite() in ParserClassTests.php
switchDirTree
switchDirTree() in utilities.php
t
top
$tags
parserDocBlock::$tags in ParserDocBlock.inc
array of parserTags
$targetDir
used to set the output directory
$targetDir
Converter::$targetDir in Converter.inc
directory that output is sent to. -t command-line sets this.
$templateBase
used to set the template base directory
$templateDir
Converter::$templateDir in Converter.inc
Directory that the template is in, relative to phpDocumentor root directory
$templateName
Converter::$templateName in Converter.inc
Name of the template, from last part of -o
$template_options
XMLDocBookConverter::$template_options in XMLDocBookConverter.inc
template options. Currently only 1 recognized option usepear
$template_options
XMLDocBookpeardoc2Converter::$template_options in XMLDocBookpeardoc2Converter.inc
template options. Currently only 1 recognized option usepear
$template_options
Options for each template, parsed from the options.ini file in the template base directory
$title
tutorialLink::$title in LinkClasses.inc
$title
$title
Converter::$title in Converter.inc
$todoList
Converter::$todoList in Converter.inc
List of all @todo tags and a link to the element with the @todo
$tokens
Publisher::$tokens in Publisher.inc
$tutorial
parserClass::$tutorial in ParserElements.inc
$tutorial
parserData::$tutorial in ParserData.inc
$tutorial
full name of the tutorial
$tutorial_type
parserTutorial::$tutorial_type in ParserElements.inc
Either cls, pkg, or proc
$type
varLink::$type in LinkClasses.inc
$type
parserPage::$type in ParserData.inc
Type is used by many functions to skip the hassle of if
$type
parserDesc::$type in ParserDocBlock.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserBase::$type in ParserData.inc
Type is used by many functions to skip the hassle of if
$type
parserData::$type in ParserData.inc
Type is used by many functions to skip the hassle of if
$type
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'...
$type
parserConst::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserPackagePage::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserTutorial::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserVar::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserMethod::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserInclude::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserDefine::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserFunction::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserGlobal::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
parserClass::$type in ParserElements.inc
Type is used by many functions to skip the hassle of if phpDocumentor_get_class($blah) == 'parserBlah'
$type
tutorialLink::$type in LinkClasses.inc
$type
globalLink::$type in LinkClasses.inc
$type
abstractLink::$type in LinkClasses.inc
element type linked to.
$type
parserInlineTag::$type in InlineTags.inc
Element type
$type
phpDocumentor_IntermediateParser::$type in IntermediateParser.inc
type of the current parser Element being handled
$type
functionLink::$type in LinkClasses.inc
$type
classLink::$type in LinkClasses.inc
$type
RecordWarning::$type in Errors.inc
name of global variable that descriptors for this warning/error is kept
$type
methodLink::$type in LinkClasses.inc
$type
pageLink::$type in LinkClasses.inc
$type
defineLink::$type in LinkClasses.inc
$type
constLink::$type in LinkClasses.inc
$type
parserTag::$type in DocBlockTags.inc
Type is used by many functions to skip the hassle of
$type
RecordError::$type in Errors.inc
name of global variable that descriptors for this warning/error is kept
top.php
top.php in top.php
Tokenizer.php
Tokenizer.php in Tokenizer.php
TutorialHighlightParser.inc
TutorialHighlightParser.inc in TutorialHighlightParser.inc
tests_HighlightParserTests
tests_HighlightParserTests in HighlightParserTests.php
tests_IntermediateParserTests
tests_IntermediateParserTests in IntermediateParserTests.php
tests_ParserClassTests
tests_ParserClassTests in ParserClassTests.php
tests_ParserPageTests
tests_ParserPageTests in ParserPageTests.php
tests_phpDocumentorSetupTests
tests_phpDocumentorSetupTests in phpDocumentorSetupTests.php
tests_phpDocumentorTParserTests
tests_phpDocumentorTParserTests in phpDocumentorTParserTests.php
textcolor
phpdocpdf::textcolor() in class.phpdocpdf.php
tokenEquals
phpDocumentorTWordParser::tokenEquals() in phpDocumentorTWordParser.inc
Utility function to determine whether two tokens from the tokenizer are equal
tokenizer_ext
tokenizer_ext in common.inc.php
TranslateEntity
Used to translate an XML DocBook entity like &rdquo; from a tutorial by reading the options.ini file for the template.
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.
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.
trimmedStrlen
equivalent to trim(strlen($string))
TutorialExample
TutorialExample
CHMdefaultConverter::TutorialExample() in CHMdefaultConverter.inc
TutorialExample
HTMLSmartyConverter::TutorialExample() in HTMLSmartyConverter.inc
TutorialExample
HTMLframesConverter::TutorialExample() in HTMLframesConverter.inc
tutorialLink
tutorialLink in LinkClasses.inc
tutorial link
TUTORIAL_EVENT_ATTRIBUTE
TUTORIAL_EVENT_ATTRIBUTE in TutorialHighlightParser.inc
used when a <tag attr="attribute"> is found
TUTORIAL_EVENT_CLOSETAG
TUTORIAL_EVENT_CLOSETAG in TutorialHighlightParser.inc
used when a close </tag> is found
TUTORIAL_EVENT_COMMENT
TUTORIAL_EVENT_COMMENT in TutorialHighlightParser.inc
used when a <!-- comment --> is found
TUTORIAL_EVENT_DOUBLEQUOTE
TUTORIAL_EVENT_DOUBLEQUOTE in TutorialHighlightParser.inc
used when a <!-- comment --> is found
TUTORIAL_EVENT_ENTITY
TUTORIAL_EVENT_ENTITY in TutorialHighlightParser.inc
used when an &entity; is found
TUTORIAL_EVENT_ITAG
TUTORIAL_EVENT_ITAG in TutorialHighlightParser.inc
used when an {@inline tag} is found
TUTORIAL_EVENT_NOEVENTS
TUTORIAL_EVENT_NOEVENTS in TutorialHighlightParser.inc
starting state
TUTORIAL_EVENT_OPENTAG
TUTORIAL_EVENT_OPENTAG in TutorialHighlightParser.inc
used when an open <tag> is found
TUTORIAL_EVENT_SINGLEQUOTE
TUTORIAL_EVENT_SINGLEQUOTE in TutorialHighlightParser.inc
used when a <!-- comment --> is found
type_adjust
XMLDocBookpeardoc2Converter::type_adjust() in XMLDocBookpeardoc2Converter.inc
type_adjust
Converter::type_adjust() in Converter.inc
Called by parserReturnTag::Convert() to allow converters to change type names to desired formatting
type_adjust
XMLDocBookConverter::type_adjust() in XMLDocBookConverter.inc
T_ABSTRACT
T_ABSTRACT in Parser.inc
T_CONST
T_CONST in Parser.inc
T_DOC_COMMENT
T_DOC_COMMENT in Parser.inc
T_FINAL
T_FINAL in Parser.inc
T_IMPLEMENTS
T_IMPLEMENTS in Parser.inc
T_INTERFACE
T_INTERFACE in Parser.inc
T_ML_COMMENT
T_ML_COMMENT in Parser.inc
T_PRIVATE
T_PRIVATE in Parser.inc
T_PROTECTED
T_PROTECTED in Parser.inc
T_PUBLIC
T_PUBLIC in Parser.inc
u
top
$undocumentedElementWarnings
set in Setup.inc.php to the value of the undocumentedElementWarnings commandline option.
$unknown_tags
parserDocBlock::$unknown_tags in ParserDocBlock.inc
array of unrecognized parserTags
$uses
phpDocumentor_IntermediateParser::$uses in IntermediateParser.inc
utilities.php
utilities.php in utilities.php
unmangle
HTMLframesConverter::unmangle() in HTMLframesConverter.inc
unmangle
XMLDocBookConverter::unmangle() in XMLDocBookConverter.inc
unmangle
CHMdefaultConverter::unmangle() in CHMdefaultConverter.inc
unmangle
XMLDocBookpeardoc2Converter::unmangle() in XMLDocBookpeardoc2Converter.inc
unmangle
HTMLSmartyConverter::unmangle() in HTMLSmartyConverter.inc
unmangle
Converter::unmangle() in Converter.inc
Called by parserSourceInlineTag::stringConvert() to allow converters to format the source code the way they'd like.
unmangle
PDFdefaultConverter::unmangle() in PDFdefaultConverter.inc
updateGlobals
parserDocBlock::updateGlobals() in ParserDocBlock.inc
replaces nameless global variables in the $funcglobals array with their names
updateModifiers
parserDocBlock::updateModifiers() in ParserDocBlock.inc
updateParams
parserDocBlock::updateParams() in ParserDocBlock.inc
replaces nameless parameters in the $params array with their names
updateStatics
parserDocBlock::updateStatics() in ParserDocBlock.inc
replaces nameless static variables in the $statics array with their names
usesTagHandler
handles @uses
v
top
$valid_booleans
A specific array of values that boolean-based arguments can understand, aided by the decideOnOrOff() helper method.
$value
parserBase::$value in ParserData.inc
set to different things by its descendants
$value
array of strings and parserInlineTags
$var
parserDocBlock::$var in ParserDocBlock.inc
This is either a parserVarTag or false if no var tag is present
validHTMLColor
phpdocpdf::validHTMLColor() in class.phpdocpdf.php
vardump_tree
Converter::vardump_tree() in Converter.inc
Debugging function for dumping $tutorial_tree
Varize
Converter::Varize() in Converter.inc
Used to convert the contents of <var> in a docblock
varLink
varLink in LinkClasses.inc
class variable link
varTagHandler
handles @var
vdump_par
vdump_par() in utilities.php
w
top
$warnings
array of RecordWarnings
$wrote
CHMdefaultConverter::$wrote in CHMdefaultConverter.inc
$wrote
HTMLSmartyConverter::$wrote in HTMLSmartyConverter.inc
$wrote
HTMLframesConverter::$wrote in HTMLframesConverter.inc
WordParser.inc
WordParser.inc in WordParser.inc
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
walk_everything
walk over elements by package rather than page
WordParser
WordParser in WordParser.inc
Retrieves tokens from source code for use by the Parser
wordwrap
XMLDocBookpeardoc2Converter::wordwrap() in XMLDocBookpeardoc2Converter.inc
writeExample
HTMLframesConverter::writeExample() in HTMLframesConverter.inc
writeExample
PDFdefaultConverter::writeExample() in PDFdefaultConverter.inc
writeExample
Converter::writeExample() in Converter.inc
Write out the formatted source code for an example php file
writeExample
CHMdefaultConverter::writeExample() in CHMdefaultConverter.inc
writeExample
XMLDocBookpeardoc2Converter::writeExample() in XMLDocBookpeardoc2Converter.inc
writeExample
HTMLSmartyConverter::writeExample() in HTMLSmartyConverter.inc
writeFile
XMLDocBookpeardoc2Converter::writeFile() in XMLDocBookpeardoc2Converter.inc
Writes a file to target dir, beautify any .xml files first
writeFile
Converter::writeFile() in Converter.inc
Writes a file to target dir
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
writeNewPPage
HTMLframesConverter::writeNewPPage() in HTMLframesConverter.inc
writeNewPPage
XMLDocBookConverter::writeNewPPage() in XMLDocBookConverter.inc
writeNewPPage
XMLDocBookpeardoc2Converter::writeNewPPage() in XMLDocBookpeardoc2Converter.inc
Does nothing
writeNewPPage
HTMLSmartyConverter::writeNewPPage() in HTMLSmartyConverter.inc
writeNewPPage
CHMdefaultConverter::writeNewPPage() in CHMdefaultConverter.inc
writeRIC
HTMLSmartyConverter::writeRIC() in HTMLSmartyConverter.inc
writeSource
XMLDocBookpeardoc2Converter::writeSource() in XMLDocBookpeardoc2Converter.inc
Does nothing
writeSource
HTMLframesConverter::writeSource() in HTMLframesConverter.inc
writeSource
CHMdefaultConverter::writeSource() in CHMdefaultConverter.inc
writeSource
Converter::writeSource() in Converter.inc
Write out the formatted source code for a php file
writeSource
have the output converter write the source code
writeSource
HTMLSmartyConverter::writeSource() in HTMLSmartyConverter.inc
writeSource
PDFdefaultConverter::writeSource() in PDFdefaultConverter.inc
x
top
XMLDocBookpeardoc2Converter.inc
XMLDocBookpeardoc2Converter.inc in XMLDocBookpeardoc2Converter.inc
XMLDocBookConverter.inc
XMLDocBookConverter.inc in XMLDocBookConverter.inc
XMLpackagePageParser.inc
XMLpackagePageParser.inc in XMLpackagePageParser.inc
XMLDocBookConverter
sets $base_dir to $targetDir
XMLDocBookConverter
XMLDocBookConverter in XMLDocBookConverter.inc
XML DocBook converter.
XMLDocBookpeardoc2Converter
XMLDocBookpeardoc2Converter in XMLDocBookpeardoc2Converter.inc
XML DocBook converter.
XMLDocBookpeardoc2Converter
sets $base_dir to $targetDir
XMLPackagePageParser
Set up the wordparser
XMLPackagePageParser
XMLPackagePageParser in XMLpackagePageParser.inc
Used to parse XML DocBook-based tutorials
_
top
$_colorStack
phpdocpdf::$_colorStack in class.phpdocpdf.php
$_implements
parserClass::$_implements in ParserElements.inc
$_modifiers
parserVar::$_modifiers in ParserElements.inc
$_modifiers
parserMethod::$_modifiers in ParserElements.inc
$_peardoc2_constants
XMLDocBookpeardoc2Converter::$_peardoc2_constants in XMLDocBookpeardoc2Converter.inc
Constants, used for constants.tpl
$_peardoc2_globals
XMLDocBookpeardoc2Converter::$_peardoc2_globals in XMLDocBookpeardoc2Converter.inc
Global Variables, used for globals.tpl
$_phpDocumentor_setting
$_phpDocumentor_setting in Setup.inc.php
$_phpDocumentor_setting is either the value from the web interface, or is set up by Io::parseArgv()
$_save
phpdocpdf::$_save in class.phpdocpdf.php
$_sourcecode
PDFdefaultConverter::$_sourcecode in PDFdefaultConverter.inc
Source files for appendix C are stored here
$_write_constants_xml
XMLDocBookpeardoc2Converter::$_write_constants_xml in XMLDocBookpeardoc2Converter.inc
$_write_globals_xml
XMLDocBookpeardoc2Converter::$_write_globals_xml in XMLDocBookpeardoc2Converter.inc
$_xml
parserTutorial::$_xml in ParserElements.inc
_ezText
phpdocpdf::_ezText() in class.phpdocpdf.php
_guessPackage
Guess the package/subpackage based on subdirectory if the --pear option
_IN_PHP5
_IN_PHP5 in common.inc.php
_rmdir
Converter::_rmdir() in Converter.inc
Completely remove a directory and its contents
_setHighlightCache
_setupIgnore
Construct the $ignore array
_tutorial_path
Returns the path to this tutorial as a string
a b c d e f g h i j k l m n o p q r s t u v w x _