Home
last modified time | relevance | path

Searched refs:image (Results 751 – 775 of 1085) sorted by path

1...<<31323334353637383940>>...44

/plugin/keyboard/
H A Dall.css34 background-image: -moz-linear-gradient(top, #eee, #f9f9f9, #eee);
35 background-image: -o-linear-gradient(top, #eee, #f9f9f9, #eee);
36 background-image: -webkit-linear-gradient(top, #eee, #f9f9f9, #eee);
37 background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
/plugin/latex-was/
H A DTODO6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/latex/
H A DTODO6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
/plugin/latexcaption/
H A DREADME.md71 <caption>A really long subfigure caption much longer than the image that needs to wrap</caption>
86 It is also possible to have more than one image in a figure/subfigure to group them with one captio…
/plugin/latexit/
H A Dstyle.css23 background-image: url(pagetools-latexitexport-sprite.png);
/plugin/latexport/examples/
H A Dexample.tex110 \usepackage{pdfpages} % To import a full image for the half-title
119 \includepdf{couverture.jpg} % This image should have same ratio as paper in your documen…
/plugin/layeranimation/
H A Dstyle.less171 background-image: url('images/play-pause.gif');
/plugin/lightbox/
H A Dplugin.info.txt6 desc Implements lightbox js for image media that uses {{images:image.png}} and similar
H A Dstyle.css18 #overlay{ background-image: url(overlay.png); }
22 background-image: url(blank.gif);
/plugin/lightboxv2/
H A Dscript.js9 …ray[a.activeImage][1]).show();if(1<a.imageArray.length){var c;c=a.strings.image+(a.activeImage+1)+…
15 …o; Previous",nextLinkText:"Next &raquo;",closeTitle:"close image gallery",image:"Image ",of:" of "… property in b.fn.lightbox.defaults.strings
/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/linkmanager/
H A Dstyle.css38 list-style-image: none;
44 list-style-image: none;
/plugin/linksuggest/
H A Dscript.js62 let image;
71 image = 'ns.png';
73 image = 'page.png';
75 return '<img alt="' + alt + '" src="' + DOKU_BASE + 'lib/images/' + image + '"> ' + linksuggest_escape(value) + title;
181 let image;
189 image = 'ns.png';
191 image = 'media_link_nolnk.png';
193 return '<img alt="' + alt + '" src="' + DOKU_BASE + 'lib/images/' + image + '"> ' + linksuggest_escape(value);
/plugin/lists/
H A Dstyle.css4 ol,ul,div.dokuwiki ol,div.dokuwiki ul{list-style-position:outside;list-style-image:none;margin:0 0 …
H A Dsyntax_plugin_lists.css25 list-style-image: none;
/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/mapillary/
H A DCHANGES20 * make it possible to have more than one image embedded
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/math2/phpmathpublisher/
H A DCHANGELOG2image caching system has been improved. The png images corresponding to the formulas are now gener…
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/mathpublish/phpmathpublisher/
H A DExpression.php29 public $image; variable in RL\\PhpMathPublisher\\Expression
H A DHelper.php775 $image = $this->displaySymbol($style, $height);
777 return $image;
H A DMathExpression.php171 $this->image = $this->nodes[0]->image;
318 $this->image = $result;
344 $this->image = $result;
379 $this->image = $result;
414 $this->image = $result;
443 $this->image = $result;
478 $this->image = $result;
515 $this->image = $imgFin;
543 $this->image = $imgFin;
571 $this->image = $imgFin;
[all …]
H A DPhpMathPublisher.php117 $v = 1000 - imagesy($formula->image) + $formula->verticalBased + 3;
119 imagepng($formula->image, $file);
H A DTextExpression.php42 $this->image = $this->helper->displayMath($this->text, $size);
43 $this->verticalBased = imagesy($this->image) / 2;

1...<<31323334353637383940>>...44