Home
last modified time | relevance | path

Searched refs:html_mode (Results 1 – 25 of 49) sorted by last modified time

12

/dports/games/qstat/qstat-2.17/
H A Dqstat.c177 extern int html_mode;
3624 html_mode = 1; in main()
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/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/mail/spamassassin-devel/spamassassin-1ea352210/build/buildbot/
H A Dhome-bbmass-dotcorpus8 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";
H A Dcorpus-hourly514 mkpath([$dir], 0, oct($opt{html_mode})) or warn "failed to mkdir $dir";
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/automc/
H A Dhome-bbmass-.corpus4 html_mode=0777
/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/math/z3/z3-z3-4.8.13/examples/python/tutorial/jupyter/
H A Dguide.ipynb85 …the logical and, ∨ is the logical or, and so on. The command set_option(html_mode=False) makes all…
97 "set_option(html_mode=False)\n",
115 "set_option(html_mode=True)\n",
291 "set_option(html_mode=False)\n",
H A Dadvanced.ipynb831 …e formatter supports many configuration options. The command set_option(html_mode=False) makes all…
842 "set_option(html_mode=True)\n",
844 "set_option(html_mode=False)\n",
/dports/mail/evolution/evolution-3.42.1/src/composer/
H A De-msg-composer.c1210 gboolean html_mode; in composer_add_evolution_composer_mode_header() local
1216 html_mode = e_content_editor_get_html_mode (cnt_editor); in composer_add_evolution_composer_mode_header()
1221 html_mode ? "text/html" : "text/plain"); in composer_add_evolution_composer_mode_header()
2051 gboolean html_mode, is_move; in msg_composer_drag_data_received_cb() local
2055 html_mode = e_content_editor_get_html_mode (cnt_editor); in msg_composer_drag_data_received_cb()
2066 if (html_mode && in msg_composer_drag_data_received_cb()
4046 gboolean html_mode; in e_msg_composer_setup_with_message() local
4048 html_mode = composer_mode && !g_ascii_strcasecmp (composer_mode, "text/html"); in e_msg_composer_setup_with_message()
4049 e_content_editor_set_html_mode (cnt_editor, html_mode); in e_msg_composer_setup_with_message()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-content-editor.c826 gboolean html_mode) in e_content_editor_set_html_mode() argument
830 g_object_set (G_OBJECT (editor), "html-mode", html_mode, NULL); in e_content_editor_set_html_mode()
H A De-content-editor.h457 gboolean html_mode);
/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/mail/evolution/evolution-3.42.1/src/mail/
H A Dem-composer-utils.c559 gboolean html_mode; in composer_presend_check_unwanted_html() local
568 html_mode = e_content_editor_get_html_mode (cnt_editor); in composer_presend_check_unwanted_html()
579 if (html_mode && send_html && confirm_html && recipients != NULL) { in composer_presend_check_unwanted_html()
/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/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dform_structure.cc1103 cached_field->html_mode()); in RetrieveFromCache()
H A Dautofill_metrics.cc548 field.html_mode()) in LogPredictionQualityMetrics()
2222 .SetHtmlFieldMode(static_cast<int>(field.html_mode())) in LogTextFieldDidChange()
2289 .SetHtmlFieldMode(static_cast<int>(field.html_mode())) in LogHiddenRepresentationalFieldSkipDecision()
2309 .SetHtmlFieldMode(static_cast<int>(field.html_mode())) in LogRepeatedServerTypePredictionRationalized()
H A Dautofill_field.h65 HtmlFieldMode html_mode() const { return html_mode_; } in html_mode() function
/dports/math/py-z3-solver/z3-z3-4.8.10/examples/python/tutorial/jupyter/
H A Dadvanced.ipynb831 …e formatter supports many configuration options. The command set_option(html_mode=False) makes all…
842 "set_option(html_mode=True)\n",
844 "set_option(html_mode=False)\n",
H A Dguide.ipynb85 …the logical and, ∨ is the logical or, and so on. The command set_option(html_mode=False) makes all…
97 "set_option(html_mode=False)\n",
115 "set_option(html_mode=True)\n",
291 "set_option(html_mode=False)\n",
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/cmake/
H A DXPCESources.cmake192 help.pl history.pl hit_list.pl html_mode.pl java_mode.pl xsb_mode.pl
/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

12