Searched defs:shelf (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
H A D | MylibraryBookshelves.php | 46 public function addVolume($shelf, $volumeId, $optParams = []) 61 public function clearVolumes($shelf, $optParams = []) 77 public function get($shelf, $optParams = []) 111 public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = []) 129 public function removeVolume($shelf, $volumeId, $optParams = [])
|
H A D | MylibraryBookshelvesVolumes.php | 51 public function listMylibraryBookshelvesVolumes($shelf, $optParams = [])
|
H A D | BookshelvesVolumes.php | 48 public function listBookshelvesVolumes($userId, $shelf, $optParams = [])
|
H A D | Bookshelves.php | 44 public function get($userId, $shelf, $optParams = [])
|
/plugin/textile2/ |
H A D | classTextile.php | 222 var $shelf = array(); variable in Textile
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_BooksService.php | 37 public function get($userId, $shelf, $optParams = array()) { 91 public function listBookshelvesVolumes($userId, $shelf, $optParams = array()) { 573 public function addVolume($shelf, $volumeId, $optParams = array()) { 587 public function clearVolumes($shelf, $optParams = array()) { 603 public function get($shelf, $optParams = array()) { 641 public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = array()) { 656 public function removeVolume($shelf, $volumeId, $optParams = array()) { 689 public function listMylibraryBookshelvesVolumes($shelf, $optParams = array()) {
|