Home
last modified time | relevance | path

Searched defs:OutputOption (Results 1 – 15 of 15) sorted by relevance

/dports/net/kea/kea-2.0.1/src/lib/log/
H A Doutput_option.h37 struct OutputOption { struct
61 OutputOption() : destination(DEST_CONSOLE), stream(STR_STDERR), in OutputOption() argument
78 OutputOption::Destination getDestination(const std::string& dest_str); argument
/dports/net/kea/kea-2.0.1/src/lib/log/tests/
H A Doutput_option_unittest.cc33 TEST(OutputOption, getDestination) { in TEST() argument
48 TEST(OutputOption, getStream) { in TEST() argument
/dports/devel/liteide/liteide-x37.4/liteidex/src/liteapp/
H A Doutputoption.h30 class OutputOption; variable
H A Doutputoption.cpp40 OutputOption::OutputOption(LiteApi::IApplication *app,QObject *parent) : in OutputOption() function in OutputOption
/dports/www/beehive/beehive-0.4.0/vendor/github.com/flashmob/go-guerrilla/log/
H A Dhook.go47 type OutputOption int type
H A Dlog.go146 func newLogrus(o OutputOption, level string) (*log.Logger, error) {
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DOutputManager.h23 enum OutputOption { OUTPUT_VECTOR_COMPONENTS=0, OUTPUT_TENSOR_COMPONENTS}; enum
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DOutputManager.h23 enum OutputOption { OUTPUT_VECTOR_COMPONENTS=0, OUTPUT_TENSOR_COMPONENTS}; enum
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmSystemTools.h214 enum OutputOption enum
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmSystemTools.h214 enum OutputOption enum
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmSystemTools.h214 enum OutputOption enum
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Dbot_choice.py108 class OutputOption(Option): class
197 def __init__(self, option: str, shortcut: str, output: OutputOption,
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DLanguageTagParser.java490 public enum OutputOption { enum in LanguageTagParser
495 private OutputOption(char separator) { in OutputOption() method in LanguageTagParser.OutputOption
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Denblend.cc497 OutputOption, VerboseOption, WrapAroundOption /* -w */, enumerator
H A Denfuse.cc533 VersionOption, HelpOption, LevelsOption, OutputOption, VerboseOption, enumerator