Home
last modified time | relevance | path

Searched refs:image (Results 351 – 375 of 1085) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DCommentAuthor.php68 public function setImage(CommentAuthorImage $image) argument
70 $this->image = $image;
77 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DPageElement.php86 public function setImage(Image $image) argument
88 $this->image = $image;
95 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DOccurrence.php188 public function setImage(ImageOccurrence $image) argument
190 $this->image = $image;
197 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php181 public function setImage(ResultImage $image) argument
183 $this->image = $image;
190 return $this->image;
/plugin/a2s/
H A Ddemo.txt121 …* identifier removal. By default the id is left in the image. This is useful when you have enough …
128image is right-aligned, if there are more spaces on the right, the image is left-aligned. When the…
/plugin/vshare/
H A Dall.css14 background-image: url(video.svg);
/plugin/tablelayout/
H A Dstyle.less126 background-image: url('images/sort.svg');
130 background-image: url('images/sort-ascending.svg');
134 background-image: url('images/sort-descending.svg');
155 background-image: none;
/plugin/layeranimation/
H A Dstyle.less171 background-image: url('images/play-pause.gif');
/plugin/latex-was/
H A DTODO6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/structtemplate/_vagrant/
H A DVagrantfile33 # Base image
/plugin/popupviewer/
H A DREADME.md14 ```%IMAGE/PAGE%``` | an image or a page as you know it from DokuWiki
17 ```%TEXT/IMAGE%``` (optional) | Here you can set the name or an additional image. This will be dis…
23 * ```keepOpen``` only has an effect when using a page id, never with an image.
H A Dscript.js168 var image = $(img);
179 content.append(image);
184 …Popup(popupData.width, popupData.height, additionalContent.innerHeight(), image, false, popupData.…
672 var image = new Image();
675 … $(image).on('load.' + eventNamespace + ' error.' + eventNamespace, function (event) {
688 image.src = img.src;
/plugin/openas/
H A Dstyle.css12 background-image: url(../../images/notify.png);
/plugin/xtern/
H A Dstyle.css5 background-image: url("images/xtern_green.png");
11 background-image: url("images/xtern_red.png");
17 background-image: url("images/xtern_xcluded.png");
/plugin/pagebuttons/
H A Ddocker-compose.yml8 image: bitnami/dokuwiki:20200729
/plugin/move/
H A Dstyle.less77 list-style-image: url(images/page.png);
80 list-style-image: url(images/disk.png);
83 list-style-image: url(images/page_link.png);
121 background-image: url(images/sprite.png);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/passpolicy/
H A D10k-common-passwords.txt8185 image
H A Dwords.txt1784 image
/plugin/phosphor/
H A Dphosphor.php135 …$style = 'background-image:url(' . ml($background['src'], array( 'w' => $background['width'], 'h' …
/plugin/multiorphan/
H A Dstyle.less154 div.panelContent .image {
159 div.panelContent .image img {
/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 …]
H A DREADME.md13image implementation - meaning: when an image is not being loaded within a certain time frame - an…
24 <image %IMAGE%[?width=%WIDTH%&linkto=%LINKTO%]>%DESCRIPTION%</image>
33 …, the user will be redirected to the wiki page, instead of getting a popup when clicking the image.
H A Dstyle.css49 background-image:url(images/sb.gif);
64 background-image:url(images/sc.gif);
76 background-image:url(images/sl.gif);
87 background-image:url(images/sr.gif);
/plugin/strata/
H A Dstyle.css7 background-image: url(../../images/error.png);
82 background-image: url('images/sort_both.png');
88 background-image: url('images/sort_asc.png');
94 background-image: url('images/sort_desc.png');

1...<<11121314151617181920>>...44