/dports/net/radiusclient/radiusclient-ng-0.5.6/lib/ |
H A D | config.c | 54 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str() 69 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int() 89 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv() 152 static int set_option_auo(char *filename, int line, OPTION *option, char *p) in set_option_auo() 206 rc_read_config(char *filename) in rc_read_config() 210 OPTION *option; in rc_read_config() local 329 OPTION *option; in rc_conf_str() local 343 OPTION *option; in rc_conf_int() local 357 OPTION *option; in rc_conf_srv() local 377 static int test_config(rc_handle *rh, char *filename) in test_config()
|
/dports/astro/gnuastro/gnuastro-0.16/lib/ |
H A D | options.c | 73 gal_options_is_last(struct argp_option *option) in gal_options_is_last() 83 gal_options_is_category_title(struct argp_option *option) in gal_options_is_category_title() 94 struct argp_option *option) in gal_options_add_to_not_given() 184 gal_options_check_version(struct argp_option *option, char *arg, in gal_options_check_version() 402 gal_options_read_type(struct argp_option *option, char *arg, in gal_options_read_type() 1580 options_sanity_check(struct argp_option *option, char *arg, in options_sanity_check() 1581 char *filename, size_t lineno) in options_sanity_check() 1761 gal_options_read_check(struct argp_option *option, char *arg, char *filename, in gal_options_read_check() 2322 char *filename; in gal_options_parse_config_files() local 2492 option_is_printable(struct argp_option *option) in option_is_printable() [all …]
|
/dports/science/gromacs/gromacs-2021.4/src/testutils/ |
H A D | cmdlinetest.cpp | 276 std::string option; member 358 const char* filename, in setOutputFile() 366 const char* filename, in setOutputFile() 415 void CommandLineTestBase::setInputFile(const char* option, const char* filename) in setInputFile() 420 void CommandLineTestBase::setInputFile(const char* option, const std::string& filename) in setInputFile() 425 void CommandLineTestBase::setModifiableInputFile(const char* option, const std::string& filename) in setModifiableInputFile() 430 void CommandLineTestBase::setModifiableInputFile(const char* option, const char* filename) in setModifiableInputFile() 453 const char* filename, in setOutputFile() 460 const char* filename, in setOutputFile() 467 const char* filename, in setInputAndOutputFile() [all …]
|
/dports/net/mosquitto/mosquitto-2.0.13/test/broker/ |
H A D | 08-ssl-hup-disconnect.py | 15 def write_config(filename, pw_file, port, option): argument 25 def write_pwfile(filename): argument 30 def do_test(option): argument
|
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/test/broker/ |
H A D | 08-ssl-hup-disconnect.py | 15 def write_config(filename, pw_file, port, option): argument 25 def write_pwfile(filename): argument 30 def do_test(option): argument
|
/dports/editors/ted/Ted-2.23/appFrame/ |
H A D | appFileChooser.c | 87 APP_WIDGET option= aci->aciOption; in appFileChooserTestNameForOpen() local 140 const MemoryBuffer * filename, in appChooserSaveFilename() 145 APP_WIDGET option= aci->aciOption; in appChooserSaveFilename() local 196 const char * filename= utilMemoryBufferGetString( &(aci->aciFilename) ); in appFileChooserTestNameForWrite() local 263 APP_WIDGET option, in appDocPrintDocument() 265 const MemoryBuffer * filename ) in appDocPrintDocument() 283 void appDocPrintToFile( APP_WIDGET option, in appDocPrintToFile() 306 APP_MENU_CALLBACK_H( appDocFileSaveAs, option, voided, e ) in APP_MENU_CALLBACK_H() argument 328 APP_WIDGET option, in appChooserOpenDocument() 329 const MemoryBuffer * filename ) in appChooserOpenDocument()
|
H A D | appQuestion.c | 13 APP_WIDGET option, in appQuestionRunFilenameErrorDialog() 14 const MemoryBuffer * filename, in appQuestionRunFilenameErrorDialog() 23 APP_WIDGET option, in appQuestionRunFilenameOkCancelDialog() 24 const MemoryBuffer * filename, in appQuestionRunFilenameOkCancelDialog()
|
H A D | appDocument.c | 115 APP_WIDGET option, in appReportSaveFailure() 117 const MemoryBuffer * filename ) in appReportSaveFailure() 223 const MemoryBuffer * filename ) in appSetDocumentFilename() 430 const MemoryBuffer * filename ) in appMakeDocumentWindow() 729 APP_WIDGET option, in appOpenDocumentFile() 733 const MemoryBuffer * filename ) in appOpenDocumentFile() 777 APP_WIDGET option, in appOpenDocument() 779 const MemoryBuffer * filename ) in appOpenDocument() 793 const MemoryBuffer * filename ) in appNewDocument() 934 APP_WIDGET option, in appDocSaveDocument() [all …]
|
H A D | appFileChooserGtk.c | 168 APP_WIDGET option ) in appMakeFileChooser() 228 APP_WIDGET option ) in appMakeFileSelection() 354 MemoryBuffer filename; in appFileChooserOpenFiles() local 389 APP_WIDGET option, in appFileChooserOpenFiles() 403 gchar * filename= *fn; in appFileChooserOpenFiles() local 556 const gchar * filename; in appChooserGetFileName() local 587 MemoryBuffer filename; in appSaveChooserSave() local 629 MemoryBuffer filename; in appFileFilterChosen() local 710 int appRunSaveChooser( APP_WIDGET option, in appRunSaveChooser() 815 MemoryBuffer filename; in appSaveChooserPrint() local [all …]
|
/dports/net/freeradius-client/freeradius-client-1.1.7/lib/ |
H A D | config.c | 54 static int set_option_str(char const *filename, int line, OPTION *option, char const *p) in set_option_str() 69 static int set_option_int(char const *filename, int line, OPTION *option, char const *p) in set_option_int() 89 static int set_option_srv(char const *filename, int line, OPTION *option, char const *p) in set_option_srv() 184 static int set_option_auo(char const *filename, int line, OPTION *option, char const *p) in set_option_auo() 251 OPTION *option; in rc_add_config() local 360 rc_read_config(char const *filename) in rc_read_config() 364 OPTION *option; in rc_read_config() local 486 OPTION *option; in rc_conf_str() local 501 OPTION *option; in rc_conf_int() local 521 OPTION *option; in rc_conf_srv() local [all …]
|
/dports/graphics/py-pyx/PyX-0.15/pyx/ |
H A D | config.py | 65 def full_filenames(filename, formats): argument 87 def openers(self, filename, formats): argument 96 def openers(self, filename, formats): argument 118 def openers(self, filename, formats): argument 147 def openers(self, filename, formats): argument 174 def openers(self, filename, formats): argument 314 def get(section, option, default=_marker): argument 323 def getint(section, option, default=_marker): argument 332 def getfloat(section, option, default=_marker): argument 341 def getboolean(section, option, default=_marker): argument [all …]
|
/dports/x11/jgmenu/jgmenu-4.4.0/src/ |
H A D | jgmenu-config.c | 21 struct option { struct 26 static struct option options[] = { argument 129 static void check_file(struct sbuf *f, const char *filename) in check_file() 147 static void amend(const char *filename) in amend() 165 static void set_key_value_pair(const char *filename, const char *key, in set_key_value_pair() 191 char *key = NULL, *value = NULL, *filename = NULL; in main() local
|
/dports/sysutils/py-plumbum/plumbum-1.7.1/plumbum/cli/ |
H A D | config.py | 33 def __init__(self, filename): argument 59 def _get(self, option): argument 64 def _set(self, option, value): argument 68 def get(self, option, default=None): argument 76 def set(self, option, value): argument 81 def __getitem__(self, option): argument 84 def __setitem__(self, option, value): argument 92 def __init__(self, filename): argument 108 def _sec_opt(cls, option): argument 116 def _get(self, option): argument [all …]
|
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/ |
H A D | options.c | 53 option_t *option = malloc(sizeof(option_t)); in option_group_add_option() local 65 option_t *option = malloc(sizeof(option_t)); in option_group_add_int() local 74 option_t *option = malloc(sizeof(option_t)); in option_group_add_string() local 84 option_t *option; in option_group_save() local 106 char *filename; in option_group_save_xml() local 136 option_t *option; in option_cb() local 164 char *filename; in option_group_load_xml() local 207 int option_select_value_by_index(option_t *option, int index) { in option_select_value_by_index() 223 int option_select_next_value(option_t *option) { in option_select_next_value() 234 int option_select_prev_value(option_t *option) { in option_select_prev_value() [all …]
|
/dports/net-p2p/uhub/uhub-a8ee6e7/src/core/ |
H A D | config.py | 86 def __init__(self, filename, cppStyle = True): argument 99 def __init__(self, filename): argument 102 def _write_declaration(self, option): argument 118 def __init__(self, filename): argument 121 def _write_default_impl(self, option): argument 129 def _write_apply_impl(self, option): argument 148 def _write_free_impl(self, option): argument 152 def _write_dump_impl(self, option): argument 190 def __init__(self, filename, sqlite_support = False): argument
|
/dports/www/aria2/aria2-1.36.0/src/ |
H A D | metalink_helper.cc | 57 query(const std::shared_ptr<Metalinker>& metalinker, const Option* option) in query() 67 parseAndQuery(const std::string& filename, const Option* option, in parseAndQuery() 74 parseAndQuery(BinaryStream* bs, const Option* option, in parseAndQuery() 111 std::unique_ptr<Metalinker> parseFile(const std::string& filename, in parseFile()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/ZipSharp/ |
H A D | ZipArchive.cs | 19 public ZipArchive (string filename, Append append) in ZipArchive() 38 static int ConvertCompression (System.IO.Packaging.CompressionOption option) in ConvertCompression() 60 public Stream GetStream (string filename, System.IO.Packaging.CompressionOption option) in GetStream()
|
/dports/mail/gnubiff/gnubiff-2.2.13/src/ |
H A D | options.cc | 77 Options::add_option (Option *option) in add_option() 141 Option *option = opt->second; in remove_options() local 163 Option *option = find_option (name); in reset() local 475 Option *option = find_option (name); in to_string() local 499 Option *option = find_option (name); in from_string() local 531 Option *option = opt->second; in to_strings() local 562 Option *option = opt->second; in from_strings() local 588 const std::string filename) in update_gui() 592 Option *option = opt->second; in update_gui() local 620 const std::string filename) in update_gui() [all …]
|
/dports/www/aria2/aria2-1.36.0/test/ |
H A D | SessionSerializerTest.cc | 43 std::shared_ptr<Option> option(new Option()); in testSave() local 83 std::string filename = in testSave() local 143 std::shared_ptr<Option> option(new Option()); in testSaveErrorDownload() local 149 std::string filename = in testSaveErrorDownload() local
|
/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/ |
H A D | UmitConfigParser.py | 73 def set(self, section, option, value): argument 80 def read(self, filename): argument 126 def test_umit_conf_content(filename): argument 135 def get_or_false(parser, section, option): argument
|
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-config/ |
H A D | fcitx-config.c | 71 FcitxConfigFile *FcitxConfigParseConfigFile(char *filename, FcitxConfigFileDesc* fileDesc) in FcitxConfigParseConfigFile() 86 FcitxConfigFile *FcitxConfigParseMultiConfigFile(char **filename, int len, FcitxConfigFileDesc*file… in FcitxConfigParseMultiConfigFile() 167 FcitxConfigOption *option; in FcitxConfigCheckConfigFile() local 200 FcitxConfigFileDesc *FcitxConfigParseConfigFileDesc(char* filename) in FcitxConfigParseConfigFileDesc() 849 FcitxConfigFile* FcitxConfigParseIni(char* filename, FcitxConfigFile* reuse) in FcitxConfigParseIni() 949 FcitxConfigOption *option; in FcitxConfigParseIniFp() local 1005 boolean FcitxConfigSaveConfigFile(char *filename, FcitxGenericConfig *cfile, FcitxConfigFileDesc* c… in FcitxConfigSaveConfigFile() 1227 FcitxConfigOption *option = NULL; in FcitxConfigBindValue() local 1290 FcitxConfigOption *option = NULL; in FcitxConfigGetBindValue() local 1327 FcitxConfigOption *option = NULL; in FcitxConfigFileGetOption() local [all …]
|
/dports/devel/geany-themes/geany-themes-1.24/scripts/geanyscheme/ |
H A D | confparse.py | 16 def __init__(self, filename): argument 64 def has_option(self, section, option): argument 67 def get(self, section, option): argument 83 def set(self, section, option, new_value): argument 107 def add_option(self, section, option): argument 141 def save_as(self, filename): argument
|
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/tob/ |
H A D | ini.py | 29 def getint(self, option, default=None): argument 36 def getboolean(self, option, default=None): argument 43 def get(self, option, default=None): argument 50 def __init__(self, filename): argument 57 def filename(self): member in INIParser
|
/dports/math/pdal/PDAL-2.3.0/pdal/ |
H A D | Options.cpp | 81 void Options::add(const Option& option) in add() 94 void Options::addConditional(const Option& option) in addConditional() 120 void Options::remove(const Option& option) in remove() 167 Options Options::fromFile(const std::string& filename, bool throwOnOpenError) in fromFile() 190 Options Options::fromJsonFile(const std::string& filename, const std::string& s) in fromJsonFile() 234 Options Options::fromCmdlineFile(const std::string& filename, in fromCmdlineFile() 242 std::string option = args[i]; in fromCmdlineFile() local
|
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/ |
H A D | polyhedron_demo_macros.cmake | 10 set(option "") variable 18 set(option "") variable 67 SET(filename "${CMAKE_CURRENT_BINARY_DIR}/${base_name}") variable
|