HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 276 characters
Open

    25109 => ['Your PHP (and GD-lib) installation does not appear to support any known graphic formats. You need to first make sure GD is compiled as a module to PHP. If you also want to use JPEG images you must get the JPEG library. Please see the PHP docs for details.', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 135 characters
Open

            $this->title->SetPos($xc, $yc - $this->title->GetFontHeight($img) - $width / 2 - $this->title->margin, 'center', 'bottom');
Severity: Minor
Found in src/plot/PiePlot3D.php by phpcodesniffer

Line exceeds 120 characters; contains 409 characters
Open

    25086 => ['You only seem to have GD 1.x installed. To enable Alphablending requires GD 2.x or higher. Please install GD or make sure the constant USE_GD2 is specified correctly to reflect your installation. By default it tries to auto detect what version of GD you have installed. On some very rare occasions it may falsely detect GD2 where only GD1 is installed. You must then set USE_GD2 to false.', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 198 characters
Open

    26000 => ['PDF417: The PDF417 module requires that the PHP installation must support the function bcmod(). This is normally enabled at compile time. See documentation for more information.', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 874 characters
Open

HTTP headers have already been sent.<br>Caused by output from file <b>%s</b> at line <b>%d</b>.</font></td></tr><tr><td><b>Explanation:</b><br>HTTP headers have already been sent back to the browser indicating the data as text before the library got a chance to send it\'s image HTTP header to this browser. This makes it impossible for the library to send back image data to the browser (since that would be interpretated as text by the browser and show up as junk text).<p>Most likely you have some text in your script before the call to <i>Graph::Stroke()</i>. If this texts gets sent back to the browser the browser will assume that all data is plain text. Look for any text, even spaces and newlines, that might have been sent back to the browser. <p>For example it is a common mistake to leave a blank line before the opening "<b>&lt;?php</b>".</td></tr></table>', 2],
Severity: Minor
Found in src/lang/prod.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 127 characters
Open

                        // an array to specify both (from, to style) for each individual bar. The way to know the difference is
Severity: Minor
Found in src/plot/AccBarPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 141 characters
Open

            //("Number of X and Y points are not equal. Number of X-points:". safe_count($this->coords[1])." Number of Y-points:$numpoints");
Severity: Minor
Found in src/plot/ErrorPlot.php by phpcodesniffer

Line exceeds 120 characters; contains 121 characters
Open

                $m           = ($adj - 1.0) * (255 - min(255, min($from_color[0], min($from_color[1], $from_color[2]))));
Severity: Minor
Found in src/plot/Gradient.php by phpcodesniffer

Line exceeds 120 characters; contains 179 characters
Open

        //("PiePlot::SetSize() Radius for pie must either be specified as a fraction [0, 0.5] of the size of the image or as an absolute size in pixels  in the range [10, 1000]");
Severity: Minor
Found in src/plot/PiePlot.php by phpcodesniffer

Line exceeds 120 characters; contains 246 characters
Open

    2009 => ['Eins der Objekte, das an GroupBar weitergegeben wurde ist kein Balkendiagramm (BarPlot). Versichere Dich, dass Du den GroupBarPlot aus einem Vektor von Balkendiagrammen (barplot) oder AccBarPlot-Objekten erzeugst. (Class = %s)', 1],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 218 characters
Open

    25007 => ['Du versuchst das lokale (%s) zu verwenden, was von Deiner PHP-Installation nicht unterstützt wird. Hinweis: Benutze \'\', um das defaultmäßige Lokale für diese geographische Region festzulegen.', 1],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 129 characters
Open

    25028 => ['Apache/PHP hat keine Schreibrechte, in das CSIM-Cache-Verzeichnis (%s) zu schreiben. Überprüfe die Rechte.', 1],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 153 characters
Open

    25087 => ['Diese PHP-Version wurde ohne TTF-Unterstützung konfiguriert. PHP muss mit TTF-Unterstützung neu kompiliert und installiert werden.', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 230 characters
Open

    22020 => ['Der Windrosenplot ist zu groß für die angegebene Bildgröße. Benutze entweder WindrosePlot::SetSize(), um den Plot kleiner zu machen oder vergrößere das Bild im ursprünglichen Aufruf von WindroseGraph().', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 219 characters
Open

    6007 => ['Sanity check for automatic Gantt chart size failed. Either the width (=%d) or height (=%d) is larger than MAX_GANTTIMG_SIZE. This could potentially be caused by a wrong date in one of the activities.', 2],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 160 characters
Open

    6019 => ['The available width (%d) for minutes are to small for this scale to be displayed. Please use auto-sizing or increase the width of the graph.', 1],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 139 characters
Open

    6023 => ['If you display both hour and minutes the hour interval must be 1 (Otherwise it doesn\'t make sense to display minutes).', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 158 characters
Open

    25030 => ['Missing script name in call to StrokeCSIM(). You must specify the name of the actual image script as the first parameter to StrokeCSIM().', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 185 characters
Open

    25096 => ['Can\'t allocate any more colors in palette image. Image has already allocated maximum of %d colors and the palette  is now full. Change to a truecolor image instead', 0],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 180 characters
Open

    25130 => ['Too small plot area. (%d x %d). With the given image size and margins there is to little space left for the plot. Increase the plot size or reduce the margins.', 2],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer
Severity
Category
Status
Source
Language