Home
last modified time | relevance | path

Searched refs:GenericEvent (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/www/nextcloud/nextcloud/lib/private/Share20/
H A DLegacyHooks.php33 use Symfony\Component\EventDispatcher\GenericEvent; alias
56 * @param GenericEvent $e
58 public function preUnshare(GenericEvent $e) {
67 * @param GenericEvent $e
69 public function postUnshare(GenericEvent $e) {
88 * @param GenericEvent $e
90 public function postUnshareFromSelf(GenericEvent $e) {
125 public function preShare(GenericEvent $e) {
156 public function postShare(GenericEvent $e) {
/dports/www/nextcloud/nextcloud/lib/private/Files/Node/
H A DHookConnector.php28 use OCP\EventDispatcher\GenericEvent; alias
106 $this->legacyDispatcher->dispatch('\OCP\Files::preWrite', new GenericEvent($node));
115 $this->legacyDispatcher->dispatch('\OCP\Files::postWrite', new GenericEvent($node));
124 $this->legacyDispatcher->dispatch('\OCP\Files::preCreate', new GenericEvent($node));
133 $this->legacyDispatcher->dispatch('\OCP\Files::postCreate', new GenericEvent($node));
143 $this->legacyDispatcher->dispatch('\OCP\Files::preDelete', new GenericEvent($node));
153 $this->legacyDispatcher->dispatch('\OCP\Files::postDelete', new GenericEvent($node));
162 $this->legacyDispatcher->dispatch('\OCP\Files::preTouch', new GenericEvent($node));
171 $this->legacyDispatcher->dispatch('\OCP\Files::postTouch', new GenericEvent($node));
201 $this->legacyDispatcher->dispatch('\OCP\Files::preCopy', new GenericEvent([$source, $target]));
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/source/
H A Dsource_test.go256 var ch chan event.GenericEvent
260 ch = make(chan event.GenericEvent)
270 ch := make(chan event.GenericEvent)
275 evt := event.GenericEvent{
280 invalidEvt := event.GenericEvent{}
284 GenericFunc: func(e event.GenericEvent) bool {
323 ch := make(chan event.GenericEvent)
326 evt := event.GenericEvent{}
401 ch := make(chan event.GenericEvent)
405 evt := event.GenericEvent{
[all …]
/dports/www/owncloud/owncloud/apps/encryption/lib/Hooks/
H A DUserHooks.php42 use Symfony\Component\EventDispatcher\GenericEvent; alias
151 * @param GenericEvent $params
154 public function login(GenericEvent $params) {
186 * @param GenericEvent $params
199 * @param GenericEvent $params
202 public function postDeleteUser(GenericEvent $params) {
218 * @param GenericEvent $params : uid, password
221 public function preSetPassphrase(GenericEvent $params) {
233 * @param GenericEvent $params keys: uid, password
236 public function setPassphrase(GenericEvent $params) {
/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/
H A DFilesHooksStatic.php28 use Symfony\Component\EventDispatcher\GenericEvent; alias
100 * @param GenericEvent $event
102 public static function unShare(GenericEvent $event) {
111 * @param GenericEvent $event
113 public static function unShareSelf(GenericEvent $event) {
/dports/www/owncloud/owncloud/apps/dav/lib/Files/Sharing/
H A DPublicLinkEventsPlugin.php29 use Symfony\Component\EventDispatcher\GenericEvent; alias
66 $event = new GenericEvent(null, [
74 $event = new GenericEvent(null, [
107 $event = new GenericEvent(null, [
115 $event = new GenericEvent(null, [
/dports/misc/xdelta/xdelta-1.1.4/libedsio/
H A Dedsio_edsio.c646 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_errno_event_internal()
650 Edsio_Errno_event_field_to_string (GenericEvent* ev, gint field) in Edsio_Errno_event_field_to_string()
673 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_intint_event_internal()
677 Edsio_IntInt_event_field_to_string (GenericEvent* ev, gint field) in Edsio_IntInt_event_field_to_string()
699 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_void_event_internal()
720 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_source_event_internal()
747 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_stringstring_event_internal()
776 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_string_event_internal()
804 eventdelivery_event_deliver ((GenericEvent*) _e); in edsio_generate_int_event_internal()
808 Edsio_Int_event_field_to_string (GenericEvent* ev, gint field) in Edsio_Int_event_field_to_string()
[all …]
/dports/www/kanboard/kanboard-1.2.21/app/Job/
H A DUserMentionJob.php5 use Kanboard\Event\GenericEvent; alias
21 * @param GenericEvent $event
24 public function withParams($text, $eventName, GenericEvent $event)
39 $event = new GenericEvent($eventData);
H A DNotificationJob.php5 use Kanboard\Event\GenericEvent; alias
18 * @param GenericEvent $event
22 public function withParams(GenericEvent $event, $eventName)
/dports/www/nextcloud/nextcloud/lib/private/Collaboration/Resources/
H A DListener.php33 use Symfony\Component\EventDispatcher\GenericEvent; alias
37 $listener = function (GenericEvent $event) {
48 $dispatcher->addListener(IUser::class . '::postDelete', function (GenericEvent $event) {
57 $dispatcher->addListener(IGroup::class . '::preDelete', function (GenericEvent $event) {
/dports/www/owncloud/owncloud/lib/private/
H A DAllConfig.php36 use Symfony\Component\EventDispatcher\GenericEvent; alias
239 new GenericEvent(null, $arguments),
259 new GenericEvent(null, $arguments),
312 new GenericEvent(null, $arguments),
325 new GenericEvent(null, $arguments),
343 new GenericEvent(null, $arguments),
354 new GenericEvent(null, $arguments),
373 new GenericEvent(null, $arguments),
386 new GenericEvent(null, $arguments),
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/controller-runtime/pkg/predicate/
H A Dpredicate_test.go53 GenericFunc: func(event.GenericEvent) bool {
153 instance.GenericFunc = func(evt event.GenericEvent) bool {
159 evt := event.GenericEvent{
165 instance.GenericFunc = func(evt event.GenericEvent) bool {
197 Expect(instance.Generic(event.GenericEvent{})).Should(BeTrue())
217 Expect(instance.Generic(event.GenericEvent{})).Should(BeTrue())
329 Expect(instance.Generic(event.GenericEvent{})).To(BeTrue())
349 Expect(instance.Generic(event.GenericEvent{})).To(BeTrue())
378 Expect(instance.Generic(event.GenericEvent{})).To(BeTrue())
406 Expect(instance.Generic(event.GenericEvent{})).To(BeTrue())
[all …]
/dports/www/owncloud/owncloud/apps/files_sharing/lib/
H A DHooks.php34 use Symfony\Component\EventDispatcher\GenericEvent; alias
134 function (GenericEvent $event) {
148 function (GenericEvent $event) {
156 function (GenericEvent $event) {
164 function (GenericEvent $event) {
181 function (GenericEvent $event) {
214 function (GenericEvent $event) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/Notification/
H A DListener.php36 use Symfony\Component\EventDispatcher\GenericEvent; alias
58 * @param GenericEvent $event
60 public function shareNotification(GenericEvent $event): void {
86 * @param GenericEvent $event
88 public function userAddedToGroup(GenericEvent $event): void {
/dports/www/owncloud/owncloud/lib/private/Group/
H A DGroup.php35 use Symfony\Component\EventDispatcher\GenericEvent; alias
159 $this->eventDispatcher->dispatch(new GenericEvent($this, ['user' => $user]), 'group.preAddUser');
169 … $this->eventDispatcher->dispatch(new GenericEvent($this, ['user' => $user]), 'group.postAddUser');
185 …$this->eventDispatcher->dispatch(new GenericEvent($this, ['user' => $user]), 'group.preRemoveUser'…
196 …$this->eventDispatcher->dispatch(new GenericEvent($this, ['user' => $user]), 'group.postRemoveUser…
284 $this->eventDispatcher->dispatch(new GenericEvent($this), 'group.preDelete');
294 $this->eventDispatcher->dispatch(new GenericEvent($this), 'group.postDelete');
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/AppInfo/
H A DApplication.php94 use Symfony\Component\EventDispatcher\GenericEvent; alias
187 if ($event instanceof GenericEvent) {
193 if ($event instanceof GenericEvent) {
207 if ($event instanceof GenericEvent) {
218 if ($event instanceof GenericEvent) {
230 …$dispatcher->addListener('OC\AccountManager::userUpdated', function (GenericEvent $event) use ($co…
238 …$dispatcher->addListener('\OCA\DAV\CalDAV\CalDavBackend::updateShares', function (GenericEvent $ev…
251 …$dispatcher->addListener('\OCA\DAV\CalDAV\CalDavBackend::publishCalendar', function (GenericEvent
262 function (GenericEvent $event) {
274 function (GenericEvent $event) use ($container, $serverContainer) {
[all …]
/dports/www/owncloud/owncloud/apps/dav/lib/AppInfo/
H A DApplication.php33 use Symfony\Component\EventDispatcher\GenericEvent; alias
71 if ($event instanceof GenericEvent) {
78 if ($event instanceof GenericEvent) {
92 if ($event instanceof GenericEvent) {
/dports/www/nextcloud/nextcloud/lib/private/EventDispatcher/
H A DGenericEventWrapper.php30 use Symfony\Component\EventDispatcher\GenericEvent; alias
32 class GenericEventWrapper extends GenericEvent {
37 /** @var GenericEvent */
46 public function __construct(ILogger $logger, string $eventName, ?GenericEvent $event) {
/dports/www/owncloud/owncloud/lib/public/Events/
H A DEventEmitterTrait.php24 use Symfony\Component\EventDispatcher\GenericEvent; alias
48 …\OC::$server->getEventDispatcher()->dispatch(new GenericEvent(null, $arguments['before']), "$class…
53 …\OC::$server->getEventDispatcher()->dispatch(new GenericEvent(null, $arguments['after']), "$class.…
/dports/devel/gitlist/gitlist/vendor/symfony/event-dispatcher/Tests/
H A DGenericEventTest.php14 use Symfony\Component\EventDispatcher\GenericEvent; alias
22 * @var GenericEvent
36 $this->event = new GenericEvent($this->subject, array('name' => 'Event'));
52 … $this->assertEquals($this->event, new GenericEvent($this->subject, array('name' => 'Event')));
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/
H A DGenericEventTest.php15 use Symfony\Component\EventDispatcher\GenericEvent; alias
23 * @var GenericEvent
35 $this->event = new GenericEvent($this->subject, ['name' => 'Event']);
49 $this->assertEquals($this->event, new GenericEvent($this->subject, ['name' => 'Event']));
/dports/deskutils/egroupware/egroupware/vendor/symfony/event-dispatcher/Tests/
H A DGenericEventTest.php15 use Symfony\Component\EventDispatcher\GenericEvent; alias
23 * @var GenericEvent
35 $this->event = new GenericEvent($this->subject, ['name' => 'Event']);
49 $this->assertEquals($this->event, new GenericEvent($this->subject, ['name' => 'Event']));
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/event-dispatcher/Tests/
H A DGenericEventTest.php15 use Symfony\Component\EventDispatcher\GenericEvent; alias
23 * @var GenericEvent
35 $this->event = new GenericEvent($this->subject, ['name' => 'Event']);
49 $this->assertEquals($this->event, new GenericEvent($this->subject, ['name' => 'Event']));
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Tests/
H A DGenericEventTest.php15 use Symfony\Component\EventDispatcher\GenericEvent; alias
23 * @var GenericEvent
35 $this->event = new GenericEvent($this->subject, ['name' => 'Event']);
49 $this->assertEquals($this->event, new GenericEvent($this->subject, ['name' => 'Event']));
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/event-dispatcher/Tests/
H A DGenericEventTest.php15 use Symfony\Component\EventDispatcher\GenericEvent; alias
23 * @var GenericEvent
37 $this->event = new GenericEvent($this->subject, array('name' => 'Event'));
53 … $this->assertEquals($this->event, new GenericEvent($this->subject, array('name' => 'Event')));

12345678910>>...21