Home
last modified time | relevance | path

Searched refs:colorTitle (Results 1 – 22 of 22) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/Text/
H A DNothing.php8 …return $this->renderer->colorTitle($this->renderer->boxText('No argument', $this->renderer->header…
10 return $this->renderer->colorTitle('No argument').PHP_EOL;
H A DBlacklist.php10 $out .= $this->renderer->colorTitle($this->renderer->renderTitle($o)).PHP_EOL;
H A DRecursion.php10 $out .= $this->renderer->colorTitle($this->renderer->renderTitle($o)).PHP_EOL;
H A DDepthLimit.php10 $out .= $this->renderer->colorTitle($this->renderer->renderTitle($o)).PHP_EOL;
H A DTrace.php10 $out .= $this->renderer->colorTitle($this->renderer->renderTitle($o)).PHP_EOL;
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DLabelsGL.c46 static GdkColor colorTitle = {65535,0,0}; variable
438 colorTitle.red = FontsStyleLabel.TextColor.red; in showLabelTitle()
439 colorTitle.green = FontsStyleLabel.TextColor.green; in showLabelTitle()
440 colorTitle.blue = FontsStyleLabel.TextColor.blue; in showLabelTitle()
443 color[0] = colorTitle.red/65535.0; in showLabelTitle()
444 color[1] = colorTitle.green/65535.0; in showLabelTitle()
445 color[2] = colorTitle.blue/65535.0; in showLabelTitle()
648 colorTitle.red = FontsStyleLabel.TextColor.red; in add_color_button()
649 colorTitle.green = FontsStyleLabel.TextColor.green; in add_color_button()
650 colorTitle.blue = FontsStyleLabel.TextColor.blue; in add_color_button()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/
H A DText.php88 $out .= $this->colorTitle($this->renderTitle($o)).PHP_EOL;
209 public function colorTitle($string) function in Kint_Renderer_Text
223 return $this->colorTitle($output);
229 return $this->colorTitle($output.$this->calledFrom().PHP_EOL);
H A DCli.php86 public function colorTitle($string) function in Kint_Renderer_Cli
H A DPlain.php64 public function colorTitle($string) function in Kint_Renderer_Plain
/dports/editors/lazarus/lazarus/lcl/interfaces/cocoa/
H A Dcocoatables.pas915 colorTitle : NSMutableAttributedString;
945 colorTitle := NSMutableAttributedString.alloc.initWithAttributedString(btn.attributedTitle);
946 colorTitle.addAttribute_value_range(NSForegroundColorAttributeName
948 , NSMakeRange(0, colorTitle.length));
949 btn.setAttributedTitle(colorTitle);
950 colorTitle.release;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoatables.pas915 colorTitle : NSMutableAttributedString;
945 colorTitle := NSMutableAttributedString.alloc.initWithAttributedString(btn.attributedTitle);
946 colorTitle.addAttribute_value_range(NSForegroundColorAttributeName
948 , NSMakeRange(0, colorTitle.length));
949 btn.setAttributedTitle(colorTitle);
950 colorTitle.release;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/cocoa/
H A Dcocoatables.pas915 colorTitle : NSMutableAttributedString;
945 colorTitle := NSMutableAttributedString.alloc.initWithAttributedString(btn.attributedTitle);
946 colorTitle.addAttribute_value_range(NSForegroundColorAttributeName
948 , NSMakeRange(0, colorTitle.length));
949 btn.setAttributedTitle(colorTitle);
950 colorTitle.release;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/cocoa/
H A Dcocoatables.pas915 colorTitle : NSMutableAttributedString;
945 colorTitle := NSMutableAttributedString.alloc.initWithAttributedString(btn.attributedTitle);
946 colorTitle.addAttribute_value_range(NSForegroundColorAttributeName
948 , NSMakeRange(0, colorTitle.length));
949 btn.setAttributedTitle(colorTitle);
950 colorTitle.release;
/dports/devel/upp/upp/uppsrc/ScatterCtrl/
H A DProperties.cpp162 colorTitle <<= scatter.GetTitleColor(); in Init()
163 colorTitle.WhenAction = [=]{Change();}; in Init()
206 scatter.SetTitleColor(~colorTitle); in Change()
H A DScatterCtrl.h262 …ScatterCtrl& SetTitleColor(const Upp::Color& colorTitle) {ScatterDraw::SetTitleColor(colorTitle); … in SetTitleColor() argument
H A DScatterCtrl.lay70 ITEM(ColorPusher, colorTitle, RightPosZ(204, 20).TopPosZ(16, 20))
/dports/graphics/krita/krita-4.4.8/libs/pigment/resources/
H A DKoColorSet.cpp1182 QDomElement colorTitle = currentColorMetadata.firstChildElement("dc:title"); in loadSbz() local
1196 currentEntry.setName(colorTitle.text().isEmpty() ? colorId.text() : colorTitle.text()); in loadSbz()
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DScatterDraw.cpp33 ScatterDraw& ScatterDraw::SetTitleColor(const Color& colorTitle) { in SetTitleColor() argument
34 titleColor = colorTitle; in SetTitleColor()
H A DScatterDraw.h361 ScatterDraw& SetTitleColor(const Color& colorTitle);
/dports/devel/upp/upp/uppsrc/ScatterCtrl/src.tpp/
H A DScatterCtrl_en-us.tpp286 [*@3 colorTitle])&]
287 [s3; Calls to ScatterDraw`::SetTitleColor(colorTitle).&]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DWorksheet.cpp4936 wxString colorText(wxT("black")), colorTitle(wxT("black")), colorSection(wxT("black")), in ExportToHTML() local
5001 config->Read(wxT("Style/Title/color"), &colorTitle); in ExportToHTML()
5360 if (colorTitle.Length()) in ExportToHTML()
5362 wxColour color(colorTitle); in ExportToHTML()
/dports/devel/upp/upp/uppsrc/ScatterDraw/src.tpp/
H A DScatterDraw_en-us.tpp237 [s3; Sets [%-*@3 colorTitle] as title text color.&]