Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 47) sorted by relevance

12

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator10.php8 * @author Kai Blankenhorn <kaib@bitfolge.de>
69 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
93 * Compose the RSS-1.0 author field.
95 * @author Joe Lapp <joe.lapp@pobox.com>
96 * @param string $author
100 protected function getAuthor($author, $email) argument
102 if ($author) {
104 return $author.' ('.$email.')';
107 return $author;
H A DPIECreator01.php9 * @author Scott Reynen <scott@randomchaos.com> and Kai Blankenhorn <kaib@bitfolge.de>
43 if ($this->items[$i]->author != "") {
44 $feed .= " <author>\n";
45 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
49 $feed .= " </author>\n";
H A DPHPCreator.php7 * @author Barry Hunter <geo@barryhunter.co.uk>
40 if ($this->items[$i]->author != "") {
41 $feed .= " \$feedItem[$i]->author='".htmlspecialchars($this->items[$i]->author)."';\n";
H A DRSSCreator091.php8 * @author Kai Blankenhorn <kaib@bitfolge.de>
139 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
141 $feed .= " <author>".htmlspecialchars($creator)."</author>\n";
185 * Compose the RSS-0.91 and RSS-2.0 author field.
187 * @author Joe Lapp <joe.lapp@pobox.com>
189 function getAuthor($author, $email) argument
191 if ($author && $email) {
192 return $email.' ('.$author.')';
H A DMBOXCreator.php8 * @author Kai Blankenhorn <kaib@bitfolge.de>
70 if ($this->items[$i]->author != "") {
71 $from = $this->items[$i]->author;
H A DAtomCreator03.php8 * for the feed or an author for every single feed item.
10 * author URL, item author's email and URL, item contents, alternate links,
16 * @author Kai Blankenhorn <kaib@bitfolge.de>, Scott Reynen <scott@randomchaos.com>
51 $feed .= " <author>\n";
56 $feed .= " </author>\n";
75 if ($this->items[$i]->author != "") {
76 $feed .= " <author>\n";
77 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
78 $feed .= " </author>\
[all...]
H A DGPXCreator.php7 * @author Barry Hunter <geo@barryhunter.co.uk>
32 <author>{$http_host}</author>
41 <src>".htmlspecialchars($this->items[$i]->author)."</src>
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php39 * @author Ryan Parman
40 * @author Sam Sneddon
41 * @author Ryan McCue
192 foreach ((array) $this->get_source_tags(\SimplePie\SimplePie::NAMESPACE_ATOM_10, 'author') as $author) {
196 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'])) {
197 $name = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
199 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['uri'][0]['data'])) {
200 $uri = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['uri'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_IRI, $this->get_base($author['chil
[all...]
H A DParser.php39 * @author Ryan Parman
40 * @author Sam Sneddon
41 * @author Ryan McCue
442 // Also set the feed title and store author from the h-feed if available.
446 if (isset($mf['items'][0]['properties']['author'][0])) {
447 $feed_author = $mf['items'][0]['properties']['author'][0];
479 if (isset($entry['properties']['author'][0]) || isset($feed_author)) {
480 // author is a special case, it can be plain text or an h-card array.
483 $author = $entry['properties']['author'][
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php6 * @author Kai Blankenhorn <kaib@bitfolge.de>
19 public $author, $authorEmail, $authorURL, $image, $category, $categoryScheme, $comments, $guid, $source, $creator, $contributor, $lat, $long, $thumb;
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt2 author Chris Smith
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt2 author Anika Henke
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt2 author Christopher Smith
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt2 author Michael Hamann
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt2 author Andreas Gohr

12