Home
last modified time | relevance | path

Searched refs:image (Results 101 – 125 of 1085) sorted by relevance

12345678910>>...44

/plugin/sync/
H A Dstyle.css49 list-style-image: url(pix/skipped.png);
53 list-style-image: url(pix/del_okay.png);
57 list-style-image: url(pix/del_fail.png);
61 list-style-image: url(pix/right_okay.png);
65 list-style-image: url(pix/right_fail.png);
69 list-style-image: url(pix/left_okay.png);
73 list-style-image: url(pix/right_fail.png);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageListSelectItem.php52 public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) argument
54 $this->image = $image;
61 return $this->image;
H A DGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem.php52 public function setImage(GoogleCloudDialogflowV2beta1IntentMessageImage $image) argument
54 $this->image = $image;
61 return $this->image;
H A DGoogleCloudDialogflowV2IntentMessageCarouselSelectItem.php52 public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) argument
54 $this->image = $image;
61 return $this->image;
H A DGoogleCloudDialogflowV2beta1IntentMessageListSelectItem.php52 public function setImage(GoogleCloudDialogflowV2beta1IntentMessageImage $image) argument
54 $this->image = $image;
61 return $this->image;
H A DGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php70 public function setImage(GoogleCloudDialogflowV2beta1IntentMessageImage $image) argument
72 $this->image = $image;
79 return $this->image;
H A DGoogleCloudDialogflowV2IntentMessageBasicCard.php71 public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) argument
73 $this->image = $image;
80 return $this->image;
H A DGoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php70 public function setImage(GoogleCloudDialogflowV2IntentMessageImage $image) argument
72 $this->image = $image;
79 return $this->image;
H A DGoogleCloudDialogflowV2beta1IntentMessageBasicCard.php71 public function setImage(GoogleCloudDialogflowV2beta1IntentMessageImage $image) argument
73 $this->image = $image;
80 return $this->image;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_skyblue.css20 background-image: -webkit-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
21 background-image: -moz-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
22 background-image: -ms-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
23 background-image: linear-gradient(to top, #ffe09d 0%, #ffeabb 100%);
34 background-image: -webkit-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
35 background-image: -moz-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
36 background-image: -ms-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
37 background-image: linear-gradient(to top, #ffe09d 0%, #ffeabb 100%);
216 background-image: -ms-linear-gradient(top, #ffe09d 0%, #ffeabb 100%);
217 background-image: linear-gradient(to top, #ffe09d 0%, #ffeabb 100%);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DOption.php72 public function setImage(Image $image) argument
74 $this->image = $image;
81 return $this->image;
/plugin/farm/install/animaltemplate/conf/
H A Dmime.conf3 jpg image/jpeg
4 jpeg image/jpeg
5 gif image/gif
6 png image/png
32 odi application/vnd.oasis.opendocument.image
/plugin/dtable/
H A Dstyle.css49 #dtable_context_menu li.edit a { background-image: url(images/edit.png); }
50 #dtable_context_menu li.remove a { background-image: url(images/remove.png); }
51 #dtable_context_menu li.insert_after a { background-image: url(images/insert_after.png); }
52 #dtable_context_menu li.insert_before a { background-image: url(images/insert_before.png); }
55 .dtable .panlock { background-image: url("images/panlock.png"); }
56 .dtable .panunlock { background-image: url("images/panunlock.png"); }
/plugin/minimap/
H A Dstyle.css12 …background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" wid…
40 border-image-outset: 0 0 0 0;
41 border-image-repeat: stretch stretch;
42 border-image-slice: 100% 100% 100% 100%;
43 border-image-source: none;
44 border-image-width: 1 1 1 1;
100 border-image-outset: 0 0 0 0;
101 border-image-repeat: stretch stretch;
102 border-image-slice: 100% 100% 100% 100%;
103 border-image-source: none;
[all …]
/plugin/prosemirror/action/
H A Dajax.php87 $image = $INPUT->arr('image');
91 $image['id'],
92 $image['title'],
93 $image['align'],
94 $image['width'],
95 $image['height'],
96 $image['cache']
/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l2.image.encoder.stream.inc.php6 function by_lines($image, &$size_x, &$size_y) { argument
9 $size_x = imagesx($image->get_handle());
10 $size_y = imagesy($image->get_handle());
13 imagecopymerge($dest_img, $image->get_handle(), 0, 0, 0, 0, $size_x, $size_y, 100);
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 Doutput._interface.class.php44 function image($image, $x, $y, $scale) {} function in OutputDriver
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
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1GridItem.php62 public function setImage(GoogleAppsCardV1ImageComponent $image) argument
64 $this->image = $image;
71 return $this->image;
H A DWidgetMarkup.php49 public function setImage(Image $image) argument
51 $this->image = $image;
58 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelBrandingSettings.php63 public function setImage(ImageSettings $image) argument
65 $this->image = $image;
72 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DDeidentifyConfig.php62 public function setImage(ImageConfig $image) argument
64 $this->image = $image;
71 return $this->image;
/plugin/snap/
H A Dhelper.php192 if ($url==$param) $image="web_".rawurlencode($param);
193 else $image=$param;
194 $image.="_".$larg."x".$haut.".jpg";
195 $imagePath=$this->outputPath.$image;
215 error_log("SNAP: $image try #$try");
221 error_log("SNAP: $image aborting");
227 error_log("SNAP: $image launch snap");
238 error_log("SNAP: $image found in cache");
261 error_log("SNAP: $image not found after snap");
265 error_log("SNAP: $image available");
/plugin/blogtng/db/
H A Dupdate0005.sql7 image, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
25 image, field
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak220 "image;image=/com/mxgraph/examples/swing/images/bell.png", 50,
224 "image;image=/com/mxgraph/examples/swing/images/box.png", 50,
232 "image;image=/com/mxgraph/examples/swing/images/cube_green.png",
252 "roundImage;image=/com/mxgraph/examples/swing/images/gear.png",
256 "image;image=/com/mxgraph/examples/swing/images/house.png", 50,
264 "image;image=/com/mxgraph/examples/swing/images/package.png",
272 "image;image=/com/mxgraph/examples/swing/images/printer.png",
276 "image;image=/com/mxgraph/examples/swing/images/server.png",
284 "image;image=/com/mxgraph/examples/swing/images/workplace.png",
337 "roundImage;image=/com/mxgraph/examples/swing/images/link.png",
[all …]

12345678910>>...44