Home
last modified time | relevance | path

Searched refs:im (Results 126 – 136 of 136) sorted by path

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/snap/
H A Dimage.php5 $im = imagecreatefromjpeg($image); variable
8 imagejpeg($im);
/plugin/sqlite/lang/hr/
H A Dintro.txt
/plugin/sqlite/lang/tr/
H A Dintro.txt
/plugin/subjectindex/plugins/
H A Dbible_verses.txt342 …nflicted defeats on the Reph'a·im in Ash'te·roth-kar·na'im, and the Zu'zim in Ham, and the E'mim i…
6232 Ba'al·ah and I'im and E'zem,
6239 and Sha'a·ra'im and Ad·i·tha'im and Ge·de'rah and Ged·e·ro·tha'im; fourteen cities and their settle…
6316 and Beth-ar'a·bah and Zem·a·ra'im and Beth'el,
6341 and Haph'a·ra'im and Shi'on and An·a·ha'rath,
6874im; and the men of Gil'e·ad went striking E'phra·im down, for they had said: "Men escaped from E'p…
8859 A·hin'a·dab the son of Id'do, in Ma·ha·na'im;
11424 and Ad·o·ra'im and La'chish and A·ze'kah,
12622 Ha'zor, Ra'mah, Git'ta·im,
12623 Ha'did, Ze·bo'im, Ne·bal'lat,
[all …]
/plugin/sync/lang/de/
H A Dsync.txt3 Der Abgleichprozess wurde gestartet. Der Fortschritt ist im folgenden zu sehen.
/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/userhomepage/lang/es/
H A Duserhomepage_private.default2 Este espacio de nombres ''//@TARGETPRIVATENS@://'' y su contenido (páginas, imágenes, ...) esta **r…
/plugin/userimportextended/lang/de/
H A Dintro.txt6 …m Fall werden die fehlenden Werte mit den Standardangaben befüllt, die Sie im Formular eingetragen…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js31944 for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1) {
32018 for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1) {
35644 for (var i = 0, im = 1; (x.words[0] & im) === 0 && i < 26; ++i, im <<= 1) {
35718 for (var i = 0, im = 1; (a.words[0] & im) === 0 && i < 26; ++i, im <<= 1) {
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js138 function im(a){dk.call(this,(qs(a),a))} function
288 function Qg(a){this.a=new im((jh(),ih).a);this.c=a;this.d=ih}
309 function Qr(a,b){!a.a?(a.a=new im(a.d)):em(a.a,a.b);bm(a.a,b);return a}
428 function Ei(a,b,c){pi.call(this,new im('<?xml version="1.0" encoding="'+Ql(Gi(b),mt)+'"'+c+'?>'+(a=…
600im('<![CDATA[');em(a,Oj(this.a));a.a+=']]>';return a.a};var yd=Ck(cu,'CDATASectionImpl',119);Mf(12…

123456