Home
last modified time | relevance | path

Searched defs:description (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedImage.php19 public $width, $height, $description; variable in FeedImage
H A DHtmlDescribable.php20 public $description; variable in HtmlDescribable
/dokuwiki/vendor/composer/
H A Dinstalled.json43 "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!", string
87 "description": "Generic Syntax Highlighter", string
133 "description": "Incutio XML-RPC library (IXR)", global() string
196 "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", global() string
247 "description": "RSS and Atom feed generator by Kai Blankenhorn", global() string
334 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", global() string
441 "description": "A simple Atom/RSS parsing library for PHP", global() string
502 "description": "Pure-PHP implementation to read and write TAR and ZIP archives", global() string
559 "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies", global() string
615 "description": "PHP based JavaScript minimizer", global() string
668 "description": "Simple image resizing", global() string
[all...]
/dokuwiki/lib/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php100 public $description; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument