Home
last modified time | relevance | path

Searched full:graphical (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/external/rust/crates/miette/src/
Dhandler.rs11 /// Settings to control the color format used for graphical rendering.
66 /// If true, specify whether the graphical handler will make codes be
74 /// Set a graphical theme for the handler when rendering in graphical mode.
76 /// graphical mode. This option overrides
101 /// If true, colors will be used during graphical rendering, regardless
115 /// Controls which color format to use if colors are used in graphical
129 /// If true, forces unicode display for graphical output. If set to false,
136 /// If true, graphical rendering will be used regardless of terminal
169 let graphical = self.is_graphical(); in build() localVariable
171 if !graphical { in build()
[all …]
/external/rust/crates/miette/src/handlers/
Dtheme.rs12 You can create your own custom graphical theme using this type, or you can use
24 /// ASCII-art-based graphical drawing, with ANSI styling.
32 /// Graphical theme that draws using both ansi colors and unicode
47 /// Graphical theme that draws in monochrome, while still using unicode
56 /// A "basic" graphical theme that skips colors and unicode characters and
57 /// just does monochrome ascii art. If you want a completely non-graphical
82 Styles for various parts of graphical rendering for the [crate::GraphicalReportHandler].
196 /// Fancy unicode-based graphical elements.
249 /// ASCII-art-based graphical elements. Works well on older terminals.
Dmod.rs9 pub use graphical::*;
20 mod graphical; module
/external/AFLplusplus/
Dafl-plot25 GRAPHICAL="0"
27 if [ "$1" = "-g" ] || [ "$1" = "--graphical" ]; then
28 GRAPHICAL="1"
35 $0 [ -g | --graphical ] afl_state_dir graph_output_dir
45 -g, --graphical (optional) display the plots in a graphical window
190 if [ "$#" = "2" ] && [ "$GRAPHICAL" = "1" ]; then
200 No plots have been generated. Please rerun without the "-g" or "--graphical" flag to generate the p…
/external/rust/crates/miette/
DCHANGELOG.md61 * **graphical:** Fix wrong severity of related errors (#234) ([3497508a](https://github.com/zkat/mi…
78 * **graphical:** Fix panic with span extending past end of line (#221) ([8b56d277](https://github.c…
86 * **graphical:** Fix panic with zero-width span at end of line (#204) ([b8810ee3](https://github.co…
107 * **graphical:** Align highlights correctly with wide unicode characters and tabs (#202) ([196c09ce…
118 * **graphical:** Allow miette users to opt-out of the rendering of the cause chain (#192) ([b9ea587…
137 * **graphical:** handle an empty source (#183) ([12dc4007](https://github.com/zkat/miette/commit/12…
189 * **graphical:** fix issue with duplicate labels when span len is 0 (#159) ([1a36fa7e](https://gith…
274 * **graphical:** boolean was messing up graphical display ([5c085b39](https://github.com/zkat/miett…
343 * **report:** miscellaneous, hacky tweaks to graphical rendering ([80036781](https://github.com/zka…
346 * **graphical:** stop rendering red vbars before the last item ([e2e4027f](https://github.com/zkat/…
[all …]
/external/mdnsresponder/Clients/
DReadMe.txt4 Some of the clients are command-line oriented; some are graphical.
24 DNS Service Browser Graphical X
25 DNS Service Registration Graphical X
/external/selinux/python/sepolicy/
Dsepolicy-gui.83 sepolicy-gui \- Graphical User Interface for SELinux policy.
14 Use \fBsepolicy gui\fP to run a the graphical user interface, which
/external/python/cpython3/Doc/library/
Dtk.rst4 Graphical User Interfaces with Tk
9 single: Graphical User Interface
/external/python/cpython2/Doc/library/
Dtk.rst4 Graphical User Interfaces with Tk
9 single: Graphical User Interface
/external/python/cpython2/Demo/tkinter/guido/
Delectrons.py18 # The graphical interface
82 # Create the graphical objects...
Dhanoi.py25 # The graphical interface
145 # Create the graphical objects...
Dcanvasevents.py16 """Base class for composite graphical objects.
90 """A group of graphical objects."""
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_gui.sgml15 <refpurpose>WPA Graphical User Interface</refpurpose>
32 <para>wpa_gui is a QT graphical frontend program for interacting
/external/mesa3d/docs/relnotes/
D23.0.1.rst36 - 7900 XTX: Graphical corruption / artifacts in Cyberpunk
44 - radv: GTA IV graphical artifacts on 7900XTX
48 - [RADV] Returnal - pistol muzzle flash fills whole screen (graphical artifact)
D20.1.1.rst52 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
55 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
D22.3.7.rst35 - 7900 XTX: Graphical corruption / artifacts in Cyberpunk
39 - radv: GTA IV graphical artifacts on 7900XTX
D20.0.8.rst37 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
40 requires 'RADV_DEBUG=zerovram' to eliminate colorful graphical
/external/python/cpython2/Lib/idlelib/idle_test/
DREADME.txt49 either have no graphical environment available or are not allowed to use it, GUI
81 interact with the graphical environment.
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop4 Comment=Graphical user interface for wpa_supplicant
/external/python/cpython3/Tools/demo/
Dhanoi.py26 # The graphical interface
145 # Create the graphical objects...
/external/selinux/gui/
Dselinux-polgengui.810 \fBselinux-polgengui\fP is a graphical tool, which can be used to create a framework for building S…
Dsystem-config-selinux.810 \fBsystem-config-selinux\fP provides a graphical interface for managing the
/external/AFLplusplus/utils/plot_ui/
DREADME.md15 …../afl-plot), which will, in turn, invoke this utility (when run using `-g` or `--graphical` flag).
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/utils/contrast/
DImage.java3 /** Platform-independent representation of a graphical image for contrast analysis. */
/external/python/pyasn1/docs/source/pyasn1/type/char/
Dgraphicstring.rst16 The |ASN.1| type models a character string that can hold any "graphical" characters

12345678910>>...24