/plugin/bpmnioeditor/action/ |
H A D | bpmnioeditor.php | 134 $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 D | Writer.php | 46 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 D | timestamp.php | 122 $newFile = GTHttpClient::getPublicationsFile($Publications_URL); 123 $result = $newFile->verify(); 126 $newFile->save($filename); 127 return $newFile;
|
/plugin/zip/pear/File/Archive/Writer/ |
H A D | AddBaseName.php | 56 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 D | Gzip.php | 68 $this->newFile(null); 90 function newFile($filename, $stat = array(), function in File_Archive_Writer_Gzip
|
H A D | UniqueAppender.php | 74 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 D | Bzip2.php | 68 $this->newFile(null); 88 function newFile($filename, $stat = array(), function in File_Archive_Writer_Bzip2
|
H A D | Multi.php | 53 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 D | Output.php | 61 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_Output
|
H A D | Archive.php | 72 $this->innerWriter->newFile($filename, $stat, $this->getMime());
|
H A D | Memory.php | 73 function newFile($filename, $stat, $mime = "application/octet-stream") function in File_Archive_Writer_Memory
|
H A D | MemoryArchive.php | 81 function newFile($filename, $stat = array(), function in File_Archive_Writer_MemoryArchive
|
H A D | Mail.php | 155 function newFile($filename, $stat, $mime = "application/octet-stream") function in File_Archive_Writer_Mail
|
H A D | Ar.php | 150 function newFile($filename, $stat = array (), function in File_Archive_Writer_Ar
|
H A D | Tar.php | 154 function newFile($filename, $stats = array(), function in File_Archive_Writer_Tar
|
H A D | Files.php | 174 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_Files
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | TemporaryFileFilterPlugin.php | 213 $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 D | TemporaryFileFilterPlugin.php | 216 $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 D | fckcommands.py | 125 newFile = self.request.get("NewFile", "") 127 newFileName = newFile.filename 165 chunk = newFile.file.read(100000)
|
/plugin/translation2/ |
H A D | action.php | 109 $newFile = wikiFN($newID); 114 if (file_exists($newFile)) $class .= ' translated';
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/ |
H A D | Plugin.php | 232 $newFile = false; 248 $newFile = true; 256 $response->setStatus($newFile ? 201 : 200);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/ |
H A D | Plugin.php | 232 $newFile = false; 248 $newFile = true; 256 $response->setStatus($newFile ? 201 : 200);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxFile.js | 151 DropboxFile.prototype.updateDescriptor = function(newFile) argument 153 this.stat = newFile.stat;
|
H A D | DropboxClient.js | 837 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 D | Gzip.php | 90 $dest->newFile($this->tmpName);
|