Searched refs:shelf (Results 1 – 9 of 9) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
H A 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]; 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. 129 public function removeVolume($shelf, $volumeId, $optParams = []) argument [all …]
|
H A 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];
|
H A 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];
|
H A 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/ |
H A D | Books.php | 89 'path' => 'books/v1/users/{userId}/bookshelves/{shelf}', 97 'shelf' => [ 140 'shelf' => [ 822 'shelf' => [ 845 'shelf' => [ 856 'path' => 'books/v1/mylibrary/bookshelves/{shelf}', 859 'shelf' => [ 882 'shelf' => [ 906 'shelf' => [ 936 'path' => 'books/v1/mylibrary/bookshelves/{shelf}/volumes', [all …]
|
/plugin/authgoogle/google/contrib/ |
H A 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. 92 $params = array('userId' => $userId, 'shelf' => $shelf); 588 $params = array('shelf' => $shelf); 597 * @param string $shelf ID of bookshelf to retrieve. 603 public function get($shelf, $optParams = array()) { argument 604 $params = array('shelf' => $shelf); 634 * @param string $shelf ID of bookshelf with the volume. [all …]
|
/plugin/textile2/ |
H A 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/ |
H A D | words.txt | 3174 shelf
|
/plugin/tuxquote/ |
H A 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…
|