Home
last modified time | relevance | path

Searched refs:ConfigSave (Results 1 – 15 of 15) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/tests/
H A Dconfig_test.c62 ConfigSave(&config1, "tmp");
84 ConfigSave(&config1, "tmp");
112 ConfigSave(&config, "tmp");
/dports/net/gerbera/gerbera-1.9.2/src/web/
H A Dconfig_save.cc43 Web::ConfigSave::ConfigSave(std::shared_ptr<Context> context, std::shared_ptr<ContentManager> conte… in ConfigSave() function in Web::ConfigSave
50 void Web::ConfigSave::process() in process()
H A Dpages.h205 class ConfigSave : public WebRequestHandler {
210 explicit ConfigSave(std::shared_ptr<Context> context, std::shared_ptr<ContentManager> content);
H A Dpages.cc75 return std::make_unique<Web::ConfigSave>(std::move(context), std::move(content)); in createWebRequestHandler()
/dports/devel/deforaos-libsystem/libSystem-0.3.1/src/
H A Dconfig.c59 } ConfigSave; typedef
464 ConfigSave save; in config_save()
487 ConfigSave * save = data; in _save_foreach_default()
499 ConfigSave * save = data; in _save_foreach()
518 ConfigSave * save = data; in _save_foreach_section()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dconfig_io.h35 void ConfigSave(const Config *c, const char *filename);
H A Dconfig_io.c65 void ConfigSave(const Config *config, const char *filename) in ConfigSave() function
H A Devents.c205 ConfigSave(&gConfig, GetConfigFilePath(CONFIG_FILE)); in EventPoll()
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/ui/
H A DConfigDialog.java143 configSaveButton.addActionListener( new ConfigSave() ); in buildConfigPanel()
300 class ConfigSave implements ActionListener { class in ConfigDialog
/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceApplication.cs43 public bool ConfigSave property in KeePass.App.Configuration.AceApplication
H A DAppConfigSerializer.cs374 if(!tConfig.Application.ConfigSave) return false; in Save()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/
H A Dgame_loop.c63 ConfigSave(&gConfig, GetConfigFilePath(CONFIG_FILE)); in emscriptenLoadFiles()
H A Dprep.c678 ConfigSave(&gConfig, GetConfigFilePath(CONFIG_FILE)); in GameOptionsUpdate()
H A Dmainmenu.c569 ConfigSave(&gConfig, GetConfigFilePath(CONFIG_FILE)); in PostInputConfigApply()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/XmlSerialization/
H A DXmlSerializerEx.Gen.cs194 o.ConfigSave = ReadBoolean(xr); in ReadAceApplication()