Home
last modified time | relevance | path

Searched refs:Description (Results 1 – 25 of 243) sorted by relevance

12345678910

/plugin/xcom/lang/en/
H A Dfunctions.txt13 ^Description|Performs a fulltext search based on the raw string|
19 ^Description|Returns the title of the wiki.|
25 ^Description|Appends text to a Wiki Page.|
31 ^Description|Returns the permission of the given wikipage.|
37 ^Description|Returns the raw Wiki text for a page.|
50 ^Description|Returns information about a Wiki page.|
56 ^Description|Returns the rendered XHTML body of a Wiki page.|
62 ^Description|Saves a Wiki Page to the remote wiki.|
103 ^Description|Returns the binary data of a media file|
109 ^Description|Returns information about a media file|
[all …]
/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 DCovers.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
36 * @param Description $description
38 public function __construct(Fqsen $refers, 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 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 DSee.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
38 * @param Description $description
40 public function __construct(Reference $refers, Description $description = null)
H A DBaseTag.php16 use phpDocumentor\Reflection\DocBlock\Description; alias
26 /** @var Description|null Description of the tag. */
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 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 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 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 DSince.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
H A DVersion.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
H A DDeprecated.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = 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 DThrows.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
32 public function __construct(Type $type, Description $description = null)
H A DSource.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
34 public function __construct($startingLine, $lineCount = null, Description $description = null)
/plugin/statistics/inc/pchart/
H A DpData.php50 public function addPoint($value, $series = "Series1", $Description = "") { argument
58 $Description
70 public function addPoints(array $Value, $Serie = "Series1", $Description = "") { argument
80 if($Description != "") {
81 $this->Data[$ID]["Name"] = $Description;
/plugin/statdisplay/pchart/
H A DpData.php51 public function addPoint($value, $series = "Series1", $Description = "") { argument
58 $Description);
69 public function addPoints(array $Value, $Serie = "Series1", $Description = "") { argument
79 if ($Description != "") {
80 $this->Data[$ID]["Name"] = $Description;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTelegramBotHandler.php251 throw new RuntimeException('Telegram API error. Description: No response');
256 … throw new RuntimeException('Telegram API error. Description: ' . $result['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 DDescription.php49 * @see Description\Formatter for the formatting of the body and tags.
51 class Description class
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
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 DCSVSerializationTest.php8 use FINDOLOGIC\Export\Data\Description; alias
52 $description = new Description();

12345678910