pax_global_header00006660000000000000000000000064134421472310014513gustar00rootroot0000000000000052 comment=a46438e723a2b5bfd6ea4f299ecc0c7a1db1112c phpdox-0.12.0/000077500000000000000000000000001344214723100130755ustar00rootroot00000000000000phpdox-0.12.0/.gitignore000066400000000000000000000002161344214723100150640ustar00rootroot00000000000000/.buildpath /.project /.settings /.idea /build /phpunit.xml /phpdoc /sample /vendor /tests/data/*/xml /tests/data/*/docs /tools .php_cs.cache phpdox-0.12.0/.php_cs.dist000066400000000000000000000262441344214723100153240ustar00rootroot00000000000000setRiskyAllowed(true) ->setUsingCache(false) ->setRules( [ 'align_multiline_comment' => true, 'array_indentation' => true, 'array_syntax' => ['syntax' => 'short'], 'binary_operator_spaces' => [ 'operators' => [ '=' => 'align', '=>' => 'align', ], ], 'blank_line_after_namespace' => true, 'blank_line_after_opening_tag' => false, 'blank_line_before_statement' => [ 'statements' => [ 'break', 'continue', 'declare', 'do', 'for', 'foreach', 'if', 'include', 'include_once', 'require', 'require_once', 'return', 'switch', 'throw', 'try', 'while', 'yield', ], ], 'braces' => [ 'allow_single_line_closure' => false, 'position_after_anonymous_constructs' => 'same', 'position_after_control_structures' => 'same', 'position_after_functions_and_oop_constructs' => 'same' ], 'cast_spaces' => ['space' => 'none'], 'class_attributes_separation' => ['elements' => ['const', 'method', 'property']], 'combine_consecutive_issets' => true, 'combine_consecutive_unsets' => true, 'compact_nullable_typehint' => true, 'concat_space' => ['spacing' => 'one'], 'date_time_immutable' => true, 'declare_equal_normalize' => ['space' => 'single'], 'declare_strict_types' => true, 'dir_constant' => true, 'elseif' => true, 'encoding' => true, 'full_opening_tag' => true, 'fully_qualified_strict_types' => true, 'function_declaration' => [ 'closure_function_spacing' => 'one' ], 'header_comment' => [ 'header' => '' ], 'indentation_type' => true, 'is_null' => true, 'line_ending' => true, 'list_syntax' => ['syntax' => 'short'], 'logical_operators' => true, 'lowercase_cast' => true, 'lowercase_constants' => true, 'lowercase_keywords' => true, 'lowercase_static_reference' => true, 'magic_constant_casing' => true, 'method_argument_space' => ['ensure_fully_multiline' => true], 'modernize_types_casting' => true, 'multiline_comment_opening_closing' => true, 'multiline_whitespace_before_semicolons' => true, 'native_constant_invocation' => true, 'native_function_casing' => true, 'native_function_invocation' => true, 'new_with_braces' => false, 'no_alias_functions' => true, 'no_alternative_syntax' => true, 'no_blank_lines_after_class_opening' => false, 'no_blank_lines_after_phpdoc' => true, 'no_blank_lines_before_namespace' => true, 'no_closing_tag' => true, 'no_empty_comment' => true, 'no_empty_phpdoc' => true, 'no_empty_statement' => true, 'no_extra_blank_lines' => true, 'no_homoglyph_names' => true, 'no_leading_import_slash' => true, 'no_leading_namespace_whitespace' => true, 'no_mixed_echo_print' => ['use' => 'print'], 'no_multiline_whitespace_around_double_arrow' => true, 'no_null_property_initialization' => true, 'no_php4_constructor' => true, 'no_short_bool_cast' => true, 'no_short_echo_tag' => true, 'no_singleline_whitespace_before_semicolons' => true, 'no_spaces_after_function_name' => true, 'no_spaces_inside_parenthesis' => true, 'no_superfluous_elseif' => true, 'no_superfluous_phpdoc_tags' => true, 'no_trailing_comma_in_list_call' => true, 'no_trailing_comma_in_singleline_array' => true, 'no_trailing_whitespace' => true, 'no_trailing_whitespace_in_comment' => true, 'no_unneeded_control_parentheses' => false, 'no_unneeded_curly_braces' => false, 'no_unneeded_final_method' => true, 'no_unreachable_default_argument_value' => true, 'no_unset_on_property' => true, 'no_unused_imports' => true, 'no_useless_else' => true, 'no_useless_return' => true, 'no_whitespace_before_comma_in_array' => true, 'no_whitespace_in_blank_line' => true, 'non_printable_character' => true, 'normalize_index_brace' => true, 'object_operator_without_whitespace' => true, 'ordered_class_elements' => [ 'order' => [ 'use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_protected_static', 'property_private_static', 'property_public', 'property_protected', 'property_private', 'method_public_static', 'construct', 'destruct', 'magic', 'phpunit', 'method_public', 'method_protected', 'method_private', 'method_protected_static', 'method_private_static', ], ], 'ordered_imports' => true, 'phpdoc_add_missing_param_annotation' => true, 'phpdoc_align' => true, 'phpdoc_annotation_without_dot' => true, 'phpdoc_indent' => true, 'phpdoc_no_access' => true, 'phpdoc_no_empty_return' => true, 'phpdoc_no_package' => true, 'phpdoc_order' => true, 'phpdoc_return_self_reference' => true, 'phpdoc_scalar' => true, 'phpdoc_separation' => true, 'phpdoc_single_line_var_spacing' => true, 'phpdoc_to_comment' => true, 'phpdoc_trim' => true, 'phpdoc_trim_consecutive_blank_line_separation' => true, 'phpdoc_types' => ['groups' => ['simple', 'meta']], 'phpdoc_types_order' => true, 'phpdoc_to_return_type' => true, 'phpdoc_var_without_name' => true, 'pow_to_exponentiation' => true, 'protected_to_private' => true, 'return_assignment' => true, 'return_type_declaration' => ['space_before' => 'none'], 'self_accessor' => true, 'semicolon_after_instruction' => true, 'set_type_to_cast' => true, 'short_scalar_cast' => true, 'simplified_null_return' => true, 'single_blank_line_at_eof' => true, 'single_import_per_statement' => true, 'single_line_after_imports' => true, 'single_quote' => true, 'standardize_not_equals' => true, 'ternary_to_null_coalescing' => true, 'trailing_comma_in_multiline_array' => false, 'trim_array_spaces' => true, 'unary_operator_spaces' => true, 'visibility_required' => [ 'elements' => [ 'const', 'method', 'property', ], ], 'void_return' => true, 'whitespace_after_comma_in_array' => true, 'yoda_style' => false ] ) ->setFinder( PhpCsFixer\Finder::create() ->files() ->in(__DIR__ . '/build') ->in(__DIR__ . '/src') ->in(__DIR__ . '/tests') ->notName('*.phpt') ); phpdox-0.12.0/.travis.yml000066400000000000000000000016761344214723100152200ustar00rootroot00000000000000os: - linux language: php php: - 7.1.26 - 7.2 - 7.3 - 7.1snapshot - 7.2snapshot - 7.3snapshot - master matrix: allow_failures: - php: master before_install: - composer self-update - if [ ! -d $HOME/.phive ]; then mkdir $HOME/.phive ; fi - if [ ! -f $HOME/.phive/phive.phar ]; then ant getphive ; mv phive.phar $HOME/.phive ; fi - sudo cp $HOME/.phive/phive.phar /usr/local/bin/phive cache: directories: - "$HOME/.phive" - "$HOME/.phive/phars" - "$HOME/.cache/composer" - "$HOME/.composer/cache" - "$HOME/.gnupg" install: - travis_retry composer install --no-interaction --prefer-source - phive --no-progress install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C,E82B2FB314E9906E script: "./tools/phpunit" notifications: email: false env: global: secure: ou+icphdwzdA9o9xVN/dQEAdos03LuP3CPNz6wzRwaqeHq4KEVOCMdPaVs9Gyf+YAqS/xMGx15TNE5QK7+y1PE9tn7hhBtDunNIZU9n4g1OeC06hjm4eMg+8CwTZlXlAiDuDa5TC18vMMXFpVxL8NxyNVM1AdCrDg95Mx4+7YQY= phpdox-0.12.0/CHANGELOG.md000066400000000000000000000207451344214723100147160ustar00rootroot00000000000000# Changelog of phpDox ## phpDox 0.12.0 (13 Mar 2019) Note: This release requires PHP 7.1+ ### Changed * Upgraded dependencies: Now using PHP-Parser ^4.2, PHP-Timer ^2.0 * Changed all sources to follow PHP 7 syntax * Updated php core classes and interfaces data ### Fixed * [#271](https://github.com/theseer/phpdox/issues/271): Fix TokenFile not Found Error on Windows ### Merged * [#352](https://github.com/theseer/phpdox/pull/352): Fix bad exit status 255 generated by uncaught TypeError * [#335](https://github.com/theseer/phpdox/pull/335): Make this compatible with PHPUnit 7.2 ## phpDox 0.11.2 (22 May 2018) Note: 0.11.x is the last series of releases that supports running under PHP 5.x ### Fixed * [#333](https://github.com/theseer/phpdox/issues/333): PHPUnit Enricher: Wrong namspace - not a PHPUnit code coverage file * [#325](https://github.com/theseer/phpdox/issues/325): Git Enricher does not work properly with Git 1.7.1 ## phpDox 0.11.1 (7 May 2018) ### Fixed * [#332](https://github.com/theseer/phpdox/issues/332): PHPUnit Enricher: classnode is always null ## phpDox 0.11.0 (10 January 2018) ### Changed * Upgraded dependencies: Now using PHP-Parser 3.1+ * The publicOnly mode now actually works ### Merged * [#310](https://github.com/theseer/phpdox/pull/310): Make the build reproducible * [#319](https://github.com/theseer/phpdox/pull/319): Fixed: #315 count(): Parameter must be an array or an object that implements Countable ### Fixed * [#320](https://github.com/theseer/phpdox/issues/320): Multiline annotation for class constants fails to add subsequent lines * [#315](https://github.com/theseer/phpdox/issues/315): count(): Parameter must be an array or an object that implements Countable (Thanks to @cristicotet, @swmarc) * [#313](https://github.com/theseer/phpdox/issues/313): Parsing of concatenated constants in classes fails * [#312](https://github.com/theseer/phpdox/issues/312): Alias for trait causes error * [#299](https://github.com/theseer/phpdox/issues/299): Run phpdox with a cloned repository on Windows * [#284](https://github.com/theseer/phpdox/issues/284): Error in Generator * [#242](https://github.com/theseer/phpdox/issues/242): Call to undefined method TheSeer\phpDox\Collector\ClassObject::addImplementor() ## phpDox 0.10.1 (2 July 2017) ### Changed * Added warning to output if PHP <7.0 is used ### Fixed * Parameter and Varible type resolving issues (partially regression from [#300](https://github.com/theseer/phpdox/issues/300)) ## phpDox 0.10.0 (16 June 2017) ### Added * [#300](https://github.com/theseer/phpdox/issues/300): Support for PHP 7.1 nullable type * Added support for PHP 7 style return types ### Changed * Bump minimum PHP version to 5.5 * Use project source directory setting for relation lookup in PHPUnit logs * Add additional check to ensure correct file formats * Changed autoload handling for vendor directory * Updated PHPParser to latest * Updated other dependencies * Use phive for tool dependencies * Updated php core classes and interfaces data ### Fixed * [#273](https://github.com/theseer/phpdox/issues/273): Overview "Average Class Length" and "Average Method Length" Display NaN * [#304](https://github.com/theseer/phpdox/issues/304): Fix phpcs not actually enriching * [#255](https://github.com/theseer/phpdox/issues/255): Failed to load external entity components.xsl * [#288](https://github.com/theseer/phpdox/issues/288): Generate Error ## phpDox 0.9.0 (26 August 2016) * Added check if disable_functions forbids use of exec * Updated to PHPParser 3.0.0 * Raised minimum PHP version to 5.5 due to PHPParser 3 * Removed PHP 5.3 support * Update Error handling to support PHP7's \Throwable * Fix: Issue #244 (Error : Unterminated comment starting line 1) * Fix: Issue #243 (Trait in Trait causes UnitObjectException if the nested trait is missing) * Fix: Issue #266 (Page Title "phpdox - Test Method") ## phpDox 0.8.1.1 (09 July 2015) * Fix phar building, remove pear building target ## phpDox 0.8.1 (30 June 2015) * Updated Dependency (PHPParser 1.3.0, PHP-Timer 1.0.6) * Added new exit codes for issues with environment and config * Explicitly handle (crasher) exceptions with a dedicated exit code * Fix: Issue #230 (collector does not detect "static" modifier) * Fix: Issue #232 (native "null" return type is parsed as "object") * Fix: Issue #235 (paths for php-timer changed) * Fix: Issue #225 (Error in GlobalConfig with hhvm) * Fix: Issue #226 (vendor include at binary file) ## phpDox 0.8.0 (06 May 2015) * Updated Dependency (PHPParser 1.2.2, fDOMDocument 1.6.0) * PHP 7 Compatiblity changes * Added support for @var self and @return self * Preserve original name when alias is used * Trait usage now rendered and resolved * Added Token XML output * Added Source HTML output * Updated XSL Templates * Fix: Issue #214 (Oups... phpDox encountered a problem... with DirectoryCleaner) * Fix: Issue #211 (Compilation failed: support for \P, \p, and \X has not been compiled at offset 31) * Fix: Issue #208 (class constants of type boolean are not fetched) * Fix: Issue #190 (AbstractUnitObject.php (Line 542): Call to a member function getAttribute() on null) * Fix: Issue #178 (makedir() problem if not root user / AbstractEngine) * Fix: Issue #164, #165, #166 (TokenFileException - file not found) * Fix: Issue #218: Ensure git cache directory exists before trying to write to it * Merge PR [#199](https://github.com/theseer/phpdox/pull/199): Fix the "Source" links extensions * Merge PR [#198](https://github.com/theseer/phpdox/pull/198): Change build state logic * Merge PR [#196](https://github.com/theseer/phpdox/pull/196): fix array to string conversion notices * Merge PR [#194](https://github.com/theseer/phpdox/pull/194): Update phpdox * Merge PR [#183](https://github.com/theseer/phpdox/pull/183): Vendor directory location change for phpdox as dependency * Merge PR [#180](https://github.com/theseer/phpdox/pull/180): add PHPDOX_HOME, instead of PHPDOX_PHAR * Merge PR [#163](https://github.com/theseer/phpdox/pull/163): Drop now useless requirement on ZetaComponents * Merge PR [#219](https://github.com/theseer/phpdox/pull/219): Make GlobalConfig::resolveValue() recursive again ## phpDox 0.7.0 (11 September 2014) * Fix: Set default resolution of ${basename} to dirname of realpath of config file instead of only relative dir * Fix: Crash on invalid encoding / control chars in source (Issue #146, #148) * Fix: Crash on empty namespace name (Issue #150) * Fix: Broken cache handling for files that no longer exist (Issue #149) * Fix: DocBlock parsing generates invalid tag names in xml in some cases (Thanks to Reno Reckling) * Fix: Crash on custom bootstrapping (Thanks to Sebastian Heuer) * Updated XSL Templates * Added tokenizer xml and highlighted source output * Added support for native PHPCS xml format (Thanks to Reno Reckling) * Removed dependency to Zeta Components by own (simplified) implementation * Unified xml namespace uri format by stripping the # where it was still in place * Minor performance tweaks ## phpDox 0.6.6.1 (4 May 2014, composer only) * Fix: Issue with composer based installs ## phpDox 0.6.6 (4 May 2014) * Updated Dependencies (DirectoryScanner to 1.3.0, PHPParser to 1.0.0, fDOMDocument to 1.5.0) * Internal Adjustments for updated Dependencies and API Changes * Enhanced HTML Output for Parameter lists * Refactored @inheritdoc support * Better Windows support (Thanks to Thomas Weinert) * Added XSD for phpdox.xml config file (Thanks to Thomas Weinert) * Enhanced PHPUnit enricher to not claim empty classes are untested ## phpDox 0.6.5 (17 Feb 2014) * Pear installation now a PHAR wrapper only ## phpDox 0.6.4.1 (17 Feb 2014) * Fix Regression: getPath() shouldn't call getPathname() ## phpDox 0.6.4 (17 Feb 2014) * Added PHPUnit enricher * Added Coverage enriching * Simplified bootstrapping * Updated XSL Templats ## phpDox 0.6.3 (8 Jan 2014) * Performance optimizations for enrichers * Updated XSL Templates * Fix git enricher issues with older GIT versions * Enhanced error reporting ## phpDox 0.6.2 (19 Dez 2013) * Fix SourceFile to actually return cleaned code * Ensure ext/mbstring is loaded ## phpDox 0.6.1 (19 Dec 2013) * Updated XSL Templates * Upgraded Dependencies (DirectoryScanner to 1.2.1) * Merge PR #122 * Merge PR #119 (Fixes issue #118) ## phpDox 0.6 (3 Dec 2013) * Updated Dependencies (PHPParser 0.9.4) * Updated XSL Templates ## phpDox 0.5 (5 May 2013) * Added support for inheritance resolving * Removed StaticReflection * PHPParser based backend ## phpDox 0.4 (15 Jan 2012) * Introduced xml based configuration * New Templates ## phpDox 0.3 (23 Nov 2011) phpdox-0.12.0/LICENSE000066400000000000000000000027751344214723100141150ustar00rootroot00000000000000phpDox Copyright (c) 2010-2019 Arne Blankerts and contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Arne Blankerts nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER ORCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. phpdox-0.12.0/README.md000066400000000000000000000055651344214723100143670ustar00rootroot00000000000000phpDox ====== *phpDox* is a documentation generator for PHP projects. This includes, but is not limited to, API documentation. The main focus is on enriching the generated documentation with additional details like code coverage, complexity information and more. [![Build Status](https://travis-ci.org/theseer/phpdox.svg?branch=master)](https://travis-ci.org/theseer/phpdox) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/theseer/phpdox/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/theseer/phpdox/?branch=master) Requirements ------------ - PHP Version 7.1+ (For PHP 5.5+, use phpDox 0.11.2) - ext/dom - ext/xsl - ext/iconv and [libiconv version >= 2.12](http://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html) - PHPParser [PHP Parser API](https://github.com/nikic/PHP-Parser) - [fDOMDocument](http://github.com/theseer/fDOMDocument) - [DirectoryScanner](http://github.com/theseer/DirectoryScanner) - [fXSL](http://github.com/theseer/fXSL) - [PHP_Timer](http://github.com/sebastianbergmann/php-timer) Phar Installation ----------------- phpDox is shipping as a selfcontained executable phar archive. You can grab your copy from the [releases](https://github.com/theseer/phpdox/releases/latest) section or install using [phive](https://phar.io): phive install phpdox You can now execute phpdox on the command line: tools/phpdox --version If everything worked out, you should get an output like this: phpDox 0.11.2 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors _Note: Some Linux distributions ship PHP with ext/suhosin and disabled phar execution. To make use of phpDox in such an environment, you need to enable phar execution by adding phar to the executor white list: suhosin.executor.include.whitelist="phar"_ Composer Installation --------------------- Additionally, phpDox can be installed via composer: composer require --dev theseer/phpdox You can now execute phpdox on the command line: vendor/bin/phpdox --version If everything worked out, you should get an output like this: phpDox 0.11.2 - Copyright (C) 2010 - 2018 by Arne Blankerts and Contributors Developer Installation ---------------------- In case you want to go bleeding edge or hack on the source, you will have to clone this repository. git clone git://github.com/theseer/phpdox.git composer install Usage Examples -------------- You can run phpDox like this: phpdox --help As of version 0.4 phpDox requires an xml configuration file. In case a project you want to generate documentation for does not come with one, you can create it by calling phpdox --skel > phpdox.xml.dist Sample invocation to parse and generate output based on the default phpdox.xml configuration file phpdox or you can tell `phpdox` what configuration file to use by calling switch `--file` or in short phpdox -f path/to/phpdox.xml phpdox-0.12.0/bootstrap/000077500000000000000000000000001344214723100151125ustar00rootroot00000000000000phpdox-0.12.0/bootstrap/backends.php000066400000000000000000000035721344214723100174040ustar00rootroot00000000000000 * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * * Neither the name of Arne Blankerts nor the names of contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT * NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER ORCONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * @package phpDox * @author Arne Blankerts * @copyright Arne Blankerts , All rights reserved. * @license BSD License */ namespace TheSeer\phpDox { /** @var BootstrapApi $phpDox */ $phpDox->registerBackend('parser', 'PHP Parser'); } phpdox-0.12.0/bootstrap/engines.php000066400000000000000000000042741344214723100172620ustar00rootroot00000000000000 * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * * Neither the name of Arne Blankerts nor the names of contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT * NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER ORCONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * @package phpDox * @author Arne Blankerts * @copyright Arne Blankerts , All rights reserved. * @license BSD License */ namespace TheSeer\phpDox { /** * @var BootstrapApi $phpDox */ $phpDox->registerEngine('xml', 'Raw XML Output saver after enrichment') ->implementedByClass('TheSeer\\phpDox\\Generator\\Engine\\Xml'); $phpDox->registerEngine('html', 'Simple HTML Output builder') ->implementedByClass('TheSeer\\phpDox\\Generator\\Engine\\Html') ->withConfigClass('TheSeer\\phpDox\\Generator\\Engine\\HtmlConfig'); }phpdox-0.12.0/bootstrap/enrichers.php000066400000000000000000000065361344214723100176170ustar00rootroot00000000000000 * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * * Neither the name of Arne Blankerts nor the names of contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT * NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER ORCONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * @package phpDox * @author Arne Blankerts * @copyright Arne Blankerts , All rights reserved. * @license BSD License */ namespace TheSeer\phpDox { /** * @var BootstrapApi $phpDox */ $phpDox->registerEnricher('build', 'Build information enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\Build'); $phpDox->registerEnricher('git', 'GIT repository information enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\Git') ->withConfigClass('TheSeer\\phpDox\\Generator\\Enricher\\GitConfig'); $phpDox->registerEnricher('checkstyle', 'checkstyle.xml enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\CheckStyle') ->withConfigClass('TheSeer\\phpDox\\Generator\\Enricher\\CheckStyleConfig'); $phpDox->registerEnricher('phpcs', 'phpcs.xml enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPCs') ->withConfigClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPCsConfig'); $phpDox->registerEnricher('pmd', 'PHPMessDetector (pmd.xml) enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPMessDetector') ->withConfigClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPMessDetectorConfig'); $phpDox->registerEnricher('phpunit', 'PHPUnit code coverage enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPUnit') ->withConfigClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPUnitConfig'); $phpDox->registerEnricher('phploc', 'PHPLoc code statistic enricher') ->implementedByClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPLoc') ->withConfigClass('TheSeer\\phpDox\\Generator\\Enricher\\PHPLocConfig'); }phpdox-0.12.0/build.xml000066400000000000000000000146151344214723100147250ustar00rootroot00000000000000 phpdox-0.12.0/build/000077500000000000000000000000001344214723100141745ustar00rootroot00000000000000phpdox-0.12.0/build/phar/000077500000000000000000000000001344214723100151265ustar00rootroot00000000000000phpdox-0.12.0/build/phar/autoload.php.in000066400000000000000000000013511344214723100200540ustar00rootroot00000000000000#!/usr/bin/env php getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) ); exit(0); __HALT_COMPILER(); phpdox-0.12.0/build/phpab/000077500000000000000000000000001344214723100152665ustar00rootroot00000000000000phpdox-0.12.0/build/phpab/vendor.tpl000066400000000000000000000007521344214723100173100ustar00rootroot00000000000000=7.1", "ext-tokenizer" : "*", "ext-dom" : "*", "ext-xsl" : "*", "ext-iconv" : "*", "ext-fileinfo": "*", "ext-mbstring": "*", "theseer/fdomdocument": "^1.6", "theseer/directoryscanner" : "^1.3.0", "theseer/fxsl" : "^1.1", "phpunit/php-timer" : "^2.0", "nikic/php-parser" : "^4.2" }, "autoload": { "classmap": [ "src/" ] }, "bin" : [ "phpdox" ], "minimum-stability" : "dev", "prefer-stable" : true } phpdox-0.12.0/composer.lock000066400000000000000000000206711344214723100156040ustar00rootroot00000000000000{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "aea8a10f3958526173e493c4a923e322", "packages": [ { "name": "nikic/php-parser", "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0", "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2019-02-16T20:54:15+00:00" }, { "name": "phpunit/php-timer", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059", "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2019-02-20T10:12:59+00:00" }, { "name": "theseer/directoryscanner", "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/theseer/DirectoryScanner.git", "reference": "549aa9fdbc47d50365db42d9ade35fdef65f854c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/DirectoryScanner/zipball/549aa9fdbc47d50365db42d9ade35fdef65f854c", "reference": "549aa9fdbc47d50365db42d9ade35fdef65f854c", "shasum": "" }, "require": { "php": ">=5.3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A recursive directory scanner and filter", "time": "2015-03-24T21:28:20+00:00" }, { "name": "theseer/fdomdocument", "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/theseer/fDOMDocument.git", "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca", "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca", "shasum": "" }, "require": { "ext-dom": "*", "lib-libxml": "*", "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "lead" } ], "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", "time": "2017-06-30T11:53:12+00:00" }, { "name": "theseer/fxsl", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/theseer/fXSL.git", "reference": "a9246376c713156e55c080782d4104bb07d4b899" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/fXSL/zipball/a9246376c713156e55c080782d4104bb07d4b899", "reference": "a9246376c713156e55c080782d4104bb07d4b899", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xsl": "*", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "An XSL wrapper / extension to the PHP 5.x XSLTProcessor with Exception and extended Callback support", "time": "2014-11-27T20:08:52+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.1", "ext-tokenizer": "*", "ext-dom": "*", "ext-xsl": "*", "ext-iconv": "*", "ext-fileinfo": "*", "ext-mbstring": "*" }, "platform-dev": [] } phpdox-0.12.0/dependencies/000077500000000000000000000000001344214723100155235ustar00rootroot00000000000000phpdox-0.12.0/dependencies/php/000077500000000000000000000000001344214723100163125ustar00rootroot00000000000000phpdox-0.12.0/dependencies/php/classes/000077500000000000000000000000001344214723100177475ustar00rootroot00000000000000phpdox-0.12.0/dependencies/php/classes/APCIterator.xml000066400000000000000000000050241344214723100226070ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/APCUIterator.xml000066400000000000000000000047061344214723100227420ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/AppendIterator.xml000066400000000000000000000077041344214723100234220ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ArgumentCountError.xml000066400000000000000000000054111344214723100242770ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ArithmeticError.xml000066400000000000000000000053731344214723100236040ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ArrayIterator.xml000066400000000000000000000160241344214723100232640ustar00rootroot00000000000000 This method sorts the elements such that indices maintain their correlation with the values they are associated with, using a user-defined comparison function. This method sorts the elements by keys using a user-supplied comparison function. phpdox-0.12.0/dependencies/php/classes/ArrayObject.xml000066400000000000000000000163241344214723100227040ustar00rootroot00000000000000 Appends a new value as the last element. This method is a case insensitive version of ArrayObject::natsort. This function sorts the entries such that keys maintain their correlation with the entry that they are associated with, using a user-defined comparison function. phpdox-0.12.0/dependencies/php/classes/AssertionError.xml000066400000000000000000000053711344214723100234600ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/BadFunctionCallException.xml000066400000000000000000000054651344214723100253520ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/BadMethodCallException.xml000066400000000000000000000055051344214723100250000ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/CURLFile.xml000066400000000000000000000053321344214723100220410ustar00rootroot00000000000000 null null null Object oriented style phpdox-0.12.0/dependencies/php/classes/CachingIterator.xml000066400000000000000000000126761344214723100235530ustar00rootroot00000000000000 Retrieve the contents of the cache. phpdox-0.12.0/dependencies/php/classes/Cairo.xml000066400000000000000000000030771344214723100215350ustar00rootroot00000000000000 Object oriented style: Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoAntialias.xml000066400000000000000000000011361344214723100233550ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoContent.xml000066400000000000000000000007461344214723100230700ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoContext.xml000066400000000000000000001034741344214723100231040ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoException.xml000066400000000000000000000054271344214723100234150ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/CairoExtend.xml000066400000000000000000000011011344214723100226670ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoFillRule.xml000066400000000000000000000005601344214723100231660ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoFilter.xml000066400000000000000000000014401344214723100226730ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoFontFace.xml000066400000000000000000000020551344214723100231360ustar00rootroot00000000000000 CairoFontFace class represents a particular font at a particular weight, slant, and other characteristic but no transformation or size. Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoFontOptions.xml000066400000000000000000000072021344214723100237320ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoFontSlant.xml000066400000000000000000000007361344214723100233650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoFontType.xml000066400000000000000000000011011344214723100232100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoFontWeight.xml000066400000000000000000000005571344214723100235340ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoFormat.xml000066400000000000000000000017061344214723100227030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoGradientPattern.xml000066400000000000000000000071331344214723100245460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoHintMetrics.xml000066400000000000000000000007631344214723100237060ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoHintStyle.xml000066400000000000000000000013241344214723100233720ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoImageSurface.xml000066400000000000000000000157321344214723100240120ustar00rootroot00000000000000 Creates a new CairoImageSurface form a png image file phpdox-0.12.0/dependencies/php/classes/CairoLineCap.xml000066400000000000000000000007261344214723100227670ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoLineJoin.xml000066400000000000000000000007301344214723100231560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoLinearGradient.xml000066400000000000000000000062761344214723100243520ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoMatrix.xml000066400000000000000000000121761344214723100227220ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoOperator.xml000066400000000000000000000032201344214723100232370ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoPath.xml000066400000000000000000000002011344214723100223340ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoPattern.xml000066400000000000000000000026751344214723100230760ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoPatternType.xml000066400000000000000000000011171344214723100237260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoPdfSurface.xml000066400000000000000000000125301344214723100234720ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoPsLevel.xml000066400000000000000000000005551344214723100230260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoPsSurface.xml000066400000000000000000000166301344214723100233500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoRadialGradient.xml000066400000000000000000000066331344214723100243310ustar00rootroot00000000000000 Object oriented style: phpdox-0.12.0/dependencies/php/classes/CairoScaledFont.xml000066400000000000000000000065131344214723100234760ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoSolidPattern.xml000066400000000000000000000041111344214723100240540ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoStatus.xml000066400000000000000000000060621344214723100227360ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoSubpixelOrder.xml000066400000000000000000000013261344214723100242400ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoSurface.xml000066400000000000000000000116611344214723100230440ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoSurfacePattern.xml000066400000000000000000000055061344214723100244030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoSurfaceType.xml000066400000000000000000000032301344214723100236770ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoSvgSurface.xml000066400000000000000000000135321344214723100235230ustar00rootroot00000000000000 Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/CairoSvgVersion.xml000066400000000000000000000005731344214723100235610ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CairoToyFontFace.xml000066400000000000000000000003161344214723100236300ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CallbackFilterIterator.xml000066400000000000000000000052761344214723100250570ustar00rootroot00000000000000 This method calls the callback with the current value, current key and the inner iterator. phpdox-0.12.0/dependencies/php/classes/Closure.xml000066400000000000000000000044211344214723100221060ustar00rootroot00000000000000 Create and return a new anonymous function with the same body and bound variables as this one, but possibly with a different bound object and a new class scope. phpdox-0.12.0/dependencies/php/classes/Collator.xml000066400000000000000000000116331344214723100222540ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/CommonMark_CQL.xml000066400000000000000000000015421344214723100232350ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CommonMark_Interfaces_IVisitor.xml000066400000000000000000000021611344214723100265270ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CommonMark_Node.xml000066400000000000000000000074261344214723100235120ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_BlockQuote.xml000066400000000000000000000073021344214723100256330ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_BulletList.xml000066400000000000000000000116411344214723100256470ustar00rootroot00000000000000 null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Code.xml000066400000000000000000000105131344214723100244330ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_CodeBlock.xml000066400000000000000000000115761344214723100254200ustar00rootroot00000000000000 null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_CustomBlock.xml000066400000000000000000000100041344214723100260010ustar00rootroot00000000000000 null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_CustomInline.xml000066400000000000000000000100061344214723100261670ustar00rootroot00000000000000 null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Document.xml000066400000000000000000000072761344214723100253530ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_HTMLBlock.xml000066400000000000000000000105251344214723100253030ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_HTMLInline.xml000066400000000000000000000105271344214723100254710ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Heading.xml000066400000000000000000000105561344214723100251270ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Image.xml000066400000000000000000000116121344214723100246040ustar00rootroot00000000000000 null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Item.xml000066400000000000000000000072661344214723100244720ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_LineBreak.xml000066400000000000000000000073001344214723100254150ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Link.xml000066400000000000000000000116051344214723100244610ustar00rootroot00000000000000 null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_OrderedList.xml000066400000000000000000000130271344214723100260040ustar00rootroot00000000000000 null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Paragraph.xml000066400000000000000000000073001344214723100254660ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_SoftBreak.xml000066400000000000000000000073001344214723100254410ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Text.xml000066400000000000000000000105551344214723100245130ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Text_Emphasis.xml000066400000000000000000000073101344214723100263370ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_Text_Strong.xml000066400000000000000000000073041344214723100260450ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Node_ThematicBreak.xml000066400000000000000000000073101344214723100262650ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/CommonMark_Parser.xml000066400000000000000000000016551344214723100240570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/CompileError.xml000066400000000000000000000053651344214723100231040ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Componere_Abstract_Definition.xml000066400000000000000000000025631344214723100264210ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Componere_Definition.xml000066400000000000000000000112161344214723100245710ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Componere_Method.xml000066400000000000000000000025441344214723100237250ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Componere_Patch.xml000066400000000000000000000067611344214723100235510ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Componere_Value.xml000066400000000000000000000037231344214723100235610ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Cond.xml000066400000000000000000000032101344214723100213500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Counter.xml000066400000000000000000000045441344214723100221170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/DOMAttr.xml000066400000000000000000000271511344214723100217510ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null null null null This function checks if the attribute is a defined ID. phpdox-0.12.0/dependencies/php/classes/DOMCdataSection.xml000066400000000000000000000324701344214723100234000ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMCharacterData.xml000066400000000000000000000304711344214723100235240ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMComment.xml000066400000000000000000000305161344214723100224400ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMDocument.xml000066400000000000000000000660471344214723100226240ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null null This function is similar to but searches for an element with a given id. This method allows you to register your own extended DOM class to be used afterward by the PHP DOM extension. Validates the document based on its DTD. This method substitutes XIncludes in a DOMDocument object. phpdox-0.12.0/dependencies/php/classes/DOMDocumentFragment.xml000066400000000000000000000242751344214723100243050ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null Appends raw XML data to a DOMDocumentFragment. phpdox-0.12.0/dependencies/php/classes/DOMDocumentType.xml000066400000000000000000000267011344214723100234570ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMElement.xml000066400000000000000000000427731344214723100224370ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMEntity.xml000066400000000000000000000273531344214723100223170ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMEntityReference.xml000066400000000000000000000242571344214723100241360ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMException.xml000066400000000000000000000057751344214723100230050ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/DOMImplementation.xml000066400000000000000000000037361344214723100240270ustar00rootroot00000000000000 Test if the DOM implementation implements a specific feature. phpdox-0.12.0/dependencies/php/classes/DOMNamedNodeMap.xml000066400000000000000000000033161344214723100233240ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/DOMNode.xml000066400000000000000000000250501344214723100217200ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMNodeList.xml000066400000000000000000000020771344214723100225600ustar00rootroot00000000000000 null Retrieves a node specified by index within the DOMNodeList object. phpdox-0.12.0/dependencies/php/classes/DOMNotation.xml000066400000000000000000000243121344214723100226260ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMProcessingInstruction.xml000066400000000000000000000252131344214723100254120ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/DOMText.xml000066400000000000000000000331661344214723100217660ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null null null null Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings. phpdox-0.12.0/dependencies/php/classes/DOMXPath.xml000066400000000000000000000050331344214723100220560ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/DateInterval.xml000066400000000000000000000064701344214723100230620ustar00rootroot00000000000000 null null null null null null null null null If the DateInterval object was created by DateTime::diff, then this is the total number of days between the start and end dates. Otherwise, days will be FALSE. phpdox-0.12.0/dependencies/php/classes/DatePeriod.xml000066400000000000000000000102531344214723100225120ustar00rootroot00000000000000 null null null null null null Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/DateTime.xml000066400000000000000000000203401344214723100221640ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/DateTimeImmutable.xml000066400000000000000000000205631344214723100240330ustar00rootroot00000000000000 Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/DateTimeZone.xml000066400000000000000000000101701344214723100230200ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/Directory.xml000066400000000000000000000030721344214723100224370ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/DirectoryIterator.xml000066400000000000000000000167131344214723100241570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/DivisionByZeroError.xml000066400000000000000000000054271344214723100244320ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/DomainException.xml000066400000000000000000000054431344214723100235650ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Ds_Deque.xml000066400000000000000000000231171344214723100221660ustar00rootroot00000000000000 Returns the sum of all values in the deque. Converts the deque to an array. phpdox-0.12.0/dependencies/php/classes/Ds_Map.xml000066400000000000000000000303341344214723100216370ustar00rootroot00000000000000 Returns the result of removing all keys from the current instance that are present in a given map. Returns the value for a given key, or an optional default value if the key could not be found. Creates a new map containing the pairs of the current instance whose keys are also present in the given map. In other words, returns a copy of the current instance with all keys removed that are not also in the other map. Returns the result of associating all keys of a given traversable object or array with their corresponding values, combined with the current instance. Associates a key with a value, overwriting a previous association if one exists. Associates all key-value pairs of a traversable object or array. Removes and returns a value by key, or return an optional default value if the key could not be found. Returns the sum of all values in the map. Converts the map to an array. Creates a new map that contains the pairs of the current instance as well as the pairs of another map. Creates a new map containing keys of the current instance as well as another map, but not of both. phpdox-0.12.0/dependencies/php/classes/Ds_Pair.xml000066400000000000000000000030351344214723100220130ustar00rootroot00000000000000 Converts the pair to an array. phpdox-0.12.0/dependencies/php/classes/Ds_PriorityQueue.xml000066400000000000000000000054051344214723100237510ustar00rootroot00000000000000 Removes and returns the value at the front of the queue, ie. the value with the highest priority. Converts the queue to an array. phpdox-0.12.0/dependencies/php/classes/Ds_Queue.xml000066400000000000000000000053041344214723100222050ustar00rootroot00000000000000 Ensures that enough memory is allocated for a required capacity. This removes the need to reallocate the internal as values are added. Converts the queue to an array. phpdox-0.12.0/dependencies/php/classes/Ds_Set.xml000066400000000000000000000213021344214723100216500ustar00rootroot00000000000000 Adds all given values to the set that haven't already been added. Determines if the set contains all values. Creates a new set using values that aren't in another set. Creates a new set using values common to both the current instance and another set. In other words, returns a copy of the current instance with all values removed that are not in the other set. Returns the sum of all values in the set. Converts the set to an array. Creates a new set that contains the values of the current instance as well as the values of another set. Creates a new set containing values in the current instance as well as another set, but not in both. phpdox-0.12.0/dependencies/php/classes/Ds_Stack.xml000066400000000000000000000046751344214723100222000ustar00rootroot00000000000000 Converts the stack to an array. phpdox-0.12.0/dependencies/php/classes/Ds_Vector.xml000066400000000000000000000231331344214723100223630ustar00rootroot00000000000000 Returns the sum of all values in the vector. Converts the vector to an array. phpdox-0.12.0/dependencies/php/classes/EmptyIterator.xml000066400000000000000000000023431344214723100233030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Error.xml000066400000000000000000000066501344214723100215710ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ErrorException.xml000066400000000000000000000076611344214723100234530ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/Ev.xml000066400000000000000000000222111344214723100210410ustar00rootroot00000000000000 Simulates a signal receive. It is safe to call this function at any time, from any context, including signal handlers or random threads. Its main use is to customise signal handling in the process. Establishes the current time by querying the kernel, updating the time returned by Ev::now in the progress. This is a costly operation and is usually done automatically within Ev::run . Ev::suspend and Ev::resume methods suspend and resume a loop correspondingly. Ev::suspend and Ev::resume methods suspend and resume the default loop correspondingly. phpdox-0.12.0/dependencies/php/classes/EvCheck.xml000066400000000000000000000110021344214723100217730ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/EvChild.xml000066400000000000000000000137111344214723100220120ustar00rootroot00000000000000 null null null null null null null Constructs the EvChild watcher object. phpdox-0.12.0/dependencies/php/classes/EvEmbed.xml000066400000000000000000000106111344214723100217770ustar00rootroot00000000000000 null This is a rather advanced watcher type that lets to embed one event loop into another(currently only IO events are supported in the embedded loop, other types of watchers might be handled in a delayed or incorrect fashion and must not be used). phpdox-0.12.0/dependencies/php/classes/EvFork.xml000066400000000000000000000110051344214723100216620ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/EvIdle.xml000066400000000000000000000110211344214723100216340ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/EvIo.xml000066400000000000000000000130351344214723100213350ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/EvLoop.xml000066400000000000000000000341001344214723100216730ustar00rootroot00000000000000 null null null null null null Higher io_interval allows libev to spend more time collecting EvIo events, so more events can be handled per iteration, at the cost of increasing latency. Timeouts (both EvPeriodic and EvTimer ) will not be affected. Setting this to a non-zero value will introduce an additional sleep() call into most loop iterations. The sleep time ensures that libev will not poll for EvIo events more often than once per this interval, on average. Many programs can usually benefit by setting the io_interval to a value near 0.1 , which is often enough for interactive servers(not for games). It usually doesn't make much sense to set it to a lower value than 0.01 , as this approaches the timing granularity of most systems. null null phpdox-0.12.0/dependencies/php/classes/EvPeriodic.xml000066400000000000000000000152571344214723100225340ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/EvPrepare.xml000066400000000000000000000110121344214723100223550ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/EvSignal.xml000066400000000000000000000123301344214723100222000ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/EvStat.xml000066400000000000000000000147041344214723100217050ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/EvTimer.xml000066400000000000000000000150401344214723100220440ustar00rootroot00000000000000 null null Returns the remaining time until a timer fires. If the timer is active, then this time is relative to the current event loop time, otherwise it's the timeout value currently configured. null null null null This will act as if the timer timed out and restart it again if it is repeating. The exact semantics are: phpdox-0.12.0/dependencies/php/classes/EvWatcher.xml000066400000000000000000000103151344214723100223610ustar00rootroot00000000000000 null null null null If the watcher is pending, this method clears its pending status and returns its revents bitset(as if its callback was invoked). If the watcher isn't pending it does nothing and returns 0 . Configures whether to keep the loop from returning. With keepalive value set to FALSE the watcher won't keep Ev::run / EvLoop::run from returning even though the watcher is active. phpdox-0.12.0/dependencies/php/classes/Event.xml000066400000000000000000000156421344214723100215620ustar00rootroot00000000000000 null Marks event pending. Non-pending event will never occur, and the event callback will never be called. In conjuction with Event::del an event could be re-scheduled by user at any time. Removes event from the list of events monitored by libevent, and free resources allocated for the event. phpdox-0.12.0/dependencies/php/classes/EventBase.xml000066400000000000000000000105611344214723100223500ustar00rootroot00000000000000 Wait for events to become active, and run their callbacks. The same as EventBase::loop with no flags set. Deallocates resources allocated by libevent for the EventBase object. Wait for events to become active, and run their callbacks. phpdox-0.12.0/dependencies/php/classes/EventBuffer.xml000066400000000000000000000226131344214723100227100ustar00rootroot00000000000000 null null "Linearizes" the first size bytes of the buffer, copying or moving them as needed to ensure that they are all contiguous and occupying the same chunk of memory. If size is negative, the function linearizes the entire buffer. Scans the buffer for an occurrence of the string what . It returns numeric position of the string, or FALSE if the string was not found. Scans the buffer for an occurrence of an end of line specified by eol_style parameter . It returns numeric position of the string, or FALSE if the string was not found. phpdox-0.12.0/dependencies/php/classes/EventBufferEvent.xml000066400000000000000000000351201344214723100237070ustar00rootroot00000000000000 null null null null Closes file descriptor associated with the current buffer event. Connect buffer event's file descriptor to given address(optionally with port), or a UNIX domain socket. Resolves the DNS name hostname, looking for addresses of type family ( EventUtil::AF_* constants). If the name resolution fails, it invokes the event callback with an error event. If it succeeds, it launches a connection attempt just as EventBufferEvent::connect would. Free resources allocated by buffer event. Returns underlying input buffer associated with current buffer event. An input buffer is a storage for data to read. Returns underlying output buffer associated with current buffer event. An output buffer is a storage for data to be written. Assign a priority to a bufferevent Adjusts the read watermarks, the write watermarks , or both, of a single buffer event. Returns most recent OpenSSL error reported on the buffer event. Create a new SSL buffer event to send its data over another buffer event Retrieves description of the current cipher by means of the SSL_CIPHER_description SSL API function (see SSL_CIPHER_get_name(3) man page). Retrieves name of cipher used by current SSL connection. Retrieves version of cipher used by current SSL connection. Returns the name of the protocol used for current SSL connection. Tells a bufferevent to begin SSL renegotiation. phpdox-0.12.0/dependencies/php/classes/EventConfig.xml000066400000000000000000000037731344214723100227120ustar00rootroot00000000000000 Prevents priority inversion by limiting how many low-priority event callbacks can be invoked before checking for more high-priority events. phpdox-0.12.0/dependencies/php/classes/EventDnsBase.xml000066400000000000000000000072441344214723100230210ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/EventHttp.xml000066400000000000000000000107341344214723100224170ustar00rootroot00000000000000 Makes an HTTP server accept connections on the specified socket stream or resource. The socket should be ready to accept connections. Binds an HTTP server on the specified address and port. Sets the what HTTP methods are supported in requests accepted by this server, and passed to user callbacks phpdox-0.12.0/dependencies/php/classes/EventHttpConnection.xml000066400000000000000000000105001344214723100244260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/EventHttpRequest.xml000066400000000000000000000204301344214723100237620ustar00rootroot00000000000000 Cancels a pending HTTP request. Initiate a reply that uses Transfer-Encoding chunked . phpdox-0.12.0/dependencies/php/classes/EventListener.xml000066400000000000000000000072051344214723100232640ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/EventSslContext.xml000066400000000000000000000062011344214723100236000ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/EventUtil.xml000066400000000000000000000126161344214723100224160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Exception.xml000066400000000000000000000067411344214723100224370ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/FANNConnection.xml000066400000000000000000000044071344214723100232400ustar00rootroot00000000000000 null null null Sets the connection weight. phpdox-0.12.0/dependencies/php/classes/FilesystemIterator.xml000066400000000000000000000214471344214723100243370ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/FilterIterator.xml000066400000000000000000000041211344214723100234260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/GMP.xml000066400000000000000000000002651344214723100211170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/GearmanClient.xml000066400000000000000000000423031344214723100232040ustar00rootroot00000000000000 Get the application data previously set with GearmanClient::setData. Object oriented style (method): Sets the callback function for accepting data packets for a task. The callback function should take a single argument, a GearmanTask object. Use to set a function to be called when a GearmanTask is completed, or when GearmanJob::sendComplete is invoked by a worker (whichever happens first). Sets some arbitrary application data that can later be retrieved by GearmanClient::data. phpdox-0.12.0/dependencies/php/classes/GearmanException.xml000066400000000000000000000054331344214723100237270ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/GearmanJob.xml000066400000000000000000000141711344214723100225020ustar00rootroot00000000000000 Sends result data and the complete status update for this job. Sends data to the job server (and any listening clients) for this job. Sends the supplied exception when this job is running. Sends failure status for this job, indicating that the job failed in a known way (as opposed to failing due to a thrown exception). Sends status information to the job server and any listening clients. Use this to specify what percentage of the job has been completed. Sends a warning for this job while it is running. phpdox-0.12.0/dependencies/php/classes/GearmanTask.xml000066400000000000000000000110311344214723100226620ustar00rootroot00000000000000 Returns a new GearmanTask object. Returns the name of the function this task is associated with, i.e., the function the Gearman worker calls. Returns the unique identifier for this task. This is assigned by the GearmanClient, as opposed to the job handle which is set by the Gearman job server. phpdox-0.12.0/dependencies/php/classes/GearmanWorker.xml000066400000000000000000000142041344214723100232360ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Gender_Gender.xml000066400000000000000000000221061344214723100231620ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Generator.xml000066400000000000000000000052401344214723100224200ustar00rootroot00000000000000 Sends the given value to the generator as the result of the current yield expression and resumes execution of the generator. Throws an exception into the generator and resumes execution of the generator. The behavior will be the same as if the current yield expression was replaced with a throw $exception statement. phpdox-0.12.0/dependencies/php/classes/GlobIterator.xml000066400000000000000000000073011344214723100230670ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Gmagick.xml000066400000000000000000001346411344214723100220440ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/GmagickDraw.xml000066400000000000000000000305341344214723100226560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/GmagickPixel.xml000066400000000000000000000042131344214723100230350ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HRTime_PerformanceCounter.xml000066400000000000000000000016531344214723100255070ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HRTime_StopWatch.xml000066400000000000000000000051641344214723100236230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HRTime_Unit.xml000066400000000000000000000011221344214723100226140ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruAnnotation.xml000066400000000000000000000027661344214723100234360ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruDestination.xml000066400000000000000000000057511344214723100236020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruDoc.xml000066400000000000000000000331111344214723100220150ustar00rootroot00000000000000 Loads a PNG image. phpdox-0.12.0/dependencies/php/classes/HaruEncoder.xml000066400000000000000000000023171344214723100226730ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruException.xml000066400000000000000000000036411344214723100232530ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruFont.xml000066400000000000000000000055651344214723100222320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruImage.xml000066400000000000000000000042071344214723100223360ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruOutline.xml000066400000000000000000000014001344214723100227230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HaruPage.xml000066400000000000000000000723311344214723100221730ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/HashContext.xml000066400000000000000000000005761344214723100227310ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Imagick.xml000066400000000000000000003612141344214723100220440ustar00rootroot00000000000000 Distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usually of the same size as the source image, unless 'bestfit' is set to TRUE. Comfortability method for setting image size. The method sets the image size and allows setting x,y coordinates where the new area begins. This method is available if Imagick has been compiled against ImageMagick version 6.3.1 or newer. Applies an arithmetic, relational, or logical expression to a pseudo image. Get the size in pixels associated with the Imagick object, previously set by Imagick::setSize. Sets the object's default compression quality. Sets the image delay. For an animated image this is the amount of time that this frame of the image should be displayed for, before displaying the next frame. Set the iterator to the position in the image list specified with the index parameter. Adjust the amount of time that a frame of an animated image is displayed for. Adjusts the contrast of an image with a non-linear sigmoidal contrast algorithm. Increase the contrast of the image using a sigmoidal transfer function without saturating highlights or shadows. Contrast indicates how much to increase the contrast (0 is none; 3 is typical; 20 is pushing it); mid-point indicates where midtones fall in the resultant image (0 is white; 50 is middle-gray; 100 is black). Set sharpen to TRUE to increase the image contrast otherwise the contrast is reduced. phpdox-0.12.0/dependencies/php/classes/ImagickDraw.xml000066400000000000000000001255721344214723100226670ustar00rootroot00000000000000 Draws a quadratic Bezier curve (using absolute coordinates) from the current point to (x,y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a DrawPathCurveToQuadraticBezierAbsolute, DrawPathCurveToQuadraticBezierRelative, DrawPathCurveToQuadraticBezierSmoothAbsolut or DrawPathCurveToQuadraticBezierSmoothRelative, assume the control point is coincident with the current point.). At the end of the command, the new current point becomes the final (x,y) coordinate pair used in the polybezier. Draws a quadratic Bezier curve (using relative coordinates) from the current point to (x, y). The control point is assumed to be the reflection of the control point on the previous command relative to the current point. (If there is no previous command or if the previous command was not a DrawPathCurveToQuadraticBezierAbsolute, DrawPathCurveToQuadraticBezierRelative, DrawPathCurveToQuadraticBezierSmoothAbsolut or DrawPathCurveToQuadraticBezierSmoothRelative, assume the control point is coincident with the current point). At the end of the command, the new current point becomes the final (x, y) coordinate pair used in the polybezier. phpdox-0.12.0/dependencies/php/classes/ImagickKernel.xml000066400000000000000000000044711344214723100232040ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ImagickPixel.xml000066400000000000000000000142271344214723100230450ustar00rootroot00000000000000 Returns the color count associated with this color. phpdox-0.12.0/dependencies/php/classes/ImagickPixelIterator.xml000066400000000000000000000075111344214723100245550ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/InfiniteIterator.xml000066400000000000000000000045651344214723100237620ustar00rootroot00000000000000 Moves the inner Iterator forward to its next element if there is one, otherwise rewinds the inner Iterator back to the beginning. phpdox-0.12.0/dependencies/php/classes/IntlBreakIterator.xml000066400000000000000000000221641344214723100240630ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/IntlCalendar.xml000066400000000000000000001103561344214723100230370ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style A private constructor for disallowing instantiation with the new operator. Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style (method): Object oriented style (method): Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/IntlChar.xml000066400000000000000000003071111344214723100222000ustar00rootroot00000000000000 Gets the "age" of the code point. Returns the decimal digit value of a decimal digit character. Returns the bidirectional category value for the code point, which is used in the Unicode bidirectional algorithm (UAX #9). Finds a Unicode character by its name and returns its code point value. Maps the specified character to a "mirror-image" character. Retrieves the name of a Unicode character. Returns a string containing the character specified by the Unicode code point value. Returns the decimal digit value of the code point in the specified radix. Enumerate all assigned Unicode characters between the start and limit code points (start inclusive, limit exclusive) and call a function for each, passing the code point value and the character name. Enumerates efficiently all code points with their Unicode general categories. This is useful for building data structures, for enumerating all assigned code points, etc. Determines the character representation for a specific digit in the specified radix. Maps the specified character to its paired bracket character. Gets the numeric value for a Unicode code point as defined in the Unicode Character Database. Returns the property constant value for a given property name, as specified in the Unicode database file PropertyAliases.txt. Short, long, and any other variants are recognized. Returns the Unicode name for a given property, as given in the Unicode database file PropertyAliases.txt. Returns the property value integer for a given value name, as specified in the Unicode database file PropertyValueAliases.txt. Short, long, and any other variants are recognized. Returns the Unicode name for a given property value, as given in the Unicode database file PropertyValueAliases.txt. Gets the Unicode version information. Checks a binary Unicode property for a code point. Determines whether the specified code point is a base character. TRUE for general categories "L" (letters), "N" (numbers), "Mc" (spacing combining marks), and "Me" (enclosing marks). Determines whether the specified code point is a "blank" or "horizontal space", a character that visibly separates words on a line. Determines whether the specified code point is a control character. Determines whether the specified code point is "defined", which usually means that it is assigned a character. Determines whether the specified code point is a digit character. Determines whether the specified code point is a "graphic" character (printable, excluding spaces). Determines if the specified character should be regarded as an ignorable character in an identifier. Determines if the specified character is permissible in an identifier. Determines if the specified character is permissible as the first character in an identifier according to Unicode (The Unicode Standard, Version 3.0, chapter 5.16 Identifiers). Determines whether the specified code point is an ISO control code. Determines if the specified character is permissible in a Java identifier. Determines if the specified character is permissible as the start of a Java identifier. Determine if the specified code point is a space character according to Java. Determines whether the specified code point has the general category "Ll" (lowercase letter). Determines whether the code point has the Bidi_Mirrored property. Determines whether the specified code point is a printable character. Determines whether the specified code point is a punctuation character. Determines whether the specified code point is a titlecase letter. Check if a code point has the Alphabetic Unicode property. Check if a code point has the Lowercase Unicode property. Determines whether the specified code point has the general category "Lu" (uppercase letter). Check if a code point has the Uppercase Unicode property. Check if a code point has the White_Space Unicode property. Determines if the specified code point is a whitespace character according to ICU. Determines whether the specified code point is a hexadecimal digit. Returns the Unicode code point value of the given character. phpdox-0.12.0/dependencies/php/classes/IntlCodePointBreakIterator.xml000066400000000000000000000202201344214723100256570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/IntlDateFormatter.xml000066400000000000000000000202451344214723100240640ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/IntlException.xml000066400000000000000000000054251344214723100232640ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/IntlGregorianCalendar.xml000066400000000000000000001032631344214723100246740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/IntlIterator.xml000066400000000000000000000024331344214723100231130ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/IntlPartsIterator.xml000066400000000000000000000033621344214723100241270ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/IntlRuleBasedBreakIterator.xml000066400000000000000000000224711344214723100256530ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/IntlTimeZone.xml000066400000000000000000000210161344214723100230520ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/InvalidArgumentException.xml000066400000000000000000000054651344214723100254530ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/IteratorIterator.xml000066400000000000000000000035731344214723100240040ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/JsonException.xml000066400000000000000000000054251344214723100232670ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Judy.xml000066400000000000000000000154331344214723100214120ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/KTaglib_ID3v2_AttachedPictureFrame.xml000066400000000000000000000104771344214723100270320ustar00rootroot00000000000000 Returns the mime type of the image represented by the attached picture frame. Returns the type of the image. Returns the mime type of the image represented by the attached picture frame. phpdox-0.12.0/dependencies/php/classes/KTaglib_ID3v2_Frame.xml000066400000000000000000000043251344214723100240330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/KTaglib_ID3v2_Tag.xml000066400000000000000000000045121344214723100235120ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/KTaglib_MPEG_Audioproperties.xml000066400000000000000000000044461344214723100260640ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/KTaglib_MPEG_File.xml000066400000000000000000000021271344214723100235570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/KTaglib_Tag.xml000066400000000000000000000037241344214723100226070ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Lapack.xml000066400000000000000000000056271344214723100216760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/LengthException.xml000066400000000000000000000054431344214723100235770ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/LimitIterator.xml000066400000000000000000000050021344214723100232560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Locale.xml000066400000000000000000000167521344214723100217030ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/LogicException.xml000066400000000000000000000054271344214723100234150ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Lua.xml000066400000000000000000000061331344214723100212150ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/LuaClosure.xml000066400000000000000000000006741344214723100225560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Memcache.xml000066400000000000000000000245721344214723100222050ustar00rootroot00000000000000 Memcache::addServer adds a server to the connection pool. You can also use the memcache_add_server function. Memcache::decrement decrements value of the item by value. Similarly to Memcache::increment, current value of the item is being converted to numerical and after that value is subtracted. New item's value will not be less than zero. Do not use Memcache::decrement with item, which was stored compressed, because consequent call to Memcache::get will fail. Memcache::decrement does not create an item if it didn't exist. Also you can use memcache_decrement function. Memcache::get returns previously stored data of an item, if such key exists on the server at this moment. Memcache::getExtendedStats returns a two-dimensional associative array with server statistics. Array keys correspond to host:port of server and values contain the individual server statistics. A failed server will have its corresponding entry set to FALSE. You can also use the memcache_get_extended_stats function. Memcache::getServerStatus returns a the servers online/offline status. You can also use memcache_get_server_status function. Memcache::increment increments value of an item by the specified value. If item specified by key was not numeric and cannot be converted to a number, it will change its value to value. Memcache::increment does not create an item if it doesn't already exist. Do not use Memcache::increment with items that have been stored compressed because subsequent calls to Memcache::get will fail. Also you can use memcache_increment function. Memcache::set stores an item var with key on the memcached server. Parameter expire is expiration time in seconds. If it's 0, the item never expires (but memcached server doesn't guarantee this item to be stored all the time, it could be deleted from the cache to make place for other items). You can use MEMCACHE_COMPRESSED constant as flag value if you want to use on-the-fly compression (uses zlib). Remember that resource variables (i.e. file and connection descriptors) cannot be stored in the cache, because they cannot be adequately represented in serialized state. Also you can use memcache_set function. Memcache::setCompressThreshold enables automatic compression of large values. You can also use the memcache_set_compress_threshold function. Memcache::setServerParams changes server parameters at runtime. You can also use the memcache_set_server_params function. phpdox-0.12.0/dependencies/php/classes/Memcached.xml000066400000000000000000000570621344214723100223510ustar00rootroot00000000000000 Memcached::addServer adds the specified server to the server pool. No connection is established to the server at this time, but if you are using consistent key distribution option (via Memcached::DISTRIBUTION_CONSISTENT or Memcached::OPT_LIBKETAMA_COMPATIBLE), some of the internal data structures will have to be updated. Thus, if you need to add multiple servers, it is better to use Memcached::addServers as the update then happens only once. Memcached::addServers adds servers to the server pool. Each entry in servers is supposed to be an array containing hostname, port, and, optionally, weight of the server. No connection is established to the servers at this time. Memcached::append appends the given value string to the value of an existing item. The reason that value is forced to be a string is that appending mixed types is not well-defined. Memcached::get returns the item that was previously stored under the key. If the item is found and the flags is given Memcached::GET_EXTENDED, it will also return the CAS token value for the item. See Memcached::cas for how to use CAS tokens. Read-through caching callback may be specified via cache_cb parameter. Memcached::getDelayed issues a request to memcache for multiple items the keys of which are specified in the keys array. The method does not wait for response and returns right away. When you are ready to collect the items, call either Memcached::fetch or Memcached::fetchAll. If with_cas is true, the CAS token values will also be requested. Memcached::getMulti is similar to Memcached::get, but instead of a single key item, it retrieves multiple items the keys of which are specified in the keys array. Before v3.0 a second argument cas_tokens was in use. It was filled with the CAS token values for the found items. The cas_tokens parameter was removed in v3.0 of the extension. It was replaced with a new flag Memcached::GET_EXTENDED that needs is to be used as the value for flags. Memcached::prepend prepends the given value string to the value of an existing item. The reason that value is forced to be a string is that prepending mixed types is not well-defined. Memcached::set stores the value on a memcache server under the specified key. The expiration parameter can be used to control when the value is considered expired. This method sets the value of a Memcached option. Some options correspond to the ones defined by libmemcached, and some are specific to the extension. See Memcached Constants for more information. Memcached::setSaslAuthData sets the username and password that should be used for SASL authentication with the memcache servers. phpdox-0.12.0/dependencies/php/classes/MemcachedException.xml000066400000000000000000000054551344214723100242270ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MessageFormatter.xml000066400000000000000000000101741344214723100237440ustar00rootroot00000000000000 Object oriented style (method) Object oriented style (method) Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/Mongo.xml000066400000000000000000000152051344214723100215530ustar00rootroot00000000000000 This finds the address of the secondary currently being used for reads. It is a read-only method: it does not change anything about the internal state of the object. This choses a random secondary for a connection to read from. It is called automatically by the driver and should not need to be used. It calls MongoClient::getHosts (to refresh the status of hosts) and Mongo::getSlave (to get the return value). phpdox-0.12.0/dependencies/php/classes/MongoBinData.xml000066400000000000000000000035461344214723100230030ustar00rootroot00000000000000 null null Creates a new binary data object. phpdox-0.12.0/dependencies/php/classes/MongoClient.xml000066400000000000000000000207071344214723100227150ustar00rootroot00000000000000 null This property will be set to TRUE if we have a open connection to the database, FALSE otherwise. If the connection is to a replica set, this property will only be TRUE if the driver has a connection to a node matching the current read preference. This property does not take authentication into account. null This property is no longer used and will be set to NULL In driver versions 1.1.x and earlier, this may be set to a string value (e.g. "recycled", "new") when persistent connections are used. null null If no parameters are passed, this connects to "localhost:27017" (or whatever was specified in php.ini for mongo.default_host and mongo.default_port). The MongoClient::close method forcefully closes a connection to the database, even if persistent connections are being used. You should never have to do this under normal circumstances. This method is only useful with a connection to a replica set. It returns the status of all of the hosts in the set. Without a replica set, it will just return an array with one element containing the host that you are connected to. phpdox-0.12.0/dependencies/php/classes/MongoCode.xml000066400000000000000000000014061344214723100223440ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoCollection.xml000066400000000000000000000360571344214723100235770ustar00rootroot00000000000000 null null null The MongoDB aggregation framework provides a means to calculate aggregated values without having to use MapReduce. While MapReduce is powerful, it is often more difficult than necessary for many simple aggregation tasks, such as totaling or averaging field values. Creates an index on the specified field(s) if it does not already exist. Fields may be indexed with a direction (e.g. ascending or descending) or a special type (e.g. text, geospatial, hashed). This method is identical to: This method is deprecated since version 1.5.0. Please use MongoCollection::createIndex instead. This method returns an array of a maximum of num_cursors cursors. An iteration over one of the returned cursors results in a partial set of documents for a collection. Iteration over all the returned cursors results in getting every document back from the collection. phpdox-0.12.0/dependencies/php/classes/MongoCommandCursor.xml000066400000000000000000000104601344214723100242460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoConnectionException.xml000066400000000000000000000003401344214723100254440ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoCursor.xml000066400000000000000000000314341344214723100227530ustar00rootroot00000000000000 null If the query should have the "slaveOkay" flag set, which allows reads on the secondary (secondaries are, by default, just for backup and not queried). Can be overridden with MongoCursor::slaveOkay. null This is an advanced function and should not be used unless you know what you're doing. The database sends responses in batches of documents, up to 4MB of documents per response. This method checks if the database has more batches or if the result set has been exhausted. Please do not use me. Fields are specified by "fieldname" : bool. TRUE indicates that a field should be returned, FALSE indicates that it should not be returned. You can also use 1 and 0 instead of TRUE and FALSE. After remaining idle on the server for some amount of time, cursors, by default, "die." This is generally the behavior one wants. The database cleans up a cursor once all of its results have been sent to the client, but if the client doesn't request all of the results, the cursor will languish there, taking up resources. Thus, after a few minutes, the cursor "times out" and the database assumes the client has gotten everything it needs and cleans up its the cursor's resources. This option allows mongos to send partial query results if a shard is unreachable. This is only applicable when running a sharded MongoDB cluster and connecting to a mongos. This method is deprecated since version 1.5.0. Instead, please use MongoCursor::setReadPreference and . Use snapshot mode for the query. Snapshot mode ensures that a document will not be returned more than once because an intervening write operation results in a move of the document. Documents inserted or deleted during the lifetime of the cursor may or may not be returned, irrespective of snapshot mode. Mongo has a feature known as tailable cursors which are similar to the Unix "tail -f" command. phpdox-0.12.0/dependencies/php/classes/MongoCursorException.xml000066400000000000000000000003301344214723100246210ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoCursorTimeoutException.xml000066400000000000000000000003621344214723100261750ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB.xml000066400000000000000000000312601344214723100217600ustar00rootroot00000000000000 null The number of servers to replicate a change to before returning success. Inherited by instances of MongoCollection derived from this. w functionality is only available in version 1.5.1+ of the MongoDB server and 1.0.8+ of the driver. null The number of milliseconds to wait for MongoDB::$w replications to take place. Inherited by instances of MongoCollection derived from this. w functionality is only available in version 1.5.1+ of the MongoDB server and 1.0.8+ of the driver. This method causes its connection to be authenticated. If authentication is enabled for the database server (it's not, by default), you need to log in before the database will allow you to do anything. Almost everything that is not a CRUD operation can be done with a database command. Need to know the database version? There's a command for that. Need to do aggregation? There's a command for that. Need to turn up logging? You get the idea. This method is not meant to be called directly. The preferred way to create an instance of MongoDB is through MongoClient::__get or MongoClient::selectDB. This drops the database currently being used. Use MongoCollection::drop instead. The eval command, which this method invokes, is deprecated in MongoDB 3.0+. This method is not very useful for normal MongoDB use. It forces a database error to occur. This means that MongoDB::lastError will return a generic database error after running this command. This returns the current database profiling level. This creates a fresh copy of all database data. It will remove any corrupt data and compact and large stretches of free space it finds. This is a very slow operation on a large database. This method is not used in normal operations. It resets the database error tracker (which can be incremented with MongoDB::forceError, also not normally used). This changes the current database profiling level. phpdox-0.12.0/dependencies/php/classes/MongoDBRef.xml000066400000000000000000000025421344214723100224160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Binary.xml000066400000000000000000000055061344214723100241110ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_DBPointer.xml000066400000000000000000000026551344214723100245150ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Decimal128.xml000066400000000000000000000031101344214723100244430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Int64.xml000066400000000000000000000026631344214723100235720ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Javascript.xml000066400000000000000000000041501344214723100247650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_MaxKey.xml000066400000000000000000000023411344214723100240550ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_MinKey.xml000066400000000000000000000023411344214723100240530ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_ObjectId.xml000066400000000000000000000034621344214723100243470ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Regex.xml000066400000000000000000000040631344214723100237340ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Symbol.xml000066400000000000000000000026451344214723100241330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Timestamp.xml000066400000000000000000000042021344214723100246200ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_UTCDateTime.xml000066400000000000000000000036061344214723100247340ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_BSON_Undefined.xml000066400000000000000000000026551344214723100245700ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_BulkWrite.xml000066400000000000000000000040441344214723100252630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Command.xml000066400000000000000000000014401344214723100247260ustar00rootroot00000000000000 Constructs a new MongoDB\Driver\Command, which is an immutable value object that represents a database command. The command may then be executed with MongoDB\Driver\Manager::executeCommand. phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Cursor.xml000066400000000000000000000033441344214723100246320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_CursorId.xml000066400000000000000000000011551344214723100251050ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_AuthenticationException.xml000066400000000000000000000073661344214723100322410ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_BulkWriteException.xml000066400000000000000000000103571344214723100311640ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_CommandException.xml000066400000000000000000000103501344214723100306230ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_ConnectionException.xml000066400000000000000000000073561344214723100313600ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_ConnectionTimeoutException.xml000066400000000000000000000073741344214723100327270ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_ExecutionTimeoutException.xml000066400000000000000000000073721344214723100325710ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_InvalidArgumentException.xml000066400000000000000000000056211344214723100323430ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_LogicException.xml000066400000000000000000000055751344214723100303170ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_RuntimeException.xml000066400000000000000000000074461344214723100307040ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_SSLConnectionException.xml000066400000000000000000000073641344214723100317410ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_ServerException.xml000066400000000000000000000073461344214723100305260ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_UnexpectedValueException.xml000066400000000000000000000056211344214723100323530ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Exception_WriteException.xml000066400000000000000000000104351344214723100303430ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Manager.xml000066400000000000000000000142471344214723100247330ustar00rootroot00000000000000 Executes one or more write operations on the primary server. Selects a server according to the "readPreference" option and executes the command on that server. By default, the read preference from the MongoDB Connection URI will be used. Selects a server according to the "readPreference" option and executes the command on that server. By default, the read preference from the MongoDB Connection URI will be used. Executes the command on the primary server. Executes the command on the primary server. phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Monitoring_CommandFailedEvent.xml000066400000000000000000000035601344214723100312470ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Monitoring_CommandStartedEvent.xml000066400000000000000000000031671344214723100314740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Monitoring_CommandSucceededEvent.xml000066400000000000000000000031661344214723100317510ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Query.xml000066400000000000000000000011141344214723100244530ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_ReadConcern.xml000066400000000000000000000040721344214723100255370ustar00rootroot00000000000000 Returns whether this is the default read concern (i.e. no options are specified). This method is primarily intended to be used in conjunction with MongoDB\Driver\Manager::getReadConcern to determine whether the Manager has been constructed without any read concern options. phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_ReadPreference.xml000066400000000000000000000051361344214723100262300ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Server.xml000066400000000000000000000171721344214723100246270ustar00rootroot00000000000000 Executes one or more write operations on this server. Executes the command on this server. Executes the command on this server. Executes the command on this server. Executes the command on this server. phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_Session.xml000066400000000000000000000065221344214723100250010ustar00rootroot00000000000000 Advances the cluster time for this session. If the cluster time is less than or equal to the session's current cluster time, this function is a no-op. Advances the operation time for this session. If the operation time is less than or equal to the session's current operation time, this function is a no-op. This method starts a new transaction within this session. When the session is attached to operations through the "session" argument, these operations become of the started transaction. phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_WriteConcern.xml000066400000000000000000000045701344214723100257610ustar00rootroot00000000000000 Returns whether this is the default write concern (i.e. no options are specified). This method is primarily intended to be used in conjunction with MongoDB\Driver\Manager::getWriteConcern to determine whether the Manager has been constructed without any write concern options. phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_WriteConcernError.xml000066400000000000000000000016151344214723100267700ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_WriteError.xml000066400000000000000000000021651344214723100254610ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDB_Driver_WriteResult.xml000066400000000000000000000053131344214723100256440ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDate.xml000066400000000000000000000024421344214723100223500ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/MongoDeleteBatch.xml000066400000000000000000000023111344214723100236320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoDuplicateKeyException.xml000066400000000000000000000024701344214723100257360ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MongoException.xml000066400000000000000000000003021344214723100234220ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoExecutionTimeoutException.xml000066400000000000000000000021401344214723100266570ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MongoGridFS.xml000066400000000000000000000126621344214723100226160ustar00rootroot00000000000000 null null null Files as stored across two collections, the first containing file meta information, the second containing chunks of the actual file. By default, fs.files and fs.chunks are the collection names used. phpdox-0.12.0/dependencies/php/classes/MongoGridFSCursor.xml000066400000000000000000000034221344214723100240060ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/MongoGridFSException.xml000066400000000000000000000003301344214723100244620ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoGridFSFile.xml000066400000000000000000000045701344214723100234150ustar00rootroot00000000000000 null null This method returns a stream resource that can be used with all file functions in PHP that deal with reading files. The contents of the file are pulled out of MongoDB on the fly, so that the whole file does not have to be loaded into memory first. phpdox-0.12.0/dependencies/php/classes/MongoId.xml000066400000000000000000000052651344214723100220350ustar00rootroot00000000000000 null This returns the hostname MongoId is using to generate unique ids. This should be the same value gethostname returns. This function is only used by PHP internally, it shouldn't need to ever be called by the user. phpdox-0.12.0/dependencies/php/classes/MongoInsertBatch.xml000066400000000000000000000023111344214723100236740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoInt32.xml000066400000000000000000000016061344214723100223730ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/MongoInt64.xml000066400000000000000000000016061344214723100224000ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/MongoLog.xml000066400000000000000000000072531344214723100222210ustar00rootroot00000000000000 null null null This function can be used to control logging verbosity and the types of activities that should be logged. The MongoLog level constants may be used with bitwise operators to specify multiple levels. This function can be used to set which driver modules should be logged. The MongoLog module constants may be used with bitwise operators to specify multiple modules. phpdox-0.12.0/dependencies/php/classes/MongoMaxKey.xml000066400000000000000000000002051344214723100226640ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoMinKey.xml000066400000000000000000000002051344214723100226620ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoPool.xml000066400000000000000000000016241344214723100224050ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoProtocolException.xml000066400000000000000000000021201344214723100251440ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MongoRegex.xml000066400000000000000000000020011344214723100225340ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/MongoResultException.xml000066400000000000000000000027761344214723100246420ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/MongoTimestamp.xml000066400000000000000000000020721344214723100234350ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/MongoUpdateBatch.xml000066400000000000000000000023111344214723100236520ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/MongoWriteBatch.xml000066400000000000000000000033721344214723100235320ustar00rootroot00000000000000 Constructs a new MongoWriteBatch. Adds a write operation to the batch. phpdox-0.12.0/dependencies/php/classes/MongoWriteConcernException.xml000066400000000000000000000030071344214723100257520ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/MultipleIterator.xml000066400000000000000000000076071344214723100240100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Mutex.xml000066400000000000000000000032731344214723100216000ustar00rootroot00000000000000 Attempt to lock the Mutex for the caller. phpdox-0.12.0/dependencies/php/classes/MysqlndUhConnection.xml000066400000000000000000000535011344214723100244410ustar00rootroot00000000000000 Closes a previously opened database connection. Initialize mysqlnd connection. This is an mysqlnd internal call to initialize the connection object. phpdox-0.12.0/dependencies/php/classes/MysqlndUhPreparedStatement.xml000066400000000000000000000022311344214723100257630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/NoRewindIterator.xml000066400000000000000000000064631344214723100237410ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Normalizer.xml000066400000000000000000000027321344214723100226170ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/NumberFormatter.xml000066400000000000000000000150531344214723100236110ustar00rootroot00000000000000 Object oriented style (method) Object oriented style (method) Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/OAuth.xml000066400000000000000000000221771344214723100215220ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/OAuthException.xml000066400000000000000000000062321344214723100233730ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/OAuthProvider.xml000066400000000000000000000125741344214723100232350ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/OCI-Collection.xml000066400000000000000000000045661344214723100232070ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/OCI-Lob.xml000066400000000000000000000144771344214723100216320ustar00rootroot00000000000000 Appends data from the large object to the end of another large object. Erases a specified portion of the internal LOB data starting at a specified offset. If called without parameters, it erases all LOB data. Reads length bytes from the current position of LOB's internal pointer. Sets the buffering for the large object, depending on the value of the on_off parameter. Creates a temporary large object and writes data to it. phpdox-0.12.0/dependencies/php/classes/OutOfBoundsException.xml000066400000000000000000000054611344214723100245650ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/OutOfRangeException.xml000066400000000000000000000054531344214723100243700ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/OverflowException.xml000066400000000000000000000054531344214723100241620ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/PDO.xml000066400000000000000000000221531344214723100211160ustar00rootroot00000000000000 Turns off autocommit mode. While autocommit mode is turned off, changes made to the database via the PDO object instance are not committed until you end the transaction by calling PDO::commit. Calling PDO::rollBack will roll back all changes to the database and return the connection to autocommit mode. PDO::exec executes an SQL statement in a single function call, returning the number of rows affected by the statement. This function returns the value of a database connection attribute. To retrieve PDOStatement attributes, refer to PDOStatement::getAttribute. Returns the ID of the last inserted row, or the last value from a sequence object, depending on the underlying driver. For example, PDO_PGSQL requires you to specify the name of a sequence object for the name parameter. Prepares an SQL statement to be executed by the PDOStatement::execute method. The statement template can contain zero or more named (:name) or question mark (?) parameter markers for which real values will be substituted when the statement is executed. Both named and question mark parameter markers cannot be used within the same statement template; only one or the other parameter style. Use these parameters to bind any user-input, do not include the user-input directly in the query. PDO::query executes an SQL statement in a single function call, returning the result set (if any) returned by the statement as a PDOStatement object. PDO::quote places quotes around the input string (if required) and escapes special characters within the input string, using a quoting style appropriate to the underlying driver. Rolls back the current transaction, as initiated by PDO::beginTransaction. Sets an attribute on the database handle. Some of the available generic attributes are listed below; some drivers may make use of additional driver specific attributes. PDO::ATTR_CASE: Force column names to a specific case. PDO::CASE_LOWER: Force column names to lower case. PDO::CASE_NATURAL: Leave column names as returned by the database driver. PDO::CASE_UPPER: Force column names to upper case. PDO::ATTR_ERRMODE: Error reporting. PDO::ERRMODE_SILENT: Just set error codes. PDO::ERRMODE_WARNING: Raise E_WARNING. PDO::ERRMODE_EXCEPTION: Throw exceptions. PDO::ATTR_ORACLE_NULLS (available with all drivers, not just Oracle): Conversion of NULL and empty strings. PDO::NULL_NATURAL: No conversion. PDO::NULL_EMPTY_STRING: Empty string is converted to NULL. PDO::NULL_TO_STRING: NULL is converted to an empty string. PDO::ATTR_STRINGIFY_FETCHES: Convert numeric values to strings when fetching. Requires bool. PDO::ATTR_STATEMENT_CLASS: Set user-supplied statement class derived from PDOStatement. Cannot be used with persistent PDO instances. Requires array(string classname, array(mixed constructor_args)). PDO::ATTR_TIMEOUT: Specifies the timeout duration in seconds. Not all drivers support this option, and its meaning may differ from driver to driver. For example, sqlite will wait for up to this time value before giving up on obtaining an writable lock, but other drivers may interpret this as a connect or a read timeout interval. Requires int. PDO::ATTR_AUTOCOMMIT (available in OCI, Firebird and MySQL): Whether to autocommit every single statement. PDO::ATTR_EMULATE_PREPARES Enables or disables emulation of prepared statements. Some drivers do not support native prepared statements or have limited support for them. Use this setting to force PDO to either always emulate prepared statements (if TRUE and emulated prepares are supported by the driver), or to try to use native prepared statements (if FALSE). It will always fall back to emulating the prepared statement if the driver cannot successfully prepare the current query. Requires bool. PDO::MYSQL_ATTR_USE_BUFFERED_QUERY (available in MySQL): Use buffered queries. PDO::ATTR_DEFAULT_FETCH_MODE: Set default fetch mode. Description of modes is available in PDOStatement::fetch documentation. phpdox-0.12.0/dependencies/php/classes/PDOException.xml000066400000000000000000000064211344214723100227750ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/PDOStatement.xml000066400000000000000000000244351344214723100230100ustar00rootroot00000000000000 null PDOStatement::bindColumn arranges to have a particular variable bound to a given column in the result-set from a query. Each call to PDOStatement::fetch or PDOStatement::fetchAll will update all the variables that are bound to columns. Binds a PHP variable to a corresponding named or question mark placeholder in the SQL statement that was used to prepare the statement. Unlike PDOStatement::bindValue, the variable is bound as a reference and will only be evaluated at the time that PDOStatement::execute is called. PDOStatement::closeCursor frees up the connection to the server so that other SQL statements may be issued, but leaves the statement in a state that enables it to be executed again. Use PDOStatement::columnCount to return the number of columns in the result set represented by the PDOStatement object. Dumps the information contained by a prepared statement directly on the output. It will provide the SQL query in use, the number of parameters used (Params), the list of parameters with their key name or position, their name, their position in the query (if this is supported by the PDO driver, otherwise, it will be -1), type (param_type) as an integer, and a boolean value is_param. Execute the prepared statement. If the prepared statement included parameter markers, either: PDOStatement::bindParam and/or PDOStatement::bindValue has to be called to bind either variables or values (respectively) to the parameter markers. Bound variables pass their value as input and receive the output value, if any, of their associated parameter markers or an array of input-only parameter values has to be passed Returns a single column from the next row of a result set or FALSE if there are no more rows. Fetches the next row and returns it as an object. This function is an alternative to PDOStatement::fetch with PDO::FETCH_CLASS or PDO::FETCH_OBJ style. Gets an attribute of the statement. Currently, no generic attributes exist but only driver specific: PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Get the name of cursor for UPDATE ... WHERE CURRENT OF. Retrieves the metadata for a 0-indexed column in a result set as an associative array. PDOStatement::rowCount returns the number of rows affected by the last DELETE, INSERT, or UPDATE statement executed by the corresponding PDOStatement object. Sets an attribute on the statement. Currently, no generic attributes are set but only driver specific: PDO::ATTR_CURSOR_NAME (Firebird and ODBC specific): Set the name of cursor for UPDATE ... WHERE CURRENT OF. phpdox-0.12.0/dependencies/php/classes/ParentIterator.xml000066400000000000000000000036401344214723100234370ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Parle_ErrorInfo.xml000066400000000000000000000015121344214723100235200ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Parle_Lexer.xml000066400000000000000000000104531344214723100226760ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/Parle_LexerException.xml000066400000000000000000000054451344214723100245620ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Parle_Parser.xml000066400000000000000000000143141344214723100230530ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/Parle_ParserException.xml000066400000000000000000000054471344214723100247410ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Parle_RLexer.xml000066400000000000000000000133101344214723100230130ustar00rootroot00000000000000 null null null null null Push a pattern for lexeme recognition. Push a pattern for lexeme recognition. Push a pattern for lexeme recognition. phpdox-0.12.0/dependencies/php/classes/Parle_RParser.xml000066400000000000000000000143211344214723100231730ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/Parle_Stack.xml000066400000000000000000000024551344214723100226670ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Parle_Token.xml000066400000000000000000000015411344214723100226750ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/ParseError.xml000066400000000000000000000053771344214723100225710ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Phar.xml000066400000000000000000000671421344214723100213750ustar00rootroot00000000000000 This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress, Phar::decompress, Phar::compressFiles and Phar::decompressFiles. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress, Phar::decompress, Phar::compressFiles and Phar::decompressFiles. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method is used to convert an executable phar archive to either a tar or zip file. To make the tar or zip non-executable, the phar stub and phar alias files are removed from the newly created archive. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method is intended for creation of phar-file format-specific stubs, and is not intended for use with tar- or zip-based phar archives. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. instructs phar to intercept fopen, readfile, file_get_contents, opendir, and all of the stat-related functions. If any of these functions is called from within a phar archive with a relative path, the call is modified to access a file within the phar archive. Absolute paths are assumed to be attempts to load external files from the filesystem. This method can be used to determine whether a Phar will save changes to disk immediately, or whether a call to Phar::stopBuffering is needed to enable saving changes. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Phar::mungServer should only be called within the stub of a phar archive. This is an implementation of the ArrayAccess interface allowing direct manipulation of the contents of a Phar archive using array access brackets. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Returns the full path to the running phar archive. This is intended for use much like the __FILE__ magic constant, and only has effect inside an executing phar archive. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. Although technically unnecessary, the Phar::startBuffering method can provide a significant performance boost when creating or modifying a Phar archive with a large number of files. Ordinarily, every time a file within a Phar archive is created or modified in any way, the entire Phar archive will be recreated with the changes. In this way, the archive will be up-to-date with the activity performed on it. Phar::stopBuffering is used in conjunction with the Phar::startBuffering method. Phar::startBuffering can provide a significant performance boost when creating or modifying a Phar archive with a large number of files. Ordinarily, every time a file within a Phar archive is created or modified in any way, the entire Phar archive will be recreated with the changes. In this way, the archive will be up-to-date with the activity performed on it. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using Phar::compress, Phar::decompress, Phar::compressFiles and Phar::decompressFiles. Phar::mapPhar for web-based phars. This method parses $_SERVER['REQUEST_URI'] and routes a request from a web browser to an internal file within the phar archive. In essence, it simulates a web server, routing requests to the correct file, echoing the correct headers and parsing PHP files as needed. This powerful method is part of what makes it easy to convert an existing PHP application into a phar archive. Combined with Phar::mungServer and Phar::interceptFileFuncs, any web application can be used unmodified from a phar archive. phpdox-0.12.0/dependencies/php/classes/PharData.xml000066400000000000000000000705361344214723100221700ustar00rootroot00000000000000 For tar archives, this method compresses the entire archive using gzip compression or bzip2 compression. The resulting file can be processed with the gunzip command/bunzip command, or accessed directly and transparently with the Phar extension. For tar-based archives, this method throws a BadMethodCallException, as compression of individual files within a tar archive is not supported by the file format. Use PharData::compress to compress an entire tar-based archive. This method is used to convert a non-executable tar or zip archive to another non-executable format. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. For tar-based archives, this method decompresses the entire archive. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown. phpdox-0.12.0/dependencies/php/classes/PharException.xml000066400000000000000000000054251344214723100232500ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/PharFileInfo.xml000066400000000000000000000160201344214723100227760ustar00rootroot00000000000000 This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed, PharFileInfo::decompress, and PharFileInfo::compress. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed, PharFileInfo::decompress, and PharFileInfo::compress. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed, PharFileInfo::decompress, and PharFileInfo::compress. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed, PharFileInfo::decompress, and PharFileInfo::compress. PharFileInfo::setMetadata should only be used to store customized data in a file that cannot be represented with existing information stored with a file. Meta-data can significantly slow down the performance of loading a phar archive if the data is large, or if there are many files containing meta-data. It is important to note that file permissions are natively supported inside a phar; it is possible to set them with the PharFileInfo::chmod method. As with all functionality that modifies the contents of a phar, the phar.readonly INI variable must be off in order to succeed if the file is within a Phar archive. Files within PharData archives do not have this restriction. This method has been removed from the phar extension as of version 2.0.0. Alternative implementations are available using PharFileInfo::isCompressed, PharFileInfo::decompress, and PharFileInfo::compress. phpdox-0.12.0/dependencies/php/classes/Pool.xml000066400000000000000000000061621344214723100214070ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/QuickHashIntHash.xml000066400000000000000000000131341344214723100236320ustar00rootroot00000000000000 This method deletes an entry from the hash, and returns whether the entry was deleted or not. Associated memory structures will not be freed immediately, but rather when the hash itself is freed. This factory method creates a new hash from a definition file on disk. The file format consists of a signature 'QH\0x11\0', the number of elements as a 32 bit signed integer in system Endianness, followed by 32 bit signed integers packed together in the Endianness that the system that the code runs on uses. For each hash element there are two 32 bit signed integers stored. The first of each element is the key, and the second is the value belonging to the key. An example could be: phpdox-0.12.0/dependencies/php/classes/QuickHashIntSet.xml000066400000000000000000000074761344214723100235160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/QuickHashIntStringHash.xml000066400000000000000000000135171344214723100250260ustar00rootroot00000000000000 This method deletes an entry from the hash, and returns whether the entry was deleted or not. Associated memory structures will not be freed immediately, but rather when the hash itself is freed. This factory method creates a new hash from a definition file on disk. The file format consists of a signature 'QH\0x12\0', the number of elements as a 32 bit signed integer in system Endianness, an unsigned 32 bit integer containing the number of element data to follow in characters. This element data contains all the strings. After the header and the strings, the elements follow in pairs of two unsigned 32 bit integers where the first one is the key, and the second one the index in the element data string. An example could be: phpdox-0.12.0/dependencies/php/classes/QuickHashStringIntHash.xml000066400000000000000000000135351344214723100250260ustar00rootroot00000000000000 This method deletes an entry from the hash, and returns whether the entry was deleted or not. Associated memory structures will not be freed immediately, but rather when the hash itself is freed. This factory method creates a new hash from a definition file on disk. The file format consists of a signature 'QH\0x21\0', the number of elements as a 32 bit signed integer in system Endianness, an unsigned 32 bit integer containing the number of element data to follow in characters. This element data contains all the strings. The follows another signed 32 bit integer containing the number of bucket lists. After the header and the strings, the elements follow. They are ordered by bucket list so that the keys don't have to be hashed in order to restore the hash. For each bucket list, the following information is stored (all as 32 bit integers): the bucket list index, the number of elements in that list, and then in pairs of two unsigned 32 bit integers the elements, where the first one is the index into the string list containing the keys, and the second one the value. An example could be: phpdox-0.12.0/dependencies/php/classes/RRDCreator.xml000066400000000000000000000027521344214723100224460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RRDGraph.xml000066400000000000000000000024551344214723100221100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RRDUpdater.xml000066400000000000000000000015301344214723100224440ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RangeException.xml000066400000000000000000000054451344214723100234140ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/RarArchive.xml000066400000000000000000000064321344214723100225240ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Provides a string representation for this RarArchive object. It currently shows the full path name of the archive volume that was opened and whether the resource is valid or was already closed through a call to RarArchive::close. phpdox-0.12.0/dependencies/php/classes/RarEntry.xml000066400000000000000000000221161344214723100222410ustar00rootroot00000000000000 Get packed size of the archive entry. Returns a file handler that supports read operations. This handler provides on-the-fly decompression for this entry. Get unpacked size of the archive entry. Tests whether the current entry contents are encrypted. phpdox-0.12.0/dependencies/php/classes/RarException.xml000066400000000000000000000053661344214723100231060ustar00rootroot00000000000000 If and only if the argument is TRUE, then, instead of emitting warnings and returning a special value indicating error when the UnRAR library encounters an error, an exception of type RarException will be thrown. phpdox-0.12.0/dependencies/php/classes/RecursiveArrayIterator.xml000066400000000000000000000155201344214723100251540ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RecursiveCachingIterator.xml000066400000000000000000000134621344214723100254350ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RecursiveCallbackFilterIterator.xml000066400000000000000000000030011344214723100267270ustar00rootroot00000000000000 Fetches the filtered children of the inner iterator. phpdox-0.12.0/dependencies/php/classes/RecursiveDirectoryIterator.xml000066400000000000000000000122751344214723100260460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RecursiveFilterIterator.xml000066400000000000000000000054211344214723100253220ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RecursiveIteratorIterator.xml000066400000000000000000000124021344214723100256630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RecursiveRegexIterator.xml000066400000000000000000000102521344214723100251450ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/RecursiveTreeIterator.xml000066400000000000000000000236701344214723100250020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Reflection.xml000066400000000000000000000015151344214723100225650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ReflectionClass.xml000066400000000000000000000354571344214723100235670ustar00rootroot00000000000000 null Gets default properties from a class (including inherited properties). phpdox-0.12.0/dependencies/php/classes/ReflectionClassConstant.xml000066400000000000000000000072011344214723100252630ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/ReflectionException.xml000066400000000000000000000054411344214723100244460ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ReflectionExtension.xml000066400000000000000000000076061344214723100244710ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/ReflectionFunction.xml000066400000000000000000000175651344214723100243070ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/ReflectionFunctionAbstract.xml000066400000000000000000000147171344214723100257670ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/ReflectionGenerator.xml000066400000000000000000000040421344214723100244320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ReflectionMethod.xml000066400000000000000000000271311344214723100237300ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/ReflectionNamedType.xml000066400000000000000000000020131344214723100243660ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ReflectionObject.xml000066400000000000000000000334421344214723100237200ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/ReflectionParameter.xml000066400000000000000000000135461344214723100244350ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/ReflectionProperty.xml000066400000000000000000000126471344214723100243420ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/ReflectionType.xml000066400000000000000000000014471344214723100234330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ReflectionZendExtension.xml000066400000000000000000000050311344214723100253000ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/RegexIterator.xml000066400000000000000000000120421344214723100232540ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ResourceBundle.xml000066400000000000000000000053611344214723100234170ustar00rootroot00000000000000 Object oriented style (method) Object oriented style Object oriented style (method) Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/RuntimeException.xml000066400000000000000000000054331344214723100240000ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/SNMP.xml000066400000000000000000000173311344214723100212530ustar00rootroot00000000000000 null null null Value of quick_print within the NET-SNMP library null Controls the way enum values are printed null null Controls disabling check for increasing OID while walking OID tree null null phpdox-0.12.0/dependencies/php/classes/SNMPException.xml000066400000000000000000000060361344214723100231320ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/SQLite3.xml000066400000000000000000000174671344214723100217340ustar00rootroot00000000000000 Returns a string that has been properly escaped for safe inclusion in an SQL statement. Opens a stream resource to read or write a BLOB, which would be selected by: phpdox-0.12.0/dependencies/php/classes/SQLite3Result.xml000066400000000000000000000034641344214723100231230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SQLite3Stmt.xml000066400000000000000000000061111344214723100225640ustar00rootroot00000000000000 Binds the value of a parameter to a statement variable. Clears all current bound parameters (sets them to NULL). Executes a prepared statement and returns a result set object. phpdox-0.12.0/dependencies/php/classes/SVM.xml000066400000000000000000000102021344214723100211310ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SVMModel.xml000066400000000000000000000056321344214723100221250ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFAction.xml000066400000000000000000000006571344214723100222760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFBitmap.xml000066400000000000000000000016611344214723100222710ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFButton.xml000066400000000000000000000065121344214723100223300ustar00rootroot00000000000000 Sets the action to be performed when the button is clicked. phpdox-0.12.0/dependencies/php/classes/SWFDisplayItem.xml000066400000000000000000000205221344214723100232760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFFill.xml000066400000000000000000000033061344214723100217410ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFFont.xml000066400000000000000000000042561344214723100217660ustar00rootroot00000000000000 If filename is the name of an FDB file (i.e., it ends in ".fdb"), load the font definition found in said file. Otherwise, create a browser-defined font reference. phpdox-0.12.0/dependencies/php/classes/SWFFontChar.xml000066400000000000000000000013511344214723100225550ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFGradient.xml000066400000000000000000000023241344214723100226070ustar00rootroot00000000000000 swfgradient::addentry adds an entry to the gradient list. ratio is a number between 0 and 1 indicating where in the gradient this color appears. Thou shalt add entries in order of increasing ratio. swfgradient creates a new SWFGradient object. phpdox-0.12.0/dependencies/php/classes/SWFMorph.xml000066400000000000000000000014721344214723100221420ustar00rootroot00000000000000 Creates a new SWFMorph object. phpdox-0.12.0/dependencies/php/classes/SWFMovie.xml000066400000000000000000000150101344214723100221250ustar00rootroot00000000000000 Dumps the SWFMovie. Sets the background color. Sets the frame rate to the specified rate. Streams the given MP3 file mp3file. phpdox-0.12.0/dependencies/php/classes/SWFPrebuiltClip.xml000066400000000000000000000007201344214723100234460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFShape.xml000066400000000000000000000207251344214723100221170ustar00rootroot00000000000000 SWFShape::addFill adds a solid fill to the shape's list of fill styles. SWFShape::addFill accepts three different types of arguments. What this nonsense is about is, every edge segment borders at most two fills. When rasterizing the object, it's pretty handy to know what those fills are ahead of time, so the swf format requires these to be specified. swfshape::setline sets the shape's line style. width is the line's width. If width is 0, the line's style is removed (then, all other arguments are ignored). If width > 0, then line's color is set to red, green, blue. Last parameter a is optional. phpdox-0.12.0/dependencies/php/classes/SWFSound.xml000066400000000000000000000010221344214723100221340ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFSoundInstance.xml000066400000000000000000000021131344214723100236230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFSprite.xml000066400000000000000000000045511344214723100223240ustar00rootroot00000000000000 swfsprite::add adds a swfshape, a swfbutton, a swftext, a swfaction or a swfsprite object. phpdox-0.12.0/dependencies/php/classes/SWFText.xml000066400000000000000000000101451344214723100217760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SWFTextField.xml000066400000000000000000000124231344214723100227430ustar00rootroot00000000000000 swftextfield creates a new text field object. Text Fields are less flexible than swftext objects- they can't be rotated, scaled non-proportionally, or skewed, but they can be used as form entries, and they can use browser-defined fonts. phpdox-0.12.0/dependencies/php/classes/SWFVideoStream.xml000066400000000000000000000017661344214723100233050ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SeasLog.xml000066400000000000000000000260711344214723100220340ustar00rootroot00000000000000 Record alert log information. "ALERT" - Action must be taken immediately. Immediate attention should be given to relevant personnel for emergency repairs. Record critical log information. "CRITICAL" - Critical conditions.Need to be repaired immediately, and the program component is unavailable. Record debug log information. "DEBUG" - Detailed debug information.Fine-grained information events. Record emergency log information. "EMERGENCY" - System is unusable. Record error log information. "ERROR" - Runtime errors that do not require immediate action but should typically. Flush logs buffer by seaslog.appender: dump to file, or send to remote api with tcp/udp. See also: seaslog.appender_retry seaslog.remote_host seaslog.remote_port Record info log information. "INFO" - Interesting events.Emphasizes the running process of the application. Record notice log information. "NOTICE" - Normal but significant events.Information that is more important than the INFO level during execution. Record warning log information. "WARNING" - Exceptional occurrences that are not errors. Potentially aberrant information that needs attention and needs to be repaired. phpdox-0.12.0/dependencies/php/classes/SessionHandler.xml000066400000000000000000000071021344214723100234120ustar00rootroot00000000000000 Closes the current session. This method is automatically executed internally by PHP when closing the session, or explicitly via session_write_close (which first calls the SessionHandler::write). Destroys a session. Called internally by PHP with session_regenerate_id (assuming the $destroy is set to TRUE, by session_destroy or when session_decode fails. Cleans up expired sessions. Called randomly by PHP internally when a session starts or when session_start is invoked. The frequency this is called is based on the session.gc_divisor and session.gc_probability configuration directives. Create new session, or re-initialize existing session. Called internally by PHP when a session starts either automatically or when session_start is invoked. Reads the session data from the session storage, and returns the result back to PHP for internal processing. This method is called automatically by PHP when a session is started (either automatically or explicity with session_start and is preceeded by an internal call to the SessionHandler::open. Writes the session data to the session storage. Called by normal PHP shutdown, by session_write_close, or when session_register_shutdown fails. PHP will call SessionHandler::close immediately after this method returns. phpdox-0.12.0/dependencies/php/classes/SimpleXMLElement.xml000066400000000000000000000122641344214723100236220ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SimpleXMLIterator.xml000066400000000000000000000143031344214723100240160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SoapClient.xml000066400000000000000000000146061344214723100225410ustar00rootroot00000000000000 Performs SOAP request over HTTP. Returns an array of functions described in the WSDL for the Web service. Returns the XML sent in the last SOAP request. Returns the SOAP headers from the last request. Returns the XML received in the last SOAP response. Returns the SOAP headers from the last response. Returns an array of types described in the WSDL for the Web service. Defines a cookie to be sent along with the SOAP requests. Sets the endpoint URL that will be touched by following SOAP requests. This is equivalent to specifying the location option when constructing the SoapClient. Defines headers to be sent along with the SOAP requests. This is a low level API function that is used to make a SOAP call. Usually, in WSDL mode, SOAP functions can be called as methods of the SoapClient object. This method is useful in non-WSDL mode when soapaction is unknown, uri differs from the default or when sending and/or receiving SOAP Headers. phpdox-0.12.0/dependencies/php/classes/SoapFault.xml000066400000000000000000000106221344214723100223700ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/SoapHeader.xml000066400000000000000000000026261344214723100225120ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SoapParam.xml000066400000000000000000000015751344214723100223640ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SoapServer.xml000066400000000000000000000103621344214723100225640ustar00rootroot00000000000000 Sends a response to the client of the current request indicating an error. Exports all methods from specified class. This function allows changing the persistence state of a SoapServer object between requests. This function allows saving data between requests utilizing PHP sessions. This method only has an affect on a SoapServer after it has exported functions utilizing SoapServer::setClass. phpdox-0.12.0/dependencies/php/classes/SoapVar.xml000066400000000000000000000030571344214723100220510ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrClient.xml000066400000000000000000000220701344214723100225500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrClientException.xml000066400000000000000000000077561344214723100244450ustar00rootroot00000000000000 null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrCollapseFunction.xml000066400000000000000000000106501344214723100246030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrDisMaxQuery.xml000066400000000000000000001764771344214723100235720ustar00rootroot00000000000000 Removes a Query Field (qf parameter) from the field list added by SolrDisMaxQuery::addQueryField Sets Boost Function (bf parameter). Set Query Alternate (q.alt parameter) The Query Phrase Slop is the amount of slop permitted on phrase queries explicitly included in the user's query string with the qf parameter. Sets User Fields parameter (uf) phpdox-0.12.0/dependencies/php/classes/SolrDocument.xml000066400000000000000000000242241344214723100231130ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrDocumentField.xml000066400000000000000000000023261344214723100240560ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/SolrException.xml000066400000000000000000000074161344214723100232770ustar00rootroot00000000000000 null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrGenericResponse.xml000066400000000000000000000134011344214723100244230ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrIllegalArgumentException.xml000066400000000000000000000100001344214723100262530ustar00rootroot00000000000000 null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrIllegalOperationException.xml000066400000000000000000000100021344214723100264330ustar00rootroot00000000000000 null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrInputDocument.xml000066400000000000000000000172131344214723100241330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrMissingMandatoryParameterException.xml000066400000000000000000000074151344214723100303500ustar00rootroot00000000000000 null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrModifiableParams.xml000066400000000000000000000073561344214723100245430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrObject.xml000066400000000000000000000043131344214723100225400ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrParams.xml000066400000000000000000000073031344214723100225570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrPingResponse.xml000066400000000000000000000065761344214723100237630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SolrQuery.xml000066400000000000000000001767661344214723100224650ustar00rootroot00000000000000 This method allows you to specify a field which should be treated as a facet. This method is used to used to specify a set of fields to return, thereby restricting the amount of data returned in the response. Collapses the result set to a single document per group before it forwards the result set to the rest of the search components. Instructs Solr what kinds of Request parameters should be included in the response for debugging purposes, legal values include: Sets the expand.q parameter. Setting it to TRUE enables highlighted snippets to be generated in the query response. If SolrQuery::setHighlightAlternateField() was passed the value TRUE, this parameter specifies the maximum number of characters of the field to return If TRUE, then a field will only be highlighted if the query matched in this particular field. Sets the text which appears before a highlighted term phpdox-0.12.0/dependencies/php/classes/SolrQueryResponse.xml000066400000000000000000000133711344214723100241620ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrResponse.xml000066400000000000000000000127451344214723100231400ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrServerException.xml000066400000000000000000000077561344214723100244750ustar00rootroot00000000000000 null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrUpdateResponse.xml000066400000000000000000000133751344214723100243030ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/SolrUtils.xml000066400000000000000000000030171344214723100224320ustar00rootroot00000000000000 Lucene supports escaping special characters that are part of the query syntax. phpdox-0.12.0/dependencies/php/classes/SphinxClient.xml000066400000000000000000000324171344214723100231100ustar00rootroot00000000000000 Binds per-field weights by name. Sets anchor point for a geosphere distance (geodistance) calculations and enables them. Sets grouping attribute, function, and group sorting mode, and enables grouping. Sets distributed retry count and delay. phpdox-0.12.0/dependencies/php/classes/SplBool.xml000066400000000000000000000014651344214723100220510ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplDoublyLinkedList.xml000066400000000000000000000153521344214723100243770ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplEnum.xml000066400000000000000000000020021344214723100220460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplFileInfo.xml000066400000000000000000000170661344214723100226550ustar00rootroot00000000000000 This method returns the base name of the file, directory, or link without path info. Gets the target of a filesystem link. phpdox-0.12.0/dependencies/php/classes/SplFileObject.xml000066400000000000000000000404101344214723100231550ustar00rootroot00000000000000 Gets a line from the file which is in CSV format and returns an array containing the fields read. Reads to EOF on the given file pointer from the current position and writes the results to the output buffer. Reads a line from the file and interprets it according to the specified format, which is described in the documentation for sprintf. Gets the current line number. phpdox-0.12.0/dependencies/php/classes/SplFixedArray.xml000066400000000000000000000110501344214723100232030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplFloat.xml000066400000000000000000000012421344214723100222140ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplHeap.xml000066400000000000000000000074201344214723100220300ustar00rootroot00000000000000 Compare value1 with value2. phpdox-0.12.0/dependencies/php/classes/SplInt.xml000066400000000000000000000012401344214723100216770ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplMaxHeap.xml000066400000000000000000000066321344214723100225020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplMinHeap.xml000066400000000000000000000066321344214723100225000ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplObjectStorage.xml000066400000000000000000000155621344214723100237140ustar00rootroot00000000000000 This method calculates an identifier for the objects added to an SplObjectStorage object. Checks whether an object exists in the storage. Associate data to an object in the storage. Removes an object from the storage. phpdox-0.12.0/dependencies/php/classes/SplPriorityQueue.xml000066400000000000000000000106171344214723100240030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplQueue.xml000066400000000000000000000155011344214723100222360ustar00rootroot00000000000000 This constructs a new empty queue. This method automatically sets the iterator mode to SplDoublyLinkedList::IT_MODE_FIFO. Dequeues value from the top of the queue. Enqueues value at the end of the queue. phpdox-0.12.0/dependencies/php/classes/SplStack.xml000066400000000000000000000143371344214723100222250ustar00rootroot00000000000000 This constructs a new empty stack. This method automatically sets the iterator mode to SplDoublyLinkedList::IT_MODE_LIFO. phpdox-0.12.0/dependencies/php/classes/SplString.xml000066400000000000000000000012461344214723100224210ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplTempFileObject.xml000066400000000000000000000212161344214723100240060ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SplType.xml000066400000000000000000000012271344214723100220730ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Spoofchecker.xml000066400000000000000000000052441344214723100231110ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Stomp.xml000066400000000000000000000140411344214723100215730ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (constructor): Object oriented style (destructor): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/StompException.xml000066400000000000000000000042001344214723100234460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/StompFrame.xml000066400000000000000000000021541344214723100225500ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Swoole_Async.xml000066400000000000000000000057611344214723100231070ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Atomic.xml000066400000000000000000000034621344214723100232420ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Buffer.xml000066400000000000000000000063541344214723100232420ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Channel.xml000066400000000000000000000023441344214723100233740ustar00rootroot00000000000000 Data can be any non-empty PHP variable, the variable will be serialized if it is not string type. phpdox-0.12.0/dependencies/php/classes/Swoole_Client.xml000066400000000000000000000152171344214723100232450ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Swoole_Connection_Iterator.xml000066400000000000000000000054731344214723100260020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Coroutine.xml000066400000000000000000000040661344214723100237760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Event.xml000066400000000000000000000054001344214723100231010ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Exception.xml000066400000000000000000000020741344214723100237620ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Swoole_Http_Client.xml000066400000000000000000000146561344214723100242520ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/Swoole_Http_Request.xml000066400000000000000000000011471344214723100244530ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Http_Response.xml000066400000000000000000000104641344214723100246230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Http_Server.xml000066400000000000000000000330571344214723100242760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Lock.xml000066400000000000000000000031631344214723100227140ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Mmap.xml000066400000000000000000000012471344214723100227170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_MySQL.xml000066400000000000000000000040321344214723100227650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_MySQL_Exception.xml000066400000000000000000000021101344214723100247760ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Swoole_Process.xml000066400000000000000000000141231344214723100234400ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Redis_Server.xml000066400000000000000000000354351344214723100244270ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Serialize.xml000066400000000000000000000016121344214723100237500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Server.xml000066400000000000000000000347121344214723100232760ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): phpdox-0.12.0/dependencies/php/classes/Swoole_Table.xml000066400000000000000000000123301344214723100230470ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_Timer.xml000066400000000000000000000033241344214723100231030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_WebSocket_Frame.xml000066400000000000000000000002321344214723100250160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Swoole_WebSocket_Server.xml000066400000000000000000000056661344214723100252520ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SyncEvent.xml000066400000000000000000000025401344214723100224100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SyncMutex.xml000066400000000000000000000020371344214723100224320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SyncReaderWriter.xml000066400000000000000000000031161344214723100237260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SyncSemaphore.xml000066400000000000000000000023721344214723100232550ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/SyncSharedMemory.xml000066400000000000000000000034501344214723100237270ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Thread.xml000066400000000000000000000160621344214723100217050ustar00rootroot00000000000000 Detaches the referenced Thread from the calling context, dangerous! Forces the referenced Thread to terminate phpdox-0.12.0/dependencies/php/classes/Threaded.xml000066400000000000000000000115321344214723100222130ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/TokyoTyrant.xml000066400000000000000000000320331344214723100230010ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/TokyoTyrantIterator.xml000066400000000000000000000225061344214723100245170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/TokyoTyrantQuery.xml000066400000000000000000000100251344214723100240240ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/TokyoTyrantTable.xml000066400000000000000000000276741344214723100237700ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Transliterator.xml000066400000000000000000000063051344214723100235120ustar00rootroot00000000000000 null This method should not be called. Its only purpose is to deny instantiation with the new operator. Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/TypeError.xml000066400000000000000000000053571344214723100224360ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/UConverter.xml000066400000000000000000000254571344214723100226020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Area.xml000066400000000000000000000123241344214723100217400ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Control.xml000066400000000000000000000045121344214723100225100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Box.xml000066400000000000000000000105221344214723100235010ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/UI_Controls_Button.xml000066400000000000000000000063121344214723100242260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Check.xml000066400000000000000000000073211344214723100237710ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_ColorButton.xml000066400000000000000000000063271344214723100252330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Combo.xml000066400000000000000000000063171344214723100240170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_EditableCombo.xml000066400000000000000000000063021344214723100254430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Entry.xml000066400000000000000000000100311344214723100240450ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Form.xml000066400000000000000000000072711344214723100236630ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/UI_Controls_Grid.xml000066400000000000000000000113411344214723100236360ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/UI_Controls_Group.xml000066400000000000000000000100201344214723100240360ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/UI_Controls_Label.xml000066400000000000000000000057641344214723100240040ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_MultilineEntry.xml000066400000000000000000000103441344214723100257370ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Picker.xml000066400000000000000000000055201344214723100241700ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Progress.xml000066400000000000000000000053031344214723100245560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Radio.xml000066400000000000000000000063171344214723100240160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Separator.xml000066400000000000000000000053641344214723100247210ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Slider.xml000066400000000000000000000064231344214723100242000ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Spin.xml000066400000000000000000000064151344214723100236700ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Controls_Tab.xml000066400000000000000000000106051344214723100234610ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/UI_Draw_Brush.xml000066400000000000000000000030661344214723100231330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Brush_Gradient.xml000066400000000000000000000057621344214723100247550ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Brush_LinearGradient.xml000066400000000000000000000051151344214723100261000ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Brush_RadialGradient.xml000066400000000000000000000052631344214723100260660ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Color.xml000066400000000000000000000051551344214723100231270ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/UI_Draw_Line_Cap.xml000066400000000000000000000007321344214723100235170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Line_Join.xml000066400000000000000000000007341344214723100237150ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Matrix.xml000066400000000000000000000045551344214723100233200ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Path.xml000066400000000000000000000107361344214723100227460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Pen.xml000066400000000000000000000103041344214723100225630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Stroke.xml000066400000000000000000000053061344214723100233160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Text_Font.xml000066400000000000000000000030531344214723100237560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Text_Font_Descriptor.xml000066400000000000000000000035341344214723100261600ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Text_Font_Italic.xml000066400000000000000000000007611344214723100252460ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Text_Font_Stretch.xml000066400000000000000000000022661344214723100254570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Text_Font_Weight.xml000066400000000000000000000025321344214723100252660ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Draw_Text_Layout.xml000066400000000000000000000035141344214723100243270ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Exception_InvalidArgumentException.xml000066400000000000000000000055071344214723100300630ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/UI_Exception_RuntimeException.xml000066400000000000000000000054671344214723100264220ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/UI_Executor.xml000066400000000000000000000042321344214723100226650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Key.xml000066400000000000000000000102771344214723100216250ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Menu.xml000066400000000000000000000045001344214723100217710ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_MenuItem.xml000066400000000000000000000024151344214723100226130ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/UI_Point.xml000066400000000000000000000050051344214723100221570ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/UI_Size.xml000066400000000000000000000050471344214723100220060ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/UI_Window.xml000066400000000000000000000160401344214723100223360ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/UnderflowException.xml000066400000000000000000000054551344214723100243260ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/UnexpectedValueException.xml000066400000000000000000000054711344214723100254600ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/V8Js.xml000066400000000000000000000052201344214723100212620ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/V8JsException.xml000066400000000000000000000105111344214723100231400ustar00rootroot00000000000000 null null null null null null null null phpdox-0.12.0/dependencies/php/classes/VarnishAdmin.xml000066400000000000000000000127001344214723100230540ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/VarnishLog.xml000066400000000000000000000156671344214723100225640ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/VarnishStat.xml000066400000000000000000000013161344214723100227400ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Volatile.xml000066400000000000000000000111431344214723100222500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Vtiful_Kernel_Excel.xml000066400000000000000000000133521344214723100243660ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Vtiful_Kernel_Format.xml000066400000000000000000000067571344214723100245710ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/WeakMap.xml000066400000000000000000000063141344214723100220220ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/WeakRef.xml000066400000000000000000000031751344214723100220230ustar00rootroot00000000000000 Acquires a strong reference on that object, virtually turning the weak reference into a strong one. Releases a previously acquired reference, potentially turning a strong reference back into a weak reference. phpdox-0.12.0/dependencies/php/classes/Worker.xml000066400000000000000000000100561344214723100217440ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/XMLDiff_Base.xml000066400000000000000000000026201344214723100226540ustar00rootroot00000000000000 Abstract diff method to be implemented by inheriting classes. Abstract merge method to be implemented by inheriting classes. phpdox-0.12.0/dependencies/php/classes/XMLDiff_DOM.xml000066400000000000000000000040561344214723100224260ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/XMLDiff_File.xml000066400000000000000000000037151344214723100226670ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/XMLDiff_Memory.xml000066400000000000000000000037251344214723100232610ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/XMLReader.xml000066400000000000000000000324331344214723100222610ustar00rootroot00000000000000 null null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/XSLTProcessor.xml000066400000000000000000000076661344214723100232020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaconf.xml000066400000000000000000000014611344214723100217120ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Action_Abstract.xml000066400000000000000000000123621344214723100243340ustar00rootroot00000000000000 null user should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute may have agruments. The value retrived from the request is not safe. you should do some filtering work before you use it. phpdox-0.12.0/dependencies/php/classes/Yaf_Application.xml000066400000000000000000000132231344214723100235340ustar00rootroot00000000000000 null null null null null null phpdox-0.12.0/dependencies/php/classes/Yaf_Bootstrap_Abstract.xml000066400000000000000000000002331344214723100250660ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Config_Abstract.xml000066400000000000000000000027511344214723100243250ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/Yaf_Config_Ini.xml000066400000000000000000000127071344214723100233030ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Config_Simple.xml000066400000000000000000000130401344214723100240040ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/Yaf_Controller_Abstract.xml000066400000000000000000000152621344214723100252440ustar00rootroot00000000000000 null null null null null null null forward current execution process to other action. this method doesn't switch to the destination action immediately, it will take place after current flow finish. phpdox-0.12.0/dependencies/php/classes/Yaf_Dispatcher.xml000066400000000000000000000237011344214723100233610ustar00rootroot00000000000000 null null null null null null null null null null null Yaf_Dispatcher will render automatically after dispatches a incoming request, you can prevent the rendering by calling this method with flag TRUE you can simply return FALSE in a action to prevent the auto-rendering of that action While the application.dispatcher.throwException is On(you can also calling to Yaf_Dispatcher::throwException(TRUE) to enable it), Yaf will throw Exception whe error occurrs instead of trigger error. disable view engine, used in some app that user will output by theirself you can simply return FALSE in a action to prevent the auto-rendering of that action This method does the heavy work of the Yaf_Dispatcher. It take a request object. Set error handler for Yaf. when application.dispatcher.throwException is off, Yaf will trigger catchable error while unexpected errors occrred. Siwtch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors. phpdox-0.12.0/dependencies/php/classes/Yaf_Exception.xml000066400000000000000000000063331344214723100232330ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_DispatchFailed.xml000066400000000000000000000011761344214723100261570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_LoadFailed.xml000066400000000000000000000011661344214723100252760ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_LoadFailed_Action.xml000066400000000000000000000012321344214723100265650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_LoadFailed_Controller.xml000066400000000000000000000012421344214723100274740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_LoadFailed_Module.xml000066400000000000000000000012321344214723100265750ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_LoadFailed_View.xml000066400000000000000000000012261344214723100262650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_RouterFailed.xml000066400000000000000000000011721344214723100256740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_StartupError.xml000066400000000000000000000011721344214723100257630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Exception_TypeError.xml000066400000000000000000000011641344214723100252430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Loader.xml000066400000000000000000000107261344214723100225040ustar00rootroot00000000000000 null null null null Register local class prefix name, Yaf_Loader search classes in two library directories, the one is configured via application.library.directory(in application.ini) which is called local libraray directory; the other is configured via yaf.library (in php.ini) which is callled global library directory, since it can be shared by many applications in the same server. phpdox-0.12.0/dependencies/php/classes/Yaf_Plugin_Abstract.xml000066400000000000000000000063761344214723100243650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Registry.xml000066400000000000000000000041461344214723100231050ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/Yaf_Request_Abstract.xml000066400000000000000000000241511344214723100245460ustar00rootroot00000000000000 null null null null null null null null null null null Set base URI, base URI is used when doing routing, in routing phase request URI is used to route a request, while base URI is used to skip the leadding part(base URI) of request URI. That is, if comes a request with request URI a/b/c, then if you set base URI to "a/b", only "/c" will be used in routing phase. generally, you don't need to set this, Yaf will determine it automatically. phpdox-0.12.0/dependencies/php/classes/Yaf_Request_Http.xml000066400000000000000000000241541344214723100237250ustar00rootroot00000000000000 Check the request whether it is a Ajax Request. This method depends on the request header: HTTP_X_REQUESTED_WITH, some Javascript library doesn't set this header while doing Ajax request phpdox-0.12.0/dependencies/php/classes/Yaf_Request_Simple.xml000066400000000000000000000230071344214723100242330ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Response_Abstract.xml000066400000000000000000000115651344214723100247210ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Yaf_Route_Map.xml000066400000000000000000000032261344214723100231660ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/Yaf_Route_Regex.xml000066400000000000000000000056431344214723100235300ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Yaf_Route_Rewrite.xml000066400000000000000000000051261344214723100240730ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Yaf_Route_Simple.xml000066400000000000000000000036311344214723100237020ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Yaf_Route_Static.xml000066400000000000000000000022741344214723100237020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yaf_Route_Supervar.xml000066400000000000000000000026351344214723100242630ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/Yaf_Session.xml000066400000000000000000000142211344214723100227130ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Yaf_View_Simple.xml000066400000000000000000000113051344214723100235130ustar00rootroot00000000000000 null null Retrieve assigned varaiable parameter can be empty since 2.1.11 phpdox-0.12.0/dependencies/php/classes/Yar_Client.xml000066400000000000000000000037021344214723100225240ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/Yar_Client_Exception.xml000066400000000000000000000042151344214723100245420ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/Yar_Concurrent_Client.xml000066400000000000000000000037401344214723100247300ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/Yar_Server.xml000066400000000000000000000020751344214723100225560ustar00rootroot00000000000000 null Start a RPC HTTP server, and ready for accpet RPC requests. Usual RPC calls will be issued as HTTP POST requests. If a HTTP GET request is issued to the uri, the service information (commented section above) will be printed on the page phpdox-0.12.0/dependencies/php/classes/Yar_Server_Exception.xml000066400000000000000000000044621344214723100245760ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/ZMQ.xml000066400000000000000000000156231344214723100211470ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZMQContext.xml000066400000000000000000000036361344214723100225150ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZMQDevice.xml000066400000000000000000000056271344214723100222720ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZMQPoll.xml000066400000000000000000000036551344214723100220000ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZMQSocket.xml000066400000000000000000000116421344214723100223150ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZipArchive.xml000066400000000000000000000403551344214723100225440ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/Zookeeper.xml000066400000000000000000000337401344214723100224430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZookeeperAuthenticationException.xml000066400000000000000000000055151344214723100272210ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ZookeeperConfig.xml000066400000000000000000000041351344214723100235650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/ZookeeperConnectionException.xml000066400000000000000000000055051344214723100263400ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ZookeeperException.xml000066400000000000000000000054371344214723100243240ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ZookeeperMarshallingException.xml000066400000000000000000000055071344214723100265040ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ZookeeperNoNodeException.xml000066400000000000000000000054751344214723100254310ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ZookeeperOperationTimeoutException.xml000066400000000000000000000055211344214723100275460ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/ZookeeperSessionException.xml000066400000000000000000000054771344214723100256740ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/chdb.xml000066400000000000000000000023171344214723100213740ustar00rootroot00000000000000 Loads a chdb file, by mapping it into memory. While some validity checks are performed on the specified file, they are mostly there to avoid the possibility of common mistakes (for example, loading a file which is not a chdb database, or that is somehow incompatible with the current system). A maliciously crafted chdb file can thus be dangerous if loaded, so chdb files should be trusted and treated with the same security protections used for PHP shared libraries. phpdox-0.12.0/dependencies/php/classes/finfo.xml000066400000000000000000000033651344214723100216010ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/lapackexception.xml000066400000000000000000000054311344214723100236460ustar00rootroot00000000000000 null null null null phpdox-0.12.0/dependencies/php/classes/libXMLError.xml000066400000000000000000000031001344214723100226240ustar00rootroot00000000000000 null null null The column where the error occurred. null null null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Collection.xml000066400000000000000000000110271344214723100255320ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_CollectionAdd.xml000066400000000000000000000007171344214723100261470ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_CollectionFind.xml000066400000000000000000000063461344214723100263430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_CollectionModify.xml000066400000000000000000000076311344214723100267100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_CollectionRemove.xml000066400000000000000000000026051344214723100267120ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_ColumnResult.xml000066400000000000000000000050641344214723100260770ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_DocResult.xml000066400000000000000000000020261344214723100253420ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Driver.xml000066400000000000000000000007151344214723100246740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Exception.xml000066400000000000000000000003261344214723100253750ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_ExecutionStatus.xml000066400000000000000000000022731344214723100266110ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Expression.xml000066400000000000000000000011561344214723100256000ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_FieldMetadata.xml000066400000000000000000000047211344214723100261260ustar00rootroot00000000000000 null null null null null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Result.xml000066400000000000000000000020461344214723100247160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_RowResult.xml000066400000000000000000000031651344214723100254110ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Schema.xml000066400000000000000000000055441344214723100246460ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Session.xml000066400000000000000000000113611344214723100250630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_SqlStatement.xml000066400000000000000000000032471344214723100260700ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_SqlStatementResult.xml000066400000000000000000000052151344214723100272640ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Statement.xml000066400000000000000000000020011344214723100253730ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Table.xml000066400000000000000000000054521344214723100244730ustar00rootroot00000000000000 null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_TableDelete.xml000066400000000000000000000037311344214723100256140ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_TableInsert.xml000066400000000000000000000014061344214723100256530ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_TableSelect.xml000066400000000000000000000064771344214723100256430ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_TableUpdate.xml000066400000000000000000000042311344214723100256300ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_Warning.xml000066400000000000000000000015041344214723100250430ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/mysql_xdevapi_XSession.xml000066400000000000000000000005371344214723100252160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/mysqli.xml000066400000000000000000000461731344214723100220220ustar00rootroot00000000000000 null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/mysqli_driver.xml000066400000000000000000000046761344214723100233770ustar00rootroot00000000000000 null null null null null null Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/mysqli_result.xml000066400000000000000000000110701344214723100234040ustar00rootroot00000000000000 null Object oriented style null Object oriented style null Object oriented style null Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/mysqli_sql_exception.xml000066400000000000000000000024601344214723100247460ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/mysqli_stmt.xml000066400000000000000000000200531344214723100230560ustar00rootroot00000000000000 null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style null Object oriented style This method constructs a new mysqli_stmt object. Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/mysqli_warning.xml000066400000000000000000000021341344214723100235340ustar00rootroot00000000000000 null null null phpdox-0.12.0/dependencies/php/classes/phdfs.xml000066400000000000000000000114071344214723100216000ustar00rootroot00000000000000 null null phpdox-0.12.0/dependencies/php/classes/php_user_filter.xml000066400000000000000000000033501344214723100236640ustar00rootroot00000000000000 null null This method is called during instantiation of the filter class object. If your filter allocates or initializes any other resources (such as a buffer), this is the place to do it. phpdox-0.12.0/dependencies/php/classes/pht_AtomicInteger.xml000066400000000000000000000041631344214723100241020ustar00rootroot00000000000000 This method will acquire the mutex lock associated with the atomic integer. The mutex lock only needs to be acquired when needing to group together multiple operations. phpdox-0.12.0/dependencies/php/classes/pht_HashTable.xml000066400000000000000000000020671344214723100232040ustar00rootroot00000000000000 This method will acquire the mutex lock associated with the hash table. The mutex lock should always be acquired when manipulating the hash table if it is being used by multiple threads. phpdox-0.12.0/dependencies/php/classes/pht_Queue.xml000066400000000000000000000037371344214723100224420ustar00rootroot00000000000000 This method will remove a value from the front of the queue (in constant time). Attempting to return the front value from an empty queue will result in an Error exception. This method will acquire the mutex lock associated with the queue. The mutex lock should always be acquired when manipulating the queue if it is being used by multiple threads. phpdox-0.12.0/dependencies/php/classes/pht_Thread.xml000066400000000000000000000037121344214723100225560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/pht_Vector.xml000066400000000000000000000105151344214723100226100ustar00rootroot00000000000000 This method deletes a value at the specified offset in the vector (in linear time). This method will acquire the mutex lock associated with the vector. The mutex lock should always be acquired when manipulating the vector if it is being used by multiple threads. This method pushes a value onto the end of a vector (in constant time). The vector will automatically be resized if it is not large enough. This method updates a value at the specified offset in the vector (in linear time). The vector will automatically be resized if it is not large enough. phpdox-0.12.0/dependencies/php/classes/streamWrapper.xml000066400000000000000000000217011344214723100233260ustar00rootroot00000000000000 null The current context, or NULL if no context was passed to the caller function. This method is called in response to closedir. This method is called in response to rewinddir. This method is called in response to mkdir. This method is called in response to rename. This method is called in response to rmdir. This method is called in response to fclose. This method is called in response to fflush and when the stream is being closed while any unflushed data has been written to it before. This method is called in response to fread and fgets. This method is called in response to fseek. This method is called in response to fwrite. This method is called in response to unlink. phpdox-0.12.0/dependencies/php/classes/tidy.xml000066400000000000000000000166711344214723100214550ustar00rootroot00000000000000 null Object oriented style (property): Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/classes/tidyNode.xml000066400000000000000000000111021344214723100222430ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.12.0/dependencies/php/classes/tokyotyrantexception.xml000066400000000000000000000060471344214723100250260ustar00rootroot00000000000000 null null null null null phpdox-0.12.0/dependencies/php/classes/wkhtmltox_Image_Converter.xml000066400000000000000000000020131344214723100256570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/wkhtmltox_PDF_Converter.xml000066400000000000000000000023741344214723100252600ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/classes/wkhtmltox_PDF_Object.xml000066400000000000000000000010711344214723100245100ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/index.xml000066400000000000000000001436341344214723100201560ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/000077500000000000000000000000001344214723100204355ustar00rootroot00000000000000phpdox-0.12.0/dependencies/php/interfaces/ArrayAccess.xml000066400000000000000000000031531344214723100233610ustar00rootroot00000000000000 Whether or not an offset exists. Returns the value at specified offset. Unsets an offset. phpdox-0.12.0/dependencies/php/interfaces/Collectable.xml000066400000000000000000000011571344214723100233740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/CommonMark_Interfaces_IVisitable.xml000066400000000000000000000010041344214723100274730ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/Countable.xml000066400000000000000000000005541344214723100230770ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/DateTimeInterface.xml000066400000000000000000000071041344214723100244760ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.12.0/dependencies/php/interfaces/Ds_Collection.xml000066400000000000000000000022441344214723100237020ustar00rootroot00000000000000 Converts the collection to an array. phpdox-0.12.0/dependencies/php/interfaces/Ds_Hashable.xml000066400000000000000000000016031344214723100233140ustar00rootroot00000000000000 Determines whether another object is equal to the current instance. Returns a scalar value to be used as the hash value of the objects. phpdox-0.12.0/dependencies/php/interfaces/Ds_Sequence.xml000066400000000000000000000211361344214723100233600ustar00rootroot00000000000000 Returns the sum of all values in the sequence. phpdox-0.12.0/dependencies/php/interfaces/Iterator.xml000066400000000000000000000026531344214723100227560ustar00rootroot00000000000000 Moves the current position to the next element. Rewinds back to the first element of the Iterator. phpdox-0.12.0/dependencies/php/interfaces/IteratorAggregate.xml000066400000000000000000000006771344214723100245710ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/JsonSerializable.xml000066400000000000000000000006301344214723100244160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoCursorInterface.xml000066400000000000000000000057601344214723100252650ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_BinaryInterface.xml000066400000000000000000000015531344214723100264160ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_Decimal128Interface.xml000066400000000000000000000007031344214723100267570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_JavascriptInterface.xml000066400000000000000000000016221344214723100272750ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_MaxKeyInterface.xml000066400000000000000000000002521344214723100263630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_MinKeyInterface.xml000066400000000000000000000002521344214723100263610ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_ObjectIdInterface.xml000066400000000000000000000013021344214723100266450ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_Persistable.xml000066400000000000000000000013761344214723100256310ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_RegexInterface.xml000066400000000000000000000016101344214723100262360ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_Serializable.xml000066400000000000000000000011411344214723100257500ustar00rootroot00000000000000 Called during serialization of the object to BSON. The method must return an array or stdClass. phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_TimestampInterface.xml000066400000000000000000000017021344214723100271310ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_Type.xml000066400000000000000000000002241344214723100242640ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_UTCDateTimeInterface.xml000066400000000000000000000013201344214723100272320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_BSON_Unserializable.xml000066400000000000000000000012521344214723100263160ustar00rootroot00000000000000 Called during unserialization of the object from BSON. The properties of the BSON array or document will be passed to the method as an array. phpdox-0.12.0/dependencies/php/interfaces/MongoDB_Driver_Exception_Exception.xml000066400000000000000000000002661344214723100300170ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_Driver_Monitoring_CommandSubscriber.xml000066400000000000000000000026561344214723100316570ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/MongoDB_Driver_Monitoring_Subscriber.xml000066400000000000000000000002721344214723100303500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/OuterIterator.xml000066400000000000000000000026161344214723100237740ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/RecursiveIterator.xml000066400000000000000000000032251344214723100246420ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/Reflector.xml000066400000000000000000000010551344214723100231050ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/SeekableIterator.xml000066400000000000000000000026701344214723100244110ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/Serializable.xml000066400000000000000000000014531344214723100235700ustar00rootroot00000000000000 Should return the string representation of the object. Called during unserialization of the object. phpdox-0.12.0/dependencies/php/interfaces/SessionHandlerInterface.xml000066400000000000000000000047321344214723100257270ustar00rootroot00000000000000 Reads the session data from the session storage, and returns the results. Called right after the session starts or when session_start is called. Please note that before this method is called SessionHandlerInterface::open is invoked. Writes the session data to the session storage. Called by session_write_close, when session_register_shutdown fails, or during a normal shutdown. Note: SessionHandlerInterface::close is called immediately after this function. phpdox-0.12.0/dependencies/php/interfaces/SessionIdInterface.xml000066400000000000000000000005741344214723100247060ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/SessionUpdateTimestampHandlerInterface.xml000066400000000000000000000015441344214723100307540ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/SplObserver.xml000066400000000000000000000007301344214723100234250ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/SplSubject.xml000066400000000000000000000017421344214723100232410ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/Throwable.xml000066400000000000000000000037251344214723100231150ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/Traversable.xml000066400000000000000000000002111344214723100234230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/Yaf_Route_Interface.xml000066400000000000000000000023131344214723100250330ustar00rootroot00000000000000 this method returns a url according to the argument info, and append query strings to the url according to the argument query. Yaf_Route_Interface::route is the only method that a custom route should implement. since of 2.3.0, there is another method should also be implemented, see Yaf_Route_Interface::assemble. phpdox-0.12.0/dependencies/php/interfaces/Yaf_Router.xml000066400000000000000000000060111344214723100232340ustar00rootroot00000000000000 null null defaultly, Yaf_Router using a Yaf_Route_Static as its defualt route. you can add new routes into router's route stack by calling this method. Get the name of the route which is effective in the route process. You should call this method after the route process finished, since before that, this method will always return NULL. phpdox-0.12.0/dependencies/php/interfaces/Yaf_View_Interface.xml000066400000000000000000000035201344214723100246500ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_BaseResult.xml000066400000000000000000000011051344214723100261720ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_CrudOperationBindable.xml000066400000000000000000000010171344214723100303220ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_CrudOperationLimitable.xml000066400000000000000000000010071344214723100305230ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_CrudOperationSkippable.xml000066400000000000000000000010061344214723100305320ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_CrudOperationSortable.xml000066400000000000000000000007701344214723100304020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_DatabaseObject.xml000066400000000000000000000014361344214723100267630ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_Executable.xml000066400000000000000000000006011344214723100262020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/mysql_xdevapi_SchemaObject.xml000066400000000000000000000007131344214723100264540ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/pht_Runnable.xml000066400000000000000000000005701344214723100236020ustar00rootroot00000000000000 phpdox-0.12.0/dependencies/php/interfaces/pht_Threaded.xml000066400000000000000000000011061344214723100235500ustar00rootroot00000000000000 phpdox-0.12.0/phive.xml000066400000000000000000000005741344214723100147400ustar00rootroot00000000000000 phpdox-0.12.0/phpcs.xml000066400000000000000000000026071344214723100147410ustar00rootroot00000000000000 Arne Blankerts' coding standard phpdox-0.12.0/phpdox000077500000000000000000000050431344214723100143270ustar00rootroot00000000000000#!/usr/bin/env php * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * * Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * * Neither the name of Arne Blankerts nor the names of contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT * NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER ORCONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * * @package phpDox * @author Arne Blankerts * @copyright Arne Blankerts , All rights reserved. * @license BSD License * @exitcodes 0 No error * 1 Execution Error * 3 Parameter Error * */ require __DIR__ . '/src/runtimecheck.php'; require __DIR__ . '/src/autoload.php'; $found = false; foreach(array(__DIR__ . '/vendor', __DIR__ . '/../..') as $vendor) { if (file_exists($vendor . '/autoload.php')) { $found = true; require $vendor . '/autoload.php'; break; } } if (!$found) { fwrite(STDERR, "The vendor directory was not found at the expected locations.\nDid you run composer install?\n\n" ); exit(1); } $factory = new TheSeer\phpDox\Factory( new \TheSeer\phpDox\FileInfo(__DIR__), new \TheSeer\phpDox\Version('0.12.0-dev') ); exit($factory->getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) )); phpdox-0.12.0/phpdox.bat000066400000000000000000000033071344214723100150720ustar00rootroot00000000000000@echo off REM phpDox REM REM Copyright (c) 2010-2013, Arne Blankerts