Home
last modified time | relevance | path

Searched refs:drawTitle (Results 1 – 19 of 19) sorted by relevance

/plugin/statdisplay/helper/
H A Dgraph.php241 $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 Dtheme-snap.js220 drawTitle: function() {
222 BaseTheme.prototype.drawTitle.call(this); method in BaseTheme
H A Dtheme.js170 this.drawTitle();
332 drawTitle: function() {
/plugin/charter/
H A Dhelper.php508 …$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 Dplot.php228 $plot->drawTitle($h, 0, $title, 0, 0, 0, $width-$h, $h * 2, 100);
/plugin/stats/
H A Dsyntax.php500 …$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 Dsequence-diagram-snap.js973 this.drawTitle();
1135 drawTitle: function() {
1491 drawTitle: function() {
1493 BaseTheme.prototype.drawTitle.call(this); method in BaseTheme
H A Dsequence-diagram-snap-min.js6drawTitle(),this.drawActors(y),this.drawSignals(y+this.actorsHeight_)},layout:function(){function … method in BaseTheme
H A Dsequence-diagram.js973 this.drawTitle();
1135 drawTitle: function() {
1491 drawTitle: function() {
1493 BaseTheme.prototype.drawTitle.call(this); method in BaseTheme
H A Dsequence-diagram-min.js6drawTitle(),this.drawActors(y),this.drawSignals(y+this.actorsHeight_)},layout:function(){function … method in BaseTheme
H A Dsequence-diagram-raphael.js973 this.drawTitle();
1135 drawTitle: function() {
H A Dsequence-diagram-raphael-min.js6drawTitle(),this.drawActors(y),this.drawSignals(y+this.actorsHeight_)},layout:function(){function …
H A Dsequence-diagram-snap-min.js.map1 …ight_","title_","setupPaper","container","draw","layout","titleHeight","drawTitle","drawActors","d…
H A Dsequence-diagram-raphael-min.js.map1 …ight_","title_","setupPaper","container","draw","layout","titleHeight","drawTitle","drawActors","d…
H A Dsequence-diagram-min.js.map1 …ight_","title_","setupPaper","container","draw","layout","titleHeight","drawTitle","drawActors","d…
/plugin/statdisplay/pchart/
H A DpChart.php1018 …public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProp… function in pChart
/plugin/statistics/inc/pchart/
H A DpChart.php1089 public function drawTitle($XPos, $YPos, $Value, Color $color, $XPos2 = -1, $YPos2 = -1, ShadowProperties $shadowProperties = null) { function in pChart
/plugin/projects/pchart/pchart/
H A Dpchart.php1072 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) function in pChart
/plugin/charter/lib/pchart/
H A DpChart.class.php1096 function drawTitle($XPos,$YPos,$Value,$R,$G,$B,$XPos2=-1,$YPos2=-1,$Shadow=FALSE) function in pChart