Home
last modified time | relevance | path

Searched refs:image (Results 51 – 75 of 1085) sorted by relevance

12345678910>>...44

/plugin/tagalerts/
H A Dstyle.css42 background-image: url(images/error.png);
46 background-image: url(images/info.png);
50 background-image: url(images/success.png);
54 background-image: url(images/notify.png);
66 background-image: url(../../images/error.png);
70 background-image: url(../../images/info.png);
74 background-image: url(../../images/success.png);
78 background-image: url(../../images/notify.png);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRegion.java6 import java.awt.image.BufferedImage;
17 private MappedImage image; field in Region
40 this.image = master; in Region()
62 if (image==null) { in grabImage()
105 return image; in getImage()
116 if (image!=null) { in merge()
139 if (image!=null) { in merge()
174 if (image==null) { in imageEquals()
181 || image.getHeight()!=otherImage.getHeight() in imageEquals()
186 BufferedImage bImage = image.getImage(); in imageEquals()
[all …]
/plugin/openlayersmap/
H A DStaticMap.php73 private $image;
182 imagepng($this->image, $this->mapCacheIDToFilename(), 9);
356 * make basemap image.
360 $this->image = imagecreatetruecolor($this->width, $this->height);
390 Logger::debug("imagecopy tile into image: $destX, $destY", $this->tileSize);
392 $this->image,
431 $opts = ['http' => ['method' => "GET", 'header' => "Accept-language: en\r\n" . "User-Agent: $_UA\r\n" . "accept: image/png\r\n", 'request_fulluri' => true]];
510 $color = imagecolorallocate($this->image, 0, 0, 0);
511 $bgcolor = imagecolorallocate($this->image, 200, 200, 200);
571 $this->image,
144 private $image; global() variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.min.css1image/jplayer.pink.flag.jpg) no-repeat;padding:1px 0 2px 1px;overflow:hidden;width:201px;height:34…
H A Djplayer.pink.flag.css115 background: url("../image/jplayer.pink.flag.jpg") 0 0 no-repeat;
150 background: url("../image/jplayer.pink.flag.jpg") 0px -40px no-repeat; }
161 /* The right border is normally in the ul background image. */
167 background: url("../image/jplayer.pink.flag.jpg") 0px -80px no-repeat; }
237 background: url("../image/jplayer.pink.flag.jpg") 0 -420px no-repeat;
250 background: url("../image/jplayer.pink.flag.jpg") 0 -440px no-repeat;
263 background: url("../image/jplayer.pink.flag.jpg") 0 -460px no-repeat;
282 background: url("../image/jplayer.pink.flag.seeking.gif"); }
296 background-image: none;
300 background: url("../image/jplayer.pink.flag.jpg") 0px -260px repeat-x;
[all …]
/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 …]
/plugin/patchpanel/
H A Dsyntax.php148 …$image = '<g onmousemove="patchpanel_show_tooltip(evt, \'#REPLACECAPTION#\')" onmouseout="patchpan…
161 $image = str_replace("#REPLACECOLOR#", $item['color'], $image);
164 $image = str_replace("#REPLACELABEL#", $item['label'], $image);
167 $image = str_replace("#REPLACECAPTION#", htmlspecialchars($fullcaption,ENT_QUOTES), $image);
170 $image = str_replace("#REPLACEPORTNUMBER#", $port, $image);
173 …$image = str_replace("#REPLACEX#", 80+$position*43+$group*10, $image); // offset from edge+width o…
174 $image = str_replace("#REPLACEY#", 20+$row*66, $image);
175 return $image;
/plugin/pageimage/
H A Dsyntax.php32 $image = trim(substr($match, 12, -2)); // strip markup & whitespace
33 $image = cleanID($image);
34 if(!$image) return false;
35 return $image;
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc12 CKEDITOR.plugins.add( 'image', {
15 icons: 'image', // %REMOVE_LINE_CORE%
17 var pluginName = 'image';
27 label: editor.lang.common.image,
36 evt.data.dialog = 'image';
42 image: {
43 label: editor.lang.image.menu,
44 command: 'image',
45 group: 'image'
54 return { image: CKEDITOR.TRISTATE_OFF };
[all …]
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc12 CKEDITOR.plugins.add( 'image', {
15 icons: 'image', // %REMOVE_LINE_CORE%
17 var pluginName = 'image';
27 label: editor.lang.common.image,
36 evt.data.dialog = 'image';
42 image: {
43 label: editor.lang.image.menu,
44 command: 'image',
45 group: 'image'
54 return { image: CKEDITOR.TRISTATE_OFF };
[all …]
/plugin/magnifier/
H A DREADME.md4 …magnifier) that renders a loupe over a smaller sized image. Inside the loupe will be the full imag…
6 _Note:_ The image of the loupe cannot be changed at the moment since the script requires its curren…
13 The syntax is synonymous to the image syntax.
19 * __%IMAGE%__ - is the usual image syntax including sizing specifiers
20 * __%TITLE%__ - a title for the image.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php36 public $image; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
85 public function setImage($image) argument
87 $this->image = $image;
94 return $this->image;
/plugin/imagemapping/
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 four 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 ma
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php117 function image($image, $x, $y, $scale) { function in OutputDriverFastPS
119 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
127 $image,
135 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
143 $image,
151 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
157 $image,
165 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
171 $image,
179 $id = $image_encoder->auto($this, $image, $size_x, $size_y, $tcolor, $image, $mask);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1image/jplayer.blue.monday.jpg) no-repeat}.jp-play:focus{background:url(../image/jplayer.blue.monda…
/plugin/imageflow/
H A Dscript.js164 this.image = null;
179 var img = this.image.get(0);
191 this.image = $(new Image());
203 this.image.bind('load', __self.finish);
237 _self.specialClick.call(imageElement.image, {target: imageElement.image});
254 this.image = $(new Image());
264 this.image.attr({
334 imageElement.image.show();
367 imageElement.image.hide();
376 imageElement.image.show();
[all …]
/plugin/actickets/
H A Dstyle.css11 background-image: url(imgs/highest.gif);
15 background-image: url(imgs/high.gif);
19 background-image: url(imgs/normal.gif);
23 background-image: url(imgs/low.gif);
27 background-image: url(imgs/lowest.gif);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DImageFamilyView.php28 public function setImage(Image $image) argument
30 $this->image = $image;
37 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DImageItem.php28 public function setImage(Image $image) argument
30 $this->image = $image;
37 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DImagesUploadResponse.php28 public function setImage(Image $image) argument
30 $this->image = $image;
37 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1FeedbackMessage.php33 public $image; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1FeedbackMessage
74 public function setImage($image) argument
76 $this->image = $image;
83 return $this->image;
/plugin/ckgdoku/ckeditor/skins/moono/
H A Ddialog_opera.css5image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-mo…
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog_opera.css5image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#cfd1cf));background-image:-mo…
/plugin/snap/
H A Dsyntax.php.ori65 //Proportions largeur/hauteur de l'image de la capture
69 //Taille de l'image par defaut
70 //Default image size
74 //Taille maximale autorisee pour l'image
75 //Max allowed image size
162 else $image=$param;
163 $image.="_".$larg."x".$haut.".jpg";
178 error_log("$image try #$try");
184 error_log("$image aborting");
189 error_log("$image launch snap");
[all …]
/plugin/pageimage/_test/
H A Dpagelist.test.php18 $image = $this->helper->td('pageimage:page');
19 $this->assertEquals('',$image);
25 $image = $this->helper->td('pageimage:page');
27 $this->assertContains('media=wiki:dokuwiki-128.png',$image);

12345678910>>...44