Home
last modified time | relevance | path

Searched refs:documentType (Results 1 – 14 of 14) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php266 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
268 switch ($documentType) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DClassifyTextRequest.php22 protected $documentType = Document::class; variable in Google\\Service\\CloudNaturalLanguage\\ClassifyTextRequest
H A DAnalyzeEntitiesRequest.php22 protected $documentType = Document::class; variable in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitiesRequest
H A DAnalyzeSyntaxRequest.php22 protected $documentType = Document::class; variable in Google\\Service\\CloudNaturalLanguage\\AnalyzeSyntaxRequest
H A DAnalyzeSentimentRequest.php22 protected $documentType = Document::class; variable in Google\\Service\\CloudNaturalLanguage\\AnalyzeSentimentRequest
H A DAnnotateTextRequest.php22 protected $documentType = Document::class; variable in Google\\Service\\CloudNaturalLanguage\\AnnotateTextRequest
H A DAnalyzeEntitySentimentRequest.php22 protected $documentType = Document::class; variable in Google\\Service\\CloudNaturalLanguage\\AnalyzeEntitySentimentRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DRunQueryResponse.php22 protected $documentType = Document::class; variable in Google\\Service\\Firestore\\RunQueryResponse
H A DDocumentChange.php23 protected $documentType = Document::class; variable in Google\\Service\\Firestore\\DocumentChange
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1ProcessResponse.php22 protected $documentType = GoogleCloudDocumentaiV1Document::class; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1ProcessResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DGoogleDocsMetadata.php27 public $documentType; variable in Google\\Service\\CloudSearch\\GoogleDocsMetadata
58 public function setDocumentType($documentType) argument
60 $this->documentType = $documentType;
67 return $this->documentType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayApiConfigOpenApiDocument.php22 protected $documentType = ApigatewayApiConfigFile::class; variable in Google\\Service\\Apigateway\\ApigatewayApiConfigOpenApiDocument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php197 $documentType
200 switch ($documentType) {
214 … throw new BadRequest('Unexpected document type: ' . $documentType . ' for this Content-Type');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php255 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
257 switch ($documentType) {