/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/ |
D | Node.php | 37 protected $notification; variable in Sabre\\CalDAV\\Notifications\\Node 51 * @param NotificationInterface $notification 53 …V\Backend\NotificationSupport $caldavBackend, $principalUri, NotificationInterface $notification) { argument 57 $this->notification = $notification; 68 return $this->notification->getId() . '.xml'; 81 return $this->notification->getETag(); 93 return $this->notification; 104 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
|
D | Plugin.php | 73 …g['\\Sabre\\CalDAV\\Notifications\\ICollection'] = '{' . self::NS_CALENDARSERVER . '}notification'; 76 '{' . self::NS_CALENDARSERVER . '}notification-URL', 98 …$propFind->handle('{' . self::NS_CALENDARSERVER . '}notification-URL', function() use ($principalU…
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/ |
D | Node.php | 35 protected $notification; variable in Sabre\\CalDAV\\Notifications\\Node 49 * @param NotificationInterface $notification 51 …V\Backend\NotificationSupport $caldavBackend, $principalUri, NotificationInterface $notification) { argument 55 $this->notification = $notification; 66 return $this->notification->getId() . '.xml'; 79 return $this->notification->getETag(); 91 return $this->notification; 102 $this->caldavBackend->deleteNotification($this->getOwner(), $this->notification);
|
D | Plugin.php | 73 …g['\\Sabre\\CalDAV\\Notifications\\ICollection'] = '{' . self::NS_CALENDARSERVER . '}notification'; 76 '{' . self::NS_CALENDARSERVER . '}notification-URL', 98 …$propFind->handle('{' . self::NS_CALENDARSERVER . '}notification-URL', function() use ($principalU…
|
/plugin/notification/helper/ |
D | cron.php | 73 … $notifications_data['notifications'] = array_filter($notifications, function ($notification) { 74 return array_key_exists('id', $notification); 112 foreach ($notifications as $notification) { 113 $plugin = $notification['plugin']; 114 $id = $notification['id']; 116 $new_notifications[] = $notification; 142 foreach ($new_notifications as $notification) { 143 $content = $notification['full']; 144 $timestamp = $notification['timestamp']; 189 foreach ($notifications as $notification) { [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/ |
D | InviteReplyTest.php | 14 function testSerializers($notification, $expected) { argument 16 $notification = new InviteReply($notification); 18 $this->assertEquals('foo', $notification->getId()); 19 $this->assertEquals('"1"', $notification->getETag()); 30 $writer->write($notification); 44 $notification->xmlSerializeFull($writer);
|
D | SystemStatusTest.php | 14 function testSerializers($notification, $expected1, $expected2) { argument 16 $this->assertEquals('foo', $notification->getId()); 17 $this->assertEquals('"1"', $notification->getETag()); 26 $writer->write($notification); 38 $notification->xmlSerializeFull($writer);;
|
D | InviteTest.php | 14 function testSerializers($notification, $expected) { argument 16 $notification = new Invite($notification); 18 $this->assertEquals('foo', $notification->getId()); 19 $this->assertEquals('"1"', $notification->getETag());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
D | Notifications.php | 37 * @param string $notification ID of the notification to delete. 43 public function delete($bucket, $notification, $optParams = []) argument 45 $params = ['bucket' => $bucket, 'notification' => $notification]; 53 * @param string $notification Notification ID 60 public function get($bucket, $notification, $optParams = []) argument 62 $params = ['bucket' => $bucket, 'notification' => $notification];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/ |
D | WebpushConfig.php | 35 public $notification; variable in Google\\Service\\FirebaseCloudMessaging\\WebpushConfig 82 public function setNotification($notification) argument 84 $this->notification = $notification; 91 return $this->notification;
|
D | AndroidConfig.php | 110 public function setNotification(AndroidNotification $notification) argument 112 $this->notification = $notification; 119 return $this->notification;
|
D | Message.php | 140 public function setNotification(Notification $notification) argument 142 $this->notification = $notification; 149 return $this->notification;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
D | NotificationSet.php | 33 public function setNotification($notification) argument 35 $this->notification = $notification; 42 return $this->notification;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
D | Stream.php | 114 private $notification; variable in phpseclib3\\Net\\SFTP\\Stream 177 $this->notification = $context['notification']; 221 if (isset($this->notification) && is_callable($this->notification)) { 231 …call_user_func($this->notification, STREAM_NOTIFY_CONNECT, STREAM_NOTIFY_SEVERITY_INFO, '', 0, 0, … 232 …call_user_func($this->notification, STREAM_NOTIFY_AUTH_REQUIRED, STREAM_NOTIFY_SEVERITY_INFO, '', … 234 …call_user_func($this->notification, STREAM_NOTIFY_AUTH_RESULT, STREAM_NOTIFY_SEVERITY_ERR, 'Login … 237 …call_user_func($this->notification, STREAM_NOTIFY_AUTH_RESULT, STREAM_NOTIFY_SEVERITY_INFO, 'Login… 319 if (isset($this->notification) && is_callable($this->notification)) { 321 …call_user_func($this->notification, STREAM_NOTIFY_FAILURE, STREAM_NOTIFY_SEVERITY_ERR, $this->sftp… 325 …call_user_func($this->notification, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, st… [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
D | NotifierSpec.php | 31 public function setNotification(Notification $notification) argument 33 $this->notification = $notification; 40 return $this->notification;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
D | Usersettings.php | 62 public function setNotification(UsersettingsNotification $notification) argument 64 $this->notification = $notification; 71 return $this->notification;
|
/plugin/notification/action/ |
D | cache.php | 46 $notification = p_get_metadata($cache->page, 'plugin notification'); 47 if (!$notification) return; 49 if ($notification['dynamic user']) { 55 'plugins' => $notification['plugins'],
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
D | CollectionTest.php | 11 protected $notification; variable in Sabre\\CalDAV\\Notifications\\CollectionTest 17 $this->notification = new CalDAV\Xml\Notification\SystemStatus(1,'"1"'); 21 $this->notification 35 new Node($this->caldavBackend, $this->principalUri, $this->notification)
|
D | PluginTest.php | 100 $notification = new Node( 109 $this->plugin->propFind($propFind, $notification); 112 $notification->getNotificationType(), 120 $notification = new Node( 126 $server = new DAV\Server([$notification]);
|
/plugin/structnotification/lang/en/ |
D | intro.txt | 1 …notification, first enter a struct field containing a date. Choose when the notification should be… 3 You can define additional struct filters to check if a notification should be created, e.g. "Status…
|
/plugin/notification/ |
D | plugin.info.txt | 1 base notification 5 name notification plugin 7 url https://www.dokuwiki.org/plugin:notification
|
/plugin/discordnotifier/examples/ |
D | README.md | 7  { 50 $id = $notification['id']; 51 $rev = $notification['rev'];
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
D | NotificationSupport.php | 41 * @param NotificationInterface $notification 44 function deleteNotification($principalUri, NotificationInterface $notification); argument
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
D | MockSharing.php | 45 * @param NotificationInterface $notification 48 function deleteNotification($principalUri, NotificationInterface $notification) { argument 51 if ($notification === $value) {
|