Home
last modified time | relevance | path

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

/dports/sysutils/restic/restic-0.12.1/internal/selfupdate/
H A Ddownload.go42 func extractToFile(buf []byte, filename, target string, printf func(string, ...interface{})) error { func
172 err = extractToFile(buf, downloadFilename, target, printf)
/dports/editors/calligra/calligra-3.2.1/words/plugins/scripting/scripts/
H A Dxmlviewer.py166 if not self.store.extractToFile(path,toFile):
263 if not self.store.extractToFile(path,currentFile):
/dports/editors/calligra/calligra-3.2.1/sheets/plugins/scripting/scripts/
H A Dxmlviewer.py167 if not self.store.extractToFile(path,toFile):
264 if not self.store.extractToFile(path,currentFile):
/dports/editors/calligra/calligra-3.2.1/libs/kross/
H A DKoScriptingOdf.h407 bool extractToFile(const QString &fileName, const QString &toFileName);
H A DKoScriptingOdf.cpp407 bool KoScriptingOdfStore::extractToFile(const QString &fileName, const QString &toFileName) in extractToFile() function in KoScriptingOdfStore
/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DTextWindow.h589 …FXbool extractToFile(const FXString& file,FXint startpos,FXint endpos,FXint startcol=-1,FXint endc…
H A DTextWindow.cpp1185 FXbool TextWindow::extractToFile(const FXString& file,FXint startpos,FXint endpos,FXint startcol,FX… in extractToFile() function in TextWindow
2036 if(!extractToFile(file,sp,ep,sc,ec)){ in onCmdExtractFile()