Home
last modified time | relevance | path

Searched refs:entries (Results 276 – 278 of 278) sorted by path

1...<<1112

/plugin/zotero/
H A DTextZoteroRepository.php32 $this->entries[$e->getZoteroId()] = $e;
79 $this->entries[$id] = $newEntry;
83 foreach ($this->entries as $entry)
91 private function saveAllEntriesToFile($entries) argument
94 foreach ($entries as $e)
135 foreach ($this->entries as $entry)
H A DZoteroRepository.php6 protected $entries = array(); variable in ZoteroRepository
13 $e = @$this->entries[$zoteroId];
29 foreach ($this->entries as $e)
41 return $this->entries;
44 public function updateAndSaveEntries(array $entries) argument
47 public function saveEntries(array $entries) argument
49 $this->entries = array();
50 $this->updateAndSaveEntries($entries);
H A DimportAllEntries.php19 $entries = $webRepo->getAllEntries(); variable
21 $textRepo->saveEntries($entries);

1...<<1112