Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
DTypeMismatchException.php58 $foundType = get_class($argument).' object';
60 $foundType = gettype($argument);
66 . $foundType . ' given. ' . $message, $code
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
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/
DBatchGetDocumentsResponse.php22 protected $foundType = Document::class; variable in Google\\Service\\Firestore\\BatchGetDocumentsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DLookupResponse.php25 protected $foundType = EntityResult::class; variable in Google\\Service\\Datastore\\LookupResponse
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DPlugin.php866 $foundType = null;
875 $foundType = $component->name;
881 if (!$foundType || !in_array($foundType, $supportedComponents)) {