Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 25 of 48) sorted by relevance

12

/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md10 * 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 DDocBlock.php16 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 DSource.php18 use Webmozart\Assert\Assert; alias
36 Assert::integerish($startingLine);
37 Assert::nullOrIntegerish($lineCount);
49 Assert::stringNotEmpty($body);
50 Assert::notNull($descriptionFactory);
H A DAuthor.php15 use Webmozart\Assert\Assert; alias
39 Assert::string($authorName);
40 Assert::string($authorEmail);
88 Assert::string($body);
H A DLink.php18 use Webmozart\Assert\Assert; alias
38 Assert::string($link);
49 Assert::string($body);
50 Assert::notNull($descriptionFactory);
H A DGeneric.php19 use Webmozart\Assert\Assert; alias
56 Assert::string($body);
57 Assert::stringNotEmpty($name);
58 Assert::notNull($descriptionFactory);
H A DParam.php20 use Webmozart\Assert\Assert; alias
47 Assert::string($variableName);
48 Assert::boolean($isVariadic);
65 Assert::stringNotEmpty($body);
66 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DSince.php18 use Webmozart\Assert\Assert; alias
48 Assert::nullOrStringNotEmpty($version);
59 Assert::nullOrString($body);
H A DVersion.php18 use Webmozart\Assert\Assert; alias
48 Assert::nullOrStringNotEmpty($version);
59 Assert::nullOrString($body);
H A DPropertyRead.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DPropertyWrite.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DVar_.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DProperty.php20 use Webmozart\Assert\Assert; alias
43 Assert::string($variableName);
59 Assert::stringNotEmpty($body);
60 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DExample.php17 use Webmozart\Assert\Assert; alias
47 Assert::notEmpty($filePath);
48 Assert::integer($startingLine);
49 Assert::greaterThanEq($startingLine, 0);
H A DDeprecated.php18 use Webmozart\Assert\Assert; alias
48 Assert::nullOrStringNotEmpty($version);
59 Assert::nullOrString($body);
H A DCovers.php20 use Webmozart\Assert\Assert; alias
53 Assert::string($body);
54 Assert::notEmpty($body);
H A DUses.php20 use Webmozart\Assert\Assert; alias
53 Assert::string($body);
54 Assert::allNotNull([$resolver, $descriptionFactory]);
H A DReturn_.php20 use Webmozart\Assert\Assert; alias
47 Assert::string($body);
48 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DThrows.php20 use Webmozart\Assert\Assert; alias
47 Assert::string($body);
48 Assert::allNotNull([$typeResolver, $descriptionFactory]);
H A DMethod.php21 use Webmozart\Assert\Assert; alias
49 Assert::stringNotEmpty($methodName);
50 Assert::boolean($static);
72 Assert::stringNotEmpty($body);
73 Assert::allNotNull([ $typeResolver, $descriptionFactory ]);
H A DSee.php22 use Webmozart\Assert\Assert; alias
55 Assert::string($body);
56 Assert::allNotNull([$resolver, $descriptionFactory]);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php16 use Webmozart\Assert\Assert; alias
49 Assert::integer($indent);
50 Assert::string($indentString);
51 Assert::boolean($indentFirstLine);
52 Assert::nullOrInteger($lineLength);
53Assert::nullOrIsInstanceOf($tagFormatter, 'phpDocumentor\Reflection\DocBlock\Tags\Formatter');
H A DStandardTagFactory.php19 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 DDescription.php17 use Webmozart\Assert\Assert; alias
67 Assert::string($bodyTemplate);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/
H A DUrl.php15 use Webmozart\Assert\Assert; alias
32 Assert::stringNotEmpty($uri);

12