Home
last modified time | relevance | path

Searched refs:html_mode (Results 1 – 25 of 49) sorted by relevance

12

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c89 int html_mode = 0; in Annotate() local
102 html_mode = 1; in Annotate()
123 if (html_mode == 1) in Annotate()
134 if (html_mode == 1) in Annotate()
382 if (html_mode == 1) in Annotate()
424 if (html_mode == 1) in Annotate()
499 if (html_mode == 1) { in Annotate()
766 strcpy(buf, html_mode ? "+-" : "$18"); in AnnotateVtoNAG()
770 strcpy(buf, html_mode ? "+=" : "$14"); in AnnotateVtoNAG()
772 strcpy(buf, html_mode ? "-+" : "$19"); in AnnotateVtoNAG()
[all …]
/dports/databases/gnats4/gnats-4.1.0/contrib/juniper-web-reports/
H A Dquery-pr-summary.cgi50 $html_mode = 1 if $ENV{'DOCUMENT_ROOT'};
266 if ($html_mode) {
362 if ($html_mode) {
440 &html_footer if $html_mode;
688 if ($html_mode && !$preformat);
721 if ($html_mode) {
762 if length($tracker) > 18 && (!$html_mode || $preformat);
764 if ($html_mode) {
770 if ($html_mode) {
814 if ($html_mode) {
/dports/games/scummvm/scummvm-2.5.1/engines/glk/tads/tads2/
H A Doutput.cpp324 int html_mode; member
463 stream->html_mode = FALSE; in out_state_init()
1234 if (stream->html_mode && stream->html_target) in outblank_stream()
1259 if (stream->html_mode) in outtab_stream()
2294 stream->html_mode = FALSE; in outformatlen_stream()
2310 stream->html_mode = TRUE; in outformatlen_stream()
2341 if (stream->html_target && stream->html_mode) in outformatlen_stream()
2372 if (stream->html_mode && stream->html_target) in outformatlen_stream()
2410 && stream->html_mode in outformatlen_stream()
3165 G_log_disp.html_mode = G_std_disp.html_mode; in tiologopn()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/tads/tads2/
H A Doutput.cpp324 int html_mode; member
463 stream->html_mode = FALSE; in out_state_init()
1149 if (nl == 1 && stream->html_mode && stream->html_target) in outflushn_stream()
1234 if (stream->html_mode && stream->html_target) in outblank_stream()
1259 if (stream->html_mode) in outtab_stream()
2294 stream->html_mode = FALSE; in outformatlen_stream()
2310 stream->html_mode = TRUE; in outformatlen_stream()
2410 && stream->html_mode in outformatlen_stream()
3165 G_log_disp.html_mode = G_std_disp.html_mode; in tiologopn()
3222 if (G_log_disp.html_target && G_log_disp.html_mode) in out_logfile_print()
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Doutput.c344 int html_mode; member
477 stream->html_mode = FALSE; in out_state_init()
1160 if (nl == 1 && stream->html_mode && stream->html_target) in outflushn_stream()
1245 if (stream->html_mode && stream->html_target) in outblank_stream()
1270 if (stream->html_mode) in outtab_stream()
2210 stream->html_mode = FALSE; in outformatlen_stream()
2226 stream->html_mode = TRUE; in outformatlen_stream()
2326 && stream->html_mode in outformatlen_stream()
3042 G_log_disp.html_mode = G_std_disp.html_mode; in openlog()
3099 if (G_log_disp.html_target && G_log_disp.html_mode) in out_logfile_print()
[all …]
/dports/www/p5-CGI-Pager/CGI-Pager-1.01/lib/CGI/
H A DPager.pm235 my $html_mode = delete $params{html_mode};
237 return $pager->html($html_mode);
/dports/games/pysolfc/PySolFC-2.14.1/scripts/
H A Dall_games.py30 html_mode = None variable
177 if html_mode != 'bare':
200 if html_mode != 'bare':
282 html_mode = sys.argv[4] variable
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor-actions.c815 gboolean html_mode; in action_mode_cb() local
819 html_mode = (mode == EDITOR_MODE_HTML); in action_mode_cb()
825 gtk_action_group_set_visible (action_group, html_mode); in action_mode_cb()
829 if (html_mode) in action_mode_cb()
835 gtk_action_set_sensitive (ACTION (STYLE_H1), html_mode); in action_mode_cb()
836 gtk_action_set_sensitive (ACTION (STYLE_H2), html_mode); in action_mode_cb()
837 gtk_action_set_sensitive (ACTION (STYLE_H3), html_mode); in action_mode_cb()
838 gtk_action_set_sensitive (ACTION (STYLE_H4), html_mode); in action_mode_cb()
839 gtk_action_set_sensitive (ACTION (STYLE_H5), html_mode); in action_mode_cb()
840 gtk_action_set_sensitive (ACTION (STYLE_H6), html_mode); in action_mode_cb()
[all …]
H A Dgtkhtml-editor.h111 gboolean html_mode);
/dports/textproc/halibut/halibut-1.2/charset/
H A Dconvcs.c82 static int html_mode = 0; variable
124 html_mode = 1; in main()
210 if (html_mode) { in convert()
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dhtml.sl13 % 1 => html_mode wraps, like text_mode
14 % 0 => html_mode doesn't wrap, like no_mode
472 %\function{html_mode}
473 %\synopsis{html_mode}
474 %\usage{Void html_mode ();}
476 % \var{html_mode} is a mode designed for editing HTML files.
507 define html_mode () function
/dports/editors/jed/jed-0.99-19/lib/
H A Dhtml.sl16 % 1 => html_mode wraps, like text_mode
17 % 0 => html_mode doesn't wrap, like no_mode
540 %\function{html_mode}
541 %\synopsis{html_mode}
542 %\usage{Void html_mode ();}
544 % \var{html_mode} is a mode designed for editing HTML files.
576 define html_mode () function
/dports/editors/marker/Marker-2020.04.04.2/src/
H A Dmarker-markdown.c298 scidown_render_flags html_mode = get_render_mode(mermaid_mode); in marker_markdown_to_html() local
300 renderer = hoedown_html_renderer_new(html_mode, 0, get_local()); in marker_markdown_to_html()
356 scidown_render_flags html_mode = get_render_mode(mermaid_mode); in marker_markdown_to_html_with_css_inline() local
358 renderer = hoedown_html_renderer_new(html_mode, 0, get_local()); in marker_markdown_to_html_with_css_inline()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/
H A Dmain.rs439 let html_mode = quiet || matches.is_present("html"); in run() localVariable
442 if html_mode && !quiet { in run()
471 if html_mode { in run()
495 if html_mode && !quiet { in run()
/dports/games/qstat/qstat-2.17/
H A Dtemplate.c91 int html_mode = 0; variable
972 html_mode ^= 1; in display_generic_var()
973 if (html_mode && (xform_html_names == -1)) { in display_generic_var()
1245 if (!html_mode && !clear_newlines_mode) { in display_string()
1250 if (html_mode && !clear_newlines_mode) { in display_string()
1275 if (!html_mode && clear_newlines_mode) { in display_string()
H A Dxform.c44 extern int html_mode;
73 if (html_mode) { in xform_html_entity()
/dports/mail/evolution/evolution-3.42.1/src/modules/webkit-editor/
H A De-webkit-editor.c85 gboolean html_mode; member
548 if (!wk_editor->priv->html_mode) in webkit_editor_dialog_utils_get_attribute_with_unit()
1191 if (wk_editor->priv->html_mode) { in webkit_editor_update_styles()
1306 if (wk_editor->priv->html_mode) { in webkit_editor_update_styles()
1537 if (wk_editor->priv->html_mode) { in webkit_editor_update_styles()
1688 if (wk_editor->priv->html_mode && in webkit_editor_page_get_text_color()
1781 if (!wk_editor->priv->html_mode) in webkit_editor_page_get_font_name()
1952 if (html_mode == wk_editor->priv->html_mode) in webkit_editor_set_html_mode()
1955 wk_editor->priv->html_mode = html_mode; in webkit_editor_set_html_mode()
1957 if (html_mode) { in webkit_editor_set_html_mode()
[all …]
/dports/www/p5-JE/JE-0.066/lib/
H A DJE.pm745 $$$self{html_mode} = delete $args{html_mode};
893 sub html_mode { subroutine
895 if(@_) { $$$self{html_mode} = shift; return }
896 else { return $$$self{html_mode} }
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/buildbot/
H A Dhome-bbmass-dotcorpus8 html_mode=0777
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/automc/
H A Dhome-bbmass-.corpus4 html_mode=0777
/dports/mail/spamassassin-devel/spamassassin-1ea352210/masses/rule-qa/
H A Dcorpus.example31 html_mode=0755
H A Dreports-from-logs421 mkpath([$dir], 0, oct($cf{html_mode})) or warn "failed to mkdir $dir";
461 mkpath([$dir], 0, oct($cf{html_mode})) or warn "failed to mkdir $dir";
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_field.h65 HtmlFieldMode html_mode() const { return html_mode_; } in html_mode() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_field.h61 HtmlFieldMode html_mode() const { return html_mode_; } in html_mode() function
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/cmdline/
H A DSqltoolRB.java117 html_mode, enumConstant

12