Home
last modified time | relevance | path

Searched refs:AUTHOR_PLACEHOLDER (Results 1 – 2 of 2) sorted by last modified time

/plugin/zotero/
H A DZoteroEntry.php4 const AUTHOR_PLACEHOLDER = "AUTHOR"; define in ZoteroEntry
89 $title = str_replace(self::AUTHOR_PLACEHOLDER, $this->getAuthor(), $format);
/plugin/zotero/tests/
H A DZoteroEntryTest.php38 …" . self::DATE . "]", $this->e->getShortInfo("pre " . ZoteroEntry::AUTHOR_PLACEHOLDER . " - " . Zo…