Home
last modified time | relevance | path

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

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/common/
H A D_common.py18 old_help = None variable
23 old_help = help
25 old_help = None variable
31 if old_help is None:
33 old_help(thing)
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-screen.php806 …$old_help = isset( self::$_old_compat_help[ $this->id ] ) ? self::$_old_compat_help[ $this->id ] :…
815 * @param string $old_help Help text that appears on the screen.
819 $old_help = apply_filters_deprecated(
821 array( $old_help, $this->id, $this ),
827 if ( empty( $old_help ) && ! $this->get_help_tabs() ) {
845 $old_help = '<p>' . $default_help . '</p>';
849 if ( $old_help ) {
854 'content' => $old_help,
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-screen.php806 …$old_help = isset( self::$_old_compat_help[ $this->id ] ) ? self::$_old_compat_help[ $this->id ] :…
815 * @param string $old_help Help text that appears on the screen.
819 $old_help = apply_filters_deprecated(
821 array( $old_help, $this->id, $this ),
827 if ( empty( $old_help ) && ! $this->get_help_tabs() ) {
845 $old_help = '<p>' . $default_help . '</p>';
849 if ( $old_help ) {
854 'content' => $old_help,
/dports/math/gap/gap-4.11.0/tst/testinstall/
H A Dhelp.tst32 gap> old_help := HELP;;
43 gap> HELP := old_help;;
/dports/audio/xmcd/xmcd-3.3.2/cda_d/
H A Dvisual.c102 old_help = TRUE, /* Previous value */ variable
889 old_help = !help; in cda_screen()
1361 if (!old_help) { in cda_screen()
1368 old_help = help; in cda_screen()
1375 else if (old_help) { in cda_screen()
1389 if (stat_on == ostat_on && old_help == help && old_route == route && in cda_screen()
1403 old_help = help; in cda_screen()
2333 old_help = !help; in cda_v_repaint()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNAeval_cmdl.h235 const char *old_help; /**< @brief use old energy evaluation, treating gaps as characters. member
H A DRNAalifold_cmdl.h365 const char *old_help; /**< @brief use old energy evaluation, treating gaps as characters. member
H A DRNAeval_cmdl.c329 args_info->old_help = RNAeval_args_info_detailed_help[50] ; in init_args_info()
H A DRNAalifold_cmdl.c503 args_info->old_help = RNAalifold_args_info_detailed_help[86] ; in init_args_info()
/dports/mail/neomutt/neomutt-20211029/gui/
H A Dcurs_lib.c279 const struct Mapping *old_help = win->help_data; in mutt_buffer_get_field() local
306 win->help_data = old_help; in mutt_buffer_get_field()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_getpathprogs.c1396 const char * old_help = in web_prog_help_link() local
1410 snprintf(weblink,1020*sizeof(char), "%s/%s.html", old_help, in web_prog_help_link()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/cmdlang/
H A Dcmdlang.c1330 int old_help = cmdlang->help; in ipmi_cmdlang_handle() local
1386 cmdlang->help = old_help; in ipmi_cmdlang_handle()