Showing 6,805 of 6,805 total issues
Line exceeds 120 characters; contains 122 characters Open
Open
Util\JpGraphError::RaiseL(25027, $basecsim); //(" Can't open cached CSIM \"$basecsim\" for reading.");
- Exclude checks
Line exceeds 120 characters; contains 127 characters Open
Open
} elseif ($this->y2scale->IsSpecified() && ($this->y2scale->auto_ticks || !$this->y2scale->ticks->IsSpecified())) {
- Exclude checks
Line exceeds 120 characters; contains 172 characters Open
Open
//$t = "Background image seems to be of different type (has different file extension) than specified imagetype. Specified: '".$aImgFormat."'File: '".$aFile."'";
- Exclude checks
Line exceeds 120 characters; contains 154 characters Open
Open
public function SetFrameBevel($aDepth = 3, $aBorder = false, $aBorderColor = 'black', $aColor1 = 'white@0.4', $aColor2 = 'darkgray@0.4', $aFlg = true)
- Exclude checks
Line exceeds 120 characters; contains 150 characters Open
Open
Util\JpGraphError::RaiseL(25029, $basecsim); //(" Can't write CSIM \"$basecsim\" for writing. Check free space and permissions.");
- Exclude checks
Line exceeds 120 characters; contains 128 characters Open
Open
if (($this->yaxis->pos == $this->xscale->GetMinVal() || (is_string($this->yaxis->pos) && $this->yaxis->pos == 'min')) &&
- Exclude checks
Line exceeds 120 characters; contains 163 characters Open
Open
Util\JpGraphError::RaiseL(25037, $aFile); //('The image format of your background image ('.$aFile.') is not supported in your system configuration. ');
- Exclude checks
Line exceeds 120 characters; contains 144 characters Open
Open
if ($this->background_image_type <= 1 && ($this->bkg_gradtype < 0 || ($this->bkg_gradtype > 0 && $this->bkg_gradstyle == BGRAD_PLOT))) {
- Exclude checks
Line exceeds 120 characters; contains 131 characters Open
Open
Util\JpGraphError::RaiseL(25073, $r); //('Internal error. Integer scale algorithm comparison out of bound (r=$r)');
- Exclude checks
Line exceeds 120 characters; contains 175 characters Open
Open
Util\JpGraphError::RaiseL(25066); //('When manually specifying tick positions and labels the number of labels must be the same as the number of specified ticks.');
- Exclude checks
Line exceeds 120 characters; contains 163 characters Open
Open
Util\JpGraphError::RaiseL(25019, $aImgFormat); //('Unknown file extension ($aImgFormat) in Graph::SetBackgroundImage() for filename: '.$aFileName);
- Exclude checks
Line exceeds 120 characters; contains 140 characters Open
Open
Util\JpGraphError::RaiseL(25023, $aAxisType); //("JpGraph: Unsupported Y2 axis type: $aAxisType\nMust be one of (lin,log,int)");
- Exclude checks
Line exceeds 120 characters; contains 144 characters Open
Open
if (($this->supress_zerolabel && $l == 0) || ($this->supress_first && $aIdx == 0) || ($this->supress_last && $aIdx == $aNbrTicks - 1)) {
- Exclude checks
Line exceeds 120 characters; contains 136 characters Open
Open
Util\JpGraphError::RaiseL(25020); //('Graph::SetScale(): Specified Max value must be larger than the specified Min value.');
- Exclude checks
Line exceeds 120 characters; contains 143 characters Open
Open
} elseif ($this->ynscale[$i]->IsSpecified() && ($this->ynscale[$i]->auto_ticks || !$this->ynscale[$i]->ticks->IsSpecified())) {
- Exclude checks
Line exceeds 120 characters; contains 121 characters Open
Open
$this->xscale->off += round($this->xscale->scale_factor / 2) - round($this->text_scale_abscenteroff / 2);
- Exclude checks
Line exceeds 120 characters; contains 121 characters Open
Open
$this->DoStroke($this->scale->ticks->maj_ticks_pos, $this->majortype, $this->majorcolor, $this->majorweight);
- Exclude checks
Line exceeds 120 characters; contains 134 characters Open
Open
if (!isset($this->iManualTickPos[$i]) || $this->iManualTickPos[$i] < $minScale || $this->iManualTickPos[$i] > $maxScale) {
- Exclude checks
Line exceeds 120 characters; contains 182 characters Open
Open
Util\JpGraphError::RaiseL(25067); //('Your manually specified scale and ticks is not correct. The scale seems to be too small to hold any of the specified tickl marks.');
- Exclude checks
Line exceeds 120 characters; contains 130 characters Open
Open
$nbrmajticks = round(($aScale->GetMaxVal() - $aScale->GetMinVal() - $this->text_label_start) / $this->major_step) + 1;
- Exclude checks