Home
last modified time | relevance | path

Searched defs:commandLineOption (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/gource/gource-0.51/src/core/
H A Dsettings.h35 virtual void commandLineOption(const std::string& name, const std::string& value) {} in commandLineOption() function
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dsettings.h35 virtual void commandLineOption(const std::string& name, const std::string& value) {} in commandLineOption() function
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A Dfile.h34 char *commandLineOption; member
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A Dfile.h32 char *commandLineOption; member
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Ddefaults.h69 const char *commandLineOption; member
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Ddefaults.h66 const char *commandLineOption; member
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/
H A Dsettings.cpp270 void LogstalgiaSettings::commandLineOption(const std::string& name, const std::string& value) { in commandLineOption() function in LogstalgiaSettings
/dports/graphics/gource/gource-0.51/src/
H A Dgource_settings.cpp503 void GourceSettings::commandLineOption(const std::string& name, const std::string& value) { in commandLineOption() function in GourceSettings
/dports/devel/thrift/thrift-0.14.0/lib/as3/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/dports/devel/thrift/thrift-0.14.0/lib/java/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtCore.py4042 def addOption(self, commandLineOption): argument