| /plugin/ebnf/ |
| H A D | ebnf.php | 96 function rr($im, $x1, $y1, $x2, $y2, $r, $black){ argument 97 imageline($im, $x1+$r, $y1, $x2-$r, $y1, $black); 98 imageline($im, $x1+$r, $y2, $x2-$r, $y2, $black); 99 imageline($im, $x1, $y1+$r, $x1, $y2-$r, $black); 100 imageline($im, $x2, $y1+$r, $x2, $y2-$r, $black); 101 imagearc($im, $x1+$r, $y1+$r, 2*$r, 2*$r, 180, 270, $black); 102 imagearc($im, $x2-$r, $y1+$r, 2*$r, 2*$r, 270, 360, $black); 103 imagearc($im, $x1+$r, $y2-$r, 2*$r, 2*$r, 90, 180, $black); 104 imagearc($im, $x2-$r, $y2-$r, 2*$r, 2*$r, 0, 90, $black); 109 $im = imagecreatetruecolor($w, $h) or die("no img"); [all …]
|
| /plugin/sketchcanvas/phplib/ |
| D | image.php | 38 $im = imagecreatetruecolor($size[0], $size[1]); variable 40 $white = imagecolorallocate($im, 255, 255, 255); 41 $c = imagecolorallocate($im, 255, 0, 0); 43 imagefilledrectangle($im, 0, 0, $size[0], $size[1], $white); 89 function l_arrow($im, $arr, $color) { argument 91 imageline($im, $arr[1][0], $arr[1][1], $arr[1][0]-$c[0][0], $arr[1][1]-$c[0][1], $color); 92 imageline($im, $arr[1][0], $arr[1][1], $arr[1][0]-$c[1][0], $arr[1][1]-$c[1][1], $color); 96 function l_darrow($im, $arr, $color) { argument 99 …imageline($im, $arr[0][0]+$c[0][0], $arr[0][1]+$c[0][1], $arr[1][0]+$c[0][0], $arr[1][1]+$c[0][1],… 100 …imageline($im, $arr[0][0]+$c[0][0], $arr[0][1]+$c[0][1], $arr[1][0]+$c[0][0], $arr[1][1]+$c[0][1],… [all …]
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/mh/ |
| D | mh.txt | 4 …air wot juon im rej men in letok non ro otemjej uaan bamle ko an otemjej im bwe men ekin rej einwo… 6 …im kwo-wan maron ko an armij enwij an walok ilo jet wawin ko jen jerbal ko an ro dri nana im ejelo… 8 … wawin eo, einwot men in torak eo an eliktata, non jutak mae kien eo enana im wawin ko renana tata… 10 Kinke elap tokjen en wonmanlok im emonlok wawin jimjera eo ikotan lol ko, 12 …im kin an wot tokjen kajojo armij im ilo maron ko jonair wot juon an man im kora ro im dror ilo bu… 14 …ilo air kobalok im buru kuk iben United Nations, im lemanlok im kokmonmonlok im bwe otemjej ren ka… 16 Kinke melele eo einwot juon kin maron kein im anemkwoj kein ej men eo elaptata tokjen non kotobrak … 24 …im lol otomjej kotobar, im kin men in kajojo armij otemjej im kajojo kien ko an lol otemjej, im bw… 27 …nemkwoj im jonon utiej eo im maron ko air wot juon. Emwij lelok non ir maron in bukot non ir make … 30 …im anemkwoj kein emwij kolajraki ilo Nan in Kwalok in, im ejolok kalijoklok ilo jabrewot wawin ko … [all …]
|
| /plugin/register/ |
| D | register.php | 91 class im { class 92 private $im; variable in im 94 public function im($max_x = 1, $max_y = 1) function in im 97 $im = imagecreatetruecolor($max_x, $max_y); 98 imagesavealpha($im, true); 99 $trans = imagecolorallocatealpha($im, 0, 0, 0, 127); 100 imagefill($im, 0, 0, $trans); 102 $this->grey = imagecolorallocate($im, 210, 210, 210); 103 $this->white = imagecolorallocate($im, 255, 255, 255); 104 $this->black = imagecolorallocate($im, 0, 0, 0); [all …]
|
| /plugin/mediathumbnails/ |
| H A D | thumb_engines.php | 69 $im = new imagick($this->getSourceFilepath()."[0]"); 73 $im->setResolution(300, 300); 74 $im->setCompressionQuality(95); 75 $im->setImageFormat('jpeg'); 78 $im->writeImage($this->getTargetFilepath()); 79 $im->clear(); 80 $im->destroy(); 83 $im = new imagick($this->getTargetFilepath()); 84 $im->thumbnailImage($this->getTargetMaxDimension(),$this->getTargetMaxDimension(),true,false); 85 $im->writeImage($this->getTargetFilepath()); [all …]
|
| H A D | thumbnail.php | 47 $im = new imagick(realpath("lib/plugins/mediathumbnails/blank.pdf")."[0]"); 48 $im->clear(); 49 $im->destroy();
|
| /plugin/godiag/ |
| D | syntax.php | 409 function draw_hoshi($im, $bx, $by) { argument 411 …$this->circ($im, $coords[0], $coords[1], $this->style['hoshi_radius'], $this->style['line_acolor']… 414 function draw_white($im, $bx, $by) { argument 416 …$this->circ($im, $coords[0], $coords[1], $this->style['stone_radius'], $this->style['white_rim_aco… 417 …$this->circ($im, $coords[0], $coords[1], $this->style['stone_radius']-1, $this->style['white_acolo… 420 function draw_black($im, $bx, $by) { argument 422 …$this->circ($im, $coords[0], $coords[1], $this->style['stone_radius'], $this->style['black_acolor'… 425 function draw_white_circle($im, $bx, $by) { argument 427 $this->draw_white($im, $bx, $by); 428 …$this->circ($im, $coords[0], $coords[1], $this->style['mark_radius'], $this->style['mark_acolor']); [all …]
|
| /plugin/pdftools/img/ |
| D | pdfbutton.php | 4 $im = imagecreate(350,30); variable 6 $bg = imagecolorallocate($im, 84, 163, 247); 7 $textcolor = imagecolorallocate($im, 255, 255, 255); 9 imagestring($im, 5, 9, 6, "PDF mit Vorlage '".ucfirst($string)."' erzeugen", $textcolor); 11 imagepng($im); 12 imagedestroy($im);
|
| D | line.php | 10 if (!isset($_GET["q"])) {$im = imagecreate(1,$h*20);} else {$im = imagecreate($h*40,1);} variable 12 $bg = imagecolorallocate($im, 255, 255, 255); 14 imagepng($im); 15 imagedestroy($im);
|
| /plugin/farmer/vendor/splitbrain/php-ico/src/ |
| H A D | PhpIco.php | 77 if (false === ($im = $this->loadImageFile($file))) { 83 $sizes = array(imagesx($im), imagesy($im)); 100 $source_width = imagesx($im); 101 $source_height = imagesy($im); 105 $im, 194 protected function addImageData($im) argument 196 $width = imagesx($im); 197 $height = imagesy($im); 207 $color = imagecolorat($im, $x, $y); 283 if (false === ($im = imagecreatefromstring($file_data))) { [all …]
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/ |
| D | Png.php | 35 $im = imagecreatetruecolor($size, $size); 36 $foregroundColor = imagecolorallocate($im, $color[0], $color[1], $color[2]); 37 $backgroundColor = imagecolorallocate($im, $background[0], $background[1], $background[2]); 38 imagefilledrectangle($im, 0, 0, $size, $size, $backgroundColor); 44 $im, 56 imagepng($im, null, $compression); 60 imagedestroy($im);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
| D | UserIm.php | 33 public $im; variable in Google\\Service\\Directory\\UserIm 78 public function setIm($im) argument 80 $this->im = $im; 87 return $this->im;
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | ImageProcessor.php | 284 $im = @imagecreatefromstring($data); 286 if (!function_exists('imagewebp') || false === $im) { 292 $check = @imagewebp($im, $checkfile); 298 @imagejpeg($im, $tempfile); 300 imagedestroy($im); 341 $im = @imagecreatefromstring($data); 343 if ($im) { 345 imageinterlace($im, false); 346 $check = @imagepng($im, $tempfile); 354 imagedestroy($im); [all …]
|
| /plugin/move/lang/de-informal/ |
| D | move.txt | 6 * Sie müssen die Bearbeiten-Rechte für die Seite/alle Seiten im aktuellen Namensraum haben. 7 …* Die Seiten, die verschoben werden, dürfen nicht gesperrt sein, d.h. sich im Bearbeitungsmodus be… 8 * Um eine Seite zu verschieben, benötigt man das Erstellen-Recht im Ziel-Namensraum.
|
| /plugin/move/lang/de/ |
| D | move.txt | 6 * Sie müssen die Bearbeiten-Rechte für die Seite/alle Seiten im aktuellen Namensraum haben. 7 …* Die Seiten, die verschoben werden, dürfen nicht gesperrt sein, d.h. sich im Bearbeitungsmodus be… 8 * Um eine Seite zu verschieben, benötigt man das Erstellen-Recht im Ziel-Namensraum.
|
| /plugin/snap/ |
| D | image.php | 5 $im = imagecreatefromjpeg($image); variable 8 imagejpeg($im);
|
| /plugin/indexmenu2/ |
| D | indexmenu.php | 22 $im = & new syntax_plugin_indexmenu_indexmenu(); 23 return preg_replace(array("#^<ul[^>]+>#i","#</ul>$#i"),"",$im->_indexmenu($opts));
|
| /plugin/accscounter/lang/de/ |
| D | viewer.txt | 5 Aktivieren Sie die Kontrollkästchen, die dem zu behandelnden Protokoll entsprechen, wählen Sie im P… 9 …die Spammerprüfungsfunktion verwenden, legen Sie im Voraus die Werte für "sfsExFreq" und "sfsExCon…
|
| /plugin/authucenter/ |
| D | README.md | 5 …s://gitter.im/daxingplay/dokuwiki-plugin-authucenter](https://badges.gitter.im/daxingplay/dokuwiki…
|
| /plugin/linkback/lang/de/ |
| D | subscribermail.txt | 3 Ein neuer Linkback wurde zur Seite @PAGE@ im @TITLE@ Wiki hinzugefügt. Die Seite kann hier gefunden… 14 Um Infos dieser Seite nicht mehr zu abonnieren, melde dich im Wiki an und dann klicke diesen Link:
|
| /plugin/task/lang/de/ |
| D | subscribermail.txt | 3 Die folgende Aufgabe im @TITLE@ Wiki wurde hinzugefügt oder geändert. 14 Um das Abonnement für diese Seite aufzulösen, melde dich im Wiki an und klicke dann diesen Link:
|
| /plugin/imagecarousel/vendor/slick/ |
| D | CONTRIBUTING.markdown | 21 And a gitter chatroom here: [gitter.im/kenwheeler/slick](https://gitter.im/kenwheeler/slick) 28 …ousel](http://www.reddit.com/r/slickcarousel/) / [gitter.im/kenwheeler/slick](https://gitter.im/ke…
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | README.md | 10 [](h… 14 in our [Gitter](https://gitter.im/ruflin/Elastica) channel.
|
| /plugin/pagemove/lang/de/ |
| D | pagemove.txt | 9 …* Die Seite und deren Rückverweise dürfen nicht gesperrt sein, d.h. sich im Bearbeitungsmodus befi… 10 * Um eine Seite zu verschieben, benötigt man das Erstellen-Recht im Ziel-Namensraum.
|
| /plugin/authhiorgserver/ |
| D | README.md | 22 Geben Sie im Feld "Organisationskürzel" das Org.-Kürzel Ihres HiOrg-Server 23 ein (3-4 Kleinbuchstaben). Tragen Sie im Feld "Admins" Ihren Benutzernamen beim 29 5. Stellen Sie ERST JETZT im Abschnitt "Authentifizierungs-Konfig -
|