Home
last modified time | relevance | path

Searched refs:OPTION_BOOL (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/graphite2/graphite2-1.3.14/tests/comparerenderer/
H A DRendererOptions.h28 OPTION_BOOL, enumerator
94 Option("-g", "--graphite", "Use Graphite renderer", Option::OPTION_BOOL),
95 Option("-n", "--graphite2", "Use Graphite2 renderer", Option::OPTION_BOOL),
97 Option("-h", "--harfbuzzng", "Use Harfbuzz NG renderer", Option::OPTION_BOOL),
98 Option("-H", "--harfbuzz", "Use Harfbuzz renderer", Option::OPTION_BOOL),
99 Option("-i", "--icu", "Use ICU renderer", Option::OPTION_BOOL),
101 Option("-r", "--rtl", "Right to left", Option::OPTION_BOOL),
105 Option("-c", "--compare", "Compare glyph output", Option::OPTION_BOOL),
107 Option("-v", "--verbose", "Output lots of info", Option::OPTION_BOOL),
111 Option("", "--demand", "Load glyphs on demand", Option::OPTION_BOOL),
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Doptions.cxx1679 {"disable-ai-models", false, OPTION_BOOL, "/sim/ai/enabled", false, "", 0 },
1680 {"enable-ai-models", false, OPTION_BOOL, "/sim/ai/enabled", true, "", 0 },
1685 {"disable-fuel-freeze", false, OPTION_BOOL, "/sim/freeze/fuel", false, "", 0 },
1686 {"enable-fuel-freeze", false, OPTION_BOOL, "/sim/freeze/fuel", true, "", 0 },
1687 {"disable-clock-freeze", false, OPTION_BOOL, "/sim/freeze/clock", false, "", 0 },
1688 {"enable-clock-freeze", false, OPTION_BOOL, "/sim/freeze/clock", true, "", 0 },
1701 {"enable-sound", false, OPTION_BOOL, "/sim/sound/working", true, "", 0 },
1745 {"trim", false, OPTION_BOOL, "/sim/presets/trim", true, "", 0 },
1746 {"notrim", false, OPTION_BOOL, "/sim/presets/trim", false, "", 0 },
1855 {"enable-fgcom", false, OPTION_BOOL, "/sim/fgcom/enabled", true, "", 0 },
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DOptionInfo.cpp34 …st std::string &desc, const std::string &cat) : _id(id), _desc(desc), _cat(cat), _type(OPTION_BOOL) in OptionInfo()
90 case OPTION_BOOL: in load()
123 case OPTION_BOOL: in load()
153 case OPTION_BOOL: in save()
175 case OPTION_BOOL: in reset()
226 if (_type != OPTION_BOOL) in asBool()
H A DOptionInfo.h30 enum OptionType { OPTION_BOOL, OPTION_INT, OPTION_STRING, OPTION_KEY }; enumerator
/dports/comms/birda/birda-1.3/src/
H A Dirs.c216 { OPTION_BOOL, 'o', 0, "OBEX server saving objects to file" },
218 { OPTION_BOOL, 'c', 0, "COMM server" },
219 { OPTION_BOOL, 'e', 0, "Exit on disconnect" },
220 { OPTION_BOOL, 'i', 0, "Initiate LAP connection" },
H A Dircomm.c107 { OPTION_BOOL, 'r', 0, "map \\n to \\r in input" },
H A Doptions.c331 if(o->type!=OPTION_BOOL) *p++=':'; in doOptions()
404 if(o->type!=OPTION_BOOL) arg=o->arg ? o->arg : "x"; in doOptions()
H A Dirda.h422 #define OPTION_BOOL 0 macro
/dports/www/netsurf/netsurf-3.10/utils/
H A Dnsoption.c48 { #NAME, sizeof(#NAME) - 1, OPTION_BOOL, { .b = DEFAULT } },
102 case OPTION_BOOL: in strtooption()
233 case OPTION_BOOL: in nsoption_is_set()
303 case OPTION_BOOL: in nsoption_output()
364 case OPTION_BOOL: in nsoption_output_value_html()
437 case OPTION_BOOL: in nsoption_output_value_text()
889 case OPTION_BOOL: in nsoption_snoptionf()
H A Dnsoption.h103 OPTION_BOOL, /**< Option is a boolean. */ enumerator
/dports/audio/moc/moc-2.5.2/
H A Doptions.c155 case OPTION_BOOL: in check_range()
201 case OPTION_BOOL: in check_discrete()
320 pos = init_option (name, OPTION_BOOL); in add_bool()
411 int i = find_option (name, OPTION_INT | OPTION_BOOL); in options_set_int()
424 int i = find_option (name, OPTION_BOOL); in options_set_bool()
499 case OPTION_BOOL: in options_set_pair()
767 opt = find_option (name, OPTION_BOOL); in options_check_bool()
928 case OPTION_BOOL: in substitute_variable()
1312 int i = find_option (name, OPTION_INT | OPTION_BOOL); in options_get_int()
1317 if (options[i].type == OPTION_BOOL) in options_get_int()
[all …]
H A Doptions.h12 OPTION_BOOL = 2, enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DPostProcessing.cpp170 option.m_type = ConfigurationOption::OptionType::OPTION_BOOL; in LoadOptions()
217 if (option.m_type == ConfigurationOption::OptionType::OPTION_BOOL) in LoadOptions()
249 case ConfigurationOption::OptionType::OPTION_BOOL: in LoadOptionsConfiguration()
283 case ConfigurationOption::OptionType::OPTION_BOOL: in SaveOptionsConfiguration()
459 PostProcessingConfiguration::ConfigurationOption::OptionType::OPTION_BOOL) in GetUniformBufferHeader()
699 case PostProcessingConfiguration::ConfigurationOption::OptionType::OPTION_BOOL: in FillUniformBuffer()
H A DPostProcessing.h30 OPTION_BOOL = 0, enumerator
/dports/misc/libemos/libemos-4.5.9-Source/sandbox/
H A Demos_tool.c193 #define OPTION_BOOL 3 macro
250 {"autoresol", "autoresol", "Auto resolution", OPTION_BOOL, 1, },
254 {"hirlam12", NULL, "Use 12 points hirlam routines", OPTION_BOOL, 1, },
255 {"hirlam4", NULL, "Use 4 points hirlam routines", OPTION_BOOL, 1, },
264 {"vod2uv", NULL, "Interpolate winds", OPTION_BOOL, 1, },
265 {"wind", NULL, "Input is wind", OPTION_BOOL, 1, },
808 case OPTION_BOOL: in main_()
/dports/games/openxcom/OpenXcom-1.0/src/Menu/
H A DOptionsAdvancedState.cpp143 if (i->type() == OPTION_BOOL) in addSettings()
201 if (setting->type() == OPTION_BOOL) in lstOptionsClick()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Graphics/
H A DPostProcessingConfigWindow.cpp231 case OptionType::OPTION_BOOL: in AddWidgets()
340 if (it->m_config_option->m_type == OptionType::OPTION_BOOL) in EnableSuboptions()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/
H A Dutils.h82 #define OPTION_BOOL(idx, v) \ macro
/dports/science/PETSc/petsc-3.14.1/src/sys/objects/
H A Daoptions.c329 case OPTION_BOOL: in PetscOptionsGetFromTextInput()
451 case OPTION_BOOL: in PetscOptionsSAWsInput()
590 case OPTION_BOOL: in PetscOptionsEnd_Private()
1158 …ierr = PetscOptionItemCreate_Private(PetscOptionsObject,opt,text,man,OPTION_BOOL,&amsopt);CHKERRQ(… in PetscOptionsName_Private()
1348 …ierr = PetscOptionItemCreate_Private(PetscOptionsObject,opt,text,man,OPTION_BOOL,&amsopt);CHKERRQ(… in PetscOptionsBoolGroupBegin_Private()
1402 …ierr = PetscOptionItemCreate_Private(PetscOptionsObject,opt,text,man,OPTION_BOOL,&amsopt);CHKERRQ(… in PetscOptionsBoolGroup_Private()
1455 …ierr = PetscOptionItemCreate_Private(PetscOptionsObject,opt,text,man,OPTION_BOOL,&amsopt);CHKERRQ(… in PetscOptionsBoolGroupEnd_Private()
1518 …ierr = PetscOptionItemCreate_Private(PetscOptionsObject,opt,text,man,OPTION_BOOL,&amsopt);CHKERRQ(… in PetscOptionsBool_Private()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_uvc/
H A Dinput_uvc.c364 OPTION_BOOL(33, hf) in input_init()
366 OPTION_BOOL(34, vf) in input_init()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/value-bag-1.0.0-alpha.8/src/internal/cast/
H A Dprimitive.rs90 bool: (BOOL, OPTION_BOOL), in from_any()
/dports/textproc/jql/jql-3.0.6/cargo-crates/value-bag-1.0.0-alpha.8/src/internal/cast/
H A Dprimitive.rs90 bool: (BOOL, OPTION_BOOL), in from_any()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscoptions.h84 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,OPTIO… enumerator
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS8002 typedef enum {OPTION_INT,OPTION_BOOL,84,5252
8003 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,84,5252
8004 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,84,5252
8005 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,84,5252
8006 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,84,5…
8007 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,OPTIO…
8008 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,OPTIO…
8009 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,OPTIO…
8010 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,OPTIO…
8011 typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,OPTION_STRING,OPTION_REAL_ARRAY,OPTIO…
[all …]
H A DCTAGS20021 OPTION_BOOL include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,…
20022 OPTION_BOOL_ARRAY include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_…
20023 OPTION_ELIST include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST…
20024 OPTION_FLIST include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST…
20025 OPTION_HEAD include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,…
20026 OPTION_INT include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,O…
20027 OPTION_INT_ARRAY include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_F…
20028 OPTION_REAL include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_FLIST,…
20029 OPTION_REAL_ARRAY include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTION_…
20030 OPTION_SCALAR_ARRAY include/petscoptions.h /^typedef enum {OPTION_INT,OPTION_BOOL,OPTION_REAL,OPTIO…
[all …]