Home
last modified time | relevance | path

Searched refs:Description (Results 151 – 175 of 243) sorted by last modified time

12345678910

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DLink.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
34 * @param Description $description
36 public function __construct($link, 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 DUses.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
36 * @param Description $description
38 public function __construct(Fqsen $refers, Description $description = null)
H A DVar_.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 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 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 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 DVersion.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php18 /** @var Description */
59 $this->description = new Description();
104 public function setDescription(Description $description)
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst59 Variable 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/DocBlock/
H A DDescriptionFactory.php55 * @return Description
61 return new Description($text, $tags);
H A DDescription.php49 * @see Description\Formatter for the formatting of the body and tags.
51 class Description class
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md91 Method | Description
116 Method | Description
140 Method | Description
166 Method | Description
176 Method | Description
189 Method | Description
202 Method | Description
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php52 DocBlock\Description $description = null,
65 $this->description = $description ?: new DocBlock\Description('');
/plugin/file2dw/
H A DREADME.md10 ## Description section in dokuwiki-plugin-file2dw
/plugin/odtplus2dw/
H A DREADME.md9 ## Description section in odtplus2dw Plugin
/plugin/timetrack/
H A Dstyle.css77 Description:

12345678910