Home
last modified time | relevance | path

Searched full:image (Results 1 – 25 of 2731) sorted by relevance

12345678910>>...110

/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-GCP3.js48 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
51 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
54 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
57 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
60 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
63 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
86 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
89 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
92 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
95 …ules=.*;shape=image;verticalLabelPosition=bottom;labelBackgroundColor=#ffffff;verticalAlign=top;as…
[all …]
/plugin/fckg/fckeditor/editor/css/images/fileicons/
Dicons.txt8 background-image: url(images/fileicons/gz.png);
11 background-image: url(images/fileicons/csv.png);
14 background-image: url(images/fileicons/gif.png);
18 background-image: url(images/fileicons/png.png);
22 background-image: url(images/fileicons/txt.png);
25 background-image: url(images/fileicons/tar.png);
28 background-image: url(images/fileicons/jpg.png);
32 background-image: url(images/fileicons/xml.png);
35 background-image: url(images/fileicons/c.png);
38 background-image: url(images/fileicons/ppt.png);
[all …]
/plugin/offline/ui/dokuwiki/
Dall.css1image:url(/dokuwiki/lib/images/interwiki/wp.gif)}a.iw_wpde{background-image:url(/dokuwiki/lib/imag…
Dprint.css1image:url(/dokuwiki/lib/images/interwiki/wp.gif)}a.iw_wpde{background-image:url(/dokuwiki/lib/imag…
/plugin/farmer/vendor/splitbrain/php-ringicon/src/
H A DRingIcon.php9 * Generates an ring image
11 * If a seed is given, the image will be based on that seed
14 … * @param string $file if given, the image is saved at that path, otherwise is printed to browser
29 $image = $this->createTransparentImage($this->fullsize, $this->fullsize);
32 $this->drawRing($image, $arcwidth);
38 …imagecopyresampled($out, $image, 0, 0, 0, 0, $this->size, $this->size, $this->fullsize, $this->ful…
42 header("Content-type: image/png");
46 imagedestroy($image);
53 * @param resource $image
56 protected function drawRing($image, $arcwidth) argument
[all …]
/plugin/gallery/classes/
DXHTMLFormatter.php70 * @param Image[] $images
99 foreach ($images as $image) {
100 $this->renderImage($image);
106 protected function renderImage(Image $image) argument
110 // thumbnail image properties
111 [$w, $h] = $this->getThumbnailSize($image, 2);
116 $img['src'] = ml($image->getSrc(), ['w' => $w, 'h' => $h], true, '&');
117 $img['alt'] = $image->getFilename();
122 $a['href'] = $this->getDetailLink($image);
123 $a['title'] = $image->getTitle();
[all …]
DBasicFormatter.php40 foreach ($images as $image) {
41 $this->renderImage($image);
46 * Render a single thumbnail image in the gallery
48 * @param Image $image
51 protected function renderImage(Image $image) argument
53 [$w, $h] = $this->getThumbnailSize($image);
54 $link = $image->getDetaillink() ?: $image->getSrc();
57 'src' => $image->getSrc(),
58 'title' => $image->getTitle(),
65 if ($image->isExternal()) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dps.l3.image.encoder.stream.inc.php3 require_once(HTML2PS_DIR.'ps.image.encoder.stream.inc.php');
10 function auto(&$psdata, $src_img, &$size_x, &$size_y, &$tcolor, &$image, &$mask) { argument
12 …$id = $this->solid($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), $mask);
16 …$id = $this->transparent($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), …
23 // Encodes "solid" image without any transparent parts
26 // @param $src_img (in) PHP image resource
27 // @param $size_x (out) size of image in pixels
28 // @param $size_y (out) size of image in pixels
29 // @returns identifier if encoded image to use in postscript file
31 function solid(&$psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
[all …]
Doutput.fastps.l2.class.php8 function image($image, $x, $y, $scale) { function in OutputDriverFastPSLevel2
9 $this->image_scaled($image, $x, $y, $scale, $scale);
12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
14 $lines = $image_encoder->by_lines($image, $size_x, $size_y);
20 … %d /Height 1 /BitsPerComponent 8 /Decode [0 1 0 1 0 1] /ImageMatrix %s /DataSource %s >> image\n",
34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { argument
38 $this->image($image, $x, $cy, $scale);
45 $this->image($image, $x, $cy, $scale);
50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
54 $this->image($image, $cx, $y, $scale);
[all …]
Dutils_graphic.php12 $image = do_image_open_wrapped($filename, $type);
13 if (!is_resource($image)) { return null; };
15 if (!is_null($image)) {
16 imageinterlace($image, 0);
19 return $image;
29 // get the information about the image
33 $type = 'image/png';
41 $type = 'image/jpeg';
44 $type = 'image/png';
45 $image = imagecreatefrompng($filename);
[all …]
Dbackground.image.php6 * Contains information about the background image to be rendered.
8 * If box does not have any background image it will still contain the
18 …* @var string URL of the background image file (may be NULL in case no background image specified).
24 * @var Resource image to be displayed
32 * @param string $url URL of the image file (or NULL of no image should be rendered at all)
33 * @param resource $image image object to be displayed
35 function BackgroundImage($url, $image) { argument
37 $this->_image = $image;
52 * if the 'background-image' is 'none' - no image at all; in this case $_url member should
55 …* @link http://www.w3.org/TR/CSS21/colors.html#propdef-background-image CSS 2 'background-image' d…
[all …]
Doutput.fpdf.class.php161 function image($image, $x, $y, $scale) { function in OutputDriverFPDF
162 $tmpname = $this->_mktempimage($image);
165 $this->pdf->Image($tmpname,
167 $y - $image->sy() * $scale,
168 $image->sx() * $scale,
169 $image->sy() * $scale);
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { argument
175 $tmpname = $this->_mktempimage($image);
181 $ty = $y + px2pt($image->sy());
183 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png");
[all …]
Dps.image.encoder.simple.inc.php3 require_once(HTML2PS_DIR.'ps.image.encoder.stream.inc.php');
16 function auto($psdata, $src_img, &$size_x, &$size_y, &$tcolor, &$image, &$mask) { argument
22 $image->get_handle(),
31 $image->get_handle(),
38 function solid($psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
52 // Image pixel
59 // Write image rows
63 …$psdata->write("/row-{$id}-{$row} { /image-{$id}-data { row-{$id}-{$row_next} } def ({$ps_image_da…
72 …$psdata->write("/row-{$id}-{$row} { /image-{$id}-data { row-{$id}-1 } def ({$ps_image_data}) } de…
75 $psdata->write("/image-{$id}-data { row-{$id}-1 } def\n");
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
DShapeImpl.java9 static class ImageImpl implements Image {
11 MappedImage image; field in ShapeImpl.ImageImpl
14 ImageImpl(MappedImage image, boolean coversEverything) { in ImageImpl() argument
16 this.image = image; in ImageImpl()
27 return image; in getImage()
34 private Image image; field in ShapeImpl.ImageReferenceImpl
36 ImageReferenceImpl(Image image) { in ImageReferenceImpl() argument
38 if (image==null) { in ImageReferenceImpl()
41 this.image = image; in ImageReferenceImpl()
46 return image.coversEverything(); in coversEverything()
[all …]
/plugin/bootswrapper/exe/help/
Dimage.txt1 ====== Image ======
5 | <image shape="rounded">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
7 </image></code> |
8 | <image shape="circle">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
10 </image></code> |
11 | <image shape="thumbnail">{{:wiki:dokuwiki-128.png?nolink&100|}}</image> | <code html><image shape…
13 </image></code> |
18 | ''shape'' | ''rounded'', ''circle'', ''thumbnail'' | Image shape |
/plugin/ckgedit/ckeditor/
Dcontents.css1image:url(images/fileicons/gz.png)}a.mf_csv{background-image:url(images/fileicons/csv.png)}a.mf_gi…
Dcontents-default.css208 list-style-image: none;
216 list-style-image: none;
344 background-image: url(images/fileicons/gz.png);
347 background-image: url(images/fileicons/csv.png);
350 background-image: url(images/fileicons/gif.png);
354 background-image: url(images/fileicons/png.png);
358 background-image: url(images/fileicons/txt.png);
361 background-image: url(images/fileicons/tar.png);
364 background-image: url(images/fileicons/jpg.png);
368 background-image: url(images/fileicons/xml.png);
[all …]
Dcontents.css.unc198 /* image alignment */
380 background-image: url(images/fileicons/gz.png);
383 background-image: url(images/fileicons/csv.png);
386 background-image: url(images/fileicons/gif.png);
390 background-image: url(images/fileicons/png.png);
394 background-image: url(images/fileicons/txt.png);
397 background-image: url(images/fileicons/tar.png);
400 background-image: url(images/fileicons/jpg.png);
404 background-image: url(images/fileicons/xml.png);
407 background-image: url(images/fileicons/c.png);
[all …]
/plugin/ckgdoku/ckeditor/
Dcontents.css1image:url(images/fileicons/gz.png)}a.mf_csv{background-image:url(images/fileicons/csv.png)}a.mf_gi…
Dcontents-default.css208 list-style-image: none;
216 list-style-image: none;
344 background-image: url(images/fileicons/gz.png);
347 background-image: url(images/fileicons/csv.png);
350 background-image: url(images/fileicons/gif.png);
354 background-image: url(images/fileicons/png.png);
358 background-image: url(images/fileicons/txt.png);
361 background-image: url(images/fileicons/tar.png);
364 background-image: url(images/fileicons/jpg.png);
368 background-image: url(images/fileicons/xml.png);
[all …]
/plugin/fckg/fckeditor/editor/css/
Dfck_editorarea.css.default_template210 list-style-image: none;
218 list-style-image: none;
346 background-image: url(images/fileicons/gz.png);
349 background-image: url(images/fileicons/csv.png);
352 background-image: url(images/fileicons/gif.png);
356 background-image: url(images/fileicons/png.png);
360 background-image: url(images/fileicons/txt.png);
363 background-image: url(images/fileicons/tar.png);
366 background-image: url(images/fileicons/jpg.png);
370 background-image: url(images/fileicons/xml.png);
[all …]
Dfck_editorarea_RTL.css170 list-style-image: none;
178 list-style-image: none;
306 background-image: url(images/fileicons/gz.png);
309 background-image: url(images/fileicons/csv.png);
312 background-image: url(images/fileicons/gif.png);
316 background-image: url(images/fileicons/png.png);
320 background-image: url(images/fileicons/txt.png);
323 background-image: url(images/fileicons/tar.png);
326 background-image: url(images/fileicons/jpg.png);
330 background-image: url(images/fileicons/xml.png);
[all …]
Dfck_editorarea.css186 /* image alignment */
367 background-image: url(images/fileicons/gz.png);
370 background-image: url(images/fileicons/csv.png);
373 background-image: url(images/fileicons/gif.png);
377 background-image: url(images/fileicons/png.png);
381 background-image: url(images/fileicons/txt.png);
384 background-image: url(images/fileicons/tar.png);
387 background-image: url(images/fileicons/jpg.png);
391 background-image: url(images/fileicons/xml.png);
394 background-image: url(images/fileicons/c.png);
[all …]
Dfck_editorarea.css.dokuwiki_template186 /* image alignment */
367 background-image: url(images/fileicons/gz.png);
370 background-image: url(images/fileicons/csv.png);
373 background-image: url(images/fileicons/gif.png);
377 background-image: url(images/fileicons/png.png);
381 background-image: url(images/fileicons/txt.png);
384 background-image: url(images/fileicons/tar.png);
387 background-image: url(images/fileicons/jpg.png);
391 background-image: url(images/fileicons/xml.png);
394 background-image: url(images/fileicons/c.png);
[all …]
/plugin/rrdgraph/inc/
Derrorimage.php3 * RRDGraph Plugin: Error image generator
12 * Static class to create an image containing an error message.
27 * Create and output an image containing the given error message.
29 * The image size will be automatically determined in a way that all text is visible.
31 …e of the error message. This is rendered with a bold typeface on the first row of the output image.
32 …ssage Error message. This is rendered with a normal typeface on the second row of the output image.
41 $image = imagecreatetruecolor($width, $height);
42 $cBackground = imagecolorallocate($image, 255, 255, 255);
43 $cBorder = imagecolorallocate($image, 255, 0, 0);
44 $cBlack = imagecolorallocate($image, 0, 0, 0);
[all …]

12345678910>>...110