Home
last modified time | relevance | path

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

123

/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php108 public function ptln($line, $color, argument
123 wrap($text, $color) global() argument
135 getColorCode($color) global() argument
154 set($color, $channel = STDOUT) global() argument
[all...]
/plugin/statdisplay/pchart/
H A 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 …]
H A 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 …]
H A 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,
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…
531 …function drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $wid…
548 …public function drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowPro…
[all …]
/plugin/statistics/inc/pchart/
H A DICanvas.php11 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties); argument
13 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
21 Color $color, $lineWidth, $lineDotSize, argument
25 Color $color, $lineWidth, $lineDotSize, argument
28 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
30 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null); argument
32 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100); argument
34 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties); argument
41 function drawCircle(Point $center, $height, Color $color, ShadowPropertie argument
43 drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
52 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
H A DTestCanvas.php20 function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) { argument
24 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
34 Color $color, $lineWidth, $lineDotSize, argument
40 Color $color, $lineWidth, $lineDotSize, argument
45 function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
49 function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) { argument
53 function drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) { argument
57 function drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) { argument
66 function drawCircle(Point $center, $height, Color $color, ShadowPropertie argument
70 drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
74 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, argument
153 drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
220 drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
403 drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
445 drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) global() argument
515 drawAlphaPixel(Point $point, $alpha, Color $color) global() argument
541 allocateColor(Color $color, $Factor = 0, $alpha = 100) global() argument
582 drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) global() argument
604 drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
623 drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
654 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
/plugin/captcha/
H A DEasySVG.php80 setFont($filepath, $size, $color) global() argument
102 setFontColor($color) global() argument
204 addText($text, $x = 0, $y = 0, $attributes = array()) global() argument
224 textDef($text) global() argument
264 textDimensions($text) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Button.php39 public $text; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Button
58 public function setColor(Color $color)
114 public function setText($text)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php278 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') argument
430 Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2) global() argument
[all...]
/plugin/diagram/syntax/
H A Dmain.php821 function _boxCell ($width, $height, $text)
1045 function _validateCSSColor ($color)
/plugin/photogallery/phpThumb/
H A 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/diagramsnet/lib/js/grapheditor/
H A 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/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1663 applyNickColor: function(root, nick, color) argument
1934 insert_text_callback: function(text, pfcp) argument
2013 switch_text_color: function(color) argument
/plugin/sketchcanvas/script/
H A DSketchCanvas.js866 drawHandle(x, y, color, circle) global() argument
1663 MenuItem(text, onclick) global() argument
1825 setColor(color) global() argument
1829 setColorFill(color) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php121 function _setColor($color) {
496 function set_watermark($text) { }
498 function show_xy($text, $x, $y) {
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js1153 function RookForOOCastling(color) { argument
1189 function RookForOOOCastling(color) { argument
1576 function fixCommonPgnMistakes(text) { argument
2094 function myAlertFEN(FenString, text) { argument
2422 function IsCheck(col, row, color) { argument
3562 …var text = ++variationTextDepth ? ('<SPAN CLASS="variation">' + (printedVariation ? ' ' : '') + (v… variable
3976 function simpleHtmlentities(text) { argument
3980 function simpleHtmlentitiesDecode(text) { argument
/plugin/callflow/
H A Draphael.js472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property in AnonymousFunctionaefe14e80600.elements
919 var toHex = function (color) { argument
933 toHex = cacher(function (color) { argument
948 toHex = cacher(function (color) { argument
3791 paperproto.text = function (x, y, text) { argument
4163 color: glow.color || "#000" property in AnonymousFunctionaefe14e89900.s
4588 upto255 = function (color) { argument
6947 R._engine.text = function (svg, x, y, text) { argument
6955 text: text, property in res.attrs
7934 R._engine.text = function (vml, x, y, text) { argument
[all …]
/plugin/advrack/
H A Draphael.js472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property in AnonymousFunctionfecc8d700600.elements
919 var toHex = function (color) { argument
933 toHex = cacher(function (color) { argument
948 toHex = cacher(function (color) { argument
3791 paperproto.text = function (x, y, text) { argument
4163 color: glow.color || "#000" property in AnonymousFunctionfecc8d709900.s
4588 upto255 = function (color) { argument
6953 R._engine.text = function (svg, x, y, text) { argument
6961 text: text, property in res.attrs
7940 R._engine.text = function (vml, x, y, text) { argument
[all …]
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js469 }var J={text:H.getText(),color:H.getTextColor()||H.getColor(),className:H.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseInstantEvent.J
485 var M={text:String.substitute(this._params.compositeEventLabelTemplate,[J.length])}; property in Timeline.CompactEventPainter.paintCompositePreciseInstantEvents.M
525 var K={text:a,iconData:X,labelSize:W,iconLeft:C.width+n*V-X.width}; property in Timeline.CompactEventPainter.paintStackedPreciseInstantEvents.K
615 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.K
633 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.K
651 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.K
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js469 }var J={text:H.getText(),color:H.getTextColor()||H.getColor(),className:H.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseInstantEvent.J
485 var M={text:String.substitute(this._params.compositeEventLabelTemplate,[J.length])}; property in Timeline.CompactEventPainter.paintCompositePreciseInstantEvents.M
525 var K={text:a,iconData:X,labelSize:W,iconLeft:C.width+n*V-X.width}; property in Timeline.CompactEventPainter.paintStackedPreciseInstantEvents.K
615 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseInstantEvent.K
633 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintPreciseDurationEvent.K
651 }var K={text:I.getText(),color:I.getTextColor()||I.getColor(),className:I.getClassName()}; property in Timeline.CompactEventPainter.paintImpreciseDurationEvent.K
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js74 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property in AnonymousFunction19fc41e60100.elements
522 var toHex = function (color) { argument
536 toHex = cacher(function (color) { argument
551 toHex = cacher(function (color) { argument
3416 paperproto.text = function (x, y, text) { argument
3803 color: glow.color || "#000" property in AnonymousFunction19fc41e69400.s
4227 upto255 = function (color) { argument
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1684 function drawString(ctx, text, fc, tx, ty) { argument
1789 function drawBar(ctx,x,y,width,height,color,value,textdiv){ argument
1920 function drawLine(ctx,x,y,width,height,dist,array,factor,color,fill){ argument
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php873 public $text; variable in Google_AdStyleColors
888 public function setText( $text) {
1017 public $color; variable in Google_AdUnitContentAdsSettingsBackupOption
1020 public function setColor( $color) {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4075 color: el[0] property in parseGrad.AnonymousFunction6de3020a3800.out
5009 proto.text = function (x, y, text) { argument
5017 text: text || "" property in proto.text.attr
5103 function GaddStop(color, offset) { argument
7882 Snap.filter.shadow = function (dx, dy, blur, color, opacity) { argument

123