/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | CHANGELOG.md | 10 * added `Assert::ip()` 11 * added `Assert::ipv4()` 12 * added `Assert::ipv6()` 13 * added `Assert::notRegex()` 15 * added `Assert::isList()` 16 * added `Assert::isMap()` 27 * added `Assert::minCount()` 28 * added `Assert::maxCount()` 32 * added `Assert::natural()` 44 * deprecated `Assert::isTraversable()` in favor of `Assert::isIterable()` [all …]
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/ |
H A D | DocBlock.php | 16 use Webmozart\Assert\Assert; alias 59 Assert::string($summary); 60 Assert::boolean($isTemplateStart); 61 Assert::boolean($isTemplateEnd); 62 Assert::allIsInstanceOf($tags, Tag::class); 171 Assert::string($name); 196 Assert::string($name);
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/ |
H A D | Source.php | 18 use Webmozart\Assert\Assert; alias 36 Assert::integerish($startingLine); 37 Assert::nullOrIntegerish($lineCount); 49 Assert::stringNotEmpty($body); 50 Assert::notNull($descriptionFactory);
|
H A D | Author.php | 15 use Webmozart\Assert\Assert; alias 39 Assert::string($authorName); 40 Assert::string($authorEmail); 88 Assert::string($body);
|
H A D | Link.php | 18 use Webmozart\Assert\Assert; alias 38 Assert::string($link); 49 Assert::string($body); 50 Assert::notNull($descriptionFactory);
|
H A D | Generic.php | 19 use Webmozart\Assert\Assert; alias 56 Assert::string($body); 57 Assert::stringNotEmpty($name); 58 Assert::notNull($descriptionFactory);
|
H A D | Param.php | 20 use Webmozart\Assert\Assert; alias 47 Assert::string($variableName); 48 Assert::boolean($isVariadic); 65 Assert::stringNotEmpty($body); 66 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | Since.php | 18 use Webmozart\Assert\Assert; alias 48 Assert::nullOrStringNotEmpty($version); 59 Assert::nullOrString($body);
|
H A D | Version.php | 18 use Webmozart\Assert\Assert; alias 48 Assert::nullOrStringNotEmpty($version); 59 Assert::nullOrString($body);
|
H A D | PropertyRead.php | 20 use Webmozart\Assert\Assert; alias 43 Assert::string($variableName); 59 Assert::stringNotEmpty($body); 60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | PropertyWrite.php | 20 use Webmozart\Assert\Assert; alias 43 Assert::string($variableName); 59 Assert::stringNotEmpty($body); 60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | Var_.php | 20 use Webmozart\Assert\Assert; alias 43 Assert::string($variableName); 59 Assert::stringNotEmpty($body); 60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | Property.php | 20 use Webmozart\Assert\Assert; alias 43 Assert::string($variableName); 59 Assert::stringNotEmpty($body); 60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | Example.php | 17 use Webmozart\Assert\Assert; alias 47 Assert::notEmpty($filePath); 48 Assert::integer($startingLine); 49 Assert::greaterThanEq($startingLine, 0);
|
H A D | Deprecated.php | 18 use Webmozart\Assert\Assert; alias 48 Assert::nullOrStringNotEmpty($version); 59 Assert::nullOrString($body);
|
H A D | Covers.php | 20 use Webmozart\Assert\Assert; alias 53 Assert::string($body); 54 Assert::notEmpty($body);
|
H A D | Uses.php | 20 use Webmozart\Assert\Assert; alias 53 Assert::string($body); 54 Assert::allNotNull([$resolver, $descriptionFactory]);
|
H A D | Return_.php | 20 use Webmozart\Assert\Assert; alias 47 Assert::string($body); 48 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | Throws.php | 20 use Webmozart\Assert\Assert; alias 47 Assert::string($body); 48 Assert::allNotNull([$typeResolver, $descriptionFactory]);
|
H A D | Method.php | 21 use Webmozart\Assert\Assert; alias 49 Assert::stringNotEmpty($methodName); 50 Assert::boolean($static); 72 Assert::stringNotEmpty($body); 73 Assert::allNotNull([ $typeResolver, $descriptionFactory ]);
|
H A D | See.php | 22 use Webmozart\Assert\Assert; alias 55 Assert::string($body); 56 Assert::allNotNull([$resolver, $descriptionFactory]);
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | Serializer.php | 16 use Webmozart\Assert\Assert; alias 49 Assert::integer($indent); 50 Assert::string($indentString); 51 Assert::boolean($indentFirstLine); 52 Assert::nullOrInteger($lineLength); 53 … Assert::nullOrIsInstanceOf($tagFormatter, 'phpDocumentor\Reflection\DocBlock\Tags\Formatter');
|
H A D | StandardTagFactory.php | 19 use Webmozart\Assert\Assert; alias 146 Assert::stringNotEmpty($tagName); 147 Assert::stringNotEmpty($handler); 148 Assert::classExists($handler); 149 Assert::implementsInterface($handler, StaticMethod::class);
|
H A D | Description.php | 17 use Webmozart\Assert\Assert; alias 67 Assert::string($bodyTemplate);
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/ |
H A D | Url.php | 15 use Webmozart\Assert\Assert; alias 32 Assert::stringNotEmpty($uri);
|