Home
last modified time | relevance | path

Searched refs:tempLocation (Results 1 – 6 of 6) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php112 if (!$tempLocation = $this->isTempFile($request->getPath()))
117 return $this->httpGet($request, $response, $tempLocation);
119 return $this->httpPut($request, $response, $tempLocation);
121 return $this->httpPropfind($request, $response, $tempLocation);
123 return $this->httpDelete($request, $response, $tempLocation);
185 * @param string $tempLocation
188 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) { argument
190 if (!file_exists($tempLocation)) return;
193 $hR->setHeader('Content-Length', filesize($tempLocation));
196 $hR->setBody(fopen($tempLocation, 'r'));
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DTemporaryFileFilterPlugin.php112 if (!$tempLocation = $this->isTempFile($request->getPath()))
117 return $this->httpGet($request, $response, $tempLocation);
119 return $this->httpPut($request, $response, $tempLocation);
121 return $this->httpPropfind($request, $response, $tempLocation);
123 return $this->httpDelete($request, $response, $tempLocation);
188 * @param string $tempLocation
191 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) { argument
193 if (!file_exists($tempLocation)) return;
196 $hR->setHeader('Content-Length', filesize($tempLocation));
199 $hR->setBody(fopen($tempLocation, 'r'));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
DGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.php74 public $tempLocation; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment
259 public function setTempLocation($tempLocation) argument
261 $this->tempLocation = $tempLocation;
268 return $this->tempLocation;
DGoogleCloudDatapipelinesV1RuntimeEnvironment.php74 public $tempLocation; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1RuntimeEnvironment
259 public function setTempLocation($tempLocation) argument
261 $this->tempLocation = $tempLocation;
268 return $this->tempLocation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DRuntimeEnvironment.php74 public $tempLocation; variable in Google\\Service\\Dataflow\\RuntimeEnvironment
259 public function setTempLocation($tempLocation) argument
261 $this->tempLocation = $tempLocation;
268 return $this->tempLocation;
DFlexTemplateRuntimeEnvironment.php102 public $tempLocation; variable in Google\\Service\\Dataflow\\FlexTemplateRuntimeEnvironment
385 public function setTempLocation($tempLocation) argument
387 $this->tempLocation = $tempLocation;
394 return $this->tempLocation;