/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | Serializer.php | 65 * @param DocBlock $docblock The DocBlock to serialize. 69 public function getDocComment(DocBlock $docblock) argument 80 $this->getSummaryAndDescriptionTextBlock($docblock, $wrapLength) 90 $comment = $this->addTagBlock($docblock, $wrapLength, $indent, $comment); 117 * @param DocBlock $docblock 121 private function getSummaryAndDescriptionTextBlock(DocBlock $docblock, $wrapLength) argument 123 …$text = $docblock->getSummary() . ((string)$docblock->getDescription() ? "\n\n" . $docblock->getDe… 134 * @param DocBlock $docblock 140 private function addTagBlock(DocBlock $docblock, $wrapLength, $indent, $comment) argument 142 foreach ($docblock->getTags() as $tag) {
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/ |
H A D | DocBlockFactory.php | 66 …* @param object|string $docblock A string containing the DocBlock to parse or an object supporting… 73 public function create($docblock, Types\Context $context = null, Location $location = null) argument 75 if (is_object($docblock)) { 76 if (!method_exists($docblock, 'getDocComment')) { 81 $docblock = $docblock->getDocComment(); 84 Assert::stringNotEmpty($docblock); 90 $parts = $this->splitDocBlock($this->stripDocComment($docblock));
|
H A D | DocBlockFactoryInterface.php | 16 * @param string $docblock 22 public function create($docblock, Types\Context $context = null, Location $location = null); argument
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/ |
H A D | README.md | 17 composer require phpdocumentor/reflection-docblock 47 $docblock = $factory->create($docComment); 55 $summary = $docblock->getSummary(); 58 $description = $docblock->getDescription(); 61 $description = (string) $docblock->getDescription(); 64 $description = $docblock->getDescription()->render();
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | custom.rst | 5 in the AnnotationRegistry. Annotation classes have to contain a class-level docblock with the text … 59 - ``CLASS`` Allowed in the class docblock 60 - ``PROPERTY`` Allowed in the property docblock 61 - ``METHOD`` Allowed in the method docblock 62 - ``ALL`` Allowed in the class, property and method docblock 295 from a class, property or method docblock:
|
H A D | annotations.rst | 5 maps docblock annotations to PHP classes. Because not all docblock annotations are used 40 In this snippet you can see a variety of different docblock annotations: 76 be thrown during the parsing of the docblock of ``MyProject\Entities\User#id``.
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 584 * @param string $docblock 588 private static function parseAnnotations($docblock) argument 592 $docblock = substr($docblock, 3, -2); 594 …g_match_all('/@(?P<name>[A-Za-z_-]+)(?:[ \t]+(?P<value>.*?))?[ \t]*\r?$/m', $docblock, $matches)) {
|
/plugin/authgooglesheets/vendor/psr/cache/ |
H A D | CHANGELOG.md | 12 - For `expiresAt()` and `expiresAfter()` in CacheItemInterface fix docblock to specify null as a va…
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/ |
H A D | CodeCoverage.php | 817 $docblock = $token->getDocblock(); 821 …if (strpos($docblock, '@codeCoverageIgnore') || ($this->ignoreDeprecatedCode && strpos($docblock, …
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | CHANGES.md | 45 * Allow reflection-docblock v4 (thanks @GrahamCampbell) 72 * Added compatibility with phpdocumentor/reflection-docblock 3
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/ |
H A D | CHANGELOG.md | 99 in a docblock 119 - [99: Fix - #70 - allow tab character before first annotation in docblock](https://github.com/doct…
|
/plugin/smtp/subtree/txtthinking/Mailer/ |
H A D | composer.lock | 219 "name": "phpdocumentor/reflection-docblock", 283 "phpdocumentor/reflection-docblock": "~2.0",
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ |
H A D | ChangeLog-5.7.md | 81 * `PHPUnit\Util\Test::getDataFromTestWithAnnotation()` raises notice when docblock contains Windows…
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
H A D | composer.lock | 295 "docblock", 426 "docblock",
|