Showing 6,805 of 6,805 total issues
Line exceeds 120 characters; contains 195 characters Open
Open
//("This PHP installation is not configured with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither function imagetypes() nor imagecreatefromstring() does exist)");
- Exclude checks
Line exceeds 120 characters; contains 141 characters Open
Open
$this->img->StrokeText($aPos + $this->tick_label_margin, $tpos, $label, $this->label_angle, $this->label_para_align);
- Exclude checks
Line exceeds 120 characters; contains 174 characters Open
Open
//("Invalid format for Progress parameter at index=$j in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Progress)");
- Exclude checks
Line exceeds 120 characters; contains 164 characters Open
Open
$this->title->SetPos($x, ($this->img->height - $this->img->top_margin - $this->img->bottom_margin) / 2 + $this->img->top_margin, $halign, 'center');
- Exclude checks
Line exceeds 120 characters; contains 194 characters Open
Open
//("Invalid format for Constrain parameter at index=$j in CreateSimple(). Parameter must start with index 0 and contain arrays of (Row,Constrain-To,Constrain-Type)");
- Exclude checks
Line exceeds 120 characters; contains 156 characters Open
Open
//'Intervall for minutes must divide the hour evenly, e.g. 1,5,10,12,15,20,30 etc You have specified an intervall of '.$minint.' minutes.');
- Exclude checks
Line exceeds 120 characters; contains 149 characters Open
Open
Util\JpGraphError::RaiseL(25061, $this->title_adjust); //('Unknown alignment specified for Y-axis title. ('.$this->title_adjust.')');
- Exclude checks
Line exceeds 120 characters; contains 121 characters Open
Open
//('Unknown constrain type specified from row='.$this->iObj[$i]->iVPos.' to row='.$vpos);
- Exclude checks
Line exceeds 120 characters; contains 164 characters Open
Open
//("Date string ($aDate) specified for Gantt activity can not be interpretated. Please make sure it is a valid time string, e.g. 2005-04-23 13:30");
- Exclude checks
Line exceeds 120 characters; contains 149 characters Open
Open
Util\JpGraphError::RaiseL(25060, $this->title_adjust); //('Unknown alignment specified for X-axis title. ('.$this->title_adjust.')');
- Exclude checks
Line exceeds 120 characters; contains 130 characters Open
Open
return ($aDate - $this->iStartDate - $offset) / SECPERDAY * $this->GetDayWidth() + $img->left_margin + $this->iLabelWidth;
- Exclude checks
Line exceeds 120 characters; contains 231 characters Open
Open
//("Sanity check for automatic Gantt chart size failed. Either the width (=$width) or height (=$height) is larger than MAX_GANTTIMG_SIZE. This could potentially be caused by a wrong date in one of the activities.");
- Exclude checks
Line exceeds 120 characters; contains 128 characters Open
Open
$pos = round($img->top_margin + $this->iVertHeaderSize + $this->iTopPlotMargin + ($aPos + 1) * $this->iVertSpacing);
- Exclude checks
Line exceeds 120 characters; contains 163 characters Open
Open
//("You can't specify negative sizes for Gantt graph dimensions. Use 0 to indicate that you want the library to automatically determine a dimension.");
- Exclude checks
Line exceeds 120 characters; contains 147 characters Open
Open
//('You have specifed a constrain from row='.$this->iObj[$i]->iVPos.' to row='.$vpos.' which does not have any activity.');
- Exclude checks
Line exceeds 120 characters; contains 141 characters Open
Open
$this->img->StrokeText($aPos - $this->tick_label_margin, $tpos, $label, $this->label_angle, $this->label_para_align);
- Exclude checks
Line exceeds 120 characters; contains 134 characters Open
Open
Util\JpGraphError::Raise('Specification of scale values for background indicators must be an array with three elements.');
- Exclude checks
Line exceeds 120 characters; contains 138 characters Open
Open
$yearwidth = $this->GetDayWidth() * ($this->GetYearDayNbr($this->iEndDate) - $this->GetYearDayNbr($this->iStartDate) + 1);
- Exclude checks
Line exceeds 120 characters; contains 127 characters Open
Open
Util\JpGraphError::RaiseL(25034); //("<strong>JpGraph: Can't draw unspecified X-scale.</strong><br>No plots.<br>");
- Exclude checks
Line exceeds 120 characters; contains 131 characters Open
Open
$img->FilledRectangle($x, $yt + $this->day->iFrameWeight, $x + $width, $yb - $this->day->iFrameWeight);
- Exclude checks