Home
last modified time | relevance | path

Searched refs:im (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/sketchcanvas/phplib/
H A Dimage.php38 $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], $color);
100 imageline($im,
108 l_tarrow($im, $arr, $color) global() argument
118 l_hige($im, $arr, $color) global() argument
125 l_star($im, $arr, $color) global() argument
138 l_check($im, $arr, $color) global() argument
146 l_complete($im, $arr, $color) global() argument
151 colorSelect($im, $value) global() argument
216 cubicBezierCurve($im, $prev, $p, $color) global() argument
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/mh/
H A Dmh.txt4 Kinke watoke utiej eo ej mottan maron ko rej jonair wot juon im rej men in letok non ro otemjej uaan bamle ko an otemjej im bwe men ekin rej einwot dreka in jabon em non anemkwoj, wanik im ainemon eo ilo lal in,
6 Kinke ne ej ejelok lemnok kaki im kwo-wan maron ko an armij enwij an walok ilo jet wawin ko jen jerbal ko an ro dri nana im ejelok wawin mantin mour ejejjit im bwe jerbal kein rar kokkure boklikot eo an armij otemjej, im kio emwij an ijino juon bar lol eo im emwij kwalok kake bwe ilo lol in ekal ej men in kotobar eo elap tata an armij joanir wot juon bwe ren jimor jerammon jen anemkwoj in je im kwalok lemnok ko ilo burueir im toma
[all...]
/plugin/register/
H A Dregister.php91 class im { class
92 private $im; variable in im
98 imagesavealpha($im, true);
106 $this->im = $im;
107 return $im;
121 $oldim = $this->im;
122 $this->im($newsx, $newsy);
246 $im = new im();
324 $bc = ($register->bit_defined($b) ? $im->white : $im->grey);
326 $im->rect($x, $y, $x+$bitdim, $y+$bitdim, $im->black);
[all …]
/plugin/ebnf/
H A Debnf.php92 function rr($im, $x1, $y1, $x2, $y2, $r, $black){
93 imageline($im, $x1+$r, $y1, $x2-$r, $y1, $black); argument
94 imageline($im, $x1+$r, $y2, $x2-$r, $y2, $black);
95 imageline($im, $x1, $y1+$r, $x1, $y2-$r, $black);
96 imageline($im, $x2, $y1+$r, $x2, $y2-$r, $black);
97 imagearc($im, $x1+$r, $y1+$r, 2*$r, 2*$r, 180, 270, $black);
98 imagearc($im, $x2-$r, $y1+$r, 2*$r, 2*$r, 270, 360, $black);
99 imagearc($im, $x1+$r, $y2-$r, 2*$r, 2*$r, 90, 180, $black);
100 imagearc($im, $x2-$r, $y2-$r, 2*$r, 2*$r, 0, 90, $black);
105 $im
[all...]
/plugin/mediathumbnails/
H A Dthumb_engines.php59 $im->setImageColorspace(255);
60 $im->setResolution(300, 300);
61 $im->setCompressionQuality(95);
62 $im->setImageFormat('jpeg');
65 $im->writeImage($this->getTargetFilepath());
66 $im->clear();
67 $im->destroy();
73 $im->clear();
74 $im->destroy();
94 $im->clear();
[all …]
H A Dthumbnail.php45 $im = new imagick(realpath("lib/plugins/mediathumbnails/blank.pdf")."[0]");
46 $im->clear();
47 $im->destroy();
/plugin/farmer/3rdparty/
H A DPHPIco.php80 if (false === ($im = $this->loadImageFile($file)))
85 $sizes = [imagesx($im), imagesy($im)];
100 $source_width = imagesx($im);
101 $source_height = imagesy($im);
106 $im,
194 * @param resource $im
196 protected function addImageData($im)
198 $width = imagesx($im);
199 $height = imagesy($im);
158 _add_image_data($im) global() argument
[all...]
/plugin/pdftools/img/
H A Dpdfbutton.php4 $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);
H A Dline.php10 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/godiag/
H A Dsyntax.php409 function draw_hoshi($im, $bx, $by) { argument
414 function draw_white($im, $bx, $by) { argument
420 function draw_black($im, $bx, $by) { argument
456 function draw_link($im, $bx, $by) { argument
472 function draw_num($im, $bx, $by) { argument
487 function draw_let($im, $bx, $by) { argument
497 function draw_coord($im, $bx, $by) { argument
514 function draw_wipe($im, $bx, $by) { argument
524 if(!$im)
618 imagedestroy($im);
[all …]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DPng.php35 $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/
H A DUserIm.php33 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/
H A DImageProcessor.php284 $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/avatar/
H A Dmonsterid.php37 $im = @imagecreatefrompng($file);
38 if(!$im) die('Failed to load '.$file);
39 imageSaveAlpha($im, true);
40 imagecopy($monster,$im,0,0,0,0,120,120);
41 imagedestroy($im);
/plugin/snap/
H A Dimage.php5 $im = imagecreatefromjpeg($image); variable
8 imagejpeg($im);
/plugin/move/lang/de/
H A Dmove.txt6 * 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-informal/
H A Dmove.txt6 * 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/indexmenu2/
H A Dindexmenu.php22 $im = & new syntax_plugin_indexmenu_indexmenu();
23 return preg_replace(array("#^<ul[^>]+>#i","#</ul>$#i"),"",$im->_indexmenu($opts));
/plugin/accscounter/lang/de/
H A Dviewer.txt5 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/task/lang/de/
H A Dsubscribermail.txt3 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/linkback/lang/de/
H A Dsubscribermail.txt3 Ein neuer Linkback wurde zur Seite @PAGE@ im @TITLE@ Wiki hinzugefügt. Die Seite kann hier gefunden werden:
14 Um Infos dieser Seite nicht mehr zu abonnieren, melde dich im Wiki an und dann klicke diesen Link:
/plugin/authucenter/
H A DREADME.md5 …s://gitter.im/daxingplay/dokuwiki-plugin-authucenter](https://badges.gitter.im/daxingplay/dokuwiki…
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown21 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/
H A DREADME.md10 [![Join the chat at https://gitter.im/ruflin/Elastica](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ruflin/Elastica?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
14 in our [Gitter](https://gitter.im/ruflin/Elastica) channel.
/plugin/pagemove/lang/de/
H A Dpagemove.txt9 …* 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.

123456