| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | TemporaryFileFilterPlugin.php | 112 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/ |
| D | TemporaryFileFilterPlugin.php | 112 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/ |
| D | GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.php | 74 public $tempLocation; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment 259 public function setTempLocation($tempLocation) argument 261 $this->tempLocation = $tempLocation; 268 return $this->tempLocation;
|
| D | GoogleCloudDatapipelinesV1RuntimeEnvironment.php | 74 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/ |
| D | RuntimeEnvironment.php | 74 public $tempLocation; variable in Google\\Service\\Dataflow\\RuntimeEnvironment 259 public function setTempLocation($tempLocation) argument 261 $this->tempLocation = $tempLocation; 268 return $this->tempLocation;
|
| D | FlexTemplateRuntimeEnvironment.php | 102 public $tempLocation; variable in Google\\Service\\Dataflow\\FlexTemplateRuntimeEnvironment 385 public function setTempLocation($tempLocation) argument 387 $this->tempLocation = $tempLocation; 394 return $this->tempLocation;
|