Home
last modified time | relevance | path

Searched refs:creator (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php19 public $author, $authorEmail, $authorURL, $image, $category, $categoryScheme, $comments, $guid, $source, $creator, $contributor, $lat, $long, $thumb;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator10.php69 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
70 if ($creator) {
71 $feed .= " <dc:creator>".htmlspecialchars($creator)."</dc:creator>\n";
H A DRSSCreator091.php139 $creator = $this->getAuthor($this->items[$i]->author, $this->items[$i]->authorEmail);
140 if ($creator) {
141 $feed .= " <author>".htmlspecialchars($creator)."</author>\n";
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php188 $creator = 'imagecreatefrom' . $this->extension;
189 if (!function_exists($creator)) {
194 $image = @$creator($path);
/dokuwiki/lib/styles/
H A Dfeed.css12 generator, content, created, issued, modified, subject, id, format, creator, selector
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md109 fixed author/creator in RSS1.0 (thanks Tanguy Pruvot)
/dokuwiki/inc/lang/la/
H A Dlang.php231 $lang['i_installer'] = 'Docuuicis creator';