| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | HtmlDescribable.php | 4 * An HtmlDescribable is an item within a feed that can have a description that may 10 * Indicates whether the description field should be rendered in HTML. 15 * Indicates whether and to how many characters a description should be truncated. 19 /** @var string the Description */ 20 public $description; variable in HtmlDescribable 23 * Returns a formatted description field, depending on descriptionHtmlSyndicated and 27 * @return string the formatted description 31 $descriptionField = new FeedHtmlField($this->description);
|
| H A D | FeedImage.php | 19 public $width, $height, $description; variable in FeedImage
|
| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | DocBlock.php | 15 /** @var string The description */ 16 protected $description = ''; variable in dokuwiki\\Remote\\OpenApiDoc\\DocBlock 51 // what remains is summary and description 52 [$summary, $description] = sexplode("\n\n", $docblock, 2, ''); 56 $this->description = trim($description); 71 * Get the first line of the description 81 * Get the full description 87 return $this->description;
|
| H A D | OpenAPIGenerator.php | 43 'description' => 'The DokuWiki API OpenAPI specification', 169 $description = $call->getDescription(); 172 $description .= "\n\n**See also:**"; 174 $description .= "\n\n* " . $this->generateLink($link); 181 'description' => $call->getReturn()['description'], 190 'description' => $description, 200 'description' => 'Result', 209 'description' => 'Error object in case of an error', 213 'description' => 'The error code', 218 'description' => 'The error message', [all …]
|
| H A D | DocBlockMethod.php | 68 'description' => '', 77 [$type, $name, $description] = array_map(trim(...), sexplode(' ', $param, 3, '')); 83 $result[$name]['description'] = $description; 101 'description' => '', 106 [$type, $description] = array_map(trim(...), sexplode(' ', $return, 2, '')); 108 $result['description'] = $description;
|
| H A D | DocBlockProperty.php | 46 [$type, $description] = array_map(trim(...), sexplode(' ', $this->tags['var'][0], 2, '')); 48 $this->summary = $description;
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 2 description: Use this to report a bug in DokuWiki 27 description: >- 34 Provide a clear and concise description of what the problem is and include as many 48 description: Can be found in the admin screen or in the `VERSION` file. 55 description: The version of PHP you are using to run DokuWiki 62 description: If applicable, always include if unsure 67 description: If applicable, always include if unsure 72 description: >- 101 description: >-
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | KMLCreator.php | 60 <description>".$this->getDescription()."</description> 64 //added here beucase description gets auto surrounded by cdata 65 $this->items[$i]->description = "<b>".$this->items[$i]->description."</b><br/> 71 <description>".$this->items[$i]->getDescription(true)."</description>
|
| H A D | JSONCreator.php | 20 $data['description'] = (string)$this->description; 38 $entry['content_text'] = strip_tags((string)$item->description); 39 $entry['content_html'] = (string)$item->description;
|
| H A D | RSSCreator10.php | 35 … $feed .= " <description>".htmlspecialchars((string) $this->description)."</description>\n"; 83 …$feed .= " <description>".htmlspecialchars((string) $this->items[$i]->description)."</descr…
|
| H A D | RSSCreator091.php | 61 $feed .= " <description>".$this->getDescription()."</description>\n"; 80 if ($this->image->description != "") { 81 …$feed .= " <description>".htmlspecialchars($this->image->description)."</description>\n… 137 … $feed .= " <description>".$this->items[$i]->getDescription()."</description>\n";
|
| /dokuwiki/_test/tests/Remote/OpenApiDoc/ |
| H A D | DocBlockMethodTest.php | 41 'description' => 'First variable', 46 'description' => '', 51 'description' => '', 67 'description' => 'The return'
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 41 description="Create zip and tar files for release" 67 description="Creates the PEAR package" 74 <description> 79 </description> 161 description="Release the version on sourceforge" 171 description="Upload release to sourceforge" 198 description="create the git tag for the current version" 208 description="Check variables"
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | ExtensionApiResponse.php | 29 /** @var string The description of this extension */ 30 public $description; variable in dokuwiki\\plugin\\extension\\ExtensionApiResponse 76 $this->description = $extension->getDescription();
|
| /dokuwiki/lib/styles/ |
| H A D | feed.css | 10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector 59 item description, entry summary {
|
| /dokuwiki/_test/ |
| H A D | phpcs_MigrationAdjustments.xml | 3 …<description>These are exceptions to the Coding Standard used for DokuWiki that are intended to be…
|
| H A D | composer.lock | 54 …"description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manip… 113 "description": "Converts CSS selectors to XPath expressions", 184 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 250 "description": "Create deep copies (clones) of your objects", 317 "description": "A PHP parser written in PHP", 382 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 439 "description": "Library for handling version information and constraints", 475 "description": "PHPStan - PHP Static Analysis Tool", 557 …"description": "Library that provides collection, processing, and rendering functionality for PHP … 619 … "description": "FilterIterator implementation that filters files based on a list of suffixes.", [all …]
|
| /dokuwiki/.github/workflows/ |
| H A D | release-preparation.yml | 11 description: 'What type of release is this?' 20 description: 'The codename for this release, empty for same as last' 23 description: 'The version date YYYY-MM-DD, empty for today'
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 54 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 119 "description": "Create deep copies (clones) of your objects", 192 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 243 "description": "Library for handling version information and constraints", 304 …"description": "Library that provides collection, processing, and rendering functionality for PHP … 365 … "description": "FilterIterator implementation that filters files based on a list of suffixes.", 417 "description": "Simple template engine.", 470 "description": "Utility class for timing", 529 "description": "Wrapper around PHP's tokenizer extension.", 617 "description": "The PHP Unit Testing framework.", [all …]
|
| H A D | composer.json | 3 "description": "PHP based JavaScript minimizer", string
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.json | 43 … "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!", string 87 "description": "Generic Syntax Highlighter", string 138 "description": "Incutio XML-RPC library (IXR)", string 195 "description": "RSS and Atom feed generator by Kai Blankenhorn", string 260 … "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", string 321 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", string 380 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)", string 459 …"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SF… string 571 "description": "A simple Atom/RSS parsing library for PHP", string 641 … "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", string [all …]
|
| /dokuwiki/ |
| H A D | composer.lock | 46 … "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!", 91 "description": "Generic Syntax Highlighter", 139 "description": "Incutio XML-RPC library (IXR)", 193 "description": "RSS and Atom feed generator by Kai Blankenhorn", 255 … "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", 313 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 369 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)", 445 …"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SF… 554 "description": "A simple Atom/RSS parsing library for PHP", 621 … "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", [all …]
|
| /dokuwiki/inc/ |
| H A D | Manifest.php | 25 if (empty($manifest['description'])) { 26 $manifest['description'] = strip_tags($conf['tagline']);
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 54 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 120 "description": "Create deep copies (clones) of your objects", 194 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 251 "description": "Library for handling version information and constraints", 312 …"description": "Library that provides collection, processing, and rendering functionality for PHP … 373 … "description": "FilterIterator implementation that filters files based on a list of suffixes.", 425 "description": "Simple template engine.", 478 "description": "Utility class for timing", 537 "description": "Wrapper around PHP's tokenizer extension.", 625 "description": "The PHP Unit Testing framework.", [all …]
|
| H A D | composer.json | 3 "description": "Simple image resizing", string
|