Home
last modified time | relevance | path

Searched refs:useColor (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/middleware/
H A Dlogger.go90 useColor := !l.NoColor
95 useColor: useColor,
102 cW(entry.buf, useColor, nCyan, "\"")
122 useColor bool member
128 cW(l.buf, l.useColor, bBlue, "%03d", status)
130 cW(l.buf, l.useColor, bGreen, "%03d", status)
132 cW(l.buf, l.useColor, bCyan, "%03d", status)
136 cW(l.buf, l.useColor, bRed, "%03d", status)
139 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
143 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/github.com/go-chi/chi/chi-4.0.2/middleware/
H A Dlogger.go90 useColor := !l.NoColor
95 useColor: useColor,
102 cW(entry.buf, useColor, nCyan, "\"")
122 useColor bool member
128 cW(l.buf, l.useColor, bBlue, "%03d", status)
130 cW(l.buf, l.useColor, bGreen, "%03d", status)
132 cW(l.buf, l.useColor, bCyan, "%03d", status)
136 cW(l.buf, l.useColor, bRed, "%03d", status)
139 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
143 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/go-chi/chi/v5/middleware/
H A Dlogger.go101 useColor := !l.NoColor
106 useColor: useColor,
113 cW(entry.buf, useColor, nCyan, "\"")
133 useColor bool member
139 cW(l.buf, l.useColor, bBlue, "%03d", status)
141 cW(l.buf, l.useColor, bGreen, "%03d", status)
143 cW(l.buf, l.useColor, bCyan, "%03d", status)
147 cW(l.buf, l.useColor, bRed, "%03d", status)
150 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
154 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go60 useColor := true
64 cW(buf, useColor, bCyan, " panic: ")
65 cW(buf, useColor, bBlue, "%v", rvr)
143 cW(buf, useColor, bRed, " -> ")
147 cW(buf, useColor, bWhite, " ")
149 cW(buf, useColor, pkgColor, "%s", pkg)
150 cW(buf, useColor, methodColor, "%s\n", method)
177 cW(buf, useColor, bRed, " -> ")
183 cW(buf, useColor, bWhite, "%s", dir)
184 cW(buf, useColor, fileColor, "%s", file)
[all …]
H A Dterminal.go55 func cW(w io.Writer, useColor bool, color []byte, s string, args ...interface{}) {
56 if IsTTY && useColor {
60 if IsTTY && useColor {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-chi/chi/v5/middleware/
H A Dlogger.go101 useColor := !l.NoColor
106 useColor: useColor,
113 cW(entry.buf, useColor, nCyan, "\"")
133 useColor bool member
139 cW(l.buf, l.useColor, bBlue, "%03d", status)
141 cW(l.buf, l.useColor, bGreen, "%03d", status)
143 cW(l.buf, l.useColor, bCyan, "%03d", status)
147 cW(l.buf, l.useColor, bRed, "%03d", status)
150 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
154 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go64 useColor := true
68 cW(buf, useColor, bCyan, " panic: ")
69 cW(buf, useColor, bBlue, "%v", rvr)
148 cW(buf, useColor, bRed, " -> ")
152 cW(buf, useColor, bWhite, " ")
154 cW(buf, useColor, pkgColor, "%s", pkg)
155 cW(buf, useColor, methodColor, "%s\n", method)
182 cW(buf, useColor, bRed, " -> ")
188 cW(buf, useColor, bWhite, "%s", dir)
189 cW(buf, useColor, fileColor, "%s", file)
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-chi/chi/middleware/
H A Dlogger.go90 useColor := !l.NoColor
95 useColor: useColor,
102 cW(entry.buf, useColor, nCyan, "\"")
122 useColor bool member
128 cW(l.buf, l.useColor, bBlue, "%03d", status)
130 cW(l.buf, l.useColor, bGreen, "%03d", status)
132 cW(l.buf, l.useColor, bCyan, "%03d", status)
136 cW(l.buf, l.useColor, bRed, "%03d", status)
139 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
143 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go60 useColor := true
64 cW(buf, useColor, bCyan, " panic: ")
65 cW(buf, useColor, bBlue, "%v", rvr)
143 cW(buf, useColor, bRed, " -> ")
147 cW(buf, useColor, bWhite, " ")
149 cW(buf, useColor, pkgColor, "%s", pkg)
150 cW(buf, useColor, methodColor, "%s\n", method)
177 cW(buf, useColor, bRed, " -> ")
183 cW(buf, useColor, bWhite, "%s", dir)
184 cW(buf, useColor, fileColor, "%s", file)
[all …]
H A Dterminal.go55 func cW(w io.Writer, useColor bool, color []byte, s string, args ...interface{}) {
56 if IsTTY && useColor {
60 if IsTTY && useColor {
/dports/net/clash/clash-1.6.0/vendor/github.com/go-chi/chi/v5/middleware/
H A Dlogger.go101 useColor := !l.NoColor
106 useColor: useColor,
113 cW(entry.buf, useColor, nCyan, "\"")
133 useColor bool member
139 cW(l.buf, l.useColor, bBlue, "%03d", status)
141 cW(l.buf, l.useColor, bGreen, "%03d", status)
143 cW(l.buf, l.useColor, bCyan, "%03d", status)
147 cW(l.buf, l.useColor, bRed, "%03d", status)
150 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
154 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go60 useColor := true
64 cW(buf, useColor, bCyan, " panic: ")
65 cW(buf, useColor, bBlue, "%v", rvr)
143 cW(buf, useColor, bRed, " -> ")
147 cW(buf, useColor, bWhite, " ")
149 cW(buf, useColor, pkgColor, "%s", pkg)
150 cW(buf, useColor, methodColor, "%s\n", method)
177 cW(buf, useColor, bRed, " -> ")
183 cW(buf, useColor, bWhite, "%s", dir)
184 cW(buf, useColor, fileColor, "%s", file)
[all …]
H A Dterminal.go55 func cW(w io.Writer, useColor bool, color []byte, s string, args ...interface{}) {
56 if IsTTY && useColor {
60 if IsTTY && useColor {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/go-chi/chi/v5/middleware/
H A Dlogger.go101 useColor := !l.NoColor
106 useColor: useColor,
113 cW(entry.buf, useColor, nCyan, "\"")
133 useColor bool member
139 cW(l.buf, l.useColor, bBlue, "%03d", status)
141 cW(l.buf, l.useColor, bGreen, "%03d", status)
143 cW(l.buf, l.useColor, bCyan, "%03d", status)
147 cW(l.buf, l.useColor, bRed, "%03d", status)
150 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
154 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go64 useColor := true
68 cW(buf, useColor, bCyan, " panic: ")
69 cW(buf, useColor, bBlue, "%v", rvr)
148 cW(buf, useColor, bRed, " -> ")
152 cW(buf, useColor, bWhite, " ")
154 cW(buf, useColor, pkgColor, "%s", pkg)
155 cW(buf, useColor, methodColor, "%s\n", method)
182 cW(buf, useColor, bRed, " -> ")
188 cW(buf, useColor, bWhite, "%s", dir)
189 cW(buf, useColor, fileColor, "%s", file)
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/go-chi/chi/middleware/
H A Dlogger.go101 useColor := !l.NoColor
106 useColor: useColor,
113 cW(entry.buf, useColor, nCyan, "\"")
133 useColor bool member
139 cW(l.buf, l.useColor, bBlue, "%03d", status)
141 cW(l.buf, l.useColor, bGreen, "%03d", status)
143 cW(l.buf, l.useColor, bCyan, "%03d", status)
147 cW(l.buf, l.useColor, bRed, "%03d", status)
150 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
154 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go60 useColor := true
64 cW(buf, useColor, bCyan, " panic: ")
65 cW(buf, useColor, bBlue, "%v", rvr)
143 cW(buf, useColor, bRed, " -> ")
147 cW(buf, useColor, bWhite, " ")
149 cW(buf, useColor, pkgColor, "%s", pkg)
150 cW(buf, useColor, methodColor, "%s\n", method)
177 cW(buf, useColor, bRed, " -> ")
183 cW(buf, useColor, bWhite, "%s", dir)
184 cW(buf, useColor, fileColor, "%s", file)
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-chi/chi/middleware/
H A Dlogger.go101 useColor := !l.NoColor
106 useColor: useColor,
113 cW(entry.buf, useColor, nCyan, "\"")
133 useColor bool member
139 cW(l.buf, l.useColor, bBlue, "%03d", status)
141 cW(l.buf, l.useColor, bGreen, "%03d", status)
143 cW(l.buf, l.useColor, bCyan, "%03d", status)
147 cW(l.buf, l.useColor, bRed, "%03d", status)
150 cW(l.buf, l.useColor, bBlue, " %dB", bytes)
154 cW(l.buf, l.useColor, nGreen, "%s", elapsed)
[all …]
H A Drecoverer.go60 useColor := true
64 cW(buf, useColor, bCyan, " panic: ")
65 cW(buf, useColor, bBlue, "%v", rvr)
143 cW(buf, useColor, bRed, " -> ")
147 cW(buf, useColor, bWhite, " ")
149 cW(buf, useColor, pkgColor, "%s", pkg)
150 cW(buf, useColor, methodColor, "%s\n", method)
177 cW(buf, useColor, bRed, " -> ")
183 cW(buf, useColor, bWhite, "%s", dir)
184 cW(buf, useColor, fileColor, "%s", file)
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DEdgeRenderer.cpp34 useColor(false) {} in Params()
40 useColor(true), in Params()
47 useColor(i_useColor), in Params()
65 if (m_params.useColor) { in renderEdges()
94 …void EdgeRenderer::render(RenderBatch& renderBatch, const bool useColor, const Color& color, const… in render() argument
95 doRender(renderBatch, Params(width, offset, false, useColor, color)); in render()
106 …void EdgeRenderer::renderOnTop(RenderBatch& renderBatch, const bool useColor, const Color& color, … in renderOnTop() argument
107 doRender(renderBatch, Params(width, offset, true, useColor, color)); in renderOnTop()
110 …void EdgeRenderer::render(RenderBatch& renderBatch, const bool useColor, const Color& color, const… in render() argument
111 doRender(renderBatch, Params(width, offset, onTop, useColor, color)); in render()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/util/
H A Dlogging.h48 explicit ColoredPatternLayout(const std::string& progName_, bool useColor = true)
51 , mUseColor(useColor)
102 static Ptr create(const std::string& progName_, bool useColor = true)
104 return Ptr{new ColoredPatternLayout{progName_, useColor}};
186 setProgramName(const std::string& progName, bool useColor = true)
191 appender->setLayout(internal::ColoredPatternLayout::create(progName, useColor));
198 initialize(bool useColor = true)
218 setProgramName("", useColor);
227 initialize(int& argc, char* argv[], bool useColor = true)
235 setProgramName(progName, useColor);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/
H A DLabelProviderTest.java114 private boolean useColor; field in LabelProviderTest.TestCellLabelProvider
116 public TestCellLabelProvider(boolean useColor) { in TestCellLabelProvider() argument
117 this.useColor = useColor; in TestCellLabelProvider()
129 if (useColor) { in update()
144 return new StyledString(element.toString(), useColor ? StyledString.COUNTER_STYLER : null); in getStyledText()
273 private DecoratingStyledCellLabelProvider getDecoratingStyledCellLabelProvider(boolean useColor) { in getDecoratingStyledCellLabelProvider() argument
286 return new DecoratingStyledCellLabelProvider(new TestCellLabelProvider(useColor), in getDecoratingStyledCellLabelProvider()
287 useColor ? getDecorator() : null, context); in getDecoratingStyledCellLabelProvider()
338 DecoratingLabelProvider getDecoratingLabelProvider(boolean useColor) { in getDecoratingLabelProvider() argument
369 }, useColor ? getDecorator() : null); in getDecoratingLabelProvider()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/System/Logger/
H A DStdio.cpp61 StdioLogWriter::StdioLogWriter(log_level level, bool useColor) in StdioLogWriter() argument
62 : StreamLogWriter(level, DupStdOut()), useColor(useColor) in StdioLogWriter()
93 if (useColor) in textcolor()
115 if (useColor) { in WriteLogMessage()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DPSGraphicsPainter.java89 gen.useColor(col); in drawBorderLine()
113 gen.useColor(col); in drawBorderLine()
140 gen.useColor(col); in drawBorderLine()
168 gen.useColor(uppercol); in drawBorderLine()
170 gen.useColor(col); in drawBorderLine()
180 gen.useColor(leftcol); in drawBorderLine()
182 gen.useColor(col); in drawBorderLine()
196 gen.useColor(c); in drawBorderLine()
202 gen.useColor(c); in drawBorderLine()
209 gen.useColor(col); in drawBorderLine()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/cryptol/REPL/
H A DLogo.hs26 logo useColor mk =
32 sgr | useColor = setSGRCode
49 displayLogo useColor useUnicode =
50 unlessBatch (io (mapM_ putStrLn (logo useColor (if useUnicode then logo2 else logo1))))

1234567891011