Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 47) sorted by last modified time

12

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE43 Also, for each author's protection and ours, we want to make certain
222 system; it is up to the author/donor to decide if he or she is willing
251 programs whose distribution conditions are different, write to the author
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/dokuwiki/lib/plugins/extension/
H A Dstyle.less4 * @author Christopher Smith <chris@jalakai.co.uk>
5 * @author Piyush Mishra <me@piyushmishra.com>
6 * @author Håkan Sandell <sandell.hakan@gmail.com>
7 * @author Anika Henke <anika@selfthinker.org>
/dokuwiki/inc/parser/
H A Dxhtml.php14 * @author Harry Fuecks <hfuecks@gmail.com>
15 * @author Andreas Gohr <andi@splitbrain.org>
66 * @author Adrian Lang <lang@cosmocode.de>
97 * @author Adrian Lang <lang@cosmocode.de>
448 * @author Andreas Gohr <andi@splitbrain.org>
464 * @author Andreas Gohr
652 * @author Andreas Gohr <andi@splitbrain.org>
877 * @author Andreas Gohr <andi@splitbrain.org>
1329 * @author Andreas Gohr <andi@splitbrain.org>
1379 if ($params['author']) {
[all...]
/dokuwiki/lib/styles/
H A Dfeed.css11 pubDate, generator, webMaster, ttl, docs, tagline, author, copyright, selector
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
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 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 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 DMBOXCreator.php8 * @author Kai Blankenhorn <kaib@bitfolge.de>
70 if ($this->items[$i]->author != "") {
71 $from = $this->items[$i]->author;
/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/tpl/dokuwiki/css/
H A Dbasic.less8 * @author Anika Henke <anika@selfthinker.org>
/dokuwiki/vendor/simplepie/simplepie/src/
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...]
H A DSimplePie.php39 * @author Ryan Parman
40 * @author Sam Sneddon
41 * @author Ryan McCue
1131 * Set which class SimplePie uses for handling author data
2418 * Get an author for the feed
2421 * @param int $key The author that you want to return. Remember that arrays begin with 0, not 1
2437 * Uses `<atom:author>`, `<author>`, `<dc:creator>` or `<itunes:author>`
2445 foreach ((array) $this->get_channel_tags(self::NAMESPACE_ATOM_10, 'author') a
[all...]
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...]
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/
H A DCOPYING43 Also, for each author's protection and ours, we want to make certain
222 system; it is up to the author/donor to decide if he or she is willing
251 programs whose distribution conditions are different, write to the author
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dfeed.php7 * @author Andreas Gohr <andi@splitbrain.org>
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE56 author's reputation will not be affected by problems that might be
405 system; it is up to the author/donor to decide if he or she is willing
436 write to the author to ask for permission. For software which is
H A DREADME.md53 $item->author = "John Doe";
109 fixed author/creator in RSS1.0 (thanks Tanguy Pruvot)
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt446 | author | show item authors names |
458 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
460 {{rss>http://slashdot.org/index.rss 5 author date 1h }}
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt2 author Andreas Gohr
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt2 author Andreas Gohr

12