Home
last modified time | relevance | path

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

12345678910>>...17

/dports/devel/cppurses/CPPurses-0.3-5-g342a389/src/widget/
H A Dcycle_box.cpp31 void Cycle_box::remove_option(const Glyph_string& option) { in remove_option() function in cppurses::Cycle_box
97 sig::Slot<void(const std::string&)> remove_option(Cycle_box& cb) { in remove_option() function
99 [&cb](const std::string& option) { cb.remove_option(option); }}; in remove_option()
104 sig::Slot<void()> remove_option(Cycle_box& cb, const std::string& option) { in remove_option() function
105 sig::Slot<void()> slot{[&cb, option] { cb.remove_option(option); }}; in remove_option()
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/widget/widgets/
H A Dcycle_box.hpp29 void remove_option(const Glyph_string& option);
61 sig::Slot<void(const std::string&)> remove_option(Cycle_box& cb);
62 sig::Slot<void()> remove_option(Cycle_box& cb, const std::string& option);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/internal/identity_manager/
H A Dprimary_account_manager.cc278 RemoveAccountsOption remove_option = in SignOut() local
282 StartSignOut(signout_source_metric, signout_delete_metric, remove_option); in SignOut()
314 RemoveAccountsOption remove_option, in StartSignOut() argument
318 << static_cast<int>(remove_option); in StartSignOut()
323 signout_delete_metric, remove_option, in StartSignOut()
330 remove_option, assert_signout_allowed, in StartSignOut()
338 RemoveAccountsOption remove_option, in OnSignoutDecisionReached() argument
368 switch (remove_option) { in OnSignoutDecisionReached()
H A Dprimary_account_manager.h185 RemoveAccountsOption remove_option,
192 RemoveAccountsOption remove_option,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/internal/identity_manager/
H A Dprimary_account_manager.cc272 RemoveAccountsOption remove_option = in SignOut() local
276 StartSignOut(signout_source_metric, signout_delete_metric, remove_option); in SignOut()
308 RemoveAccountsOption remove_option, in StartSignOut() argument
312 << static_cast<int>(remove_option); in StartSignOut()
316 signout_delete_metric, remove_option, in StartSignOut()
324 RemoveAccountsOption remove_option, in OnSignoutDecisionReached() argument
352 switch (remove_option) { in OnSignoutDecisionReached()
H A Dprimary_account_manager.h187 RemoveAccountsOption remove_option,
194 RemoveAccountsOption remove_option,
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/ConfigFile-1.1.4/src/Data/ConfigFile/
H A DMonadic.hs10 set, setshow, remove_option, add_section, remove_section
86 remove_option :: MonadError CPError m =>
88 remove_option s passedo cp = C.remove_option cp s passedo function
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/commands/
H A Dinfo_command.rb10 remove_option('--name-matches')
11 remove_option('-d')
/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dconfigparam.cc37 static void remove_option(int* argc,char** argv,int idx, int n=1) in remove_option() function
55 remove_option(argc,argv,idx,1); in processCmdLineArguments()
103 remove_option(argc,argv,idx,1); in processCmdLineArguments()
164 remove_option(argc,argv,idx,1);
250 remove_option(argc,argv,i);
306 remove_option(argc,argv,i);
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dconfigparam.cc37 static void remove_option(int* argc,char** argv,int idx, int n=1) in remove_option() function
55 remove_option(argc,argv,idx,1); in processCmdLineArguments()
103 remove_option(argc,argv,idx,1); in processCmdLineArguments()
164 remove_option(argc,argv,idx,1);
252 remove_option(argc,argv,i);
308 remove_option(argc,argv,i);
/dports/benchmarks/py-naarad/naarad-1.0.15/src/naarad/
H A Dutils.py209 config_obj.remove_option(section, 'important_sub_metrics')
213 config_obj.remove_option(section, 'hostname')
218 config_obj.remove_option(section, 'infile')
223 config_obj.remove_option(section, 'ts_start')
226 config_obj.remove_option(section, 'ts_end')
229 config_obj.remove_option(section, 'precision')
233 config_obj.remove_option(section, 'aggr_hosts')
236 config_obj.remove_option(section, 'aggr_metrics')
239 config_obj.remove_option(section, 'anomaly_detection_metrics')
291 config_obj.remove_option(section, 'ts_start')
[all …]
/dports/cad/cura/Cura-58bae31/plugins/VersionUpgrade/VersionUpgrade21to22/
H A DPreferences.py57 self._config.remove_option("cura", "categories_expanded")
72 self._config.remove_option("machines", "active_instance")
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
957 remove_option(file_buf, path_name, "user"); in remove_options()
960 remove_option(file_buf, path_name, "password"); in remove_options()
963 remove_option(file_buf, path_name, "host"); in remove_options()
966 remove_option(file_buf, path_name, "socket"); in remove_options()
969 remove_option(file_buf, path_name, "port"); in remove_options()
976 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
957 remove_option(file_buf, path_name, "user"); in remove_options()
960 remove_option(file_buf, path_name, "password"); in remove_options()
963 remove_option(file_buf, path_name, "host"); in remove_options()
966 remove_option(file_buf, path_name, "socket"); in remove_options()
969 remove_option(file_buf, path_name, "port"); in remove_options()
976 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
957 remove_option(file_buf, path_name, "user"); in remove_options()
960 remove_option(file_buf, path_name, "password"); in remove_options()
963 remove_option(file_buf, path_name, "host"); in remove_options()
966 remove_option(file_buf, path_name, "socket"); in remove_options()
969 remove_option(file_buf, path_name, "port"); in remove_options()
976 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
962 remove_option(file_buf, path_name, "user"); in remove_options()
965 remove_option(file_buf, path_name, "password"); in remove_options()
968 remove_option(file_buf, path_name, "host"); in remove_options()
971 remove_option(file_buf, path_name, "socket"); in remove_options()
974 remove_option(file_buf, path_name, "port"); in remove_options()
981 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
962 remove_option(file_buf, path_name, "user"); in remove_options()
965 remove_option(file_buf, path_name, "password"); in remove_options()
968 remove_option(file_buf, path_name, "host"); in remove_options()
971 remove_option(file_buf, path_name, "socket"); in remove_options()
974 remove_option(file_buf, path_name, "port"); in remove_options()
981 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
962 remove_option(file_buf, path_name, "user"); in remove_options()
965 remove_option(file_buf, path_name, "password"); in remove_options()
968 remove_option(file_buf, path_name, "host"); in remove_options()
971 remove_option(file_buf, path_name, "socket"); in remove_options()
974 remove_option(file_buf, path_name, "port"); in remove_options()
981 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
962 remove_option(file_buf, path_name, "user"); in remove_options()
965 remove_option(file_buf, path_name, "password"); in remove_options()
968 remove_option(file_buf, path_name, "host"); in remove_options()
971 remove_option(file_buf, path_name, "socket"); in remove_options()
974 remove_option(file_buf, path_name, "port"); in remove_options()
981 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
962 remove_option(file_buf, path_name, "user"); in remove_options()
965 remove_option(file_buf, path_name, "password"); in remove_options()
968 remove_option(file_buf, path_name, "host"); in remove_options()
971 remove_option(file_buf, path_name, "socket"); in remove_options()
974 remove_option(file_buf, path_name, "port"); in remove_options()
981 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
957 remove_option(file_buf, path_name, "user"); in remove_options()
960 remove_option(file_buf, path_name, "password"); in remove_options()
963 remove_option(file_buf, path_name, "host"); in remove_options()
966 remove_option(file_buf, path_name, "socket"); in remove_options()
969 remove_option(file_buf, path_name, "port"); in remove_options()
976 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
962 remove_option(file_buf, path_name, "user"); in remove_options()
965 remove_option(file_buf, path_name, "password"); in remove_options()
968 remove_option(file_buf, path_name, "host"); in remove_options()
971 remove_option(file_buf, path_name, "socket"); in remove_options()
974 remove_option(file_buf, path_name, "port"); in remove_options()
981 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysql_config_editor.cc86 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name,
957 remove_option(file_buf, path_name, "user"); in remove_options()
960 remove_option(file_buf, path_name, "password"); in remove_options()
963 remove_option(file_buf, path_name, "host"); in remove_options()
966 remove_option(file_buf, path_name, "socket"); in remove_options()
969 remove_option(file_buf, path_name, "port"); in remove_options()
976 static void remove_option(DYNAMIC_STRING *file_buf, const char *path_name, in remove_option() function
/dports/devel/py-knack/knack-0.8.2/knack/
H A Dconfig.py164 def remove_option(self, section, option): member in CLIConfig
166 if config.remove_option(section, option):
240 def remove_option(self, section, option): member in _ConfigFile
244 existed = self.config_parser.remove_option(section, option)
/dports/security/py-keyrings.alt/keyrings.alt-3.1.1/tests/
H A Dtest_file.py92 config.remove_option(krsetting, pwref)
129 config.remove_option(krsetting, scheme)
153 config.remove_option(krsetting, version)

12345678910>>...17