Home
last modified time | relevance | path

Searched refs:img (Results 26 – 50 of 749) sorted by last modified time

12345678910>>...30

/plugin/photogallery/lightGallery/css/
H A Dlg-fb-comment-box.min.css1img/loading.gif) center center no-repeat #fff}.lg-outer.fb-comments .fb-comments.fb_iframe_widget{…
H A Dlightgallery.css328 .lg-outer .lg-thumb-item img {
404 background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
410 background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
421 background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
492 .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
586 .lg-outer .lg-pager-thumb-cont img {
791 .lg-outer.lg-grab img.lg-object {
798 .lg-outer.lg-grabbing img.lg-object {
834 .lg-outer .lg-item, .lg-outer .lg-img-wrap {
841 .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
[all …]
H A Dlightgallery.min.css1img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.…
/plugin/photogallery/phpThumb/demo/
H A Djavascript_api.js91 var i, img;
100 return img;
214 var img = getImage(myImage);
216 return img.container.pageX + img.x;
218 return img.x;
228 var img = getImage(myImage);
229 if (img.container != null)
230 return img.container.pageY + img.y;
232 return img.y;
243 return img.width;
[all …]
H A DphpThumb.demo.demo.php92 $img['square'] = 'images/disk.jpg';
93 $img['landscape'] = 'images/loco.jpg';
95 $img['unrotated'] = 'images/monkey.jpg';
98 $img['levels2'] = 'images/lilies.jpg';
100 $img['alpha'] = 'images/alpha.png';
104 $img['mask1'] = 'images/mask04.png';
111 $img['bmp'] = 'images/winnt.bmp';
116 $img['small'] = 'images/small.jpg';
117 $img['big'] = 'images/big.jpg';
165img['landscape'].'&w=300&fltr[]=mask|'.$img['mask3'].'&f=png', 'src='.$img['landscape'].'&w=300&fl…
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt927 echo '<img src="'.phpThumbURL('src=pic.jpg&w=50').'">';
1447 * Custom error image option (&err=img.jpg) which can
H A Dphpthumb.faq.txt35 standard <img src="phpThumb.php?src=pic.jpg&w=100"> manner
68 generated thumbnail (so I can put it in the <img> width/height)?
80 echo "<img src=\"$url\" width=\"$newW\" height=\"$newH\">';
224 (you'll need to generate the <img> tags with phpThumbURL()
H A Dphpthumb.readme.txt73 <img src="phpThumb.php?src=/image.jpg&w=100&hash=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">
76 …echo '<img src="'.htmlspecialchars(phpThumbURL('src=/images/pic.jpg&w=50', '/path/to/phpThumb.php'…
188 echo '<img src="'.phpThumbURL('src=pic.jpg&w=50', '/path/to/phpThumb.php').'">';
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default254 // echo '<img src="'.htmlspecialchars(phpThumbURL('src=/images/pic.jpg&w=50', '/phpThumb/phpThumb…
H A Dphpthumb.functions.php267 public static function GetPixelColor(&$img, $x, $y) { argument
268 if (!is_resource($img) && !(is_object($img) && $img instanceOf \GdImage)) {
271 return @imagecolorsforindex($img, @imagecolorat($img, $x, $y));
1081 function imagealphablending(&$img, $blendmode=true) { argument
1090 function imagesavealpha(&$img, $blendmode=true) { argument
H A Dphpthumb.gif.php46 if ($img = @imagecreatefromstring($PNGdata)) {
49 return $img;
51 } elseif ($img = $gif->getGD_PixelPlotterVersion()) {
58 return $img;
132 if ($img = @imagecreatefromstring($gif->getPng($bgColor))) {
133 if (@imagejpeg($img, $lpszFileName)) {
H A Dphpthumb.unsharp.php46 public static function applyUnsharpMask(&$img, $amount, $radius, $threshold) { argument
58 $w = imagesx($img);
59 $h = imagesy($img);
77 imagecopy($imgBlur, $img, 0, 0, 0, 0, $w, $h);
85 imagecopy( $imgBlur, $img, 0, 0, 1, 0, $w - 1, $h); // left
86 imagecopymerge($imgBlur, $img, 1, 0, 0, 0, $w , $h, 50); // right
100 $rgbOrig = imagecolorat($img, $x, $y);
118 $pixCol = imagecolorallocate($img, $rNew, $gNew, $bNew);
119 imagesetpixel($img, $x, $y, $pixCol);
126 $rgbOrig = imagecolorat($img, $x, $y);
[all …]
/plugin/photogallery/
H A Dscreen.less11 div.dokuwiki div.gallery table img.tn {
26 div.dokuwiki div.gallery img.tn {
H A Dsyntax.php243 if(empty($img)){
526 foreach($files as $img){
546 $img = $files[0];
640 if (empty($img['isimg']) && empty($img['isvid'])) return '';
644 $ID = $img['id'];
753 if (!empty($img['isvid'])) {
776 function _meta($img,$opt){ argument
910 function _exif($img){ argument
912 $jpeg = $img['meta'] ?? null;
949 foreach($files as $img) {
[all …]
H A Dall.less62 .pg-poster a > img {
72 .pg-poster a:hover > img {
77 .pg-poster a:hover .pg-zoom > img {
93 .pg-poster a .pg-zoom > img {
109 .pg-poster > a > img {
120 .pg-poster > a:hover > img {
125 .pg-poster > a:hover .pg-zoom > img {
141 .pg-poster > a .pg-zoom > img {
157 .pg-poster .video .pg-zoom img {
/plugin/latex-was/
H A Dlatexinc.php109 …$renderer->doc .= '<img src="'.$url.'" class="'.$data['class'].'" alt="'.htmlspecialchars($data[0]…
/plugin/mikioplugin/
H A DREADME.md1 <img src="https://raw.githubusercontent.com/nomadjimbob/nomadjimbob/master/wiki/mikioplugin/images/mikio_plugin_header.png">
3 [![License: GPL-2](https://img.shields.io/github/license/nomadjimbob/mikioplugin?color=blue)](LICENSE)
4 [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/james.collins%40outlook.com.au)
/plugin/mikioplugin/assets/
H A Dstyles.less631 img,
873 img,
903 img,
942 .mikiop-carousel-inner img {
1002 img {
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md5 [![Build Status](https://img.shields.io/travis/erusev/parsedown/master.svg?style=flat-square)](https://travis-ci.org/erusev/parsedown)
6 <!--[![Total Downloads](http://img.shields.io/packagist/dt/erusev/parsedown.svg?style=flat-square)](https://packagist.org/packages/erusev/parsedown)-->
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe19537 img ur
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md3 [![License](https://img.shields.io/github/license/vanderlee/php-sentence.svg)]()
/plugin/imagemapping/
H A Dstyle.css
H A Dsyntax.php64 $img = Doku_Handler_Parse_Media(substr($match, 6, -2));
65 if ($img['title']) {
66 $mapname = str_replace(':', '', cleanID($img['title']));
70 if ($img['type'] == 'internalmedia') {
71 $src = $img['src'];
76 $src = parse_url($img['src']);
84 $args = [$state, $img['type'], $img['src'], $img['title'], $mapname,
85 $img['alig
[all...]
H A Dall.css
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js

12345678910>>...30