Home
last modified time | relevance | path

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

1234567891011

/plugin/xcom/lang/en/
Dfunctions.txt6 ^Description|Lists all pages within a given namespace. Use a single colon '':'' for the root namesp…
13 ^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.|
43 ^Description|Returns the available versions of a Wiki page. The number of pages in the result is co…
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.|
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
DLink.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
34 * @param Description $description
36 public function __construct($link, Description $description = null)
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)
DCovers.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
36 * @param Description $description
38 public function __construct(Fqsen $refers, Description $description = null)
DUses.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
36 * @param Description $description
38 public function __construct(Fqsen $refers, Description $description = null)
DSee.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
38 * @param Description $description
40 public function __construct(Reference $refers, Description $description = null)
DVar_.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
DPropertyRead.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
DProperty.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
DPropertyWrite.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
39 * @param Description $description
41 public function __construct($variableName, Type $type = null, Description $description = null)
DBaseTag.php16 use phpDocumentor\Reflection\DocBlock\Description; alias
26 /** @var Description|null Description of the tag. */
DParam.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
43 * @param Description $description
45 …public function __construct($variableName, Type $type = null, $isVariadic = false, Description $de…
DVersion.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
DSince.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
DDeprecated.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
46 public function __construct($version = null, Description $description = null)
DReturn_.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
32 public function __construct(Type $type, Description $description = null)
DThrows.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
32 public function __construct(Type $type, Description $description = null)
DSource.php15 use phpDocumentor\Reflection\DocBlock\Description; alias
34 public function __construct($startingLine, $lineCount = null, Description $description = null)
/plugin/statdisplay/pchart/
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/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
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/src/DocBlock/
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/
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],
DCSVSerializationTest.php8 use FINDOLOGIC\Export\Data\Description; alias
52 $description = new Description();
/plugin/charter/lib/pchart/
DpData.class.php120 function AddPoint($Value,$Serie="Serie1",$Description="") argument
132 if ( $Description != "" )
133 $this->Data[$ID]["Name"] = $Description;

1234567891011