Home
last modified time | relevance | path

Searched refs:image (Results 126 – 150 of 1085) sorted by relevance

12345678910>>...44

/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte31 const image = new Image();
32 image.onload = exporter(canvas, context, image);
35 image.src = `data:image/svg+xml;base64,${getBase64SVG()}`;
40 const downloadImage = (canvas, context, image) => {
42 context.drawImage(image, 0, 0, canvas.width, canvas.height);
47 .toDataURL('image/png')
48 .replace('image/png', 'image/octet-stream');
57 const clipboardCopy = (canvas, context, image) => {
59 context.drawImage(image, 0, 0, canvas.width, canvas.height);
85 event.target.href = `data:image/svg+xml;base64,${getBase64SVG()}`;
/plugin/issuelinks/
H A Dstyle.less60 …background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAaV…
70 …background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAMF…
258 background-image: url('images/issue-opened.svg');
263 …background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAUVBMVE…
266 …background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAbFBMV…
271 …background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAbFBMV…
274 …background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAUVBMVE…
279 …background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA/0lEQV…
/plugin/button/
H A Dsyntax.php3 * Plugin Button : Add button with image support syntax for links
12 [[{namespace:image|extra css}wiki page|Title of the link]]
29 30/04/2020 : Fixed spaces in image field
195 if (preg_match('/\[\[{ *(?<image>[^}\|]*) *\|?(?<css>[^}]*)}(?<link>[^\]\|]*)\|?(?<title>[^\]]*)/', $match, $matches)) {
199 if ($data['image'] == 'conf.styles') {
201 } else if ($data['image'] == 'conf.target') {
245 $image = $match['image'];
246 if (($image != "conf.target") && ($image !
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DPromotion.php89 public function setImage(PromotionImage $image) argument
91 $this->image = $image;
98 return $this->image;
/plugin/html2pdf/html2pdf/html2ps/
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}";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageTableCard.php71 public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) argument
73 $this->image = $image;
80 return $this->image;
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCard.php71 public function setImage(GoogleCloudDialogflowV2beta1IntentMessageImage $image) argument
73 $this->image = $image;
80 return $this->image;
/plugin/galleryv1.5/
H A Dstyle.css46 background-image: url(images/overlay.png);
59 background-image: url(images/overlayie.png);
63 .magazine-image {
70 .magazine-image .magazineImage, .magazine-image a {
/plugin/mapillary/
H A Dsyntax.php131 list ($image, $width, $sequences, $legs, $float) = $data;
142 if (!empty ($image)) {
143 $url .= 'image=' . $image . '&';
154 … ' style="width:' . $width . 'px;height:' . $height . 'px;"; title="Mapillary (' . $image . ')">';
157 …$renderer->externalmedia($image_url, 'Mapillary (' . $image . ')', 'left', 1024, null, 'cache', 'n…
/plugin/supa/
H A DREADME.txt3 any image from the local clipboard) to a website?
4 Usually you go through the hassle of pasting the image into an image editor
5 (or worse: WinWord), save the image and upload this file.
7 Now imagine, you could save all those steps and paste the image directly from
/plugin/likeit/
H A Dstyle.css36 .plugin_likeit.image {
39 background-image: url('images/thumbs-o-up.png');
41 width: 16px; /*or your image's width*/
42 height: 13px; /*or your image's height*/
79 background-image: url('loading23.gif');
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgrayscale.min.css1image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCII…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DREADME.md5 | [![Build status][Master image]][Master] | [![Build status][1.x image]][1.x] |
6 | [![Coverage Status][Master coverage image]][Master coverage] | [![Coverage Status][1.x coverage i…
46 [Master image]: https://img.shields.io/travis/schmittjoh/serializer/master.svg?style=flat-square
48 …[Master coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/serializer/maste…
51 [1.x image]: https://img.shields.io/travis/schmittjoh/serializer/1.x.svg?style=flat-square
53 …[1.x coverage image]: https://img.shields.io/scrutinizer/coverage/g/schmittjoh/serializer/1.x.svg?…
/plugin/tagfilter/
H A Dstyle.css13 background-image: url('./../../images/loading.gif');
155 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
156 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
157 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
159 background-image: linear-gradient(to top, #eee 0%, #fff 50%);
167 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
168 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
169 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
171 background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
295 background-image
[all...]
/plugin/elasticsearch/
H A Ddocker-compose.yml4 image: elasticsearch:7.5.2
13 image: kibana:7.5.2
19 image: mattfullerton/tika-tesseract-docker
/plugin/note/
H A Dodt.css21 background-image: url(images/bw/note.png);
26 background-image: url(images/bw/important.png);
31 background-image: url(images/bw/warning.png);
36 background-image: url(images/bw/tip.png);
H A Dstyle.css25 background-image: url(images/note.png);
31 background-image: url(images/important.png);
37 background-image: url(images/warning.png);
43 background-image: url(images/tip.png);
/plugin/tagfilter/script/select2/
H A Dselect2.css52 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
53 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
54 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
56 background-image: linear-gradient(to top, #eee 0%, #fff 50%);
64 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
65 background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
66 background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
68 background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
192 background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
193 background-image
[all...]
/plugin/feed/
H A Dfeed.php91 $image = new FeedImage(); variable
92 $image->title = $conf['title'];
93 $image->url = DOKU_URL . "lib/images/favicon.ico";
94 $image->link = DOKU_URL;
95 $rss->image = $image;
/plugin/rrdgraph/
H A Dscript.js11 var image = jQuery("img#__I" + graphId);
17 image.addClass("rrdLoading");
19 image.load(function() {
26 var imageUri = image.attr("src");
29 image.attr("src", imageUri);
/plugin/farmer/css/
H A Dchosen.less190 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
191 background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
192 background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
193 background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
194 background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
227 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
228 background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
229 background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
230 background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
231 background-image
[all...]
/plugin/mindmap/
H A Dimg.php17 $image = $plugin->get_graphviz_image( $data ); variable
19 if (!$image) _fail();
26 echo $image;
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt172 * the dimensions of the source image
173 * the dimensions of the output image
196 src = filename of source image
197 new = create new image, not thumbnail of existing image.
210 f = output image format, one of:
334 source image width/height;
340 - "over" (OVERlay/underlay image) overlays an image on
420 flip image on X or Y axis
455 - "crop" (CROP image)
523 image is landscape or portrait.
[all …]
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php678 return $image;
730 var $image; variable in expression
861 $this->image = $this->noeuds[0]->image;
1016 $this->image=$result;
1042 $this->image=$result;
1082 $this->image=$result;
1122 $this->image=$result;
1227 $this->image=$imgfin;
1255 $this->image=$imgfin;
1283 $this->image=$imgfin;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php226 public function addImage(Image $image) argument
228 if (!array_key_exists($image->getUsergroup(), $this->images)) {
229 $this->images[$image->getUsergroup()] = [];
232 array_push($this->images[$image->getUsergroup()], $image);
237 foreach ($images as $image) {
238 $this->addImage($image);

12345678910>>...44