Home
last modified time | relevance | path

Searched +defs:text +defs:color (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/upgrade/vendor/splitbrain/php-cli/src/
DColors.php108 public function ptln($line, $color, $channel = STDOUT)
123 public function wrap($text, $color)
135 public function getColorCode($color)
154 public function set($color, $channel = STDOUT)
/plugin/captcha/
DEasySVG.php79 public function setFont($filepath, $size, $color)
101 public function setFontColor($color)
203 public function addText($text, $x = 0, $y = 0, $attributes = [])
223 public function textDef($text)
264 public function textDimensions($text)
/plugin/statistics/inc/pchart/
DICanvas.php11 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
21 Color $color, $lineWidth, $lineDotSize,
25 Color $color, $lineWidth, $lineDotSize,
28 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
30 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
32 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
34 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
41 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
43 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
DTestCanvas.php20 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
34 Color $color, $lineWidth, $lineDotSize,
40 Color $color, $lineWidth, $lineDotSize,
45 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
49 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
53 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
57 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
66 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
70 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
110 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi…
153 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid…
220 Color $color, $lineWidth, $lineDotSize,
360 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha…
403 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S…
445 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,…
515 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
541 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
582 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
[all …]
/plugin/statdisplay/pchart/
DICanvas.php15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
17 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
25 Color $color, $lineWidth, $lineDotSize,
29 Color $color, $lineWidth, $lineDotSize,
32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
36 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
38 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
45 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
47 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
DTestCanvas.php22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha…
26 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
36 Color $color, $lineWidth, $lineDotSize,
42 Color $color, $lineWidth, $lineDotSize,
47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp…
51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr…
55 …function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha…
59 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
68 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
72 …function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties…
[all …]
DGDCanvas.php16 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color,
104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi…
139 …public function drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWid…
198 Color $color, $lineWidth, $lineDotSize,
311 …public function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, Sha…
349 …public function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, S…
386 …public function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties,…
448 public function drawAlphaPixel(Point $point, $alpha, Color $color) {
474 public function allocateColor(Color $color, $Factor = 0, $alpha = 100) {
513 …function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowPropertie…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DGoogleAppsCardV1Button.php39 public $text; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Button
58 public function setColor(Color $color)
114 public function setText($text)
/plugin/colorpicker/
Dscript.js7 function colorPickerInsert(text, edid){ argument
41 color:fgbg[0], property
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php277 public function isValidColor($color)
518 public function lineEndAt(string $text, int $pos, int $len): int
530 public function lineStartAt(string $text, int $pos): int
543 public function cutSection(string $text, int $start, int $end): string
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php278 …function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fonts…
430 …ion Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $…
/plugin/eventline/timeline_js/scripts/
Dsources.js53 text: node.getAttribute("title"), property
58 color: node.getAttribute("color"), property
126 text: evnt.title || evnt.t, property
131 color: evnt.color, property
220 text: bindings["title"], // text property
225 color: bindings["color"], property
/plugin/diagram/syntax/
Dmain.php821 function _boxCell ($width, $height, $text)
1045 function _validateCSSColor ($color)
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.html5.js850 text: function (dt) { method
989 text: function (dt) { method
1061 text: function (dt) { method
1141 children: [_createNode(rels, 'v', { text: val })] property
1162 children: [_createNode(rels, 'v', { text: row[i] })] property
1298 text: property
1385 text: function (dt) { method
1449 color: 'white', property
1460 color: 'white', property
1476 text: info.messageTop, property
[all …]
Dbuttons.html5.min.js8 …s.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(r=require("jqu…
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1043 protected function lib_rgbahex($color) {
1053 protected function lib_argb($color){
1238 protected function lib_hue($color) {
1243 protected function lib_saturation($color) {
1248 protected function lib_lightness($color) {
1351 protected function lib_luma($color) {
1402 protected function toHSL($color) {
1452 protected function toRGB($color) {
1896 function lib_red($color){
1905 function lib_green($color){
[all …]
/plugin/photogallery/phpThumb/
Dphpthumb.filters.php306 public function Desaturate(&$gdimg, $amount, $color='') {
921 public function Saturation(&$gdimg, $amount, $color='') {
1112 …public function WatermarkText(&$gdimg, $text, $size, $alignment, $hex_color='000000', $ttffont='',…
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js1663 applyNickColor: function(root, nick, color) argument
1934 insert_text_callback: function(text, pfcp) argument
2013 switch_text_color: function(color) argument
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js28 var ColorDialog = function(editorUi, color, apply, cancelFn) argument
340 return mxUtils.bind(this, function(color) argument
366 ColorDialog.addRecentColor = function(color, max) argument
1386 var addRemoveButton = function(text, name) argument
/plugin/tline/timeline_js/
Dtimeline-bundle.js469 }var J={text:H.getText(),color:H.getTextColor()||H.getColor(),className:H.getClassName()}; property
485 var M={text:String.substitute(this._params.compositeEventLabelTemplate,[J.length])}; property
525 var K={text:a,iconData:X,labelSize:W,iconLeft:C.width+n*V-X.width}; property
578 var v=I._paintEventLabel({tooltip:i},{text:w.text},F+w.labelLeft,Z+w.top,w.labelSize.width,w.labelS… property
601 var A=this._paintEventLabel({tooltip:e},{text:e},F+J,Z+m,H.width,H.height,c); property
615 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property
633 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property
651 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property
1135 }}else{this._lowerTracks.push({solid:Number.POSITIVE_INFINITY,text:Number.POSITIVE_INFINITY,line:Nu… property
1139 }}else{this._upperTracks.push({solid:Number.POSITIVE_INFINITY,text:Number.POSITIVE_INFINITY,line:Nu… property
[all …]
/plugin/eventline/timeline_js/
Dtimeline-bundle.js469 }var J={text:H.getText(),color:H.getTextColor()||H.getColor(),className:H.getClassName()}; property
485 var M={text:String.substitute(this._params.compositeEventLabelTemplate,[J.length])}; property
525 var K={text:a,iconData:X,labelSize:W,iconLeft:C.width+n*V-X.width}; property
578 var v=I._paintEventLabel({tooltip:i},{text:w.text},F+w.labelLeft,Z+w.top,w.labelSize.width,w.labelS… property
601 var A=this._paintEventLabel({tooltip:e},{text:e},F+J,Z+m,H.width,H.height,c); property
615 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property
633 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property
651 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property
1135 }}else{this._lowerTracks.push({solid:Number.POSITIVE_INFINITY,text:Number.POSITIVE_INFINITY,line:Nu… property
1139 }}else{this._upperTracks.push({solid:Number.POSITIVE_INFINITY,text:Number.POSITIVE_INFINITY,line:Nu… property
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Doutput.png.class.php121 function _setColor($color) {
496 function set_watermark($text) { }
498 function show_xy($text, $x, $y) {
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js124 color: state.cfg.color, property
154 color: state.cfg.color, property
311 color: cfg.color, property
328 text: function( options ) { method
330 text: _this.i18l( "menu.label.draw.text" ), property
359 color: _this.drawing.color, property
478 color: "#000000", property
1258 color: _this.drawing.color, property
Dexport.min.js1text":"CTRL + C to copy the data into the clipboard.","fallback.save.image":"Rightclick -> Save pi… property

12345