/plugin/statdisplay/helper/ |
H A D | graph.php | 241 $Chart->drawTitle(10, 10, $this->getLang('t_usertraffic') . ' (MB)', new Color(0), 590, 30); 295 $Chart->drawTitle(10, 10, $title, new Color(0), 590, 30); 310 $Chart->drawTitle(0, 0, $title, new Color(128, 0, 0), 300, 40);
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | theme-snap.js | 220 drawTitle: function() { 222 BaseTheme.prototype.drawTitle.call(this); method in BaseTheme
|
H A D | theme.js | 170 this.drawTitle(); 332 drawTitle: function() {
|
/plugin/charter/ |
H A D | helper.php | 508 …$pchart->drawTitle(50, 20, $this->flags['title'], $this->flags['titleColor'][0], $this->flags['tit… 580 …$pchart->drawTitle(50, 20, $this->flags['title'], $this->flags['titleColor'][0], $this->flags['tit…
|
/plugin/projects/plugins/target/ |
H A D | plot.php | 228 $plot->drawTitle($h, 0, $title, 0, 0, 0, $width-$h, $h * 2, 100);
|
/plugin/stats/ |
H A D | syntax.php | 500 …$chart->drawTitle(0,0,$this->getLang('ws_histocontribmonthbydaytitle').' '.date('F', $monthTime).'… 623 $chart->drawTitle(0,0,$this->getLang('ws_histocontribbymonthtitle'),50,50,50,$width,35);
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
H A D | sequence-diagram-snap.js | 973 this.drawTitle(); 1135 drawTitle: function() { 1491 drawTitle: function() { 1493 BaseTheme.prototype.drawTitle.call(this); method in BaseTheme
|
H A D | sequence-diagram-snap-min.js | 6 …drawTitle(),this.drawActors(y),this.drawSignals(y+this.actorsHeight_)},layout:function(){function … method in BaseTheme
|
H A D | sequence-diagram.js | 973 this.drawTitle(); 1135 drawTitle: function() { 1491 drawTitle: function() { 1493 BaseTheme.prototype.drawTitle.call(this); method in BaseTheme
|
H A D | sequence-diagram-min.js | 6 …drawTitle(),this.drawActors(y),this.drawSignals(y+this.actorsHeight_)},layout:function(){function … method in BaseTheme
|
H A D | sequence-diagram-raphael.js | 973 this.drawTitle(); 1135 drawTitle: function() {
|
H A D | sequence-diagram-raphael-min.js | 6 …drawTitle(),this.drawActors(y),this.drawSignals(y+this.actorsHeight_)},layout:function(){function …
|
H A D | sequence-diagram-snap-min.js.map | 1 …ight_","title_","setupPaper","container","draw","layout","titleHeight","drawTitle","drawActors","d…
|
H A D | sequence-diagram-raphael-min.js.map | 1 …ight_","title_","setupPaper","container","draw","layout","titleHeight","drawTitle","drawActors","d…
|
H A D | sequence-diagram-min.js.map | 1 …ight_","title_","setupPaper","container","draw","layout","titleHeight","drawTitle","drawActors","d…
|
/plugin/statdisplay/pchart/ |
H A D | pChart.php | 1018 …public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProp… function in pChart
|
/plugin/statistics/inc/pchart/ |
H A D | pChart.php | 1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) { function in pChart
|
/plugin/projects/pchart/pchart/ |
H A D | pchart.php | 1072 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) function in pChart
|
/plugin/charter/lib/pchart/ |
H A D | pChart.class.php | 1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) function in pChart
|