Home
last modified time | relevance | path

Searched refs:citeKey (Results 1 – 4 of 4) sorted by relevance

/plugin/zotero/
H A DZoteroRepository.php27 public function getEntryByCiteKey($citeKey) argument
31 if ($e->getCiteKey() === $citeKey)
36 throw new ZoteroEntryNotFoundException("Zotero entry with cite key " . $citeKey . " not found.");
H A DZoteroEntry.php9 private $citeKey; variable in ZoteroEntry
26 $this->citeKey = $value;
31 return $this->citeKey;
H A DTextZoteroRepository.php106 $citeKey = trim($e->getCiteKey()) . ($e->getCiteKey() == "" ? " " : "");
107 if ($citeKey === "") { $problem .= "Empty short title/cite key. "; }
124 $citeKey . "|" .
/plugin/latexit/syntax/
H A Dbase.php75 $citeKey = $matches[3];
76 return $citeKey;