Home
last modified time | relevance | path

Searched refs:Notification (Results 1 – 25 of 44) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A DNotifications.php20 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 DNotifierSpec.php23 protected $notificationType = Notification::class;
29 * @param Notification
31 public function setNotification(Notification $notification)
36 * @return Notification
H A DNotification.php20 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 DSettings.php23 protected $notificationsType = Notification::class;
27 * @param Notification[]
34 * @return Notification[]
H A DNotification.php20 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 DNotifications.php23 protected $itemsType = Notification::class;
31 * @param Notification[]
38 * @return Notification[]
H A DNotification.php20 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 DNotification.php20 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 DNotificationSet.php23 protected $notificationType = Notification::class;
31 * @param Notification[]
38 * @return Notification[]
H A DNotification.php20 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 DMessage.php40 protected $notificationType = Notification::class;
138 * @param Notification
140 public function setNotification(Notification $notification)
145 * @return Notification
H A DNotification.php20 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 DNotification.php20 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 DINode.php5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
H A DNode.php6 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DNotificationInterface.php3 namespace Sabre\CalDAV\Xml\Notification;
H A DSystemStatus.php3 namespace Sabre\CalDAV\Xml\Notification;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DNotificationInterface.php3 namespace Sabre\CalDAV\Xml\Notification;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DNotificationSupport.php5 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php3 namespace Sabre\CalDAV\Xml\Notification;
H A DInviteReplyTest.php3 namespace Sabre\CalDAV\Xml\Notification;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DNode.php7 use Sabre\CalDAV\Xml\Notification\NotificationInterface;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php17 $this->notification = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');
H A DNodeTest.php16 $this->systemStatus = new CalDAV\Xml\Notification\SystemStatus(1,'"1"');

12