Home
last modified time | relevance | path

Searched refs:description (Results 1 – 22 of 22) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DHtmlDescribable.php4 * 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.
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 DFeedImage.php19 public $width, $height, $description; variable in FeedImage
H A DFeedItem.php14 public $title, $description, $link;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php45 $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 DKMLCreator.php60 <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 DRSSCreator10.php35 $feed .= " <description>".htmlspecialchars((string) $this->description)."</description>\n";
83 $feed .= " <description>".htmlspecialchars((string) $this->items[$i]->description)."</description>\n";
H A DAtomCreator10.php45 $feed .= " <subtitle>".htmlspecialchars($this->description)."</subtitle>\n";
117 if ($this->items[$i]->description != "") {
H A DRSSCreator091.php61 $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";
H A DMBOXCreator.php88 $body = chunk_split(MBOXCreator::qp_enc($this->items[$i]->description));
H A DFeedCreator.php16 public $title, $description, $link;
/dokuwiki/lib/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
59 item description, entry summary {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php457 $description = '';
531 $description = '<p>';
534 $description .= '<a href="'.$photo_list[$j].'" '.$hidden.
538 $description .= '<br><b>'.$count.' photos</b></p>';
540 $description = '<p><img src="'.$photo_list[0].'"></p>';
551 $description .= $entry['properties']['content'][0]['html'];
560 $description .= '<p><span class="in-reply-to"></span> '.
564 $item['description'] = [['data' => $description]];
587 // The title and description ar
[all...]
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
238 $this->description = $description;
410 * Get the description of the enclosure
416 if ($this->description !== null) {
417 return $this->description;
H A DItem.php138 * See {@see \SimplePie\SimplePie::get_feed_tags()} for a description of the return value
286 * Uses `<atom:summary>`, `<description>`, `<dc:description>` or
301 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_10, 'description')) &&
304 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_20, 'description')) &&
307 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_DC_11, 'description')) &&
310 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_DC_10, 'description')) &&
319 } elseif (($tags = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_RSS_090, 'description')) &&
340 * @param boolean $content_only Should we avoid falling back to the description?
1132 if ($description_parent = $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'description')) {
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md17 $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;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md7 Quoting the original description:
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt14 All documentation and additional information besides the [[syntax|syntax description]] is maintained in the DokuWiki at [[doku>|www.dokuwiki.org]].
H A Dsyntax.txt448 | description| show the item description. All HTML tags will be stripped |
473 DokuWiki's syntax can be extended by [[doku>plugins|Plugins]]. How the installed plugins are used is described on their appropriate description pages. The following syntax plugins are available in this particular DokuWiki installation:
/dokuwiki/
H A Dfeed.php
/dokuwiki/lib/plugins/extension/
H A Dstyle.less141 // description
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md63 - ``$options->setHelp()`` adds a general description
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG630 - Added description of extra language features (SF#1970248, BenBE)