Home
last modified time | relevance | path

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

12

/dports/multimedia/libde265/libde265-1.0.2/libde265/
H A Dconfigparam.cc237 bool option_found=false; local
242 option_found=true;
257 if (option_found == false && !ignore_unknown_options) {
270 bool option_found=false; local
274 option_found=true;
293 if (!option_found) {
/dports/graphics/digikam/digikam-7.4.0/core/libs/heifutils/libde265/
H A Dconfigparam.cc237 bool option_found=false; local
242 option_found=true;
259 if (option_found == false && !ignore_unknown_options) {
272 bool option_found=false; local
276 option_found=true;
295 if (!option_found) {
/dports/science/octopus/octopus-10.5/src/basic/
H A Dvarinfo.F90221 logical :: option_found local
229 option_found = .false.
238 option_found = .true.
245 if(option_found) then
259 if(.not. option_found) then
/dports/www/fusionpbx/fusionpbx-4.4.1/core/default_settings/
H A Ddefault_setting_edit.php447 $option_found = false; variable
451 $option_found = true; variable
460 …echo " <option value='' ".(($default_setting_value != '' && $option_found == false) ? 'selected' …
462 …echo " <input type='text' class='formfld' ".(($default_setting_value == '' || $option_found) ? "st…
/dports/www/fusionpbx/fusionpbx-4.4.1/core/users/
H A Duser_setting_edit.php560 $option_found = false; variable
564 $option_found = true; variable
573 …echo " <option value='' ".(($row['user_setting_value'] != '' && $option_found == false) ? 'select…
575 …echo " <input type='text' class='formfld' ".(($row['user_setting_value'] == '' || $option_found) ?…
/dports/www/fusionpbx/fusionpbx-4.4.1/core/domain_settings/
H A Ddomain_setting_edit.php554 $option_found = false; variable
558 $option_found = true; variable
567 …echo " <option value='' ".(($row['domain_setting_value'] != '' && $option_found == false) ? 'sele…
569 …ype='text' class='formfld' ".(($row['domain_setting_value'] == '' || $option_found) ? "style='disp…
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/
H A Dworkspace-names.cpp151 bool option_found = false; in update_name() local
161 option_found = true; in update_name()
167 if (!option_found) in update_name()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc984 bool option_found= FALSE; in remove_option() local
1008 option_found= TRUE; in remove_option()
1019 if (option_found) in remove_option()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc984 bool option_found= FALSE; in remove_option() local
1008 option_found= TRUE; in remove_option()
1019 if (option_found) in remove_option()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysql_config_editor.cc984 bool option_found= FALSE; in remove_option() local
1008 option_found= TRUE; in remove_option()
1019 if (option_found) in remove_option()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc989 bool option_found= FALSE; in remove_option() local
1014 option_found= TRUE; in remove_option()
1025 if (option_found) in remove_option()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysql_config_editor.cc989 bool option_found= FALSE; in remove_option() local
1014 option_found= TRUE; in remove_option()
1025 if (option_found) in remove_option()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc989 bool option_found= FALSE; in remove_option() local
1014 option_found= TRUE; in remove_option()
1025 if (option_found) in remove_option()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysql_config_editor.cc989 bool option_found= FALSE; in remove_option() local
1014 option_found= TRUE; in remove_option()
1025 if (option_found) in remove_option()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysql_config_editor.cc989 bool option_found= FALSE; in remove_option() local
1014 option_found= TRUE; in remove_option()
1025 if (option_found) in remove_option()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysql_config_editor.cc984 bool option_found= FALSE; in remove_option() local
1008 option_found= TRUE; in remove_option()
1019 if (option_found) in remove_option()
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysql_config_editor.cc989 bool option_found= FALSE; in remove_option() local
1014 option_found= TRUE; in remove_option()
1025 if (option_found) in remove_option()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysql_config_editor.cc984 bool option_found= FALSE; in remove_option() local
1008 option_found= TRUE; in remove_option()
1019 if (option_found) in remove_option()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysql_config_editor.cc870 bool option_found = false; in remove_option() local
893 option_found = true; in remove_option()
902 if (option_found) { in remove_option()
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dxa_config.c168 short option_found; in get_string() local
171 option_found = 0; in get_string()
188 while (!option_found && loop_counter < 2) in get_string()
205 while (!option_found && (fgets (&config_line[0], 256, fin) != NULL)) in get_string()
218 option_found = 1; in get_string()
267 return (option_found); in get_string()
/dports/astro/gnuastro/gnuastro-0.16/bin/
H A Dcompletion.bash.in275 local option_found=0
285 # If the 'option_found' flag is set, this is the answer, set it
287 # 'option_found').
288 if [ $option_found = 1 ]; then
293 # If this word is the desired option, set the 'option_found'
295 if [ x$word = x$read_option_name ]; then option_found=1; fi
/dports/games/retroarch/RetroArch-1.9.7/menu/cbs/
H A Dmenu_cbs_title.c235 bool option_found = false; in action_get_title_dropdown_item() local
249 option_found = true; in action_get_title_dropdown_item()
258 if (option_found) in action_get_title_dropdown_item()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dproperties-view.cpp1100 bool option_found = false; in CreateFrameRateWidget() local
1109 option_found = true; in CreateFrameRateWidget()
1117 bool match_found = option_found; in CreateFrameRateWidget()
1135 if (option_found) in CreateFrameRateWidget()
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dcql_host_data_source.cc2930 bool option_found = false; in insertOrDeleteHostWithOptions() local
2941 option_found = true; in insertOrDeleteHostWithOptions()
2948 if (result && !option_found) { in insertOrDeleteHostWithOptions()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c1088 const char *const option_found; member
1120 target_option_translations[tott_idx].option_found; in translate_options()
1123 if (strcmp (target_option_translations[tott_idx].option_found, in translate_options()
1161 if (target_option_translations[tott_idx].option_found) in translate_options()

12