Home
last modified time | relevance | path

Searched refs:formatColor (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DConsoleChannel.cpp155 return formatColor(_colors[Message::PRIO_TRACE]); in getProperty()
159 return formatColor(_colors[Message::PRIO_DEBUG]); in getProperty()
163 return formatColor(_colors[Message::PRIO_INFORMATION]); in getProperty()
167 return formatColor(_colors[Message::PRIO_NOTICE]); in getProperty()
171 return formatColor(_colors[Message::PRIO_WARNING]); in getProperty()
175 return formatColor(_colors[Message::PRIO_ERROR]); in getProperty()
179 return formatColor(_colors[Message::PRIO_CRITICAL]); in getProperty()
183 return formatColor(_colors[Message::PRIO_FATAL]); in getProperty()
232 std::string ColorConsoleChannel::formatColor(Color color) const in formatColor() function in Poco::ColorConsoleChannel
H A DWindowsConsoleChannel.cpp165 return formatColor(_colors[Message::PRIO_TRACE]); in getProperty()
169 return formatColor(_colors[Message::PRIO_DEBUG]); in getProperty()
173 return formatColor(_colors[Message::PRIO_INFORMATION]); in getProperty()
177 return formatColor(_colors[Message::PRIO_NOTICE]); in getProperty()
181 return formatColor(_colors[Message::PRIO_WARNING]); in getProperty()
185 return formatColor(_colors[Message::PRIO_ERROR]); in getProperty()
189 return formatColor(_colors[Message::PRIO_CRITICAL]); in getProperty()
193 return formatColor(_colors[Message::PRIO_FATAL]); in getProperty()
242 std::string WindowsColorConsoleChannel::formatColor(WORD color) const in formatColor() function in Poco::WindowsColorConsoleChannel
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/writers/kml/
H A DKmlColorStyleTagWriter.cpp38 …writer.writeOptionalElement( kml::kmlTag_color, formatColor( colorStyle->color() ), formatColor( d… in write()
47 QString KmlColorStyleTagWriter::formatColor( const QColor &color ) in formatColor() function in Marble::KmlColorStyleTagWriter
H A DKmlBalloonStyleTagWriter.cpp38 …QString const backgroundColor = KmlColorStyleTagWriter::formatColor( balloonStyle->backgroundColor… in write()
40 QString const textColor = KmlColorStyleTagWriter::formatColor( balloonStyle->textColor() ); in write()
H A DKmlColorStyleTagWriter.h24 static QString formatColor( const QColor &color );
H A DKmlOverlayTagWriter.cpp27 QString const color = KmlColorStyleTagWriter::formatColor( overlay->color() ); in writeMid()
H A DKmlListStyleTagWriter.cpp35 QString const color = KmlColorStyleTagWriter::formatColor( listStyle->backgroundColor() ); in write()
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_info.c135 vec4_t formatColor; member
306 color2[3] = statsItems[i].formatColor[3] = color[3]; // set proper alpha in CG_DrawExitStats()
337 …CG_Text_Paint( statsItems[i].formatX, y, 2, 0.3, statsItems[i].formatColor, formatStr, 0, 0, stats… in CG_DrawExitStats()
/dports/finance/prestashop/prestashop/admin/filemanager/include/
H A Dphp_image_magician.php939 $rgbArray = $this->formatColor($rgbArray);
1193 $rgbArray = $this->formatColor($bgColor);
1291 $rgbArray = $this->formatColor($bgColor);
1368 $rgbArray = $this->formatColor($bgColor);
1456 $rgbArray = $this->formatColor($bgColor);
1579 $rgbArray = $this->formatColor($bgColor);
2154 $rgbArray = $this->formatColor($fontColor);
2704 $colorArray = $this->formatColor($value);
2894 protected function formatColor($value) function in imageLib
2989 $colorArray = $this->formatColor($greenChroma);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/admin/filemanager/include/
H A Dphp_image_magician.php932 $rgbArray = $this->formatColor($rgbArray);
1193 $rgbArray = $this->formatColor($bgColor);
1295 $rgbArray = $this->formatColor($bgColor);
1371 $rgbArray = $this->formatColor($bgColor);
1473 $rgbArray = $this->formatColor($bgColor);
1604 $rgbArray = $this->formatColor($bgColor);
2145 $rgbArray = $this->formatColor($fontColor);
2676 $colorArray = $this->formatColor($value);
2866 protected function formatColor($value) function in imageLib
2960 $colorArray = $this->formatColor($greenChroma);
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_info.c134 vec4_t *formatColor; member
214 statsItems[i].formatFlags, *statsItems[i].formatColor ); in CG_DrawStats()
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/colorpicker/package/contents/ui/
H A Dmain.qml32 Plasmoid.toolTipSubText: Logic.formatColor(recentColor, defaultFormat)
52 picker.copyToClipboard(Logic.formatColor(color, root.defaultFormat))
238 "text/plain": Logic.formatColor(colorCircle.color, root.defaultFormat)
384 text: Logic.formatColor(delegateMouse.currentColor, root.defaultFormat)
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DWindowsConsoleChannel.h171 std::string formatColor(WORD color) const;
H A DConsoleChannel.h174 std::string formatColor(Color color) const;
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/php-excel-reader/
H A Dexcel_reader2.php482 function formatColor($row,$col,$sheet=0) { function in Spreadsheet_Excel_Reader
556 $formatColor = $this->formatColor($row,$col,$sheet);
557 if ($formatColor!="") {
558 return $formatColor;
1605 $formatColor = "";
1635 $formatColor = $formatted['formatColor'];
1644 $formatColor = $formatted['formatColor'];
1655 'formatColor'=>$formatColor,
/dports/textproc/gron/gron-0.6.0/
H A Dtoken.go101 func (t token) formatColor() string { func
/dports/graphics/netpbm/netpbm-10.91.01/analyzer/
H A Dpamgetcolor.c63 FormatColor const formatColor; member
507 formatColor(pamP, tup, cmdLine.formatArg); in outputColorSpec()
/dports/finance/weberp/webERP/Classes/PHPExcel/Style/
H A DNumberFormat.php596 $formatColor = $format;
705 $value = $writerInstance->$function($value, $formatColor);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Style/
H A DNumberFormat.php644 $formatColor = $format;
752 $value = $writerInstance->$function($value, $formatColor);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/
H A DNumberFormat.php636 $formatColor = $format;
746 $value = $writerInstance->$function($value, $formatColor);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Style/
H A DNumberFormat.php636 $formatColor = $format;
746 $value = $writerInstance->$function($value, $formatColor);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DNumberFormat.php662 $formatColor = $format;
770 $value = $writerInstance->$function($value, $formatColor);
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DNumberFormat.php791 $formatColor = $format;
815 $value = $writerInstance->$function($value, $formatColor);
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DNumberFormat.php791 $formatColor = $format;
815 $value = $writerInstance->$function($value, $formatColor);
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/
H A DNumberFormat.php791 $formatColor = $format;
815 $value = $writerInstance->$function($value, $formatColor);

12