Home
last modified time | relevance | path

Searched refs:with_color (Results 1 – 25 of 121) sorted by relevance

12345

/dports/security/pssh/pssh-2.3.4/psshlib/
H A Dcolor.py4 def with_color(string, fg, bg=49): function
16 def r(string): return with_color(string, 31) # Red
17 def g(string): return with_color(string, 32) # Green
18 def y(string): return with_color(string, 33) # Yellow
19 def b(string): return with_color(string, 34) # Blue
20 def m(string): return with_color(string, 35) # Magenta
21 def c(string): return with_color(string, 36) # Cyan
22 def w(string): return with_color(string, 37) # White
/dports/devel/py-parallax/parallax-1.0.6/parallax/
H A Dcolor.py5 def with_color(string, fg, bg=49): function
21 return with_color(string, 31)
26 return with_color(string, 32)
31 return with_color(string, 33)
36 return with_color(string, 34)
41 return with_color(string, 35)
46 return with_color(string, 36)
51 return with_color(string, 37)
/dports/devel/py-fs2/fs-2.4.11/fs/
H A Dtree.py27 with_color=None, # type: Optional[bool] argument
62 if with_color is None:
64 with_color = False if is_windows else is_tty
66 if encoding.lower() == "utf-8" and with_color:
93 if not with_color:
101 if not with_color:
109 if not with_color:
117 if not with_color:
/dports/security/s2n/s2n-tls-1.1.2/tests/integration/common/
H A Ds2n_test_reporting.py38 return with_color(self.name, self.value)
60 result += "\n\t" + with_color(self.error_msg, Color.RED)
62 result += with_color("\n\tClient: ", Color.RED)
65 result += with_color("\n\tServer: ", Color.RED)
71 def with_color(msg, color): function
/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupAboutDlg.cpp103 std::string ConcatNames(const std::vector<Entry>& names, bool with_color) in ConcatNames()
105 const char *opening_tag = with_color ? "<c f7f76f>" : ""; in ConcatNames()
106 const char *closing_tag = with_color ? "</c>" : ""; in ConcatNames()
122 std::string WriteLines(Func f, bool with_color) in WriteLines()
124 const char *opening_tag = with_color ? "<c ff0000>" : ""; in WriteLines()
125 const char *closing_tag = with_color ? "</c>" : ""; in WriteLines()
129 text << ConcatNames(contributorsThisRelease, with_color); in WriteLines()
133 text << ConcatNames(contributors, with_color); in WriteLines()
137 text << ConcatNames(packageMaintainers, with_color); in WriteLines()
/dports/textproc/pdfgrep/pdfgrep-2.1.1/src/
H A Doutput.cc46 #define with_color(use_colors, color, code) \ macro
65 with_color(context.out.color, context.out.colors.highlight, in print_only_match()
81 with_color(outconf.color, outconf.colors.pagenum, in line_prefix()
83 with_color(outconf.color, outconf.colors.separator, in line_prefix()
91 with_color(outconf.color, outconf.colors.filename, in print_only_filename()
104 with_color(outconf.color, outconf.colors.filename, in line_prefix()
112 with_color(outconf.color, outconf.colors.separator, in line_prefix()
144 with_color(context.out.color, context.out.colors.highlight, in print_matches()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/draci/
H A Dfont.cpp125 void Font::drawChar(Surface *dst, uint8 chr, int tx, int ty, int with_color) const { in drawChar()
162 color = with_color; in drawChar()
198 int x, int y, int with_color, int spacing, bool markDirty) const { in drawString() argument
199 drawString(dst, Common::String((const char *)str, len), x, y, with_color, spacing, markDirty); in drawString()
213 int x, int y, int with_color, int spacing, bool markDirty) const { in drawString() argument
238 drawChar(dst, str[i], curx, cury, with_color); in drawString()
H A Dfont.h64 void drawChar(Surface *dst, uint8 chr, int tx, int ty, int with_color) const;
66 void drawString(Surface *dst, const byte *str, uint len, int x, int y, int with_color,
69 int x, int y, int with_color, int spacing, bool markDirty) const;
/dports/games/scummvm/scummvm-2.5.1/engines/draci/
H A Dfont.cpp125 void Font::drawChar(Surface *dst, uint8 chr, int tx, int ty, int with_color) const { in drawChar()
162 color = with_color; in drawChar()
201 int x, int y, int with_color, int spacing, bool markDirty) const { in drawString() argument
202 drawString(dst, Common::String((const char *)str, len), x, y, with_color, spacing, markDirty); in drawString()
216 int x, int y, int with_color, int spacing, bool markDirty) const { in drawString() argument
241 drawChar(dst, str[i], curx, cury, with_color); in drawString()
H A Dfont.h64 void drawChar(Surface *dst, uint8 chr, int tx, int ty, int with_color) const;
66 void drawString(Surface *dst, const byte *str, uint len, int x, int y, int with_color,
69 int x, int y, int with_color, int spacing, bool markDirty) const;
/dports/graphics/open3d/Open3D-0.2/src/Python/Core/
H A Dopen3d_integration.cpp81 double sdf_trunc, bool with_color) { in pybind_integration() argument
83 length, resolution, sdf_trunc, with_color); in pybind_integration()
99 .def(py::init([](double voxel_length, double sdf_trunc, bool with_color, in pybind_integration()
102 with_color, volume_unit_resolution, depth_sampling_stride); in pybind_integration()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Core/
H A Dopen3d_integration.cpp81 double sdf_trunc, bool with_color) { in pybind_integration() argument
83 length, resolution, sdf_trunc, with_color); in pybind_integration()
99 .def(py::init([](double voxel_length, double sdf_trunc, bool with_color, in pybind_integration()
102 with_color, volume_unit_resolution, depth_sampling_stride); in pybind_integration()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/views/
H A Dlayer.rs21 Self::with_color(view, ColorStyle::primary()) in new()
25 pub fn with_color(view: T, color: ColorStyle) -> Self { in with_color() method
46 printer.with_color(self.color, |printer| { in wrap_draw()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/tools/
H A Dmm2gv.c221 real * x, int with_color, int with_label, int with_val) in makeDotGraph() argument
241 if (with_color) { in makeDotGraph()
244 with_color = 0; in makeDotGraph()
248 with_color = 0; in makeDotGraph()
282 if (with_color) { in makeDotGraph()
342 if (with_color) { in makeDotGraph()
391 int with_color; member
417 p->with_color = 1; in init()
463 pv.with_color = 0; in main()
489 g = makeDotGraph(A, pv.infile, dim, NULL, pv.with_color, pv.with_label, pv.with_val); in main()
/dports/devel/gitg/gitg-3.32.1/libgitg/
H A Dgitg-lane.vala44 this.with_color(null);
47 public Lane.with_color(Color? color)
61 Lane ret = new Lane.with_color(color);
71 Lane ret = new Lane.with_color(color.copy());
/dports/audio/ncspot/ncspot-0.9.3/src/ui/
H A Dstatusbar.rs102 printer.with_color(style, |printer| { in draw()
109 printer.with_color(style, |printer| { in draw()
149 printer.with_color(style_bar_bg, |printer| { in draw()
175 printer.with_color(style, |printer| { in draw()
183 printer.with_color(style_bar, |printer| { in draw()
/dports/devel/py-fs2/fs-2.4.11/tests/
H A Dtest_tree.py39 tree.render(self.fs, file=output_file, with_color=True)
67 tree.render(self.fs, file=output_file, with_color=True)
76 tree.render(self.fs, file=output_file, with_color=False)
/dports/graphics/open3d/Open3D-0.2/src/Core/Integration/
H A DTSDFVolume.h46 TSDFVolume(double voxel_length, double sdf_trunc, bool with_color) : in TSDFVolume() argument
48 with_color_(with_color) {} in TSDFVolume()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Core/Integration/
H A DTSDFVolume.h46 TSDFVolume(double voxel_length, double sdf_trunc, bool with_color) : in TSDFVolume() argument
48 with_color_(with_color) {} in TSDFVolume()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/
H A Dcolor_button.rs12 fn with_color(color: &gdk::Color) -> ColorButton; in with_color() method
23 fn with_color(color: &gdk::Color) -> ColorButton { in with_color() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/
H A Dcolor_button.rs12 fn with_color(color: &gdk::Color) -> ColorButton; in with_color() method
23 fn with_color(color: &gdk::Color) -> ColorButton { in with_color() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/
H A Dcolor_button.rs12 fn with_color(color: &gdk::Color) -> ColorButton; in with_color() method
23 fn with_color(color: &gdk::Color) -> ColorButton { in with_color() method
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/
H A Dcolor_button.rs12 fn with_color(color: &gdk::Color) -> ColorButton; in with_color() method
23 fn with_color(color: &gdk::Color) -> ColorButton { in with_color() method
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/tests/
H A Dmodel_test.cpp184 .with_color(vk::Format::eR32G32B32Sfloat));
266 .with_color(vk::Format::eR32G32B32Sfloat)
/dports/graphics/open3d/Open3D-0.2/docs/tutorial/Advanced/
H A Drgbd_integration.rst18 sdf_trunc = 0.04, with_color = True)
70 sdf_trunc = 0.04, with_color = True)
84 … specifies truncation value for signed distance function (SDF). When ``with_color = True``, color …

12345