Home
last modified time | relevance | path

Searched refs:TITLE_PLACEHOLDER (Results 1 – 2 of 2) sorted by path

/plugin/zotero/
H A DZoteroEntry.php5 const TITLE_PLACEHOLDER = "TITLE"; define in ZoteroEntry
90 $title = str_replace(self::TITLE_PLACEHOLDER, $this->getTitle(), $title);
/plugin/zotero/tests/
H A DZoteroEntryTest.php38 …nfo("pre " . ZoteroEntry::AUTHOR_PLACEHOLDER . " - " . ZoteroEntry::TITLE_PLACEHOLDER . " [" . Zot…