Home
last modified time | relevance | path

Searched refs:subscribers (Results 1 – 13 of 13) sorted by path

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1243 * Making it easier to add event subscribers to HasDispatcherInterface classes. Can now directly cal…
H A DUPGRADING.md12 event listeners or subscribers need to be updated to become middleware
420 subscribers/plugins, and `GuzzleHttp\Message\HeaderValues::parseParams()` has
/plugin/authremoteuser/
H A DREADME.md70 2. If enabled, disable option `subscribers` temporarily.
87 6. Now, you can re-enable option `subscribers` again (see above).
/plugin/bible/bible_douayRheims/
H A D2_Esdras.txt251 10:1. And the subscribers were Nehemias, Athersatha the son of Hachelai, and Sedecias,
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php47 protected $subscribers = []; variable in Sabre\\Event\\Promise
109 $this->subscribers[] = [$subPromise, $onFulfilled, $onRejected];
149 foreach ($this->subscribers as $subscriber) {
166 foreach ($this->subscribers as $subscriber) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1subscribers\n */\n fire(event) {\n if (this._listeners) {\n // put all [l…
H A Deditor.worker.js.map1 …n }\n /**\n * To be kept private to fire an event to\n * subscribers\n */\n f…
H A Djson.worker.js.map1 …n }\n /**\n * To be kept private to fire an event to\n * subscribers\n */\n f…
/plugin/discussion/
H A Daction.php1227 * @param array $subscribers data of the subscribers
1232 protected function _notify($comment, &$subscribers) { argument
1330 if (!empty($subscribers)) {
1332 foreach($subscribers as $mail => $data) {
1346 $subscribers[$mail]['confirmsent'] = true;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst10 The difference between listeners, and subscribers is that listener do not know to which events they…
11 while subscribers contain that information. Thus, subscribers are easier to share, and re-use. List…
/plugin/submgr/lang/de/
H A Dnosubs.txt3 …ind in diesem Wiki momentan deaktiviert. Prüfen Sie die [[doku>config:subscribers|subscribers]] und
/plugin/submgr/lang/en/
H A Dnosubs.txt3 …riptions are currently disabled in this wiki. Check the [[doku>config:subscribers|subscribers]] and
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php103 $this->subscribers[] = [$subPromise, $onFulfilled, $onRejected];
147 foreach ($this->subscribers as $subscriber) {
167 foreach ($this->subscribers as $subscriber) {
229 protected $subscribers = []; variable in Sabre\\Event\\Promise