Home
last modified time | relevance | path

Searched refs:foundType (Results 1 – 4 of 4) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php836 $foundType = null;
845 if (is_null($foundType)) {
846 $foundType = $component->name;
847 if (!in_array($foundType, $supportedComponents)) {
848 …his calendar only supports ' . implode(', ', $supportedComponents) . '. We found a ' . $foundType);
855 if ($foundType !== $component->name) {
856 …ct must only contain 1 component. We found a ' . $component->name . ' as well as a ' . $foundType);
868 if (!$foundType)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsResponse.php22 protected $foundType = Document::class; variable in Google\\Service\\Firestore\\BatchGetDocumentsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DLookupResponse.php25 protected $foundType = EntityResult::class; variable in Google\\Service\\Datastore\\LookupResponse
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php866 $foundType = null;
875 $foundType = $component->name;
881 if (!$foundType || !in_array($foundType, $supportedComponents)) {