Searched refs:shelf (Results 1 – 9 of 9) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
| D | MylibraryBookshelves.php | 37 * @param string $shelf ID of bookshelf to which to add a volume. 46 public function addVolume($shelf, $volumeId, $optParams = []) argument 48 $params = ['shelf' => $shelf, 'volumeId' => $volumeId]; 55 * @param string $shelf ID of bookshelf from which to remove a volume. 61 public function clearVolumes($shelf, $optParams = []) argument 63 $params = ['shelf' => $shelf]; 71 * @param string $shelf ID of bookshelf to retrieve. 77 public function get($shelf, $optParams = []) argument 79 $params = ['shelf' => $shelf]; 101 * @param string $shelf ID of bookshelf with the volume. [all …]
|
| D | MylibraryBookshelvesVolumes.php | 36 * @param string $shelf The bookshelf ID or name retrieve volumes for. 51 public function listMylibraryBookshelvesVolumes($shelf, $optParams = []) argument 53 $params = ['shelf' => $shelf];
|
| D | BookshelvesVolumes.php | 37 * @param string $shelf ID of bookshelf to retrieve volumes. 48 public function listBookshelvesVolumes($userId, $shelf, $optParams = []) argument 50 $params = ['userId' => $userId, 'shelf' => $shelf];
|
| D | Bookshelves.php | 38 * @param string $shelf ID of bookshelf to retrieve. 44 public function get($userId, $shelf, $optParams = []) argument 46 $params = ['userId' => $userId, 'shelf' => $shelf];
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Books.php | 89 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}', 97 'shelf' => [ 132 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}/volumes', 140 'shelf' => [ 819 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/addVolume', 822 'shelf' => [ 842 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/clearVolumes', 845 'shelf' => [ 856 'path' => 'books/v1/mylibrary/bookshelves/{shelf}', 859 'shelf' => [ [all …]
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_BooksService.php | 31 * @param string $shelf ID of bookshelf to retrieve. 37 public function get($userId, $shelf, $optParams = array()) { argument 38 $params = array('userId' => $userId, 'shelf' => $shelf); 82 * @param string $shelf ID of bookshelf to retrieve volumes. 91 public function listBookshelvesVolumes($userId, $shelf, $optParams = array()) { argument 92 $params = array('userId' => $userId, 'shelf' => $shelf); 567 * @param string $shelf ID of bookshelf to which to add a volume. 573 public function addVolume($shelf, $volumeId, $optParams = array()) { argument 574 $params = array('shelf' => $shelf, 'volumeId' => $volumeId); 582 * @param string $shelf ID of bookshelf from which to remove a volume. [all …]
|
| /plugin/textile2/ |
| D | classTextile.php | 222 var $shelf = array(); variable in Textile 868 $this->shelf[$i] = $val; 875 if (is_array($this->shelf)) 878 $text = strtr($text, $this->shelf);
|
| /plugin/passpolicy/ |
| D | words.txt | 3174 shelf
|
| /plugin/tuxquote/ |
| D | quotes.txt | 1584 …take the place of books. You can't stand on a floppy disk to reach a high shelf. <BR> -- Sam Ewing…
|