Home
last modified time | relevance | path

Searched refs:newFile (Results 1 – 25 of 34) sorted by last modified time

12

/plugin/davcal/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/
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/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/diagramsnet/lib/js/diagramly/
H A DApp.js4256 this.libraryLoaded(newFile, images);
4261 this.gitHub.insertLibrary(name, xml, mxUtils.bind(this, function(newFile) argument
4265 this.libraryLoaded(newFile, images);
4270 this.gitLab.insertLibrary(name, xml, mxUtils.bind(this, function(newFile) argument
4274 this.libraryLoaded(newFile, images);
4279 this.notion.insertLibrary(name, xml, mxUtils.bind(this, function(newFile) argument
4283 this.libraryLoaded(newFile, images);
4288 this.trello.insertLibrary(name, xml, mxUtils.bind(this, function(newFile) argument
4292 this.libraryLoaded(newFile, images);
4301 this.libraryLoaded(newFile, images);
[all …]
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);
H A DDropboxFile.js151 DropboxFile.prototype.updateDescriptor = function(newFile) argument
153 this.stat = newFile.stat;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …Codicon('organization-outline', { character: '\\\\ea7e' });\n Codicon.newFile = new Codicon('ne…
H A Dbundle.js1 …organizationOutline=new e("organization-outline",{character:"\\ea7e"}),e.newFile=new e("new-file",…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …organizationOutline=new e("organization-outline",{character:"\\ea7e"}),e.newFile=new e("new-file",…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php232 $newFile = false;
248 $newFile = true;
256 $response->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/gtime/action/
H A Dtimestamp.php122 $newFile = GTHttpClient::getPublicationsFile($Publications_URL);
123 $result = $newFile->verify();
126 $newFile->save($filename);
127 return $newFile;
/plugin/translation2/
H A Daction.php109 $newFile = wikiFN($newID);
114 if (file_exists($newFile)) $class .= ' translated';
/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/zip/pear/File/Archive/Reader/
H A DAr.php358 $writer->newFile($filename, $stat);
H A DGzip.php90 $dest->newFile($this->tmpName);
H A DTar.php327 $writer->newFile($filename, $stat);
H A DZip.php384 $writer->newFile($filename, $stat);
H A DBzip2.php89 $dest->newFile($this->tmpName);
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php68 $this->newFile(null);
90 function newFile($filename, $stat = array(), function in File_Archive_Writer_Gzip
H A DArchive.php72 $this->innerWriter->newFile($filename, $stat, $this->getMime());
H A DFiles.php174 function newFile($filename, $stat = array(), $mime = "application/octet-stream") function in File_Archive_Writer_Files
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 DMemoryArchive.php81 function newFile($filename, $stat = array(), function in File_Archive_Writer_MemoryArchive
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);

12