Home
last modified time | relevance | path

Searched refs:Image (Results 51 – 75 of 300) sorted by relevance

12345678910>>...12

/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties89 image=Image
109 backgroundImage=Background Image
150 imagePreview=Image Preview
182 noImageData=No Image Data
H A Deditor.properties.bak85 image=Image
105 backgroundImage=Background Image
146 imagePreview=Image Preview
178 noImageData=No Image Data
H A Deditor_zh-CN.properties86 image=Image
105 backgroundImage=Background Image
146 imagePreview=Image Preview
178 noImageData=No Image Data
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java48 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image;
114 Map<Image, ImageTag> imageCache = new IdentityHashMap<Image, ImageTag>(); in encode()
230 Image image; in encode()
231 if (shapeContent instanceof Image) { in encode()
232 image = (Image) shapeContent; in encode()
H A DScreenRecorder.java27 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image;
214 …Map<Region, Image> imageCache = new IdentityHashMap<Region, VideoEncoder.Fragment.Frame.Shape.Imag… in getMovie()
253 imageCache.put(region, (Image) content); in getMovie()
/plugin/combo/resources/images/
H A DREADME.md1 # Image for Actions
/plugin/freechat/phpfreechat/data/public/js/
H A Dimage_preloader.js10 (new Image()).src = preloadImages.arguments[i];
/plugin/imageflow/
H A Dscript.js102 var loadImage = new Image();
121 var loadImage = $(new Image());
125 var loadImage = $(new Image());
135 var intermediate = new Image();
191 this.image = $(new Image());
254 this.image = $(new Image());
720 function img(url) { var i = new Image(); i.src = url; return i; }
721 if ('naturalWidth' in (new Image())) {
/plugin/combo/resources/page-image/
H A DREADME.md1 # Page Image
/plugin/imagepreview/
H A Dplugin.info.txt6 desc Preview Image in editor
/plugin/imagelink/
H A Dplugin.info.txt5 name Image Link Plugin
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DImage.php
/plugin/lightboxv2/
H A Dscript.js6 …ainer").hide(),b("#imageData").hide()),p())}function p(){imgPreloader=new Image;imgPreloader.onloa…
10 …NextImage=new Image,preloadNextImage.src=a.imageArray[a.activeImage==a.imageArray.length-1?0:a.act…
11 …e&&(preloadNextImage=new Image,preloadNextImage.src=a.imageArray[a.activeImage+1][0]),0<a.activeIm…
/plugin/imagemap/
H A Dplugin.info.txt5 name Image Map Plugin
/plugin/imapmarkers/
H A Dplugin.info.txt6 desc Image Maps With Markers
/plugin/combo/
H A DREADME.md26 * [First Class Image (responsive resizing, native svg)](https://combostrap.com/image)
36 * [Image Gallery](https://combostrap.com/carrousel)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageTypeGuesser.php3 namespace Mpdf\Image;
/plugin/revealjs/plugin/markdown/
H A Dexample.md36 ![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png)
/plugin/imagemapping/
H A Dplugin.info.txt5 name Image Map Plugin
/plugin/airtable/
H A DREADME.md59 `{{airtable>type: "table" | fields: "Name", "# of bulbs", "Posted By", "Post Text", "Post Image(s)"…
72 * `alt-tag` - used if an image is found - Image
88 * `alt-tag: ` - Image description. [How to write a good alt tag](https://moz.com/learn/seo/alt-text)
102 ![Image Example](images/image.JPG)
/plugin/lightbox/
H A Dscript.js188 imgPreload = new Image();
335 var imgPreloader = new Image();
375 var imgPreloadCloseButton = new Image();
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php8 use FINDOLOGIC\Export\Data\Image; alias
136 $item->addImage(new Image($image, $type, $usergroup));
/plugin/jalbum/
H A Dscript.js16 fotos[Neu].pic = new Image();
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6Image(),J=new Image(),H,a,h,q,I,d,G,c,A,K;w(function(){w("body").append(w([H=w('<div id="lbOverlay…
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php

12345678910>>...12