Home
last modified time | relevance | path

Searched defs:options_list (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/audio/din/din-52/src/
H A Doptions_list.h30 struct options_list : widget, click_listener { struct
39 options_list (int show_apply = 0) { argument
53 void set_text (const std::string& t) { in set_text()
59 void set_listener (option_listener* _olis) { in set_listener()
63 void set_pos (int x, int y) { in set_pos()
85 int handle_input () { in handle_input()
93 void draw () { in draw()
101 void clicked (button& b) { in clicked()
110 void set_click_repeat (int click_repeat) { in set_click_repeat()
115 void set_moveable (int m, int mc, int* pmb) { in set_moveable()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DComputingTasks.hh35 const OptionsList options_list; member in SteadyStatement
46 const OptionsList options_list; member in CheckStatement
57 const OptionsList options_list; member in SimulStatement
68 const OptionsList options_list; member in PerfectForesightSetupStatement
78 const OptionsList options_list; member in PerfectForesightSolverStatement
90 const OptionsList options_list; member in PriorPosteriorFunctionStatement
101 const OptionsList options_list; member in ModelInfoStatement
113 const OptionsList options_list; member in StochSimulStatement
176 const OptionsList options_list; member in VarEstimationStatement
425 OptionsList options_list; member in ModelComparisonStatement
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/
H A Dcheck_posterior_sampler_options.m57 options_list = read_key_value_string(options_.posterior_sampler_options.sampling_opt); variable
116 options_list = read_key_value_string(options_.posterior_sampler_options.sampling_opt); variable
186 options_list = read_key_value_string(options_.posterior_sampler_options.sampling_opt); variable
235 options_list = read_key_value_string(options_.posterior_sampler_options.sampling_opt); variable
/dports/science/dynare/dynare-4.6.4/matlab/optimization/
H A Ddynare_minimize_objective.m133 options_list = read_key_value_string(options_.optim_opt); variable
240 options_list = read_key_value_string(options_.optim_opt); variable
290 options_list = read_key_value_string(options_.optim_opt); variable
351 options_list = read_key_value_string(options_.optim_opt); variable
389 options_list = read_key_value_string(options_.optim_opt); variable
435 options_list = read_key_value_string(options_.optim_opt); variable
486 options_list = read_key_value_string(options_.optim_opt); variable
533 options_list = read_key_value_string(options_.optim_opt); variable
/dports/databases/postgresql-tds_fdw/tds_fdw-2.0.2/src/
H A Doptions.c111 void tdsValidateOptions(List *options_list, Oid context, TdsFdwOptionSet* option_set) in tdsValidateOptions()
214 void tdsGetForeignServerOptions(List *options_list, TdsFdwOptionSet *option_set) in tdsGetForeignServerOptions()
444 void tdsGetForeignServerTableOptions(List *options_list, TdsFdwOptionSet *option_set) in tdsGetForeignServerTableOptions()
522 void tdsGetForeignTableOptions(List *options_list, TdsFdwOptionSet *option_set) in tdsGetForeignTableOptions()
645 void tdsGetUserMappingOptions(List *options_list, TdsFdwOptionSet *option_set) in tdsGetUserMappingOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/form_parsing/
H A Dphone_field_unittest.cc464 const auto& options_list = augmented_field_options_list[i]; in TEST_F() local
502 const auto& options_list = augmented_field_options_list[i]; in TEST_F() local
568 const auto& options_list = augmented_field_options_list[i]; in TEST_F() local
620 const auto& options_list = augmented_field_options_list[i]; in TEST_F() local
658 const auto& options_list = augmented_field_options_list[i]; in TEST_F() local
/dports/devel/R-cran-optparse/optparse/R/
H A Doptparse.R304 options_list <- object@options functionVar
334 options_list <- object@options functionVar
464 options_list <- parse_options(object, args, convert_hyphens_to_underscores) functionVar
561 options_list <- list() list
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/default/input/
H A Dselect.php118 $options_list = ''; variable
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/region/
H A Dcinnamon-region-panel-xkbot.c112 gchar **options_list; in xkb_options_select() local
137 gchar **options_list = xkb_options_get_selected_list (); in xkb_options_deselect() local
158 gchar **options_list = xkb_options_get_selected_list (); in xkb_options_is_selected() local
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/keyboard/
H A Dmate-keyboard-properties-xkbot.c129 GSList *options_list = xkb_options_get_selected_list (); in xkb_options_select() local
147 GSList *options_list = xkb_options_get_selected_list (); in xkb_options_deselect() local
172 GSList *options_list = xkb_options_get_selected_list (); in xkb_options_is_selected() local
/dports/print/system-config-printer/system-config-printer-1.5.12/troubleshoot/
H A DCheckPPDSanity.py86 def options (options_list): argument
/dports/www/R-cran-httpuv/httpuv/src/
H A Dstaticpath.cpp156 Rcpp::List options_list = sp["options"]; in StaticPath() local
192 StaticPathManager::StaticPathManager(const Rcpp::List& path_list, const Rcpp::List& options_list) { in StaticPathManager()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/libz-sys-1.1.2/src/zlib-ng/test/fuzz/
H A Dexample_large_fuzzer.c68 c_stream.next_in = uncompr;
/dports/emulators/dynamips-community/dynamips-0.2.17/common/
H A Ddynamips.c396 char *options_list = in parse_std_cmd_line() local
726 char *options_list = "H:l:hN:L:"; in run_hypervisor() local
/dports/databases/postgresql-mysql_fdw/mysql_fdw-REL-2_6_0/
H A Doption.c74 List *options_list = untransformRelOptions(PG_GETARG_DATUM(0)); in mysql_fdw_validator() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/config/cmake/doxygen/
H A Ddoxygen.cmake80 set(options_list PACKAGE DEPENDS DESCRIPTION) variable
/dports/misc/vxl/vxl-3.3.2/config/cmake/doxygen/
H A Ddoxygen.cmake80 set(options_list PACKAGE DEPENDS DESCRIPTION) variable
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackArgParser.cpp154 string options_list; in ParseParams() local
/dports/sysutils/vector/vector-0.10.0/scripts/util/metadata/
H A Dcomponent.rb165 def options_list method in Component
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/plugins/modules/
H A Ddocker_plugin.py158 def parse_options(options_list): argument
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/fdw/
H A Doption.c67 option_validate(List *options_list, Oid catalog) in option_validate()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp197 // If the loop contains the definition of an operand, then the instruction
/dports/print/lilypond-devel/lilypond-2.23.5/scripts/build/
H A Dextract_texi_filenames.py54 options_list, files = getopt.getopt(sys.argv[1:], 'o:s:hI:m:q', variable
/dports/print/lilypond/lilypond-2.22.1/scripts/build/
H A Dextract_texi_filenames.py55 options_list, files = getopt.getopt(sys.argv[1:], 'o:s:hI:m:q', variable
/dports/science/siconos/siconos-4.4.0/scripts/
H A Dsiconos.py.in476 def update_compiler(options_type, options_list, target): argument

1234567891011