/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
H A D | Notifications.php | 20 use Google\Service\Storage\Notification; alias 58 * @return Notification 64 return $this->call('get', [$params], Notification::class); 71 * @param Notification $postBody 76 * @return Notification 78 public function insert($bucket, Notification $postBody, $optParams = []) 82 return $this->call('insert', [$params], Notification::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A D | NotifierSpec.php | 23 protected $notificationType = Notification::class; 29 * @param Notification 31 public function setNotification(Notification $notification) 36 * @return Notification
|
H A D | Notification.php | 20 class Notification extends \Google\Model class 110 class_alias(Notification::class, 'Google_Service_CloudBuild_Notification');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/ |
H A D | Settings.php | 23 protected $notificationsType = Notification::class; 27 * @param Notification[] 34 * @return Notification[]
|
H A D | Notification.php | 20 class Notification extends \Google\Model class 42 class_alias(Notification::class, 'Google_Service_AlertCenter_Notification');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/ |
H A D | Notifications.php | 23 protected $itemsType = Notification::class; 31 * @param Notification[] 38 * @return Notification[]
|
H A D | Notification.php | 20 class Notification extends \Google\Collection class 195 class_alias(Notification::class, 'Google_Service_Storage_Notification');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/ |
H A D | Notification.php | 20 use Google\Service\Books\Notification as NotificationModel; 30 class Notification extends \Google\Service\Resource class 52 class_alias(Notification::class, 'Google_Service_Books_Resource_Notification');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
H A D | NotificationSet.php | 23 protected $notificationType = Notification::class; 31 * @param Notification[] 38 * @return Notification[]
|
H A D | Notification.php | 20 class Notification extends \Google\Model class 208 class_alias(Notification::class, 'Google_Service_AndroidEnterprise_Notification');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/ |
H A D | Message.php | 40 protected $notificationType = Notification::class; 138 * @param Notification 140 public function setNotification(Notification $notification) 145 * @return Notification
|
H A D | Notification.php | 20 class Notification extends \Google\Model class 80 class_alias(Notification::class, 'Google_Service_FirebaseCloudMessaging_Notification');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
H A D | Notification.php | 20 class Notification extends \Google\Collection class 324 class_alias(Notification::class, 'Google_Service_Books_Notification');
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/ |
H A D | INode.php | 5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
|
H A D | Node.php | 6 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | NotificationInterface.php | 3 namespace Sabre\CalDAV\Xml\Notification;
|
H A D | SystemStatus.php | 3 namespace Sabre\CalDAV\Xml\Notification;
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | NotificationInterface.php | 3 namespace Sabre\CalDAV\Xml\Notification;
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | NotificationSupport.php | 5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
H A D | NotificationSupport.php | 5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/ |
H A D | SystemStatusTest.php | 3 namespace Sabre\CalDAV\Xml\Notification;
|
H A D | InviteReplyTest.php | 3 namespace Sabre\CalDAV\Xml\Notification;
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/ |
H A D | Node.php | 7 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | CollectionTest.php | 17 $this->notification = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');
|
H A D | NodeTest.php | 16 $this->systemStatus = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');
|