Home
last modified time | relevance | path

Searched refs:Description (Results 151 – 175 of 243) sorted by path

12345678910

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php8 use FINDOLOGIC\Export\Data\Description; alias
52 $description = new Description();
H A DDataElementsTest.php8 use FINDOLOGIC\Export\Data\Description; alias
77 … 'Description with empty value' => ['', Description::class, EmptyValueNotAllowedException::class],
78 'Description with value' => ['value', Description::class, null],
H A DXmlSerializationTest.php298 'description' => ['Description', $stringValuesWithUsergroupKeys],
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst10 | Policy | Description |
331 | Type | Description
533 | Type | Description |
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md40 * This is a Description. A Summary and Description are separated by either
57 // Contains \phpDocumentor\Reflection\DocBlock\Description object
63 // Or use the render method to get a string representation of the Description.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php52 DocBlock\Description $description = null,
65 $this->description = $description ?: new DocBlock\Description('');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php49 * @see Description\Formatter for the formatting of the body and tags.
51 class Description class
H A DDescriptionFactory.php55 * @return Description
61 return new Description($text, $tags);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DBaseTag.php16 use phpDocumentor\Reflection\DocBlock\Description; alias
26 /** @var Description|null Description of the tag. */
H A DCovers.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
36 * @param Description $description
38 public function __construct(Fqsen $refers, Description $description = null)
H A DDeprecated.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
H A DExample.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
H A DGeneric.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
30 * @param Description $description The contents of the given tag.
32 public function __construct($name, Description $description = null)
H A DLink.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
34 * @param Description $description
36 public function __construct($link, Description $description = null)
H A DMethod.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
47 Description $description = null
H A DParam.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
43 * @param Description $description
45 …public function __construct($variableName, Type $type = null, $isVariadic = false, Description $de…
H A DProperty.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
H A DPropertyRead.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
H A DPropertyWrite.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
H A DReturn_.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
32 public function __construct(Type $type, Description $description = null)
H A DSee.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
38 * @param Description $description
40 public function __construct(Reference $refers, Description $description = null)
H A DSince.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
H A DSource.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
34 public function __construct($startingLine, $lineCount = null, Description $description = null)
H A DThrows.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
32 public function __construct(Type $type, Description $description = null)
H A DUses.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
36 * @param Description $description
38 public function __construct(Fqsen $refers, Description $description = null)

12345678910