HuasoFoundries/jpgraph

View on GitHub

Showing 6,805 of 6,805 total issues

Line exceeds 120 characters; contains 121 characters
Open

    25121 => ['Eine leerer Datenvektor wurde für den Plot eingegeben. Es muss wenigstens ein Datenpunkt vorliegen.', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 261 characters
Open

    25127 => ['The library has been configured for automatic encoding conversion of Japanese fonts. This requires that PHP has the mb_convert_encoding() function. Your PHP installation lacks this function (PHP needs the "--enable-mbstring" when compiled).', 0],
Severity: Minor
Found in src/lang/de.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/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 142 characters
Open

                        imageline($img, $cx + $xp * $x + $xa, $cy + $yp * $y1 + $ya, $cx + $xp * $x + $xa, $cy + $yp * $y2 + $ya, $fillColor);
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

                        $diffColor1 = imagecolorexactalpha($img, $color[0], $color[1], $color[2], 127 - (127 - $color[3]) * $error1);
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

                        $diffColor2 = imagecolorexactalpha($img, $color[0], $color[1], $color[2], 127 - (127 - $color[3]) * $error2);
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

    11 => ['Es wurde kein Pfad für CACHE_DIR angegeben. Bitte gib einen Pfad CACHE_DIR in der Datei jpg-config.inc an.', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 192 characters
Open

    6004 => ['Ungültiges Format für den Fortschritts-Parameter bei Index=%d in CreateSimple(). Der Parameter muss bei Index 0 starten und Vektoren in der Form (Row,Progress) enthalten.', 1],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 254 characters
Open

    25045 => ['Die Schriftfamilien FF_HANDWRT und FF_BOOK sind wegen Copyright-Problemen nicht mehr verfügbar. Diese Schriften können nicht mehr mit JpGraph verteilt werden. Bitte lade Dir Schriften von http://corefonts.sourceforge.net/ herunter.', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 122 characters
Open

    25055 => ['Axis::SetTickDirection() sollte nicht mehr verwendet werden. Benutze stattdessen Axis::SetTickSide().', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

    25088 => ['Die GD-Schriftunterstützung wurde falsch konfiguriert. Der Aufruf von imagefontwidth() ist fehlerhaft.', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 137 characters
Open

    22018 => ['Du hast für dieselbe Kompassrichtung zweimal Daten angegeben, einmal mit Text und einmal mit einem Index (Index=%d)', 1],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 143 characters
Open

    6018 => ['Interval for minutes must divide the hour evenly, e.g. 1,5,10,12,15,20,30 etc You have specified an interval of %d minutes.', 1],
Severity: Minor
Found in src/lang/en.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 128 characters
Open

            Util\JpGraphError::RaiseL(25105); //('NULL data specified for a filled polygon. Check that your data is not NULL.');
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 204 characters
Open

                    Util\JpGraphError::RaiseL(25108); //("Can't stream image. This is most likely due to a faulty PHP/GD setup. Try to recompile PHP and use the built-in GD library that comes with PHP.");
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 133 characters
Open

                        $diffColor2 = imagecolorexactalpha($img, $color[0], $color[1], $color[2], 127 - (127 - $color[3]) * $error2);
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 131 characters
Open

                        $diffColor = imagecolorexactalpha($img, $color[0], $color[1], $color[2], 127 - (127 - $color[3]) * $error);
Severity: Minor
Found in src/image/Image.php by phpcodesniffer

Line exceeds 120 characters; contains 123 characters
Open

            Util\JpGraphError::RaiseL(23002, $this->name); //('Mark color index too large for marker "'.($this->name).'"');
Severity: Minor
Found in src/image/ImgData.php by phpcodesniffer

Line exceeds 120 characters; contains 189 characters
Open

    6023 => ['Wenn Du sowohl Stunden als auch Minuten anzeigen lassen willst, muss das Stunden-Interval gleich 1 sein (anderenfalls ist es nicht sinnvoll, Minuten anzeigen zu lassen).', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer

Line exceeds 120 characters; contains 124 characters
Open

    8004 => ['Wenn Du Landesflaggen benutzen willst, musst Du die Datei "jpgraph_flags.php" hinzufügen (per include).', 0],
Severity: Minor
Found in src/lang/de.inc.php by phpcodesniffer
Severity
Category
Status
Source
Language