Home
last modified time | relevance | path

Searched refs:image (Results 851 – 875 of 1085) sorted by last modified time

1...<<31323334353637383940>>...44

/plugin/ebnf/
H A Debnf.php117 function arrow($image, $x, $y, $lefttoright) {
120 imagefilledpolygon($image,
123 imagefilledpolygon($image,
241 header('Content-Type: image/png');
118 arrow($image, $x, $y, $lefttoright) global() argument
/plugin/tfslink/
H A Dstyle.css5 background-image: url(../../plugins/tfslink/images/workitem-link.png) !important;
/plugin/tuxquote/
H A DREADME7 Tuxquote show a random image of Tux the Linux penguin with a random quote using the '[TUXQUOTE]' sh…
17 Please see images-license.txt for image licensing information and image attributions.
H A Dplugin.info.txt6 desc Show a random image and quote
H A Dquotes.txt4113 …rock pile the moment a single man contemplates it, bearing within him the image of a cathedral. <B…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt27 And God proceeded to create the man in his image, in God's image he created him; male and female he…
7012 …house of Mi'cah and proceeded to take the carved image, the eph'od and the teraphim and the molten…
15671 Furthermore, they made a calf in Ho'rebAnd bowed down to a molten image,
18498 …ch ashamed, those who are putting trust in the carved image, those who are saying to a molten imag…
18544 Who has formed a god or cast a mere molten image? Of no benefit at all has it been.
19216 …ry metalworker will certainly feel shame because of the carved image; for his molten image is a fa…
20230 …now. Every metalworker will feel ashamed because of the carved image; for his molten image is a fa…
23893 And he said to them: "Whose image and inscription is this?"
28768 And just as we have borne the image of the one made of dust, we shall bear also the image of the he…
29481 He is the image of the invisible God, the firstborn of all creation;
[all …]
/plugin/pagestat/
H A Dstyle.css89 background-image: url(ptback.png);
105 background-image: url(fold.png);
237 background-image: url(pagetool2.png);
247 background-image: url(pagetool3.png);
/plugin/googledrawing/
H A Dplugin.info.txt6 desc Shows a published google drawing as an image.
H A DREADME3 Shows a published google drawing as an image.
/plugin/dokutranslate/
H A Dstyle.css25 list-style-image: none;
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css2 background-image: none !important;
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgrayscale.min.css1image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCII…
/plugin/npd/
H A Dstyle.css43 background-image: url(images/page.gif);
59 background-image: url(images/folderopen.gif);
62 background-image: url(images/folderopen_warning.gif);
65 background-image: url(images/folder.gif);
77 background-image: url(images/placeholder.gif);
81 background-image: url(images/plus.gif);
110 background-image: url(images/base.gif);
/plugin/imagemap/
H A DREADME3 An image map is a graphical object where portions of the image act
4 as links. With this plugin, you can not only create an image map,
12 detected and used in the image map.
15 * [[http://w3.org/|{{w3c-logo.png|Even image links work @10,115,80,95,150,115,80,135}}]]
19 This example will display the image ''media_link''. (if the browser is
20 capable of it.) There will be three links in the image:
23 * An external link in a polygon. The link is defined with an image,
24 so the alternate text of the image is used for the map.
37 tag, in both the image map and the alternate markup.
40 most browsers. If using an image map is not desirable, however, the browser
[all …]
H A Dplugin.info.txt6 desc Create client-side image maps.
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg24 <dc:format>image/svg+xml</dc:format>
/plugin/svgpureinsert/
H A Dplugin.info.txt6 desc Inserts an SVG image as-is to be rendered by compatible browsers.
H A DREADME.md4 Inserts an SVG image as-is into a DokuWiki page to be rendered by
/plugin/html2pdf/snorriheim/
H A Drtl.css61 background-image: none !important;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php44 function image($image, $x, $y, $scale) {} argument
45 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument
46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } argument
47 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { } argument
48 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } argument
H A Doutput.fastps.l2.class.php8 function image($image, $x, $y, $scale) { argument
9 $this->image_scaled($image, $x, $y, $scale, $scale);
12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
38 $this->image($image, $x, $cy, $scale);
45 $this->image($image, $x, $cy, $scale);
54 $this->image($image, $cx, $y, $scale);
61 $this->image($image, $cx-$width, $y, $scale);
72 $this->image($image, $cx, $cy, $scale);
83 $this->image($image, $cx, $cy, $scale);
94 $this->image($image, $cx, $cy, $scale);
[all …]
H A Doutput.png.class.php342 function image($image, $x, $y, $scale) { argument
343 $this->image_scaled($image, $x, $y, $scale, $scale);
349 $sx = $image->sx();
350 $sy = $image->sy();
372 $sx = $image->sx();
373 $sy = $image->sy();
395 $sx = $image->sx();
396 $sy = $image->sy();
423 $sx = $image->sx();
424 $sy = $image->sy();
[all …]
H A Dpath.php81 function fill($transform, $image, $color) { argument
89 imagefilledpolygon($image, $coords, $size, $color);
92 function stroke($transform, $image, $color) { argument
100 imagepolygon($image, $coords, $size, $color);
117 function fill($transform, $image, $color) { argument
126 imagefilledellipse($image,
158 function stroke($transform, $image, $color) { argument
167 imageellipse($image,
H A Dpdf.fpdf.php2389 foreach ($this->images as $image) {
2390 $this->_out('/I'.$image['i'].' '.$image['n'].' 0 R');
H A Dps.image.encoder.simple.inc.php16 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
79 $image = "{image-{$id}-data}";
85 function transparent($psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
164 $image = "{image-{$id}-data}";
170 function alpha($psdata, $src_img, &$size_x, &$size_y, &$image, &$mask) { argument
219 $image = "{image-{$id}-data}";

1...<<31323334353637383940>>...44