Home
last modified time | relevance | path

Searched refs:use_help (Results 1 – 12 of 12) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/
H A Duser.php504 function add_lang($lang_set, $use_db = false, $use_help = false, $ext_name = '') argument
517 $this->add_lang($lang_file, true, $use_help, $ext_name);
525 $this->set_lang($lang_file, $use_help, $ext_name);
529 $this->add_lang($lang_file, $use_db, $use_help, $ext_name);
536 $this->set_lang($lang_set, $use_help, $ext_name);
545 private function set_lang($lang_set, $use_help, $ext_name) argument
552 if ($use_help && strpos($lang_set, '/') !== false)
563 $component = (($use_help) ? 'help_' : '') . $lang_set;
575 * @param bool $use_help internal variable for recursion, do not use
581 function add_lang_ext($ext_name, $lang_set, $use_db = false, $use_help = false) argument
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dsession.php2013 * @param bool $use_help internal variable for recursion, do not use
2024 function add_lang($lang_set, $use_db = false, $use_help = false) argument
2038 $this->add_lang($lang_file, true, $use_help);
2046 $this->set_lang($this->lang, $this->help, $lang_file, $use_db, $use_help);
2050 $this->add_lang($lang_file, $use_db, $use_help);
2057 $this->set_lang($this->lang, $this->help, $lang_set, $use_db, $use_help);
2065 function set_lang(&$lang, &$help, $lang_file, $use_db = false, $use_help = false) argument
2081 if ($use_help && strpos($lang_file, '/') !== false)
2087 …$language_filename = $this->lang_path . $this->lang_name . '/' . (($use_help) ? 'help_' : '') . $l…
2104 $this->set_lang($lang, $help, $lang_file, $use_db, $use_help);
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/Functional/
H A DMediaUiFunctionalTest.php348 $use_help = 'Type part of the media name.';
358 $use_help,
379 $this->assertHelpTexts([$use_header, $use_help, $type_list], $fieldset_selector);
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/Functional/
H A DMediaUiFunctionalTest.php353 $use_help = 'Type part of the media name.';
363 $use_help,
384 $this->assertHelpTexts([$use_header, $use_help, $type_list], $fieldset_selector);
/dports/devel/py-typer/typer-0.4.0/typer/
H A Dmain.py416 use_help = command_info.help
417 if use_help is None:
418 use_help = inspect.getdoc(command_info.callback)
420 use_help = inspect.cleandoc(use_help)
437 help=use_help,
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimpguiconfig.h75 gboolean use_help; member
H A Dgimpguiconfig.c734 gui_config->use_help = g_value_get_boolean (value); in gimp_gui_config_set_property()
911 g_value_set_boolean (value, gui_config->use_help); in gimp_gui_config_get_property()
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Doptions.c515 goto use_help; in parse_options()
522 use_help: in parse_options()
/dports/graphics/gimp-app/gimp-2.10.30/app/gui/
H A Dgui.c510 gimp_dialogs_show_help_button (gui_config->use_help && in gui_restore_callback()
882 gimp_dialogs_show_help_button (gui_config->use_help && in gui_show_help_button_notify()
/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A Dgimppluginmanager-call.c208 config.show_help_button = (gui_config->use_help && in gimp_plug_in_manager_call_run()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimphelp.c123 if (config->use_help) in gimp_help_show()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-1-215811 * app/gimprc.[ch]: new boolean gimprc variable "use_help".