| /dokuwiki/inc/Remote/OpenApiDoc/ |
| H A D | DocBlock.php | 16 protected $description = ''; variable in dokuwiki\\Remote\\OpenApiDoc\\DocBlock 52 [$summary, $description] = sexplode("\n\n", $docblock, 2, ''); 56 $this->description = trim($description); 87 return $this->description;
|
| H A D | DocBlockMethod.php | 77 [$type, $name, $description] = array_map('trim', sexplode(' ', $param, 3, '')); 83 $result[$name]['description'] = $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;
|
| H A D | OpenAPIGenerator.php | 169 $description = $call->getDescription(); 172 $description .= "\n\n**See also:**"; 174 $description .= "\n\n* " . $this->generateLink($link); 190 'description' => $description, 276 $description = $info['description']; 278 … $description .= ' [_default: `' . json_encode($info['default'], JSON_THROW_ON_ERROR) . '`_]'; 283 'description' => $description,
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
| H A D | HtmlDescribable.php | 20 public $description; variable in HtmlDescribable 31 $descriptionField = new FeedHtmlField($this->description);
|
| H A D | FeedImage.php | 19 public $width, $height, $description; variable in FeedImage
|
| H A D | FeedItem.php | 14 public $title, $description, $link;
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | AtomCreator03.php | 45 $feed .= " <tagline>".htmlspecialchars($this->description)."</tagline>\n"; 80 if ($this->items[$i]->description != "") { 81 … $feed .= " <summary>".htmlspecialchars($this->items[$i]->description)."</summary>\n";
|
| H A D | KMLCreator.php | 65 $this->items[$i]->description = "<b>".$this->items[$i]->description."</b><br/>
|
| H A D | JSONCreator.php | 20 $data['description'] = (string)$this->description;
|
| H A D | RSSCreator10.php | 35 … $feed .= " <description>".htmlspecialchars((string) $this->description)."</description>\n"; 83 ….= " <description>".htmlspecialchars((string) $this->items[$i]->description)."</description…
|
| H A D | AtomCreator10.php | 45 $feed .= " <subtitle>".htmlspecialchars($this->description)."</subtitle>\n"; 117 if ($this->items[$i]->description != "") {
|
| H A D | RSSCreator091.php | 80 if ($this->image->description != "") { 81 …$feed .= " <description>".htmlspecialchars($this->image->description)."</description>\n…
|
| H A D | MBOXCreator.php | 88 $body = chunk_split(MBOXCreator::qp_enc($this->items[$i]->description));
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | ExtensionApiResponse.php | 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/vendor/simplepie/simplepie/src/ |
| H A D | Parser.php | 455 $description = ''; 529 $description = '<p>'; 532 $description .= '<a href="'.$photo_list[$j].'" '.$hidden. 536 $description .= '<br><b>'.$count.' photos</b></p>'; 538 $description = '<p><img src="'.$photo_list[0].'"></p>'; 549 $description .= $entry['properties']['content'][0]['html']; 558 $description .= '<p><span class="in-reply-to"></span> '. 562 $item['description'] = [['data' => $description]];
|
| H A D | Enclosure.php | 99 public $description; variable in SimplePie\\Enclosure 229 …egories = null, $channels = null, $copyright = null, $credits = null, $description = null, $durati… argument 237 $this->description = $description; 415 if ($this->description !== null) { 416 return $this->description;
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 54 …"description": "Simple DOM wrapper to select nodes using either CSS or XPath expressions and manip… 114 "description": "Converts CSS selectors to XPath expressions", 188 … "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 261 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 327 "description": "Create deep copies (clones) of your objects", 394 "description": "A PHP parser written in PHP", 459 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 516 "description": "Library for handling version information and constraints", 557 "description": "PHPStan - PHP Static Analysis Tool", 639 …"description": "Library that provides collection, processing, and rendering functionality for PHP … [all …]
|
| /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 …]
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 53 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 117 "description": "Create deep copies (clones) of your objects", 190 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 241 "description": "Library for handling version information and constraints", 286 … "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 350 …"description": "With this component, a library can provide support for annotations via DocBlocks o… 399 … "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", 457 "description": "Highly opinionated mocking framework for PHP 5.3+", 527 …"description": "Library that provides collection, processing, and rendering functionality for PHP … 588 … "description": "FilterIterator implementation that filters files based on a list of suffixes.", [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", 253 … "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", 311 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", 367 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)", 443 …"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SF… 547 "description": "A simple Atom/RSS parsing library for PHP", 614 … "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", [all …]
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedCreator.php | 24 $this->feed->description = $this->options->get('subtitle'); 97 $item->description = $proc->getBody($this->options->get('item_content'));
|
| /dokuwiki/_test/data/pages/ |
| H A D | mailinglist.txt | 7 … emails to the list(s) by using the mailing list address stated in its description. If you rather …
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | README.md | 17 $rss->description = "daily news from the PHP scripting world"; 30 $image->description = "Feed provided by dailyphp.net. Click to visit."; 45 $item->description = $data->short;
|