Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DFlexTemplateRuntimeEnvironment.php102 public $tempLocation; variable in Google\\Service\\Dataflow\\FlexTemplateRuntimeEnvironment
385 public function setTempLocation($tempLocation) argument
387 $this->tempLocation = $tempLocation;
394 return $this->tempLocation;
H A DRuntimeEnvironment.php74 public $tempLocation; variable in Google\\Service\\Dataflow\\RuntimeEnvironment
259 public function setTempLocation($tempLocation) argument
261 $this->tempLocation = $tempLocation;
268 return $this->tempLocation;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.php74 public $tempLocation; variable in Google\\Service\\Datapipelines\\GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment
259 public function setTempLocation($tempLocation) argument
261 $this->tempLocation = $tempLocation;
268 return $this->tempLocation;
H A 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/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php185 * @param string $tempLocation
190 if (!file_exists($tempLocation)) return;
193 $hR->setHeader('Content-Length', filesize($tempLocation));
196 $hR->setBody(fopen($tempLocation, 'r'));
206 * @param string $tempLocation
213 $newFile = !file_exists($tempLocation);
233 * @param string $tempLocation
238 if (!file_exists($tempLocation)) return;
240 unlink($tempLocation);
256 * @param string $tempLocation
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php188 * @param string $tempLocation
193 if (!file_exists($tempLocation)) return;
196 $hR->setHeader('Content-Length', filesize($tempLocation));
199 $hR->setBody(fopen($tempLocation, 'r'));
209 * @param string $tempLocation
216 $newFile = !file_exists($tempLocation);
236 * @param string $tempLocation
241 if (!file_exists($tempLocation)) return;
243 unlink($tempLocation);
259 * @param string $tempLocation
[all …]