Home
last modified time | relevance | path

Searched refs:date (Results 2851 – 2857 of 2857) sorted by path

1...<<111112113114115

/plugin/yuriigantt/
H A Dplugin.info.txt4 date 2020-02-04
/plugin/zenlogin/
H A Dplugin.info.txt4 date 2010-08-16
/plugin/zerolinecss/
H A DREADME.md34 $clear[] = array ( 'name' => 'date');
H A Dplugin.info.txt4 date 2021-12-20
/plugin/zoom/
H A Dplugin.info.txt5 date 2011-02-24
/plugin/zotero/
H A DFeedZoteroRepository.php103 if (isset($data->date)) { $e->setDate(html_entity_decode($data->date)); }
H A DZoteroEntry.php12 private $date; variable in ZoteroEntry
56 $this->date = $value;
61 return $this->date;
77 $date = $this->getYear();
78 if ($date === 0)
80 $date = $this->getDate();
85 return $this->getAuthor() . ": " . $this->getTitle() . " (" . $date . ")";
91 $title = str_replace(self::DATE_PLACEHOLDER, $date, $title);

1...<<111112113114115