Home
last modified time | relevance | path

Searched refs:notifications (Results 1 – 25 of 121) sorted by path

12345

/plugin/404manager/
H A D.travis.yml14 notifications:
/plugin/api/
H A D.travis.yml19 notifications:
/plugin/approve/action/
H A Dnotification.php62 $notifications = $approveMetadata->getPages($user, $states);
64 foreach ($notifications as $notification) {
81 $event->data['notifications'][] = [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DSettings.php29 public function setNotifications($notifications) argument
31 $this->notifications = $notifications;
38 return $this->notifications;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DCalendarListEntryNotificationSettings.php29 public function setNotifications($notifications) argument
31 $this->notifications = $notifications;
38 return $this->notifications;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DReportStateAndNotificationDevice.php25 public $notifications; variable in Google\\Service\\HomeGraphService\\ReportStateAndNotificationDevice
34 public function setNotifications($notifications) argument
36 $this->notifications = $notifications;
43 return $this->notifications;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php57 public $notifications; variable in Google\\Service\\Storage
585 'notifications',
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md282 …ler to remove duplicate records from notifications across multiple requests, useful for email or o…
521 * Added PushoverHandler to send mobile notifications
/plugin/bez/action/
H A Ddefault.php14 protected $notifications = array(); variable in action_plugin_bez_default
40 $this->notifications = unserialize($_COOKIE[BEZ_NOTIFICATIONS_COOKIE_NAME]);
279 foreach ($this->notifications as $note) {
341 $event->data['notifications'][] = [
364 $event->data['notifications'][] = [
387 $event->data['notifications'][] = [
409 $event->data['notifications'][] = [
431 $event->data['notifications'][] = [
/plugin/blogtng/lang/en/
H A Dsubscribermail.txt13 You can unsubscribe from further notifications at
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md376 * [#13566](http://dev.ckeditor.com/ticket/13566): Fixed: Suppressed notifications in the [Media Emb…
388 * [#13421](http://dev.ckeditor.com/ticket/13421): UX improvements to notifications in the [Auto Emb…
H A Dckeditor.js5 …pOnElement(this.element)}function la(a){var f=this;this.editor=a;this.notifications=[];this.elemen…
646 …};a.on("key",function(b){if(27==b.data.keyCode){var c=a._.notificationArea.notifications;c.length&&
649 …his)},isVisible:function(){return 0<=CKEDITOR.tools.indexOf(this.area.notifications,this)},_create…
652notifications.push(a);this.element.append(a.element);1==this.element.getChildCount()&&(CKEDITOR.do…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md342 …ileTools.uploadWidgetDefinition.html), allowing to switch off default notifications displayed by u…
796 * [#13566](https://dev.ckeditor.com/ticket/13566): Fixed: Suppressed notifications in the [Media Em…
808 * [#13421](https://dev.ckeditor.com/ticket/13421): UX improvements to notifications in the [Auto Em…
H A Dckeditor.js670 …opOnElement(this.element)}function r(b){var a=this;this.editor=b;this.notifications=[];this.elemen…
672 …n("key",function(c){if(27==c.data.keyCode){var d=b._.notificationArea.notifications;d.length&&(a(b…
674 …his)},isVisible:function(){return 0<=CKEDITOR.tools.indexOf(this.area.notifications,this)},_create…
677notifications.push(b);this.element.append(b.element);1==this.element.getChildCount()&&(CKEDITOR.do…
678 b);0>a||(this.notifications.splice(a,1),b.element.remove(),this.element.getChildCount()||(this._rem…
H A Dckeditor.js.unc13374 this.notifications = [];
13417 var d = b._.notificationArea.notifications;
13455 return 0 <= CKEDITOR.tools.indexOf(this.area.notifications, this)
13507 this.notifications.push(b);
13513 var a = CKEDITOR.tools.indexOf(this.notifications,
13515 …0 > a || (this.notifications.splice(a, 1), b.element.remove(), this.element.getChildCount() || (th…
/plugin/combo/.travis/
H A D.travis.yml50 notifications:
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml35 notifications:
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php60 $notifications = $this->caldavBackend->getNotificationsForPrincipal($this->principalUri);
62 foreach ($notifications as $notification) {
H A DPlugin.php51 return 'notifications';
100 … $notificationPath = $caldavPlugin->getCalendarHomeForPrincipal($principalUrl) . '/notifications/';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php12 private $notifications; variable in Sabre\\CalDAV\\Backend\\MockSharing
14 … function __construct(array $calendars = [], array $calendarData = [], array $notifications = []) { argument
17 $this->notifications = $notifications;
32 if (isset($this->notifications[$principalUri])) {
33 return $this->notifications[$principalUri];
50 foreach($this->notifications[$principalUri] as $key=>$value) {
52 unset($this->notifications[$principalUri][$key]);
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml20 notifications:
/plugin/diagramsnet/lib/resources/
H A Ddia.txt1133 notifications=Notifications
H A Ddia_am.txt1133 notifications=Notifications
H A Ddia_ar.txt1133 notifications=Notifications
H A Ddia_bg.txt1133 notifications=Известия

12345