Home
last modified time | relevance | path

Searched refs:uploadFilePath (Results 1 – 7 of 7) sorted by relevance

/dports/net/libkgapi/libkgapi-21.12.3/autotests/drive/
H A Dfilecreatejobtest.cpp79 QFETCH(QString, uploadFilePath); in testCreate()
86 if (uploadFilePath.isNull()) { in testCreate()
89 job = new Drive::FileCreateJob(uploadFilePath, sourceFile, account); in testCreate()
/dports/www/ilias6/ILIAS-6.14/Modules/CmiXapi/classes/
H A Dclass.ilCmiXapiContentUploadImporter.php148 protected function getUpload($uploadFilePath) argument
161 if (isset($results[$uploadFilePath])) {
162 $result = $results[$uploadFilePath];
271 protected function handleZipContentUpload($uploadFilePath) argument
275 $zar->open($uploadFilePath);
/dports/ftp/sftpgo/sftpgo-2.2.0/sftpd/
H A Dscp.go269 func (c *scpCommand) handleUpload(uploadFilePath string, sizeToRead int64) error {
272 fs, p, err := c.connection.GetFsAndResolvedPath(uploadFilePath)
274 c.connection.Log(logger.LevelWarn, "error uploading file: %#v, err: %v", uploadFilePath, err)
279 if !c.connection.User.IsFileAllowed(uploadFilePath) {
280 c.connection.Log(logger.LevelWarn, "writing file %#v is not allowed", uploadFilePath)
291 if !c.connection.User.HasPerm(dataprovider.PermUpload, path.Dir(uploadFilePath)) {
292 c.connection.Log(logger.LevelWarn, "cannot upload file: %#v, permission denied", uploadFilePath)
296 return c.handleUploadFile(fs, p, filePath, sizeToRead, true, 0, uploadFilePath)
312 if !c.connection.User.HasPerm(dataprovider.PermOverwrite, uploadFilePath) {
313 …c.connection.Log(logger.LevelWarn, "cannot overwrite file: %#v, permission denied", uploadFilePath)
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-editor/
H A Dh5peditor-ajax.class.php161 private function libraryUpload($uploadFilePath, $contentId) { argument
163 if (!$uploadFilePath) {
168 $file = $this->saveFileTemporarily($uploadFilePath, TRUE);
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor-ajax.class.php184 private function libraryUpload($uploadFilePath, $contentId) { argument
186 if (!$uploadFilePath) {
191 $file = $this->saveFileTemporarily($uploadFilePath, TRUE);
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor-ajax.class.php184 private function libraryUpload($uploadFilePath, $contentId) { argument
186 if (!$uploadFilePath) {
191 $file = $this->saveFileTemporarily($uploadFilePath, TRUE);
/dports/www/moodle39/moodle/h5p/h5plib/v124/joubel/editor/
H A Dh5peditor-ajax.class.php182 private function libraryUpload($uploadFilePath, $contentId) { argument
184 if (!$uploadFilePath) {
189 $file = $this->saveFileTemporarily($uploadFilePath, TRUE);