Home
last modified time | relevance | path

Searched refs:saveToPath (Results 1 – 22 of 22) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/util/
H A DCreateSequenceFromTextAndOpenViewTask.cpp40 …st QList<DNASequence> &sequences, const QString &formatId, const GUrl &saveToPath, bool saveImmedi… in CreateSequenceFromTextAndOpenViewTask() argument
43 saveToPath(saveToPath), in CreateSequenceFromTextAndOpenViewTask()
80 if (saveImmediately && !saveToPath.isEmpty()) { in onSubTaskFinished()
99 … = AppContext::getIOAdapterRegistry()->getIOAdapterFactoryById(IOAdapterUtils::url2io(saveToPath)); in createEmptyDocument()
101 return format->createNewLoadedDocument(ioAdapterFactory, saveToPath, stateInfo); in createEmptyDocument()
H A DCreateSequenceFromTextAndOpenViewTask.h38 …st QList<DNASequence> &sequences, const QString &formatId, const GUrl &saveToPath, bool saveImmedi…
50 const GUrl saveToPath; variable
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/gtkutil/
H A DWindowPosition.h44 void saveToPath(const std::string& path);
H A DWindowPosition.cpp48 void WindowPosition::saveToPath(const std::string& path) in saveToPath() function in gtkutil::WindowPosition
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/common/
H A DShaderChooser.cpp61 _windowPosition.saveToPath(RKEY_WINDOW_STATE); in shutdown()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/graphics/
H A DRGraphicsPlotManager.hpp124 core::Error serialize(const core::FilePath& saveToPath);
H A DRGraphicsPlotManager.cpp753 Error PlotManager::serialize(const FilePath& saveToPath) in serialize() argument
761 return copyDirectory(graphicsPath_, saveToPath); in serialize()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFlightPlanController.hxx77 bool saveToPath(QString path) const;
H A DFlightPlanController.cxx266 bool FlightPlanController::saveToPath(QString path) const in saveToPath() function in FlightPlanController
563 saveToPath(file); in savePlan()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/mainframe/
H A Dmainframe.cpp609 _windowPosition.saveToPath(RKEY_WINDOW_STATE); in SaveWindowInfo()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dcommit.py1440 self.saveToPath([fn])
1443 self.saveToPath(hglib.userrcpath())
1445 def saveToPath(self, path): member in DetailsDialog
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/net/
H A Dcurl.d413 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
420 auto f = File(saveToPath, "wb");
427 return download!FTP(url, saveToPath, FTP());
429 return download!HTTP(url, saveToPath, HTTP());
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/textool/
H A DTexTool.cpp176 _windowPosition.saveToPath(RKEY_WINDOW_STATE); in shutdown()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/net/
H A Dcurl.d428 void download(Conn = AutoProtocol)(const(char)[] url, string saveToPath, Conn conn = Conn())
435 auto f = File(saveToPath, "wb");
442 return download!FTP(url, saveToPath, FTP());
444 return download!HTTP(url, saveToPath, HTTP());