diff options
author | miwi <miwi@FreeBSD.org> | 2007-05-30 00:15:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-05-30 00:15:08 +0800 |
commit | a2a77a7a4ade34fb2067a4f9f0e334fd053ec61a (patch) | |
tree | 5843d41e93be4f8856e3c6b1fc46f96ed1ea481c /devel | |
parent | 321370da3db8aabc6344ae0639ceaebb5a8d0826 (diff) | |
download | freebsd-ports-gnome-a2a77a7a4ade34fb2067a4f9f0e334fd053ec61a.tar.gz freebsd-ports-gnome-a2a77a7a4ade34fb2067a4f9f0e334fd053ec61a.tar.zst freebsd-ports-gnome-a2a77a7a4ade34fb2067a4f9f0e334fd053ec61a.zip |
The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much
wider range of php files, and comes with many customizations including 11 HTML
templates, windows help file CHM output, PDF output, and XML DocBook peardoc2
output for use with documenting PEAR. In addition, it can do PHPXref source
code highlighting and linking.
Features (short list):
-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook
-very fast
-web and command-line interface
-fully customizable output with Smarty-based templates
-recognizes JavaDoc-style documentation with special tags customized for PHP 4
-automatic linking, class inheritance diagrams and intelligent override
-customizable source code highlighting, with phpxref-style cross-referencing
-parses standard README/CHANGELOG/INSTALL/FAQ files and includes them
directly in documentation
-generates a todo list from @todo tags in source
-generates multiple documentation sets based on @access private, @internal and
{@internal} tags
-example php files can be placed directly in documentation with highlighting
and phpxref linking using the @example tag
-linking between external manual and API documentation is possible at the
sub-section level in all output formats
-easily extended for specific documentation needs with Converter
-full documentation of every feature, manual can be generated directly from
the source code with "phpdoc -c makedocs" in any format desired.
-current manual always available at http://www.phpdoc.org/manual.php
-user .ini files can be used to control output, multiple outputs can be
generated at once
WWW: http://pear.php.net/package/PhpDocumentor/
PR: ports/112744
Submitted by: Gerrit Beine (<gerrit.beine at gmx.de>)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-PhpDocumentor/Makefile | 1243 | ||||
-rw-r--r-- | devel/pear-PhpDocumentor/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-PhpDocumentor/files/patch-pear-phpdoc | 8 | ||||
-rw-r--r-- | devel/pear-PhpDocumentor/pkg-descr | 32 |
5 files changed, 1287 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4a22ea07d643..27debe65fb30 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1691,6 +1691,7 @@ SUBDIR += pear-PHP_Compat SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-Pager + SUBDIR += pear-PhpDocumentor SUBDIR += pear-Structures_DataGrid SUBDIR += pear-System_Command SUBDIR += pear-Text_Diff diff --git a/devel/pear-PhpDocumentor/Makefile b/devel/pear-PhpDocumentor/Makefile new file mode 100644 index 000000000000..7eacf71b3346 --- /dev/null +++ b/devel/pear-PhpDocumentor/Makefile @@ -0,0 +1,1243 @@ +# Ports collection makefile for: pear-PhpDocumentor +# Date created: 17 May 2007 +# Whom: Gerrit Beine (<gerrit.beine@gmx.de>) +# +# $FreeBSD$ +# + +PORTNAME= PhpDocumentor +PORTVERSION= 1.3.2 +CATEGORIES= devel www pear + +MAINTAINER= gerrit.beine@gmx.de +COMMENT= Provides automatic documenting of php-api from the source + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CONFLICTS= pear-PHPDoc-[0-9]* + +LATEST_LINK= pear-${PORTNAME} +OPTIONS= XML_BEAUTIFIER "XML_Beautifier support" off + +CATEGORY= PhpDocumentor +FILES= HTML_TreeMenu-1.1.2/TreeMenu.php \ + phpDocumentor/Converters/CHM/default/CHMdefaultConverter.inc \ + phpDocumentor/Converters/HTML/frames/HTMLframesConverter.inc \ + phpDocumentor/Converters/HTML/Smarty/HTMLSmartyConverter.inc \ + phpDocumentor/Converters/PDF/default/class.pdf.php \ + phpDocumentor/Converters/PDF/default/class.phpdocpdf.php \ + phpDocumentor/Converters/PDF/default/ParserPDF.inc \ + phpDocumentor/Converters/PDF/default/PDFdefaultConverter.inc \ + phpDocumentor/Converters/PDF/default/class.ezpdf.php \ + phpDocumentor/Converters/XML/DocBook/peardoc2/Plain.php \ + phpDocumentor/Converters/XML/DocBook/peardoc2/Tokenizer.php \ + phpDocumentor/Converters/XML/DocBook/peardoc2/Beautifier.php \ + phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc \ + phpDocumentor/Converters/XML/DocBook/XMLDocBookConverter.inc \ + phpDocumentor/Converters/.peardummy \ + phpDocumentor/DocBlock/Lexer.inc \ + phpDocumentor/Smarty-2.6.0/libs/core/core.assign_smarty_interface.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.create_dir_structure.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.display_debug_console.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.get_include_path.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.get_microtime.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.get_php_resource.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.is_secure.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.is_trusted.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.load_plugins.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.load_resource_plugin.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.process_cached_inserts.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.process_compiled_include.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.read_cache_file.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.rmdir.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.rm_auto.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.run_insert_handler.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.smarty_include_php.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.write_cache_file.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.write_compiled_include.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.write_compiled_resource.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.write_file.php \ + phpDocumentor/Smarty-2.6.0/libs/core/core.assemble_plugin_filepath.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.assign.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.assign_debug_info.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.config_load.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.counter.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.cycle.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.debug.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.eval.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.fetch.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_checkboxes.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_image.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_options.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_radios.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_select_date.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_table.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/block.strip.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.html_select_time.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.mailto.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.math.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.popup.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.popup_init.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/function.var_dump.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.capitalize.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.cat.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.count_characters.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.count_paragraphs.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.count_sentences.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.count_words.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.date_format.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.debug_print_var.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.default.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.escape.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.htmlentities.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.indent.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.lower.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.nl2br.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.rawurlencode.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.regex_replace.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.replace.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.spacify.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.string_format.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.strip.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.strip_tags.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.truncate.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.upper.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/modifier.wordwrap.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/outputfilter.trimwhitespace.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/shared.escape_special_chars.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/shared.make_timestamp.php \ + phpDocumentor/Smarty-2.6.0/libs/plugins/block.textformat.php \ + phpDocumentor/Smarty-2.6.0/libs/debug.tpl \ + phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php \ + phpDocumentor/Smarty-2.6.0/libs/Smarty_Compiler.class.php \ + phpDocumentor/Smarty-2.6.0/libs/Config_File.class.php \ + phpDocumentor/clone.inc.php \ + phpDocumentor/clone5.inc.php \ + phpDocumentor/common.inc.php \ + phpDocumentor/Converter.inc \ + phpDocumentor/DescHTML.inc \ + phpDocumentor/DocBlockTags.inc \ + phpDocumentor/Errors.inc \ + phpDocumentor/EventStack.inc \ + phpDocumentor/find_phpdoc.php \ + phpDocumentor/HighlightParser.inc \ + phpDocumentor/InlineTags.inc \ + phpDocumentor/IntermediateParser.inc \ + phpDocumentor/Io.inc \ + phpDocumentor/LinkClasses.inc \ + phpDocumentor/PackagePageElements.inc \ + phpDocumentor/Parser.inc \ + phpDocumentor/ParserData.inc \ + phpDocumentor/ParserDescCleanup.inc \ + phpDocumentor/ParserDocBlock.inc \ + phpDocumentor/ParserElements.inc \ + phpDocumentor/phpdoc.inc \ + phpDocumentor/phpDocumentorTParser.inc \ + phpDocumentor/phpDocumentorTWordParser.inc \ + phpDocumentor/ProceduralPages.inc \ + phpDocumentor/Publisher.inc \ + phpDocumentor/Setup.inc.php \ + phpDocumentor/TutorialHighlightParser.inc \ + phpDocumentor/WordParser.inc \ + phpDocumentor/XMLpackagePageParser.inc \ + phpDocumentor/Classes.inc \ + scripts/create_package.xml.php \ + scripts/tokenizer_test.php \ + scripts/add_cvs.php \ + scripts/create_examples.php \ + phpDocumentor.ini +DOCS= Documentation/Release-old/Release-0.2.5 \ + Documentation/Release-old/Release-0.2.6 \ + Documentation/Release-old/Release-0.3.0 \ + Documentation/Release-old/Release-0.4.0 \ + Documentation/Release-old/Release-0.4.1 \ + Documentation/Release-old/Release-0.4.2 \ + Documentation/Release-old/Release-1.0.0 \ + Documentation/Release-old/Release-1.0.0rc1 \ + Documentation/Release-old/Release-1.1.0 \ + Documentation/Release-old/Release-1.1.0rc1 \ + Documentation/Release-old/Release-1.1.0rc2 \ + Documentation/Release-old/Release-1.2.0 \ + Documentation/Release-old/Release-1.2.0beta1 \ + Documentation/Release-old/Release-1.2.0beta2 \ + Documentation/Release-old/Release-1.2.0beta3 \ + Documentation/Release-old/Release-1.2.0rc1 \ + Documentation/Release-old/Release-1.2.0rc2 \ + Documentation/Release-old/Release-1.2.1 \ + Documentation/Release-old/Release-1.2.2 \ + Documentation/Release-old/Release-1.2.3 \ + Documentation/Release-old/Release-1.2.3.1 \ + Documentation/Release-old/Release-1.3.0 \ + Documentation/Release-old/Release-1.3.1 \ + Documentation/Release-old/Release-0.2.4 \ + Documentation/TODO \ + Documentation/RoadMap \ + tutorials/Converters/CHMdefault/CHMdefaultConverter.cls \ + tutorials/Converters/HTMLframes/HTMLframesConverter.cls \ + tutorials/Converters/HTMLSmarty/HTMLSmartyConverter.cls \ + tutorials/Converters/PDFdefault/PDFParser.cls \ + tutorials/Converters/PDFdefault/PDFdefaultConverter.cls \ + tutorials/Converters/XMLDocBook/XMLDocBookConverter.cls \ + tutorials/Converters/Converter.cls.ini \ + tutorials/Converters/Converter.methods.cls \ + tutorials/Converters/Converters.pkg \ + tutorials/Converters/template.vars.cls \ + tutorials/Converters/Converter.cls \ + tutorials/phpDocumentor/examples/sample2.php \ + tutorials/phpDocumentor/examples/sample3.php \ + tutorials/phpDocumentor/examples/sample1.php \ + tutorials/phpDocumentor/inlinetags.pkg \ + tutorials/phpDocumentor/inlinetags.pkg.ini \ + tutorials/phpDocumentor/manual.pkg \ + tutorials/phpDocumentor/manual.pkg.ini \ + tutorials/phpDocumentor/phpDocumentor.howto.pkg \ + tutorials/phpDocumentor/phpDocumentor.howto.pkg.ini \ + tutorials/phpDocumentor/phpDocumentor.pkg \ + tutorials/phpDocumentor/phpDocumentor.pkg.ini \ + tutorials/phpDocumentor/phpDocumentor.quickstart.pkg \ + tutorials/phpDocumentor/phpDocumentor.quickstart.pkg.ini \ + tutorials/phpDocumentor/sample1.pkg \ + tutorials/phpDocumentor/sample2.pkg \ + tutorials/phpDocumentor/sample3.pkg \ + tutorials/phpDocumentor/tags.abstract.pkg \ + tutorials/phpDocumentor/tags.access.pkg \ + tutorials/phpDocumentor/tags.author.pkg \ + tutorials/phpDocumentor/tags.final.pkg \ + tutorials/phpDocumentor/tags.category.pkg \ + tutorials/phpDocumentor/tags.copyright.pkg \ + tutorials/phpDocumentor/tags.deprecated.pkg \ + tutorials/phpDocumentor/tags.example.pkg \ + tutorials/phpDocumentor/tags.filesource.pkg \ + tutorials/phpDocumentor/tags.global.pkg \ + tutorials/phpDocumentor/tags.ignore.pkg \ + tutorials/phpDocumentor/tags.inlineexample.pkg \ + tutorials/phpDocumentor/tags.inlineid.pkg \ + tutorials/phpDocumentor/tags.inlineinheritdoc.pkg \ + tutorials/phpDocumentor/tags.inlineinternal.pkg \ + tutorials/phpDocumentor/tags.inlinelink.pkg \ + tutorials/phpDocumentor/tags.inlinesource.pkg \ + tutorials/phpDocumentor/tags.inlinetoc.pkg \ + tutorials/phpDocumentor/tags.inlinetutorial.pkg \ + tutorials/phpDocumentor/tags.internal.pkg \ + tutorials/phpDocumentor/tags.license.pkg \ + tutorials/phpDocumentor/tags.pkg \ + tutorials/phpDocumentor/tags.link.pkg \ + tutorials/phpDocumentor/tags.name.pkg \ + tutorials/phpDocumentor/tags.package.pkg \ + tutorials/phpDocumentor/tags.param.pkg \ + tutorials/phpDocumentor/tags.pkg.ini \ + tutorials/phpDocumentor/tags.return.pkg \ + tutorials/phpDocumentor/tags.see.pkg \ + tutorials/phpDocumentor/tags.since.pkg \ + tutorials/phpDocumentor/tags.static.pkg \ + tutorials/phpDocumentor/tags.staticvar.pkg \ + tutorials/phpDocumentor/tags.subpackage.pkg \ + tutorials/phpDocumentor/tags.todo.pkg \ + tutorials/phpDocumentor/tags.tutorial.pkg \ + tutorials/phpDocumentor/tags.uses.pkg \ + tutorials/phpDocumentor/tags.var.pkg \ + tutorials/phpDocumentor/tags.version.pkg \ + tutorials/phpDocumentor/tutorials.pkg \ + tutorials/phpDocumentor/elements.pkg \ + tutorials/.peardummy \ + ChangeLog \ + FAQ \ + INSTALL \ + LICENSE \ + README \ + Release-1.3.2 \ + Authors +TESTS= Documentation/tests/bug-557861/bug-557861.php \ + Documentation/tests/DocBlock_Lexer/test_br.phpt \ + Documentation/tests/DocBlock_Lexer/test_code.phpt \ + Documentation/tests/DocBlock_Lexer/test_empty.phpt \ + Documentation/tests/DocBlock_Lexer/test_eschtml.phpt \ + Documentation/tests/DocBlock_Lexer/test_html.phpt \ + Documentation/tests/DocBlock_Lexer/test_inlinetags.phpt \ + Documentation/tests/DocBlock_Lexer/test_internal.phpt \ + Documentation/tests/DocBlock_Lexer/test_kbd.phpt \ + Documentation/tests/DocBlock_Lexer/test_pre.phpt \ + Documentation/tests/DocBlock_Lexer/test_samp.phpt \ + Documentation/tests/DocBlock_Lexer/test_simplelist.phpt \ + Documentation/tests/DocBlock_Lexer/test_singleline.phpt \ + Documentation/tests/DocBlock_Lexer/test_tags.phpt \ + Documentation/tests/DocBlock_Lexer/test_twoline.phpt \ + Documentation/tests/DocBlock_Lexer/setup.php.inc \ + Documentation/tests/bug-441278.php \ + Documentation/tests/bug-441287.php \ + Documentation/tests/bug-441289.php \ + Documentation/tests/bug-441433.php \ + Documentation/tests/bug-443153.php \ + Documentation/tests/bug-445298.php \ + Documentation/tests/bug-445305.php \ + Documentation/tests/bug-445820.php \ + Documentation/tests/bug-489398.php \ + Documentation/tests/bug-540341.php \ + Documentation/tests/bug-540368.php \ + Documentation/tests/bug-541886.php \ + Documentation/tests/bug-542586.php \ + Documentation/tests/bug-548331.php \ + Documentation/tests/bug-550489.php \ + Documentation/tests/bug-551120.php \ + Documentation/tests/bug-553137.php \ + Documentation/tests/bug-441275.php \ + Documentation/tests/bug-553138.php \ + Documentation/tests/bug-553560.php \ + Documentation/tests/bug-553607.php \ + Documentation/tests/bug-554712.php \ + Documentation/tests/bug-555768.php \ + Documentation/tests/bug-556031-01.php \ + Documentation/tests/bug-556031.php \ + Documentation/tests/bug-556860.php \ + Documentation/tests/bug-556894.php \ + Documentation/tests/bug-557390.php \ + Documentation/tests/bug-558031.php \ + Documentation/tests/bug-558051.php \ + Documentation/tests/bug-559467.php \ + Documentation/tests/bug-559494.php \ + Documentation/tests/bug-559668.php \ + Documentation/tests/bug-560532.php \ + Documentation/tests/bug-560578.php \ + Documentation/tests/bug-560595.php \ + Documentation/tests/bug-561101.php \ + Documentation/tests/bug-562997.php \ + Documentation/tests/bug-566200.php \ + Documentation/tests/bug-566600.php \ + Documentation/tests/bug-567059.php \ + Documentation/tests/bug-587733.php \ + Documentation/tests/bug-645588.php \ + Documentation/tests/bug-698356.php \ + Documentation/tests/bug-772441.php \ + Documentation/tests/bug-904820.php \ + Documentation/tests/bug-authoremail.php \ + Documentation/tests/bug-defineparse.php \ + Documentation/tests/bug-eofquotes.php \ + Documentation/tests/bug-escaping.php \ + Documentation/tests/bug-loseprocedural.php \ + Documentation/tests/bug-loseunknowntags.php \ + Documentation/tests/bug-pageleveldocsblocks.php \ + Documentation/tests/bug-quote_new_parser.php \ + Documentation/tests/bug-shortdesc.php \ + Documentation/tests/bug1602961.php \ + Documentation/tests/bug1620470.php \ + Documentation/tests/phpt_test.php.inc \ + Documentation/.peardummy +DATA= docbuilder/images/ss_CHM_default_default.png \ + docbuilder/images/ss_HTML_frames_default.png \ + docbuilder/images/ss_HTML_frames_DOM-default.png \ + docbuilder/images/ss_HTML_frames_DOM-earthli.png \ + docbuilder/images/ss_HTML_frames_DOM-l0l33t.png \ + docbuilder/images/ss_HTML_frames_DOM-phpdoc.de.png \ + docbuilder/images/ss_HTML_frames_DOM-phphtmllib.png \ + docbuilder/images/ss_HTML_frames_earthli.png \ + docbuilder/images/ss_HTML_frames_l0l33t.png \ + docbuilder/images/ss_HTML_frames_phpdoc.de.png \ + docbuilder/images/ss_HTML_frames_phpedit.png \ + docbuilder/images/ss_HTML_frames_phphtmllib.png \ + docbuilder/images/ss_HTML_Smarty_default.png \ + docbuilder/images/ss_HTML_Smarty_HandS.png \ + docbuilder/images/ss_HTML_Smarty_PHP.png \ + docbuilder/images/ss_PDF_default_default.png \ + docbuilder/images/ss_XML_DocBook-peardoc2_default.png \ + docbuilder/images/rc-gui-install-24.png \ + docbuilder/includes/tabpane.js \ + docbuilder/includes/utilities.php \ + docbuilder/includes/tab.webfx.css \ + docbuilder/blank.html \ + docbuilder/builder.php \ + docbuilder/config.php \ + docbuilder/file_dialog.php \ + docbuilder/index.html \ + docbuilder/top.php \ + docbuilder/actions.php \ + HTML_TreeMenu-1.1.2/images/branchtop.gif \ + HTML_TreeMenu-1.1.2/images/folder.gif \ + HTML_TreeMenu-1.1.2/images/line.gif \ + HTML_TreeMenu-1.1.2/images/linebottom.gif \ + HTML_TreeMenu-1.1.2/images/minus.gif \ + HTML_TreeMenu-1.1.2/images/minusbottom.gif \ + HTML_TreeMenu-1.1.2/images/minustop.gif \ + HTML_TreeMenu-1.1.2/images/plus.gif \ + HTML_TreeMenu-1.1.2/images/plusbottom.gif \ + HTML_TreeMenu-1.1.2/images/plustop.gif \ + HTML_TreeMenu-1.1.2/images/branch.gif \ + HTML_TreeMenu-1.1.2/images/branchbottom.gif \ + HTML_TreeMenu-1.1.2/TreeMenu.js \ + media/images/earthli/abstract_method.png \ + media/images/earthli/abstract_private_class.png \ + media/images/earthli/abstract_private_method.png \ + media/images/earthli/class.png \ + media/images/earthli/class_folder.png \ + media/images/earthli/constant.png \ + media/images/earthli/constructor_method.png \ + media/images/earthli/destructor_method.png \ + media/images/earthli/file.png \ + media/images/earthli/folder.png \ + media/images/earthli/function.png \ + media/images/earthli/function_folder.png \ + media/images/earthli/global.png \ + media/images/earthli/index.png \ + media/images/earthli/lock.png \ + media/images/earthli/method.png \ + media/images/earthli/next_button.png \ + media/images/earthli/package.png \ + media/images/earthli/package_folder.png \ + media/images/earthli/previous_button.png \ + media/images/earthli/private_class.png \ + media/images/earthli/private_method.png \ + media/images/earthli/private_variable.png \ + media/images/earthli/tutorial.png \ + media/images/earthli/tutorial_folder.png \ + media/images/earthli/variable.png \ + media/images/earthli/abstract_class.png \ + media/images/.peardummy \ + media/.peardummy \ + phpDocumentor/Converters/CHM/default/templates/default/templates/media/stylesheet.css \ + phpDocumentor/Converters/CHM/default/templates/default/templates/media/bg_left.png \ + phpDocumentor/Converters/CHM/default/templates/default/templates/blank.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/class.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/classleft.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/classtrees.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/const.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/contents.hhc.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/define.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/docblock.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/elementindex.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/errors.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/fileleft.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/filesource.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/footer.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/function.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/global.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/header.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/hhp.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/include.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/index.hhk.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/index.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/method.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/packages.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/page.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/ric.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/tocentry.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/todolist.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/tutorial.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/var.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/templates/basicindex.tpl \ + phpDocumentor/Converters/CHM/default/templates/default/options.ini \ + phpDocumentor/Converters/CHM/default/templates/.peardummy \ + phpDocumentor/Converters/CHM/default/.peardummy \ + phpDocumentor/Converters/CHM/.peardummy \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/default/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/empty.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/minus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/plus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/lib/classTree.js \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/default/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/AbstractClass_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/AbstractMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/AbstractPrivateClass.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/AbstractPrivateClass_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/AbstractPrivateMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Class.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/class_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Class_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Constant.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Constructor.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Destructor.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/empty.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/file.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/folder.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Function.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/function_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Global.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Index.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Interface.PNG \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Interface_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Method.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/minus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/next_button.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/next_button_disabled.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/package.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/package_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Page.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Page_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/plus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/previous_button.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/previous_button_disabled.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateClass.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateClass_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/PrivateVariable.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/private_class_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/StaticMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/StaticVariable.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/tutorial.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/tutorial_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/up_button.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Variable.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/AbstractClass.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/lib/classTree.js \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/empty.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/lib/classTree.js \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/bg_left.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/minus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/plus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/l0l33t/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/empty.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/minus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/plus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/lib/classTree.js \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phpdoc.de/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/empty.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/minus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/plus.gif \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/lib/classTree.js \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/DOM/phphtmllib/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/DOM/.peardummy \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/AbstractClass_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/AbstractMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/AbstractPrivateClass.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/AbstractPrivateClass_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/AbstractPrivateMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Class.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/class_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Class_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Constant.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Constructor.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Destructor.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/empty.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/file.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/folder.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Function.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/function_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Global.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Index.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Interface.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Interface_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Method.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/next_button.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/next_button_disabled.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/package.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/package_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Page.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Page_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/previous_button.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/previous_button_disabled.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateClass.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateClass_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/PrivateVariable.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/private_class_logo.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/StaticMethod.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/StaticVariable.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/tutorial.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/tutorial_folder.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/up_button.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/Variable.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/images/AbstractClass.png \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/earthli/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/bg_left.png \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/l0l33t/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpdoc.de/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Class.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/classFolder.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Constant.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Constants.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Constructor.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Destructor.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Disk.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/error.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/file.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/FolderClosed.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/foldericon.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/FolderOpened.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Functions.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/GhostClass.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/I.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/L.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Lminus.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Lplus.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/minus.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgError.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgFatalError.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/T.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgHint.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgInformation.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/msgWarning.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/openfoldericon.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/plus.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PrivateDataMember.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PrivateMethod.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PrivateProperty.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/ProtectedDataMember.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/ProtectedMethod.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/ProtectedProperty.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PublicDataMember.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PublicMethod.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/PublicProperty.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/spacer.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Tminus.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Tplus.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Types.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Variable.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/Vars.gif \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/images/blank.png \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/tab.webfx.css \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/tabpane.js \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/ua.js \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/lib/classTree.js \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phpedit/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/media/stylesheet.css \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/media/banner.css \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/blank.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/class.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/const.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/define.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/errors.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/footer.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/function.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/global.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/header.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/include.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/index.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/left_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/method.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/page.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/ric.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/top_frame.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial_nav.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/var.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/frames/templates/phphtmllib/options.ini \ + phpDocumentor/Converters/HTML/frames/templates/.peardummy \ + phpDocumentor/Converters/HTML/frames/.peardummy \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/print.css \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/style.css \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/media/layout.css \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/blank.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/class.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/classleft.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/const.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/define.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/errors.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/fileleft.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/footer.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/function.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/global.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/header.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/include.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/index.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/layout.css \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/method.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/style.css \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/packages.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/page.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/ric.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/var.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/default/options.ini \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/media/empty.png \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/media/logo.png \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/media/style.css \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/media/background.png \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/blank.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/class.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/classleft.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/classtags.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/const.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/define.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/errors.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/fileleft.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/filetags.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/footer.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/function.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/global.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/header.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/include.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/index.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/method.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/packages.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/page.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/ric.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/tags.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/var.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/HandS/options.ini \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/empty.png \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/style.css \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/media/background.png \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/blank.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/class.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/classleft.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/classtrees.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/const.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/define.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/docblock.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/elementindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/errors.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/examplesource.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/fileleft.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/filesource.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/footer.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/function.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/global.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/header.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/include.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/index.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/method.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/packages.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/todolist.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/page.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/pkgelementindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/ric.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/tutorial.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/tutorial_toc.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/tutorial_tree.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/var.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/templates/basicindex.tpl \ + phpDocumentor/Converters/HTML/Smarty/templates/PHP/options.ini \ + phpDocumentor/Converters/HTML/Smarty/templates/.peardummy \ + phpDocumentor/Converters/HTML/Smarty/.peardummy \ + phpDocumentor/Converters/HTML/.peardummy \ + phpDocumentor/Converters/PDF/default/templates/default/templates/media/logo.jpg \ + phpDocumentor/Converters/PDF/default/templates/default/templates/class.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/classtree.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/const.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/define.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/docblock.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/examplesource.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/filesource.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/footer.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/function.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/global.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/include.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/index.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/method.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/newpackage_header.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/packagepage.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/page.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/pagenumbering.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/params.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/ric.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/ric_title_page.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/toc.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/source_loop.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/source_title_page.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/title_page.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/todolist.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/tutorial.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/var.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/templates/appendix_title_page.tpl \ + phpDocumentor/Converters/PDF/default/templates/default/options.ini \ + phpDocumentor/Converters/PDF/default/templates/fonts/Courier-BoldOblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Courier-Oblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Courier.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica-Bold.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica-BoldOblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica-Oblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Helvetica.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier-Bold.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier-BoldOblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier-Oblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Courier.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica-Bold.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica-BoldOblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica-Oblique.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Helvetica.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Symbol.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-Bold.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-BoldItalic.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-Italic.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_Times-Roman.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/php_ZapfDingbats.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Symbol.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Times-Bold.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Times-BoldItalic.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Times-Italic.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Times-Roman.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/ZapfDingbats.afm \ + phpDocumentor/Converters/PDF/default/templates/fonts/Courier-Bold.afm \ + phpDocumentor/Converters/PDF/default/templates/.peardummy \ + phpDocumentor/Converters/PDF/default/.peardummy \ + phpDocumentor/Converters/PDF/.peardummy \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/class.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/class_summary.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/constants.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/docblock.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/errors.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/globals.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/imethods.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/ivars.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/method.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/package.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/tutorial.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/var.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/templates/category.tpl \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/default/options.ini \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates/.peardummy \ + phpDocumentor/Converters/XML/DocBook/peardoc2/.peardummy \ + phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/ivars.tpl \ + phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/tutorial.tpl \ + phpDocumentor/Converters/XML/DocBook/templates/peardoc2/templates/class_summary.tpl \ + phpDocumentor/Converters/XML/DocBook/templates/peardoc2/.peardummy \ + phpDocumentor/Converters/XML/DocBook/templates/.peardummy \ + phpDocumentor/Converters/XML/DocBook/.peardummy \ + phpDocumentor/Converters/XML/.peardummy \ + phpDocumentor/Converters/.peardummy \ + phpDocumentor/Smarty-2.6.0/misc/smarty_icon.README \ + phpDocumentor/Smarty-2.6.0/misc/smarty_icon.gif \ + phpDocumentor/Smarty-2.6.0/ChangeLog \ + phpDocumentor/Smarty-2.6.0/COPYING.lib \ + phpDocumentor/Smarty-2.6.0/FAQ \ + phpDocumentor/Smarty-2.6.0/INSTALL \ + phpDocumentor/Smarty-2.6.0/NEWS \ + phpDocumentor/Smarty-2.6.0/README \ + phpDocumentor/Smarty-2.6.0/RELEASE_NOTES \ + phpDocumentor/Smarty-2.6.0/TODO \ + phpDocumentor/Smarty-2.6.0/BUGS \ + phpDocumentor/.peardummy \ + user/demo.ini \ + user/error.ini \ + user/makedocs.ini \ + user/testdocbook.ini \ + user/default.ini \ + new_phpdoc.php \ + phpdoc.php \ + phpDocumentor.ini \ + poweredbyphpdoc.gif \ + index.html +SCRIPTFILES= phpdoc + +_DOCSDIR= . +_TESTSDIR= . +_DATADIR= . + +DUMMYDIRS= media \ + media/images \ + phpDocumentor \ + phpDocumentor/Converters \ + phpDocumentor/Converters/CHM \ + phpDocumentor/Converters/CHM/default \ + phpDocumentor/Converters/CHM/default/templates \ + phpDocumentor/Converters/HTML \ + phpDocumentor/Converters/HTML/Smarty \ + phpDocumentor/Converters/HTML/Smarty/templates \ + phpDocumentor/Converters/HTML/frames \ + phpDocumentor/Converters/HTML/frames/templates \ + phpDocumentor/Converters/HTML/frames/templates/DOM \ + phpDocumentor/Converters/PDF \ + phpDocumentor/Converters/PDF/default \ + phpDocumentor/Converters/PDF/default/templates \ + phpDocumentor/Converters/XML \ + phpDocumentor/Converters/XML/DocBook \ + phpDocumentor/Converters/XML/DocBook/peardoc2 \ + phpDocumentor/Converters/XML/DocBook/peardoc2/templates \ + phpDocumentor/Converters/XML/DocBook/templates \ + phpDocumentor/Converters/XML/DocBook/templates/peardoc2 \ + tutorials \ + Documentation + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" + +.if defined(WITH_XML_BEAUTIFIER) +RUN_DEPENDS+= ${PEARDIR}/XML/Beautifier.php:${PORTSDIR}/textproc/pear-XML_Beautifier +.endif + +post-extract: +.for dir in ${DUMMYDIRS} + touch ${WRKSRC}/${dir}/.peardummy +.endfor + +.include <bsd.port.post.mk> diff --git a/devel/pear-PhpDocumentor/distinfo b/devel/pear-PhpDocumentor/distinfo new file mode 100644 index 000000000000..749657b13a12 --- /dev/null +++ b/devel/pear-PhpDocumentor/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/PhpDocumentor-1.3.2.tgz) = 747e4bd9ddffeb0bfb9375c870a1d17f +SHA256 (PEAR/PhpDocumentor-1.3.2.tgz) = ad7781079b9cd649fa5f7c712d37537755b115ac6037e4fc0d577c89f4f3ecca +SIZE (PEAR/PhpDocumentor-1.3.2.tgz) = 2417992 diff --git a/devel/pear-PhpDocumentor/files/patch-pear-phpdoc b/devel/pear-PhpDocumentor/files/patch-pear-phpdoc new file mode 100644 index 000000000000..3d5f4a130d1d --- /dev/null +++ b/devel/pear-PhpDocumentor/files/patch-pear-phpdoc @@ -0,0 +1,8 @@ +--- pear-phpdoc.orig Thu Apr 5 20:46:28 2007 ++++ pear-phpdoc Thu May 17 20:25:36 2007 +@@ -1,4 +1,4 @@ +-#!@PHP-BIN@ ++#!@php_bin@ + <?php + // + // PhpDoc, a program for creating javadoc style documentation from php code diff --git a/devel/pear-PhpDocumentor/pkg-descr b/devel/pear-PhpDocumentor/pkg-descr new file mode 100644 index 000000000000..4fd4699d6cd2 --- /dev/null +++ b/devel/pear-PhpDocumentor/pkg-descr @@ -0,0 +1,32 @@ +The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc +written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much +wider range of php files, and comes with many customizations including 11 HTML +templates, windows help file CHM output, PDF output, and XML DocBook peardoc2 +output for use with documenting PEAR. In addition, it can do PHPXref source +code highlighting and linking. + +Features (short list): +-output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook +-very fast +-web and command-line interface +-fully customizable output with Smarty-based templates +-recognizes JavaDoc-style documentation with special tags customized for PHP 4 +-automatic linking, class inheritance diagrams and intelligent override +-customizable source code highlighting, with phpxref-style cross-referencing +-parses standard README/CHANGELOG/INSTALL/FAQ files and includes them +directly in documentation +-generates a todo list from @todo tags in source +-generates multiple documentation sets based on @access private, @internal and +{@internal} tags +-example php files can be placed directly in documentation with highlighting +and phpxref linking using the @example tag +-linking between external manual and API documentation is possible at the +sub-section level in all output formats +-easily extended for specific documentation needs with Converter +-full documentation of every feature, manual can be generated directly from +the source code with "phpdoc -c makedocs" in any format desired. +-current manual always available at http://www.phpdoc.org/manual.php +-user .ini files can be used to control output, multiple outputs can be +generated at once + +WWW: http://pear.php.net/package/PhpDocumentor/ |