Home
last modified time | relevance | path

Searched defs:noColors (Results 1 – 12 of 12) sorted by relevance

/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/godog/colors/
H A Dno_colors.go9 type noColors struct { struct
10 out io.Writer
11 lastbuf bytes.Buffer
18 func (w *noColors) Write(data []byte) (n int, err error) {
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/cucumber/godog/godog-0.9.0/colors/
H A Dno_colors.go9 type noColors struct { struct
10 out io.Writer
11 lastbuf bytes.Buffer
18 func (w *noColors) Write(data []byte) (n int, err error) {
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/application/src/Cli/Output/Processor/
H A DColorProcessor.php28 public $noColors = false; variable in Joomla\\Application\\Cli\\Output\\Processor\\ColorProcessor
61 public function __construct($noColors = null)
/dports/www/nift/nsm-2.4.11/
H A DLolcat.cpp26 int noColors = 9; variable
49 const int noColors = 30; variable
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/utils/
H A Dutilities.h193 std::uniform_int_distribution<uint32_t> distribution(
/dports/audio/bangr-lv2/BAngr-1.6.0/src/
H A DBAngrGUI.hpp141 BColors::ColorSet noColors = BANGR_NO_COLORS; member in BAngrGUI
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgscolorscheme.cpp249 QgsNamedColorList noColors; in fetchColors() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgscolorscheme.cpp247 QgsNamedColorList noColors; in fetchColors() local
/dports/textproc/up/up-0.4/
H A Dup.go130 noColors = pflag.Bool("no-colors", false, "disable interface colors") var
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarObjectDraw.cxx696 bool noColors, noAttribs; in readSdrFrameView() local
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestbmpcodec.c4915 …BYTE noColors[] = {'B', 'M', 46, 0, 0, 0, 0, 0, 0, 0, 0x3E, 0, 0, 0, 40, 0, 0, 0, 1,… in test_invalidHeader() local
/dports/devel/stack/stack-2.7.3/src/Stack/Build/
H A DExecute.hs458 noColors = do function