HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 122 characters
Open

                    Util\JpGraphError::RaiseL(25027, $basecsim); //(" Can't open cached CSIM \"$basecsim\" for reading.");
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

            } elseif ($this->y2scale->IsSpecified() && ($this->y2scale->auto_ticks || !$this->y2scale->ticks->IsSpecified())) {
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 172 characters
Open

            //$t = "Background image seems to be of different type (has different file extension) than specified imagetype. Specified: '".$aImgFormat."'File: '".$aFile."'";
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 154 characters
Open

    public function SetFrameBevel($aDepth = 3, $aBorder = false, $aBorderColor = 'black', $aColor1 = 'white@0.4', $aColor2 = 'darkgray@0.4', $aFlg = true)
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 150 characters
Open

                    Util\JpGraphError::RaiseL(25029, $basecsim); //(" Can't write CSIM \"$basecsim\" for writing. Check free space and permissions.");
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

        if (($this->yaxis->pos == $this->xscale->GetMinVal() || (is_string($this->yaxis->pos) && $this->yaxis->pos == 'min')) &&
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

            Util\JpGraphError::RaiseL(25037, $aFile); //('The image format of your background image ('.$aFile.') is not supported in your system configuration. ');
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

        if ($this->background_image_type <= 1 && ($this->bkg_gradtype < 0 || ($this->bkg_gradtype > 0 && $this->bkg_gradstyle == BGRAD_PLOT))) {
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

                Util\JpGraphError::RaiseL(25073, $r); //('Internal error. Integer scale algorithm comparison out of bound (r=$r)');
Severity: Minor
Found in src/graph/LinearScale.php by phpcodesniffer

Line exceeds 120 characters; contains 175 characters
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.');
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 163 characters
Open

                Util\JpGraphError::RaiseL(25019, $aImgFormat); //('Unknown file extension ($aImgFormat) in Graph::SetBackgroundImage() for filename: '.$aFileName);
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 140 characters
Open

            Util\JpGraphError::RaiseL(25023, $aAxisType); //("JpGraph: Unsupported Y2 axis type: $aAxisType\nMust be one of (lin,log,int)");
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 144 characters
Open

        if (($this->supress_zerolabel && $l == 0) || ($this->supress_first && $aIdx == 0) || ($this->supress_last && $aIdx == $aNbrTicks - 1)) {
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 136 characters
Open

            Util\JpGraphError::RaiseL(25020); //('Graph::SetScale(): Specified Max value must be larger than the specified Min value.');
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

                } elseif ($this->ynscale[$i]->IsSpecified() && ($this->ynscale[$i]->auto_ticks || !$this->ynscale[$i]->ticks->IsSpecified())) {
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

                $this->xscale->off += round($this->xscale->scale_factor / 2) - round($this->text_scale_abscenteroff / 2);
Severity: Minor
Found in src/graph/Graph.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

            $this->DoStroke($this->scale->ticks->maj_ticks_pos, $this->majortype, $this->majorcolor, $this->majorweight);
Severity: Minor
Found in src/graph/Grid.php by phpcodesniffer

Line exceeds 120 characters; contains 134 characters
Open

            if (!isset($this->iManualTickPos[$i]) || $this->iManualTickPos[$i] < $minScale || $this->iManualTickPos[$i] > $maxScale) {
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 182 characters
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.');
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

            $nbrmajticks = round(($aScale->GetMaxVal() - $aScale->GetMinVal() - $this->text_label_start) / $this->major_step) + 1;
Severity: Minor
Found in src/graph/LinearTicks.php by phpcodesniffer
Severity
Category
Status
Source
Language