Home
last modified time | relevance | path

Searched refs:newFile (Results 1 – 25 of 34) sorted by relevance

12

/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php134 $newFile = [
146 …$result = media_upload_finish($newFile['tmp_name'], mediaFN($newFile['id']), $newFile['id'], $newF…
148 @unlink($newFile['tmp_name']);
/plugin/zip/pear/File/Archive/
H A DWriter.php46 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer
66 $this->newFile($filename, $stat, $mime);
/plugin/gtime/action/
H A Dtimestamp.php122 $newFile = GTHttpClient::getPublicationsFile($Publications_URL);
123 $result = $newFile->verify();
126 $newFile->save($filename);
127 return $newFile;
/plugin/zip/pear/File/Archive/Writer/
H A DAddBaseName.php56 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_AddBaseName
58 $this->writer->newFile($this->baseName.$filename, $stat, $mime);
H A DGzip.php68 $this->newFile(null);
90 function newFile($filename, $stat = array(), function in File_Archive_Writer_Gzip
H A DUniqueAppender.php74 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_UniqueAppender
80 return $this->writer->newFile($filename, $stat, $mime);
H A DBzip2.php68 $this->newFile(null);
88 function newFile($filename, $stat = array(), function in File_Archive_Writer_Bzip2
H A DMulti.php53 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_Multi
57 $error = $this->writers[$key]->newFile($filename, $stat, $mime);
H A DOutput.php61 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_Output
H A DArchive.php72 $this->innerWriter->newFile($filename, $stat, $this->getMime());
H A DMemory.php73 function newFile($filename, $stat, $mime = "application/octet-stream") function in File_Archive_Writer_Memory
H A DMemoryArchive.php81 function newFile($filename, $stat = array(), function in File_Archive_Writer_MemoryArchive
H A DMail.php155 function newFile($filename, $stat, $mime = "application/octet-stream") function in File_Archive_Writer_Mail
H A DAr.php150 function newFile($filename, $stat = array (), function in File_Archive_Writer_Ar
H A DTar.php154 function newFile($filename, $stats = array(), function in File_Archive_Writer_Tar
H A DFiles.php174 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_Files
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php213 $newFile = !file_exists($tempLocation);
215 if (!$newFile && ($this->server->httpRequest->getHeader('If-None-Match'))) {
220 $hR->setStatus($newFile ? 201 : 200);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php216 $newFile = !file_exists($tempLocation);
218 if (!$newFile && ($this->server->httpRequest->getHeader('If-None-Match'))) {
223 $hR->setStatus($newFile ? 201 : 200);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py125 newFile = self.request.get("NewFile", "")
127 newFileName = newFile.filename
165 chunk = newFile.file.read(100000)
/plugin/translation2/
H A Daction.php109 $newFile = wikiFN($newID);
114 if (file_exists($newFile)) $class .= ' translated';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php232 $newFile = false;
248 $newFile = true;
256 $response->setStatus($newFile ? 201 : 200);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php232 $newFile = false;
248 $newFile = true;
256 $response->setStatus($newFile ? 201 : 200);
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js151 DropboxFile.prototype.updateDescriptor = function(newFile) argument
153 this.stat = newFile.stat;
H A DDropboxClient.js837 this.insertFile(file.name, data, mxUtils.bind(this, function(newFile) argument
842 success(newFile.getHash().substring(1), newFile);
997 this.insertFile(file.name, data, mxUtils.bind(this, function(newFile) argument
999 success(file.name, newFile);
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php90 $dest->newFile($this->tmpName);

12