Home
last modified time | relevance | path

Searched refs:helptxt (Results 1 – 25 of 143) sorted by relevance

123456

/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DEditHelpCentre.pm22 $yytitle = $helptxt{'1'};
69 $admin_img{'prefimg'} <b>$helptxt{'7'}</b>
92 $yytitle = "$helptxt{'7'}";
141 $yymain .= "$helptxt{'8'}";
142 $yytitle = "$helptxt{'7'}";
154 $yymain .= "$helptxt{'8'}";
155 $yytitle = "$helptxt{'7'}";
337 <td class="catbg"><i>$helptxt{'6'}</i></td>
360 <td class="catbg"><i>$helptxt{'5'}</i></td>
438 $yytitle = "$helptxt{'7'}";
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/macros/
H A Dhelp_from_sci.sci207 helptxt = [
244 helptxt = [helptxt;
293 helptxt = [helptxt; add_txt];
296 helptxt = [helptxt;" " + in];
308 helptxt = [helptxt
311 helptxt = [helptxt
316 helptxt = [helptxt;" </para>";" <para>"];
318 helptxt = [helptxt; in];
325 helptxt = [helptxt; in];
343 helptxt = [helptxt;" <para>" + in + "</para>"];
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DHelpCentre.pm24 $yytitle = $helptxt{'1'};
97 $userhlp = qq~<a href="$scripturl?action=help">$helptxt{'3'}</a>~;
102 qq~<a href="$scripturl?action=help;section=moderator">$helptxt{'4'}</a>~;
109 qq~<a href="$scripturl?action=help;section=global_mod">$helptxt{'5'}</a>~;
116 qq~<a href="$scripturl?action=help;section=admin">$helptxt{'6'}</a>~;
124 qq~<a href="$scripturl?action=help;section=moderator">$helptxt{'4'}</a>~;
126 qq~<a href="$scripturl?action=help;section=global_mod">$helptxt{'5'}</a>~;
128 qq~<a href="$scripturl?action=help;section=admin">$helptxt{'6'}</a>~;
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dtech.c314 const char *helptxt) in set_user_tech_flag_name() argument
329 if (user_tech_flags[tfid].helptxt != NULL) { in set_user_tech_flag_name()
330 FC_FREE(user_tech_flags[tfid].helptxt); in set_user_tech_flag_name()
331 user_tech_flags[tfid].helptxt = NULL; in set_user_tech_flag_name()
334 if (helptxt && helptxt[0] != '\0') { in set_user_tech_flag_name()
335 user_tech_flags[tfid].helptxt = fc_strdup(helptxt); in set_user_tech_flag_name()
358 return user_tech_flags[id - TECH_USER_1].helptxt; in tech_flag_helptxt()
H A Dterrain.c859 const char *helptxt) in set_user_terrain_flag_name() argument
874 if (user_terrain_flags[tfid].helptxt != NULL) { in set_user_terrain_flag_name()
875 FC_FREE(user_terrain_flags[tfid].helptxt); in set_user_terrain_flag_name()
876 user_terrain_flags[tfid].helptxt = NULL; in set_user_terrain_flag_name()
879 if (helptxt && helptxt[0] != '\0') { in set_user_terrain_flag_name()
880 user_terrain_flags[tfid].helptxt = fc_strdup(helptxt); in set_user_terrain_flag_name()
903 return user_terrain_flags[id - TER_USER_1].helptxt; in terrain_flag_helptxt()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dtech.c314 const char *helptxt) in set_user_tech_flag_name() argument
329 if (user_tech_flags[tfid].helptxt != NULL) { in set_user_tech_flag_name()
330 FC_FREE(user_tech_flags[tfid].helptxt); in set_user_tech_flag_name()
331 user_tech_flags[tfid].helptxt = NULL; in set_user_tech_flag_name()
334 if (helptxt && helptxt[0] != '\0') { in set_user_tech_flag_name()
335 user_tech_flags[tfid].helptxt = fc_strdup(helptxt); in set_user_tech_flag_name()
358 return user_tech_flags[id - TECH_USER_1].helptxt; in tech_flag_helptxt()
H A Dterrain.c859 const char *helptxt) in set_user_terrain_flag_name() argument
874 if (user_terrain_flags[tfid].helptxt != NULL) { in set_user_terrain_flag_name()
875 FC_FREE(user_terrain_flags[tfid].helptxt); in set_user_terrain_flag_name()
876 user_terrain_flags[tfid].helptxt = NULL; in set_user_terrain_flag_name()
879 if (helptxt && helptxt[0] != '\0') { in set_user_terrain_flag_name()
880 user_terrain_flags[tfid].helptxt = fc_strdup(helptxt); in set_user_terrain_flag_name()
903 return user_terrain_flags[id - TER_USER_1].helptxt; in terrain_flag_helptxt()
H A Dunittype.c968 const char *helptxt) in set_user_unit_type_flag_name() argument
983 if (user_type_flags[ufid].helptxt != NULL) { in set_user_unit_type_flag_name()
984 free(user_type_flags[ufid].helptxt); in set_user_unit_type_flag_name()
985 user_type_flags[ufid].helptxt = NULL; in set_user_unit_type_flag_name()
988 if (helptxt && helptxt[0] != '\0') { in set_user_unit_type_flag_name()
989 user_type_flags[ufid].helptxt = fc_strdup(helptxt); in set_user_unit_type_flag_name()
1012 return user_type_flags[id - UTYF_USER_FLAG_1].helptxt; in unit_type_flag_helptxt()
/dports/net/p5-RPC-XML/RPC-XML-0.82/etc/
H A Dmake_method119 help => $attrs{helptxt},
203 $attrs{helptxt} =
273 $attrs{helptxt} = \"$opts{helptext}\n";
277 $attrs{helptxt} = read_external($opts{helpfile});
281 $attrs{helptxt} = \q{};
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/tests/unit_tests/
H A Dhelp_from_sci.dia.ref22 [helptxt,demotxt]=help_from_sci(fullfile(my_path,my_macros), TMPDIR);
25 assert_checktrue(helptxt <> []);
26 assert_checkequal(typeof(helptxt),"string");
H A Dhelp_from_sci.tst26 [helptxt,demotxt]=help_from_sci(fullfile(my_path,my_macros), TMPDIR);
29 assert_checktrue(helptxt <> []);
30 assert_checkequal(typeof(helptxt),"string");
H A DmacrosExample.sci1 function [helptxt,demotxt]=macrosExample(funname,helpdir,demodir)
9 …// [helptxt,demotxt]=help_from_sci(funname) // return funname.xml and funname.dem.sce code as two…
15 // helptxt: returns the XML help code if helpdir is empty, or the path to the .xml file.
78 helptxt="retour"
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/tests/nonreg_tests/
H A Dbug_5487.sci1 function [helptxt,demotxt]=bug_5487(funname,helpdir,demodir)
9 helptxt="retour"
H A Dbug_5489.sci1 function [helptxt,demotxt]=bug_5489(funname,helpdir,demodir)
15 helptxt="retour"
H A Dbug_5488.sci1 function [helptxt,demotxt]=bug_5487(funname,helpdir,demodir)
15 helptxt="retour"
H A Dbug_5413.sci1 function [helptxt,demotxt]=bug_5413(funname,helpdir,demodir)
19 helptxt="retour"
H A Dbug_8492.tst32 [helptxt,demotxt]=help_from_sci("macroscreen");
37 mputl(helptxt,fd);
/dports/mail/squirrelmail-avelsieve-plugin/squirrelmail-avelsieve-plugin-php74-1.9.9/avelsieve/include/
H A Davelsieve_action_fileinto.class.php38 $this->helptxt = mailboxlist('folder', $rule['folder']);
40 $this->helptxt = mailboxlist('folder', false);
H A Davelsieve_action.class.php110 if(isset($this->helptxt)) {
114 '> &#8211; '.$this->helptxt.'</span>';
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/src/
H A Dtool_help.h32 struct helptxt { struct
70 extern const struct helptxt helptext[];
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/src/
H A Dtool_help.h32 struct helptxt { struct
70 extern const struct helptxt helptext[];
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Templates/default/
H A DHelpCentre.template43 <td class="catbg small">$helptxt{'2'}</td>
85 … onclick="toTop(0)" class="cursor"><img src="$top_img" alt="$helptxt{'643'}" title="$helptxt{'643'…
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/src/
H A Dtool_help.c46 struct helptxt { struct
51 static const struct helptxt helptext[] = { argument
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/src/
H A Dtool_help.c46 struct helptxt { struct
52 static const struct helptxt helptext[] = { argument
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/src/
H A Dtool_help.c46 struct helptxt { struct
51 static const struct helptxt helptext[] = { argument

123456