pax_global_header00006660000000000000000000000064132252547430014521gustar00rootroot0000000000000052 comment=48c3b0fc8b6713a6fbb9b207288a96a8dd0e8f2a phpdox-0.11.0/000077500000000000000000000000001322525474300131025ustar00rootroot00000000000000phpdox-0.11.0/.gitignore000066400000000000000000000002001322525474300150620ustar00rootroot00000000000000/.buildpath /.project /.settings /.idea /build /phpunit.xml /phpdoc /sample /vendor /tests/data/*/xml /tests/data/*/docs /tools phpdox-0.11.0/.travis.yml000066400000000000000000000012471322525474300152170ustar00rootroot00000000000000os: - linux language: php php: - 5.6 - 7.0 - 7.1 - 7.0snapshot - 7.1snapshot - master matrix: allow_failures: - php: master before_install: - composer self-update - wget https://phar.io/releases/phive.phar - wget https://phar.io/releases/phive.phar.asc - gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79 - gpg --verify phive.phar.asc phive.phar - chmod +x phive.phar - sudo mv phive.phar /usr/bin/phive install: - travis_retry composer install --no-interaction --prefer-source - phive install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C phpab phpunit@^5.7 script: ./tools/phpunit notifications: email: false phpdox-0.11.0/CHANGELOG.md000066400000000000000000000170151322525474300147170ustar00rootroot00000000000000# Changelog of phpDox ## phpDox 0.11.0 (10 January 2018) Note: This is going to be the last version that supports running under PHP 5.x ### 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.11.0/LICENSE000066400000000000000000000027551322525474300141200ustar00rootroot00000000000000phpDox Copyright (c) 2010-2015 Arne Blankerts 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.11.0/README.md000066400000000000000000000055511322525474300143670ustar00rootroot00000000000000phpDox ====== *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 5.5+ (PHP 7.x recommended) - 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.10.1 - Copyright (C) 2010 - 2017 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.10.1 - Copyright (C) 2010 - 2017 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.11.0/bootstrap/000077500000000000000000000000001322525474300151175ustar00rootroot00000000000000phpdox-0.11.0/bootstrap/backends.php000066400000000000000000000035721322525474300174110ustar00rootroot00000000000000 * 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.11.0/bootstrap/engines.php000066400000000000000000000042741322525474300172670ustar00rootroot00000000000000 * 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.11.0/bootstrap/enrichers.php000066400000000000000000000065361322525474300176240ustar00rootroot00000000000000 * 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.11.0/build.xml000066400000000000000000000132701322525474300147260ustar00rootroot00000000000000 phpdox-0.11.0/build/000077500000000000000000000000001322525474300142015ustar00rootroot00000000000000phpdox-0.11.0/build/phar/000077500000000000000000000000001322525474300151335ustar00rootroot00000000000000phpdox-0.11.0/build/phar/autoload.php.in000066400000000000000000000013511322525474300200610ustar00rootroot00000000000000#!/usr/bin/env php getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) ); exit(0); __HALT_COMPILER(); phpdox-0.11.0/build/phpab/000077500000000000000000000000001322525474300152735ustar00rootroot00000000000000phpdox-0.11.0/build/phpab/vendor.tpl000066400000000000000000000007521322525474300173150ustar00rootroot00000000000000=5.5", "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" : "^1.0", "nikic/php-parser" : "^3.1" }, "autoload": { "classmap": [ "src/" ] }, "bin" : [ "phpdox" ], "minimum-stability" : "dev", "prefer-stable" : true } phpdox-0.11.0/composer.lock000066400000000000000000000207331322525474300156100ustar00rootroot00000000000000{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "f9634ce6203e7fde86726f70226969bf", "packages": [ { "name": "nikic/php-parser", "version": "v3.1.3", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda", "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-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": "2017-12-26T14:43:21+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2017-02-26T11:10:40+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": ">=5.5", "ext-tokenizer": "*", "ext-dom": "*", "ext-xsl": "*", "ext-iconv": "*", "ext-fileinfo": "*", "ext-mbstring": "*" }, "platform-dev": [] } phpdox-0.11.0/dependencies/000077500000000000000000000000001322525474300155305ustar00rootroot00000000000000phpdox-0.11.0/dependencies/php/000077500000000000000000000000001322525474300163175ustar00rootroot00000000000000phpdox-0.11.0/dependencies/php/classes/000077500000000000000000000000001322525474300177545ustar00rootroot00000000000000phpdox-0.11.0/dependencies/php/classes/APCIterator.xml000066400000000000000000000050241322525474300226140ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/APCUIterator.xml000066400000000000000000000047061322525474300227470ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/AppendIterator.xml000066400000000000000000000077041322525474300234270ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ArithmeticError.xml000066400000000000000000000036351322525474300236100ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ArrayIterator.xml000066400000000000000000000145531322525474300232760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ArrayObject.xml000066400000000000000000000163321322525474300227100ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/AssertionError.xml000066400000000000000000000036331322525474300234640ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/BadFunctionCallException.xml000066400000000000000000000054651322525474300253570ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/BadMethodCallException.xml000066400000000000000000000055051322525474300250050ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/CURLFile.xml000066400000000000000000000053321322525474300220460ustar00rootroot00000000000000 null null null Object oriented style phpdox-0.11.0/dependencies/php/classes/CachingIterator.xml000066400000000000000000000126251322525474300235520ustar00rootroot00000000000000 Retrieve the contents of the cache. phpdox-0.11.0/dependencies/php/classes/Cairo.xml000066400000000000000000000030771322525474300215420ustar00rootroot00000000000000 Object oriented style: Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoAntialias.xml000066400000000000000000000011361322525474300233620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoContent.xml000066400000000000000000000007461322525474300230750ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoContext.xml000066400000000000000000001017451322525474300231100ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/CairoException.xml000066400000000000000000000054271322525474300234220ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/CairoExtend.xml000066400000000000000000000011011322525474300226740ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoFillRule.xml000066400000000000000000000005601322525474300231730ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoFilter.xml000066400000000000000000000014401322525474300227000ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoFontFace.xml000066400000000000000000000020011322525474300231320ustar00rootroot00000000000000 CairoFontFace class represents a particular font at a particular weight, slant, and other characteristic but no transformation or size. Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoFontOptions.xml000066400000000000000000000071341322525474300237430ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoFontSlant.xml000066400000000000000000000007361322525474300233720ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoFontType.xml000066400000000000000000000011011322525474300232150ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoFontWeight.xml000066400000000000000000000005571322525474300235410ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoFormat.xml000066400000000000000000000017061322525474300227100ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoGradientPattern.xml000066400000000000000000000067141322525474300245570ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoHintMetrics.xml000066400000000000000000000007631322525474300237130ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoHintStyle.xml000066400000000000000000000013241322525474300233770ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoImageSurface.xml000066400000000000000000000156701322525474300240200ustar00rootroot00000000000000 Creates a new CairoImageSurface form a png image file phpdox-0.11.0/dependencies/php/classes/CairoLineCap.xml000066400000000000000000000007261322525474300227740ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoLineJoin.xml000066400000000000000000000007301322525474300231630ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoLinearGradient.xml000066400000000000000000000061031322525474300243440ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoMatrix.xml000066400000000000000000000121451322525474300227230ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/CairoOperator.xml000066400000000000000000000032201322525474300232440ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoPath.xml000066400000000000000000000002011322525474300223410ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoPattern.xml000066400000000000000000000026511322525474300230750ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoPatternType.xml000066400000000000000000000011171322525474300237330ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoPdfSurface.xml000066400000000000000000000123141322525474300234770ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoPsLevel.xml000066400000000000000000000005551322525474300230330ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoPsSurface.xml000066400000000000000000000164021322525474300233520ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoRadialGradient.xml000066400000000000000000000064401322525474300243320ustar00rootroot00000000000000 Object oriented style: phpdox-0.11.0/dependencies/php/classes/CairoScaledFont.xml000066400000000000000000000064751322525474300235120ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoSolidPattern.xml000066400000000000000000000040651322525474300240710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoStatus.xml000066400000000000000000000060621322525474300227430ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoSubpixelOrder.xml000066400000000000000000000013261322525474300242450ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoSurface.xml000066400000000000000000000115011322525474300230420ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoSurfacePattern.xml000066400000000000000000000054651322525474300244140ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoSurfaceType.xml000066400000000000000000000032301322525474300237040ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoSvgSurface.xml000066400000000000000000000133551322525474300235330ustar00rootroot00000000000000 Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/CairoSvgVersion.xml000066400000000000000000000005731322525474300235660ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CairoToyFontFace.xml000066400000000000000000000003161322525474300236350ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/CallbackFilterIterator.xml000066400000000000000000000053001322525474300250500ustar00rootroot00000000000000 This method calls the callback with the current value, current key and the inner iterator. phpdox-0.11.0/dependencies/php/classes/Closure.xml000066400000000000000000000044221322525474300221140ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Collator.xml000066400000000000000000000116331322525474300222610ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Cond.xml000066400000000000000000000033651322525474300213700ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Counter.xml000066400000000000000000000046731322525474300221270ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/DOMAttr.xml000066400000000000000000000164731322525474300217630ustar00rootroot00000000000000 null null null null null This function checks if the attribute is a defined ID. phpdox-0.11.0/dependencies/php/classes/DOMCdataSection.xml000066400000000000000000000017701322525474300234040ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/DOMCharacterData.xml000066400000000000000000000176471322525474300235430ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/DOMComment.xml000066400000000000000000000170211322525474300224410ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/DOMDocument.xml000066400000000000000000000553711322525474300226270ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/DOMDocumentFragment.xml000066400000000000000000000136171322525474300243100ustar00rootroot00000000000000 Appends raw XML data to a DOMDocumentFragment. phpdox-0.11.0/dependencies/php/classes/DOMDocumentType.xml000066400000000000000000000162231322525474300234620ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/DOMElement.xml000066400000000000000000000323151322525474300224330ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/DOMEntity.xml000066400000000000000000000166751322525474300223310ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/DOMEntityReference.xml000066400000000000000000000136011322525474300241320ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/DOMException.xml000066400000000000000000000042111322525474300227720ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/DOMImplementation.xml000066400000000000000000000037361322525474300240340ustar00rootroot00000000000000 Test if the DOM implementation implements a specific feature. phpdox-0.11.0/dependencies/php/classes/DOMNamedNodeMap.xml000066400000000000000000000027601322525474300233330ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/DOMNode.xml000066400000000000000000000250501322525474300217250ustar00rootroot00000000000000 null null null null null null null null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/DOMNodeList.xml000066400000000000000000000015431322525474300225620ustar00rootroot00000000000000 null Retrieves a node specified by index within the DOMNodeList object. phpdox-0.11.0/dependencies/php/classes/DOMNotation.xml000066400000000000000000000136341322525474300226400ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/DOMProcessingInstruction.xml000066400000000000000000000145351322525474300254240ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/DOMText.xml000066400000000000000000000156101322525474300217650ustar00rootroot00000000000000 null Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings. phpdox-0.11.0/dependencies/php/classes/DOMXPath.xml000066400000000000000000000050331322525474300220630ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/DateInterval.xml000066400000000000000000000064701322525474300230670ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/DatePeriod.xml000066400000000000000000000053621322525474300225240ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style phpdox-0.11.0/dependencies/php/classes/DateTime.xml000066400000000000000000000177731322525474300222110ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/DateTimeImmutable.xml000066400000000000000000000153061322525474300240370ustar00rootroot00000000000000 Object oriented style Object oriented style phpdox-0.11.0/dependencies/php/classes/DateTimeZone.xml000066400000000000000000000101701322525474300230250ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.11.0/dependencies/php/classes/Directory.xml000066400000000000000000000030721322525474300224440ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/DirectoryIterator.xml000066400000000000000000000167161322525474300241670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/DivisionByZeroError.xml000066400000000000000000000036711322525474300244360ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/DomainException.xml000066400000000000000000000054431322525474300235720ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/Ds_Deque.xml000066400000000000000000000231561322525474300221760ustar00rootroot00000000000000 Returns the sum of all values in the deque. Converts the deque to an array. phpdox-0.11.0/dependencies/php/classes/Ds_Map.xml000066400000000000000000000303771322525474300216530ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Ds_Pair.xml000066400000000000000000000011471322525474300220220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Ds_PriorityQueue.xml000066400000000000000000000054161322525474300237600ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Ds_Queue.xml000066400000000000000000000053151322525474300222140ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Ds_Set.xml000066400000000000000000000213341322525474300216620ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Ds_Stack.xml000066400000000000000000000047061322525474300222000ustar00rootroot00000000000000 Converts the stack to an array. phpdox-0.11.0/dependencies/php/classes/Ds_Vector.xml000066400000000000000000000231721322525474300223730ustar00rootroot00000000000000 Returns the sum of all values in the vector. Converts the vector to an array. phpdox-0.11.0/dependencies/php/classes/EmptyIterator.xml000066400000000000000000000023431322525474300233100ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Error.xml000066400000000000000000000066501322525474300215760ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/ErrorException.xml000066400000000000000000000076611322525474300234600ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/Ev.xml000066400000000000000000000222251322525474300210530ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EvCheck.xml000066400000000000000000000110021322525474300220000ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/EvChild.xml000066400000000000000000000137111322525474300220170ustar00rootroot00000000000000 null null null null null null null Constructs the EvChild watcher object. phpdox-0.11.0/dependencies/php/classes/EvEmbed.xml000066400000000000000000000106121322525474300220050ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EvFork.xml000066400000000000000000000110051322525474300216670ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/EvIdle.xml000066400000000000000000000110211322525474300216410ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/EvIo.xml000066400000000000000000000130351322525474300213420ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/EvLoop.xml000066400000000000000000000341161322525474300217070ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EvPeriodic.xml000066400000000000000000000152661322525474300225410ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/EvPrepare.xml000066400000000000000000000110121322525474300223620ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/EvSignal.xml000066400000000000000000000123321322525474300222070ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/EvStat.xml000066400000000000000000000147071322525474300217150ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/EvTimer.xml000066400000000000000000000150461322525474300220570ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EvWatcher.xml000066400000000000000000000103151322525474300223660ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Event.xml000066400000000000000000000156461322525474300215730ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EventBase.xml000066400000000000000000000105641322525474300223600ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EventBuffer.xml000066400000000000000000000226131322525474300227150ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EventBufferEvent.xml000066400000000000000000000351271322525474300237230ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EventConfig.xml000066400000000000000000000037731322525474300227170ustar00rootroot00000000000000 Prevents priority inversion by limiting how many low-priority event callbacks can be invoked before checking for more high-priority events. phpdox-0.11.0/dependencies/php/classes/EventDnsBase.xml000066400000000000000000000072441322525474300230260ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/EventHttp.xml000066400000000000000000000107341322525474300224240ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/EventHttpConnection.xml000066400000000000000000000105001322525474300244330ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/EventHttpRequest.xml000066400000000000000000000204301322525474300237670ustar00rootroot00000000000000 Cancels a pending HTTP request. Initiate a reply that uses Transfer-Encoding chunked . phpdox-0.11.0/dependencies/php/classes/EventListener.xml000066400000000000000000000072061322525474300232720ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/EventSslContext.xml000066400000000000000000000062011322525474300236050ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/EventUtil.xml000066400000000000000000000126171322525474300224240ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Exception.xml000066400000000000000000000067411322525474300224440ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/FANNConnection.xml000066400000000000000000000044101322525474300232370ustar00rootroot00000000000000 null null null Sets the connection weight. phpdox-0.11.0/dependencies/php/classes/FilesystemIterator.xml000066400000000000000000000214471322525474300243440ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/FilterIterator.xml000066400000000000000000000041211322525474300234330ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/GMP.xml000066400000000000000000000002651322525474300211240ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/GearmanClient.xml000066400000000000000000000423041322525474300232120ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/GearmanException.xml000066400000000000000000000054331322525474300237340ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/GearmanJob.xml000066400000000000000000000141711322525474300225070ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/GearmanTask.xml000066400000000000000000000110311322525474300226670ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/GearmanWorker.xml000066400000000000000000000142051322525474300232440ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Gender_Gender.xml000066400000000000000000000222371322525474300231740ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Generator.xml000066400000000000000000000052401322525474300224250ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/GlobIterator.xml000066400000000000000000000046151322525474300231010ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Gmagick.xml000066400000000000000000001347001322525474300220450ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/GmagickDraw.xml000066400000000000000000000305471322525474300226670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/GmagickPixel.xml000066400000000000000000000042131322525474300230420ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HRTime_PerformanceCounter.xml000066400000000000000000000016771322525474300255220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HRTime_StopWatch.xml000066400000000000000000000052631322525474300236300ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HRTime_Unit.xml000066400000000000000000000011231322525474300226220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruAnnotation.xml000066400000000000000000000027661322525474300234430ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruDestination.xml000066400000000000000000000057511322525474300236070ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruDoc.xml000066400000000000000000000331111322525474300220220ustar00rootroot00000000000000 Loads a PNG image. phpdox-0.11.0/dependencies/php/classes/HaruEncoder.xml000066400000000000000000000023171322525474300227000ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruException.xml000066400000000000000000000036411322525474300232600ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruFont.xml000066400000000000000000000055651322525474300222370ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruImage.xml000066400000000000000000000042071322525474300223430ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruOutline.xml000066400000000000000000000014001322525474300227300ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/HaruPage.xml000066400000000000000000000723311322525474300222000ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Imagick.xml000066400000000000000000003574401322525474300220570ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/ImagickDraw.xml000066400000000000000000001255361322525474300226740ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/ImagickKernel.xml000066400000000000000000000040511322525474300232030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ImagickPixel.xml000066400000000000000000000141321322525474300230450ustar00rootroot00000000000000 Returns the color count associated with this color. phpdox-0.11.0/dependencies/php/classes/ImagickPixelIterator.xml000066400000000000000000000075111322525474300245620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/InfiniteIterator.xml000066400000000000000000000045651322525474300237670ustar00rootroot00000000000000 Moves the inner Iterator forward to its next element if there is one, otherwise rewinds the inner Iterator back to the beginning. phpdox-0.11.0/dependencies/php/classes/IntlBreakIterator.xml000066400000000000000000000224751322525474300240750ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/IntlCalendar.xml000066400000000000000000001103461322525474300230430ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/IntlChar.xml000066400000000000000000003071111322525474300222050ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/IntlCodePointBreakIterator.xml000066400000000000000000000205401322525474300256710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/IntlDateFormatter.xml000066400000000000000000000202511322525474300240660ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/IntlException.xml000066400000000000000000000054251322525474300232710ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/IntlIterator.xml000066400000000000000000000024661322525474300231260ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/IntlPartsIterator.xml000066400000000000000000000034061322525474300241330ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/IntlRuleBasedBreakIterator.xml000066400000000000000000000230261322525474300256550ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/IntlTimeZone.xml000066400000000000000000000154121322525474300230620ustar00rootroot00000000000000 Object oriented style (method): Object oriented style (method): phpdox-0.11.0/dependencies/php/classes/InvalidArgumentException.xml000066400000000000000000000054651322525474300254600ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/IteratorIterator.xml000066400000000000000000000035731322525474300240110ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Judy.xml000066400000000000000000000154331322525474300214170ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/KTaglib_ID3v2_AttachedPictureFrame.xml000066400000000000000000000104771322525474300270370ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/KTaglib_ID3v2_Frame.xml000066400000000000000000000043251322525474300240400ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/KTaglib_ID3v2_Tag.xml000066400000000000000000000045121322525474300235170ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/KTaglib_MPEG_Audioproperties.xml000066400000000000000000000044461322525474300260710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/KTaglib_MPEG_File.xml000066400000000000000000000021271322525474300235640ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/KTaglib_Tag.xml000066400000000000000000000037241322525474300226140ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Lapack.xml000066400000000000000000000056271322525474300217030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/LengthException.xml000066400000000000000000000054431322525474300236040ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/LimitIterator.xml000066400000000000000000000050021322525474300232630ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Locale.xml000066400000000000000000000167531322525474300217110ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/LogicException.xml000066400000000000000000000054271322525474300234220ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/Lua.xml000066400000000000000000000061331322525474300212220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/LuaClosure.xml000066400000000000000000000010311322525474300225470ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Memcache.xml000066400000000000000000000245721322525474300222120ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Memcached.xml000066400000000000000000000574461322525474300223640ustar00rootroot00000000000000 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 cas_token variable is provided, it will contain 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. If cas_tokens variable is provided, it is filled with the CAS token values for the found items. Unlike Memcached::get it is not possible to specify a read-through cache callback for Memcached::getMulti, because the memcache protocol does not provide information on which keys were not found in the multi-key request. 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.11.0/dependencies/php/classes/MemcachedException.xml000066400000000000000000000054551322525474300242340ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MessageFormatter.xml000066400000000000000000000101751322525474300237520ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Mongo.xml000066400000000000000000000152071322525474300215620ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoBinData.xml000066400000000000000000000035501322525474300230030ustar00rootroot00000000000000 null null Creates a new binary data object. phpdox-0.11.0/dependencies/php/classes/MongoClient.xml000066400000000000000000000207101322525474300227140ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoCode.xml000066400000000000000000000014061322525474300223510ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoCollection.xml000066400000000000000000000360621322525474300236000ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoCommandCursor.xml000066400000000000000000000104621322525474300242550ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoConnectionException.xml000066400000000000000000000003401322525474300254510ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoCursor.xml000066400000000000000000000314371322525474300227630ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoCursorException.xml000066400000000000000000000003301322525474300246260ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoCursorTimeoutException.xml000066400000000000000000000003621322525474300262020ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB.xml000066400000000000000000000312601322525474300217650ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoDBRef.xml000066400000000000000000000025421322525474300224230ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_Binary.xml000066400000000000000000000055101322525474300241110ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_Decimal128.xml000066400000000000000000000030531322525474300244560ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_Javascript.xml000066400000000000000000000041131322525474300247710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_MaxKey.xml000066400000000000000000000023141322525474300240620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_MinKey.xml000066400000000000000000000023141322525474300240600ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_ObjectID.xml000066400000000000000000000034351322525474300243140ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_Persistable.xml000066400000000000000000000013671322525474300251500ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_Regex.xml000066400000000000000000000040401322525474300237340ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_Timestamp.xml000066400000000000000000000032371322525474300246340ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_BSON_UTCDateTime.xml000066400000000000000000000035471322525474300247450ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_BulkWrite.xml000066400000000000000000000040451322525474300252710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Command.xml000066400000000000000000000007601322525474300247370ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Cursor.xml000066400000000000000000000035631322525474300246420ustar00rootroot00000000000000 Returns whether the cursor is still open on the server (i.e. the server has more results that have yet to be sent to the client). phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_CursorId.xml000066400000000000000000000011561322525474300251130ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_AuthenticationException.xml000066400000000000000000000056201322525474300322350ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_BulkWriteException.xml000066400000000000000000000066111322525474300311670ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_ConnectionException.xml000066400000000000000000000056101322525474300313540ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_ConnectionTimeoutException.xml000066400000000000000000000056261322525474300327320ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_ExecutionTimeoutException.xml000066400000000000000000000056241322525474300325740ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_InvalidArgumentException.xml000066400000000000000000000056221322525474300323510ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_LogicException.xml000066400000000000000000000055761322525474300303250ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_RuntimeException.xml000066400000000000000000000056021322525474300307010ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_SSLConnectionException.xml000066400000000000000000000056161322525474300317440ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_UnexpectedValueException.xml000066400000000000000000000056221322525474300323610ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Exception_WriteException.xml000066400000000000000000000066671322525474300303640ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Manager.xml000066400000000000000000000101041322525474300247240ustar00rootroot00000000000000 Executes one or more write operations on the primary server. Returns an array of MongoDB\Driver\Server instances to which this manager is connected. Selects a MongoDB\Driver\Server matching readPreference. This may be used to preselect a server in order to perform version checking before executing an operation. phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Query.xml000066400000000000000000000011161322525474300244620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_ReadConcern.xml000066400000000000000000000026621322525474300255470ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_ReadPreference.xml000066400000000000000000000051241322525474300262320ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_Server.xml000066400000000000000000000137001322525474300246250ustar00rootroot00000000000000 Executes one or more write operations on this server. Executes command on this server. Executes query on this server. phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_WriteConcern.xml000066400000000000000000000035731322525474300257700ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_WriteConcernError.xml000066400000000000000000000016161322525474300267760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_WriteError.xml000066400000000000000000000021661322525474300254670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDB_Driver_WriteResult.xml000066400000000000000000000052701322525474300256530ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDate.xml000066400000000000000000000024431322525474300223560ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/MongoDeleteBatch.xml000066400000000000000000000023111322525474300236370ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoDuplicateKeyException.xml000066400000000000000000000024701322525474300257430ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoException.xml000066400000000000000000000003021322525474300234270ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoExecutionTimeoutException.xml000066400000000000000000000021401322525474300266640ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoGridFS.xml000066400000000000000000000126621322525474300226230ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoGridFSCursor.xml000066400000000000000000000034221322525474300240130ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/MongoGridFSException.xml000066400000000000000000000003301322525474300244670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoGridFSFile.xml000066400000000000000000000045701322525474300234220ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoId.xml000066400000000000000000000052651322525474300220420ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoInsertBatch.xml000066400000000000000000000023111322525474300237010ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoInt32.xml000066400000000000000000000016101322525474300223730ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/MongoInt64.xml000066400000000000000000000016101322525474300224000ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/MongoLog.xml000066400000000000000000000072531322525474300222260ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/MongoMaxKey.xml000066400000000000000000000002051322525474300226710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoMinKey.xml000066400000000000000000000002051322525474300226670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoPool.xml000066400000000000000000000016261322525474300224140ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoProtocolException.xml000066400000000000000000000021201322525474300251510ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MongoRegex.xml000066400000000000000000000020011322525474300225410ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/MongoResultException.xml000066400000000000000000000027761322525474300246470ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/MongoTimestamp.xml000066400000000000000000000020731322525474300234430ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/MongoUpdateBatch.xml000066400000000000000000000023111322525474300236570ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/MongoWriteBatch.xml000066400000000000000000000033721322525474300235370ustar00rootroot00000000000000 Constructs a new MongoWriteBatch. Adds a write operation to the batch. phpdox-0.11.0/dependencies/php/classes/MongoWriteConcernException.xml000066400000000000000000000030071322525474300257570ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/MultipleIterator.xml000066400000000000000000000076071322525474300240150ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Mutex.xml000066400000000000000000000034161322525474300216040ustar00rootroot00000000000000 Attempt to lock the Mutex for the caller. phpdox-0.11.0/dependencies/php/classes/MysqlndUhConnection.xml000066400000000000000000000535171322525474300244550ustar00rootroot00000000000000 Closes a previously opened database connection. Initialize mysqlnd connection. This is an mysqlnd internal call to initialize the connection object. phpdox-0.11.0/dependencies/php/classes/MysqlndUhPreparedStatement.xml000066400000000000000000000022311322525474300257700ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/NoRewindIterator.xml000066400000000000000000000064641322525474300237470ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Normalizer.xml000066400000000000000000000021111322525474300226130ustar00rootroot00000000000000 Object oriented style Object oriented style phpdox-0.11.0/dependencies/php/classes/NumberFormatter.xml000066400000000000000000000150551322525474300236200ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/OAuth.xml000066400000000000000000000222011322525474300215130ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/OAuthException.xml000066400000000000000000000062321322525474300234000ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/OAuthProvider.xml000066400000000000000000000125741322525474300232420ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/OCI-Collection.xml000066400000000000000000000045661322525474300232140ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/OCI-Lob.xml000066400000000000000000000144771322525474300216370ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/OutOfBoundsException.xml000066400000000000000000000054611322525474300245720ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/OutOfRangeException.xml000066400000000000000000000054531322525474300243750ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/OverflowException.xml000066400000000000000000000054531322525474300241670ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/PDO.xml000066400000000000000000000221431322525474300211220ustar00rootroot00000000000000 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 SQL statement can contain zero or more named (:name) or question mark (?) parameter markers for which real values will be substituted when the statement is executed. You cannot use both named and question mark parameter markers within the same SQL statement; pick 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.11.0/dependencies/php/classes/PDOException.xml000066400000000000000000000064211322525474300230020ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/PDOStatement.xml000066400000000000000000000244371322525474300230170ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/ParentIterator.xml000066400000000000000000000033201322525474300234370ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ParseError.xml000066400000000000000000000036231322525474300225660ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Phar.xml000066400000000000000000000635461322525474300214060ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/PharData.xml000066400000000000000000000651711322525474300221740ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/PharException.xml000066400000000000000000000054251322525474300232550ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/PharFileInfo.xml000066400000000000000000000154351322525474300230140ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Pool.xml000066400000000000000000000065601322525474300214160ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/QuickHashIntHash.xml000066400000000000000000000131341322525474300236370ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/QuickHashIntSet.xml000066400000000000000000000074761322525474300235230ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/QuickHashIntStringHash.xml000066400000000000000000000135171322525474300250330ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/QuickHashStringIntHash.xml000066400000000000000000000135351322525474300250330ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/RRDCreator.xml000066400000000000000000000027541322525474300224550ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RRDGraph.xml000066400000000000000000000024561322525474300221160ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RRDUpdater.xml000066400000000000000000000015301322525474300224510ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RangeException.xml000066400000000000000000000054451322525474300234210ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/RarArchive.xml000066400000000000000000000064321322525474300225310ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/RarEntry.xml000066400000000000000000000221161322525474300222460ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/RarException.xml000066400000000000000000000053661322525474300231130ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/RecursiveArrayIterator.xml000066400000000000000000000150321322525474300251570ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RecursiveCachingIterator.xml000066400000000000000000000120741322525474300254400ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RecursiveCallbackFilterIterator.xml000066400000000000000000000030031322525474300267360ustar00rootroot00000000000000 Fetches the filtered children of the inner iterator. phpdox-0.11.0/dependencies/php/classes/RecursiveDirectoryIterator.xml000066400000000000000000000076141322525474300260540ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RecursiveFilterIterator.xml000066400000000000000000000054211322525474300253270ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RecursiveIteratorIterator.xml000066400000000000000000000124051322525474300256730ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RecursiveRegexIterator.xml000066400000000000000000000070751322525474300251630ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/RecursiveTreeIterator.xml000066400000000000000000000223051322525474300250010ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Reflection.xml000066400000000000000000000015151322525474300225720ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ReflectionClass.xml000066400000000000000000000341121322525474300235570ustar00rootroot00000000000000 null Gets default properties from a class (including inherited properties). phpdox-0.11.0/dependencies/php/classes/ReflectionException.xml000066400000000000000000000054411322525474300244530ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/ReflectionExtension.xml000066400000000000000000000076061322525474300244760ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/ReflectionFunction.xml000066400000000000000000000177271322525474300243140ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/ReflectionFunctionAbstract.xml000066400000000000000000000147171322525474300257740ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/ReflectionGenerator.xml000066400000000000000000000040421322525474300244370ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ReflectionMethod.xml000066400000000000000000000272771322525474300237500ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/ReflectionObject.xml000066400000000000000000000322451322525474300237250ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/ReflectionParameter.xml000066400000000000000000000135441322525474300244400ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/ReflectionProperty.xml000066400000000000000000000126471322525474300243470ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/ReflectionType.xml000066400000000000000000000014471322525474300234400ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ReflectionZendExtension.xml000066400000000000000000000050141322525474300253060ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/RegexIterator.xml000066400000000000000000000120471322525474300232660ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ResourceBundle.xml000066400000000000000000000053631322525474300234260ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/RuntimeException.xml000066400000000000000000000054331322525474300240050ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/SNMP.xml000066400000000000000000000173311322525474300212600ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SNMPException.xml000066400000000000000000000060361322525474300231370ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/SQLite3.xml000066400000000000000000000171771322525474300217370ustar00rootroot00000000000000 Returns a string that has been properly escaped for safe inclusion in an SQL statement. phpdox-0.11.0/dependencies/php/classes/SQLite3Result.xml000066400000000000000000000034641322525474300231300ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SQLite3Stmt.xml000066400000000000000000000051151322525474300225740ustar00rootroot00000000000000 Executes a prepared statement and returns a result set object. phpdox-0.11.0/dependencies/php/classes/SVM.xml000066400000000000000000000102021322525474300211360ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SVMModel.xml000066400000000000000000000056321322525474300221320ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFAction.xml000066400000000000000000000006571322525474300223030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFBitmap.xml000066400000000000000000000016611322525474300222760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFButton.xml000066400000000000000000000065121322525474300223350ustar00rootroot00000000000000 Sets the action to be performed when the button is clicked. phpdox-0.11.0/dependencies/php/classes/SWFDisplayItem.xml000066400000000000000000000205221322525474300233030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFFill.xml000066400000000000000000000033061322525474300217460ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFFont.xml000066400000000000000000000042561322525474300217730ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SWFFontChar.xml000066400000000000000000000013511322525474300225620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFGradient.xml000066400000000000000000000023241322525474300226140ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SWFMorph.xml000066400000000000000000000014721322525474300221470ustar00rootroot00000000000000 Creates a new SWFMorph object. phpdox-0.11.0/dependencies/php/classes/SWFMovie.xml000066400000000000000000000150101322525474300221320ustar00rootroot00000000000000 Dumps the SWFMovie. Sets the background color. Sets the frame rate to the specified rate. Streams the given MP3 file mp3file. phpdox-0.11.0/dependencies/php/classes/SWFPrebuiltClip.xml000066400000000000000000000007201322525474300234530ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFShape.xml000066400000000000000000000207251322525474300221240ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SWFSound.xml000066400000000000000000000010221322525474300221410ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFSoundInstance.xml000066400000000000000000000021131322525474300236300ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFSprite.xml000066400000000000000000000045511322525474300223310ustar00rootroot00000000000000 swfsprite::add adds a swfshape, a swfbutton, a swftext, a swfaction or a swfsprite object. phpdox-0.11.0/dependencies/php/classes/SWFText.xml000066400000000000000000000101451322525474300220030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SWFTextField.xml000066400000000000000000000124231322525474300227500ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SWFVideoStream.xml000066400000000000000000000017661322525474300233120ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SessionHandler.xml000066400000000000000000000071031322525474300234200ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SimpleXMLElement.xml000066400000000000000000000122641322525474300236270ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SimpleXMLIterator.xml000066400000000000000000000143041322525474300240240ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SoapClient.xml000066400000000000000000000142211322525474300225370ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SoapFault.xml000066400000000000000000000106221322525474300223750ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/SoapHeader.xml000066400000000000000000000026261322525474300225170ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SoapParam.xml000066400000000000000000000015751322525474300223710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SoapServer.xml000066400000000000000000000105171322525474300225730ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SoapVar.xml000066400000000000000000000030571322525474300220560ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrClient.xml000066400000000000000000000220721322525474300225570ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrClientException.xml000066400000000000000000000077561322525474300244520ustar00rootroot00000000000000 null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrCollapseFunction.xml000066400000000000000000000107021322525474300246060ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrDisMaxQuery.xml000066400000000000000000001766571322525474300235770ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SolrDocument.xml000066400000000000000000000242301322525474300231150ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrDocumentField.xml000066400000000000000000000023261322525474300240630ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/SolrException.xml000066400000000000000000000074161322525474300233040ustar00rootroot00000000000000 null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrGenericResponse.xml000066400000000000000000000134011322525474300244300ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrIllegalArgumentException.xml000066400000000000000000000100001322525474300262600ustar00rootroot00000000000000 null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrIllegalOperationException.xml000066400000000000000000000100021322525474300264400ustar00rootroot00000000000000 null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrInputDocument.xml000066400000000000000000000172221322525474300241400ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrMissingMandatoryParameterException.xml000066400000000000000000000074151322525474300303550ustar00rootroot00000000000000 null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrModifiableParams.xml000066400000000000000000000073561322525474300245500ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrObject.xml000066400000000000000000000043131322525474300225450ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrParams.xml000066400000000000000000000073031322525474300225640ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrPingResponse.xml000066400000000000000000000065761322525474300237700ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SolrQuery.xml000066400000000000000000001771621322525474300224610ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SolrQueryResponse.xml000066400000000000000000000133711322525474300241670ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrResponse.xml000066400000000000000000000127451322525474300231450ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrServerException.xml000066400000000000000000000077561322525474300245020ustar00rootroot00000000000000 null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrUpdateResponse.xml000066400000000000000000000133751322525474300243100ustar00rootroot00000000000000 null null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/SolrUtils.xml000066400000000000000000000030171322525474300224370ustar00rootroot00000000000000 Lucene supports escaping special characters that are part of the query syntax. phpdox-0.11.0/dependencies/php/classes/SphinxClient.xml000066400000000000000000000324171322525474300231150ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SplBool.xml000066400000000000000000000014651322525474300220560ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplDoublyLinkedList.xml000066400000000000000000000153541322525474300244060ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplEnum.xml000066400000000000000000000020031322525474300220540ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplFileInfo.xml000066400000000000000000000167251322525474300226630ustar00rootroot00000000000000 Gets the target of a filesystem link. phpdox-0.11.0/dependencies/php/classes/SplFileObject.xml000066400000000000000000000401061322525474300231640ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SplFixedArray.xml000066400000000000000000000110471322525474300232160ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplFloat.xml000066400000000000000000000012421322525474300222210ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplHeap.xml000066400000000000000000000070461322525474300220410ustar00rootroot00000000000000 Compare value1 with value2. phpdox-0.11.0/dependencies/php/classes/SplInt.xml000066400000000000000000000012401322525474300217040ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplMaxHeap.xml000066400000000000000000000063241322525474300225050ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplMinHeap.xml000066400000000000000000000063241322525474300225030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplObjectStorage.xml000066400000000000000000000155621322525474300237210ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SplPriorityQueue.xml000066400000000000000000000076671322525474300240230ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplQueue.xml000066400000000000000000000155021322525474300222440ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/SplStack.xml000066400000000000000000000143371322525474300222320ustar00rootroot00000000000000 This constructs a new empty stack. This method automatically sets the iterator mode to SplDoublyLinkedList::IT_MODE_LIFO. phpdox-0.11.0/dependencies/php/classes/SplString.xml000066400000000000000000000012461322525474300224260ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplTempFileObject.xml000066400000000000000000000206131322525474300240130ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SplType.xml000066400000000000000000000012271322525474300221000ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Spoofchecker.xml000066400000000000000000000052641322525474300231200ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Stomp.xml000066400000000000000000000140411322525474300216000ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/StompException.xml000066400000000000000000000042001322525474300234530ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/StompFrame.xml000066400000000000000000000021541322525474300225550ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/SyncEvent.xml000066400000000000000000000025631322525474300224220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SyncMutex.xml000066400000000000000000000020621322525474300224350ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SyncReaderWriter.xml000066400000000000000000000031641322525474300237360ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SyncSemaphore.xml000066400000000000000000000024631322525474300232630ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/SyncSharedMemory.xml000066400000000000000000000035641322525474300237420ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Thread.xml000066400000000000000000000157401322525474300217140ustar00rootroot00000000000000 Detaches the referenced Thread from the calling context, dangerous! Forces the referenced Thread to terminate phpdox-0.11.0/dependencies/php/classes/Threaded.xml000066400000000000000000000113161322525474300222200ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/TokyoTyrant.xml000066400000000000000000000320331322525474300230060ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/TokyoTyrantIterator.xml000066400000000000000000000225061322525474300245240ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/TokyoTyrantQuery.xml000066400000000000000000000100251322525474300240310ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/TokyoTyrantTable.xml000066400000000000000000000276741322525474300237750ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Transliterator.xml000066400000000000000000000063051322525474300235170ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/TypeError.xml000066400000000000000000000036211322525474300224330ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UConverter.xml000066400000000000000000000256311322525474300226010ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Area.xml000066400000000000000000000124161322525474300217470ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Control.xml000066400000000000000000000045131322525474300225160ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Box.xml000066400000000000000000000106121322525474300235060ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/UI_Controls_Button.xml000066400000000000000000000063131322525474300242340ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Check.xml000066400000000000000000000073251322525474300240020ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_ColorButton.xml000066400000000000000000000063531322525474300252370ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Combo.xml000066400000000000000000000063471322525474300240270ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_EditableCombo.xml000066400000000000000000000063031322525474300254510ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Entry.xml000066400000000000000000000100601322525474300240540ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Form.xml000066400000000000000000000073321322525474300236660ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/UI_Controls_Grid.xml000066400000000000000000000115351322525474300236500ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/UI_Controls_Group.xml000066400000000000000000000100241322525474300240470ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/UI_Controls_Label.xml000066400000000000000000000057651322525474300240120ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_MultilineEntry.xml000066400000000000000000000103731322525474300257460ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Picker.xml000066400000000000000000000055441322525474300242030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Progress.xml000066400000000000000000000053271322525474300245710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Radio.xml000066400000000000000000000063471322525474300240260ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Separator.xml000066400000000000000000000054101322525474300247160ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Slider.xml000066400000000000000000000065211322525474300242040ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Spin.xml000066400000000000000000000065071322525474300236770ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Controls_Tab.xml000066400000000000000000000107401322525474300234660ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/UI_Draw_Brush.xml000066400000000000000000000031351322525474300231350ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Brush_Gradient.xml000066400000000000000000000061671322525474300247620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Brush_LinearGradient.xml000066400000000000000000000052771322525474300261160ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Brush_RadialGradient.xml000066400000000000000000000054451322525474300260750ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Color.xml000066400000000000000000000052471322525474300231360ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/UI_Draw_Line_Cap.xml000066400000000000000000000007331322525474300235250ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Line_Join.xml000066400000000000000000000007351322525474300237230ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Matrix.xml000066400000000000000000000045561322525474300233260ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Path.xml000066400000000000000000000107621322525474300227520ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Pen.xml000066400000000000000000000103531322525474300225740ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Stroke.xml000066400000000000000000000054331322525474300233240ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Text_Font.xml000066400000000000000000000030541322525474300237640ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Text_Font_Descriptor.xml000066400000000000000000000036261322525474300261670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Text_Font_Italic.xml000066400000000000000000000007621322525474300252540ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Text_Font_Stretch.xml000066400000000000000000000022671322525474300254650ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Text_Font_Weight.xml000066400000000000000000000025331322525474300252740ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Draw_Text_Layout.xml000066400000000000000000000036541322525474300243410ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Exception_InvalidArgumentException.xml000066400000000000000000000055101322525474300300620ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/UI_Exception_RuntimeException.xml000066400000000000000000000054701322525474300264210ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/UI_Executor.xml000066400000000000000000000044151322525474300226750ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Key.xml000066400000000000000000000103001322525474300216150ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Menu.xml000066400000000000000000000045011322525474300217770ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_MenuItem.xml000066400000000000000000000024211322525474300226150ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/UI_Point.xml000066400000000000000000000050061322525474300221650ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/UI_Size.xml000066400000000000000000000050501322525474300220050ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/UI_Window.xml000066400000000000000000000160551322525474300223510ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/UnderflowException.xml000066400000000000000000000054551322525474300243330ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/UnexpectedValueException.xml000066400000000000000000000054711322525474300254650ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/V8Js.xml000066400000000000000000000052201322525474300212670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/V8JsException.xml000066400000000000000000000105111322525474300231450ustar00rootroot00000000000000 null null null null null null null null phpdox-0.11.0/dependencies/php/classes/VarnishAdmin.xml000066400000000000000000000127001322525474300230610ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/VarnishLog.xml000066400000000000000000000156671322525474300225710ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/VarnishStat.xml000066400000000000000000000013161322525474300227450ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/WeakMap.xml000066400000000000000000000063151322525474300220300ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/WeakRef.xml000066400000000000000000000031751322525474300220300ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Worker.xml000066400000000000000000000101341322525474300217460ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/XMLDiff_Base.xml000066400000000000000000000026211322525474300226620ustar00rootroot00000000000000 Abstract diff method to be implemented by inheriting classes. Abstract merge method to be implemented by inheriting classes. phpdox-0.11.0/dependencies/php/classes/XMLDiff_DOM.xml000066400000000000000000000040571322525474300224340ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/XMLDiff_File.xml000066400000000000000000000037161322525474300226750ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/XMLDiff_Memory.xml000066400000000000000000000037261322525474300232670ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/XMLReader.xml000066400000000000000000000324331322525474300222660ustar00rootroot00000000000000 null null null null null null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/XSLTProcessor.xml000066400000000000000000000076661322525474300232070ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Action_Abstract.xml000066400000000000000000000123601322525474300243370ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yaf_Application.xml000066400000000000000000000132221322525474300235400ustar00rootroot00000000000000 null null null null null null phpdox-0.11.0/dependencies/php/classes/Yaf_Bootstrap_Abstract.xml000066400000000000000000000002331322525474300250730ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Config_Abstract.xml000066400000000000000000000027511322525474300243320ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/Yaf_Config_Ini.xml000066400000000000000000000126021322525474300233020ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Config_Simple.xml000066400000000000000000000130401322525474300240110ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/Yaf_Controller_Abstract.xml000066400000000000000000000152601322525474300252470ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yaf_Dispatcher.xml000066400000000000000000000237011322525474300233660ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yaf_Exception.xml000066400000000000000000000063331322525474300232400ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_DispatchFailed.xml000066400000000000000000000011761322525474300261640ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_LoadFailed.xml000066400000000000000000000011661322525474300253030ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_LoadFailed_Action.xml000066400000000000000000000012321322525474300265720ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_LoadFailed_Controller.xml000066400000000000000000000012421322525474300275010ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_LoadFailed_Module.xml000066400000000000000000000012321322525474300266020ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_LoadFailed_View.xml000066400000000000000000000012261322525474300262720ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_RouterFailed.xml000066400000000000000000000011721322525474300257010ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_StartupError.xml000066400000000000000000000011721322525474300257700ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Exception_TypeError.xml000066400000000000000000000011641322525474300252500ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Loader.xml000066400000000000000000000107261322525474300225110ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yaf_Plugin_Abstract.xml000066400000000000000000000064041322525474300243620ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Registry.xml000066400000000000000000000041461322525474300231120ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/Yaf_Request_Abstract.xml000066400000000000000000000236431322525474300245600ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yaf_Request_Http.xml000066400000000000000000000235601322525474300237320ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yaf_Request_Simple.xml000066400000000000000000000227741322525474300242520ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Response_Abstract.xml000066400000000000000000000111351322525474300247170ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/Yaf_Route_Map.xml000066400000000000000000000032261322525474300231730ustar00rootroot00000000000000 null null phpdox-0.11.0/dependencies/php/classes/Yaf_Route_Regex.xml000066400000000000000000000056431322525474300235350ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/Yaf_Route_Rewrite.xml000066400000000000000000000051261322525474300241000ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/Yaf_Route_Simple.xml000066400000000000000000000036311322525474300237070ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/Yaf_Route_Static.xml000066400000000000000000000022741322525474300237070ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yaf_Route_Supervar.xml000066400000000000000000000026351322525474300242700ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/Yaf_Session.xml000066400000000000000000000142211322525474300227200ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/Yaf_View_Simple.xml000066400000000000000000000113051322525474300235200ustar00rootroot00000000000000 null null Retrieve assigned varaiable parameter can be empty since 2.1.11 phpdox-0.11.0/dependencies/php/classes/Yar_Client.xml000066400000000000000000000035611322525474300225340ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/Yar_Client_Exception.xml000066400000000000000000000042051322525474300245460ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/Yar_Concurrent_Client.xml000066400000000000000000000034351322525474300247360ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/Yar_Server.xml000066400000000000000000000021001322525474300225500ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/Yar_Server_Exception.xml000066400000000000000000000044541322525474300246040ustar00rootroot00000000000000 null phpdox-0.11.0/dependencies/php/classes/ZMQ.xml000066400000000000000000000156231322525474300211540ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ZMQContext.xml000066400000000000000000000037351322525474300225220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ZMQDevice.xml000066400000000000000000000057431322525474300222760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ZMQPoll.xml000066400000000000000000000037361322525474300220050ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ZMQSocket.xml000066400000000000000000000120171322525474300223170ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/ZipArchive.xml000066400000000000000000000377301322525474300225540ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/Zookeeper.xml000066400000000000000000000222601322525474300224430ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/chdb.xml000066400000000000000000000023171322525474300214010ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/finfo.xml000066400000000000000000000033651322525474300216060ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/classes/lapackexception.xml000066400000000000000000000054311322525474300236530ustar00rootroot00000000000000 null null null null phpdox-0.11.0/dependencies/php/classes/libXMLError.xml000066400000000000000000000031001322525474300226310ustar00rootroot00000000000000 null null null The column where the error occurred. null null null phpdox-0.11.0/dependencies/php/classes/mysqli.xml000066400000000000000000000436111322525474300220210ustar00rootroot00000000000000 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 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 phpdox-0.11.0/dependencies/php/classes/mysqli_driver.xml000066400000000000000000000047161322525474300233770ustar00rootroot00000000000000 null null null null null null Object oriented style Object oriented style phpdox-0.11.0/dependencies/php/classes/mysqli_result.xml000066400000000000000000000110701322525474300234110ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/mysqli_sql_exception.xml000066400000000000000000000024601322525474300247530ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/classes/mysqli_stmt.xml000066400000000000000000000174501322525474300230720ustar00rootroot00000000000000 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 phpdox-0.11.0/dependencies/php/classes/mysqli_warning.xml000066400000000000000000000021341322525474300235410ustar00rootroot00000000000000 null null null phpdox-0.11.0/dependencies/php/classes/php_user_filter.xml000066400000000000000000000033501322525474300236710ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/streamWrapper.xml000066400000000000000000000217011322525474300233330ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/tidy.xml000066400000000000000000000160511322525474300214520ustar00rootroot00000000000000 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.11.0/dependencies/php/classes/tidyNode.xml000066400000000000000000000077461322525474300222730ustar00rootroot00000000000000 null null null null null null null null null phpdox-0.11.0/dependencies/php/classes/tokyotyrantexception.xml000066400000000000000000000060471322525474300250330ustar00rootroot00000000000000 null null null null null phpdox-0.11.0/dependencies/php/index.xml000066400000000000000000001146361322525474300201630ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/000077500000000000000000000000001322525474300204425ustar00rootroot00000000000000phpdox-0.11.0/dependencies/php/interfaces/ArrayAccess.xml000066400000000000000000000031561322525474300233710ustar00rootroot00000000000000 Whether or not an offset exists. Returns the value at specified offset. Unsets an offset. phpdox-0.11.0/dependencies/php/interfaces/Collectable.xml000066400000000000000000000012341322525474300233750ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/Countable.xml000066400000000000000000000005541322525474300231040ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/DateTimeInterface.xml000066400000000000000000000037521322525474300245100ustar00rootroot00000000000000 Object oriented style Object oriented style Object oriented style Object oriented style Object oriented style phpdox-0.11.0/dependencies/php/interfaces/Ds_Collection.xml000066400000000000000000000022501322525474300237040ustar00rootroot00000000000000 Converts the collection to an array. phpdox-0.11.0/dependencies/php/interfaces/Ds_Hashable.xml000066400000000000000000000016061322525474300233240ustar00rootroot00000000000000 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.11.0/dependencies/php/interfaces/Ds_Sequence.xml000066400000000000000000000211721322525474300233650ustar00rootroot00000000000000 Returns the sum of all values in the sequence. phpdox-0.11.0/dependencies/php/interfaces/Iterator.xml000066400000000000000000000026561322525474300227660ustar00rootroot00000000000000 Moves the current position to the next element. Rewinds back to the first element of the Iterator. phpdox-0.11.0/dependencies/php/interfaces/IteratorAggregate.xml000066400000000000000000000006771322525474300245760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/JsonSerializable.xml000066400000000000000000000006301322525474300244230ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/MongoCursorInterface.xml000066400000000000000000000057641322525474300252760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/MongoDB_BSON_Serializable.xml000066400000000000000000000011421322525474300257560ustar00rootroot00000000000000 Called during serialization of the object to BSON. The method must return an array or stdClass. phpdox-0.11.0/dependencies/php/interfaces/MongoDB_BSON_Type.xml000066400000000000000000000002251322525474300242720ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/MongoDB_BSON_Unserializable.xml000066400000000000000000000012531322525474300263240ustar00rootroot00000000000000 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.11.0/dependencies/php/interfaces/MongoDB_Driver_Exception_Exception.xml000066400000000000000000000002671322525474300300250ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/OuterIterator.xml000066400000000000000000000026221322525474300237760ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/RecursiveIterator.xml000066400000000000000000000032311322525474300246440ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/Reflector.xml000066400000000000000000000010551322525474300231120ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/SeekableIterator.xml000066400000000000000000000026731322525474300244210ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/Serializable.xml000066400000000000000000000014531322525474300235750ustar00rootroot00000000000000 Should return the string representation of the object. Called during unserialization of the object. phpdox-0.11.0/dependencies/php/interfaces/SessionHandlerInterface.xml000066400000000000000000000047331322525474300257350ustar00rootroot00000000000000 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.11.0/dependencies/php/interfaces/SplObserver.xml000066400000000000000000000007301322525474300234320ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/SplSubject.xml000066400000000000000000000017421322525474300232460ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/Throwable.xml000066400000000000000000000037251322525474300231220ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/Traversable.xml000066400000000000000000000002111322525474300234300ustar00rootroot00000000000000 phpdox-0.11.0/dependencies/php/interfaces/Yaf_Route_Interface.xml000066400000000000000000000023131322525474300250400ustar00rootroot00000000000000 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.11.0/dependencies/php/interfaces/Yaf_Router.xml000066400000000000000000000060111322525474300232410ustar00rootroot00000000000000 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.11.0/dependencies/php/interfaces/Yaf_View_Interface.xml000066400000000000000000000035201322525474300246550ustar00rootroot00000000000000 phpdox-0.11.0/phive.xml000066400000000000000000000005251322525474300147410ustar00rootroot00000000000000 phpdox-0.11.0/phpcs.xml000066400000000000000000000026071322525474300147460ustar00rootroot00000000000000 Arne Blankerts' coding standard phpdox-0.11.0/phpdox000077500000000000000000000050421322525474300143330ustar00rootroot00000000000000#!/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.11.0-dev') ); exit($factory->getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) )); phpdox-0.11.0/phpdox.bat000066400000000000000000000033071322525474300150770ustar00rootroot00000000000000@echo off REM phpDox REM REM Copyright (c) 2010-2013, Arne Blankerts