Home
last modified time | relevance | path

Searched refs:pathToFile (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DPackageData.php46 public $pathToFile; variable in Google\\Service\\OnDemandScanning\\PackageData
129 public function setPathToFile($pathToFile) argument
131 $this->pathToFile = $pathToFile;
138 return $this->pathToFile;
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php161 * @param string $pathToFile
165 protected function isRemoteFile($pathToFile) argument
167 return preg_match('/^(https?|ftp):\/\/.*/', $pathToFile) === 1;
/plugin/authfacebook/lib/
H A DFacebook.php551 * @param string $pathToFile
557 public function fileToUpload($pathToFile) argument
559 return new FacebookFile($pathToFile);
565 * @param string $pathToFile
571 public function videoToUpload($pathToFile) argument
573 return new FacebookVideo($pathToFile);
580 * @param string $pathToFile The full path to the file.
590 …public function uploadVideo($target, $pathToFile, $metadata = [], $accessToken = null, $maxTransfe… argument
597 $file = $this->videoToUpload($pathToFile);