Home
last modified time | relevance | path

Searched refs:Event (Results 76 – 100 of 313) sorted by last modified time

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DMetadata.php31 protected $eventsType = Event::class;
77 * @param Event[]
84 * @return Event[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvents.php37 protected $itemsType = Event::class;
121 * @param Event[]
128 * @return Event[]
H A DEvent.php20 class Event extends \Google\Collection class
705 class_alias(Event::class, 'Google_Service_Calendar_Event');
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php20 use Composer\Script\Event; alias
28 * @param Event $event Composer event passed in for any script method
32 Event $event,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DReportRuntimeEventRequest.php22 protected $eventType = Event::class;
30 * @param Event
32 public function setEvent(Event $event)
37 * @return Event
H A DEvent.php20 class Event extends \Google\Model class
80 class_alias(Event::class, 'Google_Service_AIPlatformNotebooks_Event');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPerson.php49 protected $eventsType = Event::class;
261 * @param Event[]
268 * @return Event[]
H A DEvent.php20 class Event extends \Google\Model class
94 class_alias(Event::class, 'Google_Service_PeopleService_Event');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DEvent.php20 class Event extends \Google\Model class
80 class_alias(Event::class, 'Google_Service_Genomics_Event');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1175 * Loosening Event Dispatcher dependency
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md412 ## Event Loop Integration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
H A DEvents.php75 * @return Event
90 * @param Event $postBody
100 * @return Event
114 * @param Event $postBody
135 * @return Event
291 * @return Event
306 * @param Event $postBody
330 * @return Event
354 * @return Event
369 * @param Event $postBody
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DFootnoteToDokuwikiExtension.php21 use League\CommonMark\Event\DocumentParsedEvent;
23 use League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener;
24 use League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener;
25 use League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener;
26 use League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener;
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php18 use League\CommonMark\Event\DocumentParsedEvent;
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php16 use League\CommonMark\Event\DocumentParsedEvent;
H A DTableOfContentsExtension.php17 use League\CommonMark\Event\DocumentParsedEvent;
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
H A DEnvironment.php
H A DEnvironmentInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Event/
H A DDocumentPreParsedEvent.php14 namespace League\CommonMark\Event;
20 * Event dispatched when the document is about to be parsed
H A DAbstractEvent.php10 * Original code based on the Symfony EventDispatcher "Event" contract
17 namespace League\CommonMark\Event;
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php16 use League\CommonMark\Event\DocumentParsedEvent;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DAnonymousFootnotesListener.php15 namespace League\CommonMark\Extension\Footnote\Event;
17 use League\CommonMark\Event\DocumentParsedEvent;
H A DNumberFootnotesListener.php15 namespace League\CommonMark\Extension\Footnote\Event;
17 use League\CommonMark\Event\DocumentParsedEvent;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/
H A DFootnoteExtension.php18 use League\CommonMark\Event\DocumentParsedEvent;
20 use League\CommonMark\Extension\Footnote\Event\AnonymousFootnotesListener;
21 use League\CommonMark\Extension\Footnote\Event\FixOrphanedFootnotesAndRefsListener;
22 use League\CommonMark\Extension\Footnote\Event\GatherFootnotesListener;
23 use League\CommonMark\Extension\Footnote\Event\NumberFootnotesListener;

12345678910>>...13