Home
last modified time | relevance | path

Searched refs:thumbnail (Results 126 – 150 of 169) sorted by path

1234567

/plugin/diagramsnet/lib/resources/
H A Ddia_ro.txt1074 thumbnail=Thumbnail
H A Ddia_ru.txt1074 thumbnail=Эскиз
H A Ddia_si.txt1074 thumbnail=Thumbnail
H A Ddia_sk.txt1074 thumbnail=Thumbnail
H A Ddia_sl.txt1074 thumbnail=Thumbnail
H A Ddia_sr.txt1074 thumbnail=Thumbnail
H A Ddia_sv.txt1074 thumbnail=Thumbnail
H A Ddia_sw.txt1074 thumbnail=Thumbnail
H A Ddia_ta.txt1074 thumbnail=Thumbnail
H A Ddia_te.txt1074 thumbnail=Thumbnail
H A Ddia_th.txt1074 thumbnail=Thumbnail
H A Ddia_tr.txt1074 thumbnail=Thumbnail
H A Ddia_uk.txt1074 thumbnail=Thumbnail
H A Ddia_vi.txt1074 thumbnail=Thumbnail
H A Ddia_zh-tw.txt1074 thumbnail=Thumbnail
H A Ddia_zh.txt1074 thumbnail=Thumbnail
/plugin/externalembed/
H A DREADME.md31 * Set **THUMBNAIL_CACHE_TIME** Parameter - this is the time in hours before the thumbnail cache exp…
H A Dscript.js64 json.thumbnail +
H A Dsyntax.php577 return $thumbnail['thumbnail']; //return the thumbnail encoded data
/plugin/externalembed/helper/
H A DcacheInterface.php57 …return array('url' => $img_url, 'thumbnail' => $thumbnail); //return thumbnail data to be cached o…
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf2879 https?:\/\/([^\/]*\.)?free-mature-thumbnail-post\.gameover\.in\.ua
3064 https?:\/\/([^\/]*\.)?fucking-machine-thumbnail\.protime\.in\.ua
3420 https?:\/\/([^\/]*\.)?hardcore-amateur-thumbnail\.travel-ag\.uzhgorod\.ua
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt78 DlgFileBrowserThumbnail: 'thumbnail',
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst243 $filter = new \Twig\TwigFilter('thumbnail', function ($file, array $options = []) {
/plugin/gallery2/dwgallery/
H A Ddwgallery.php410 $thumbnail[] = $path.'thumb_'.$filename;
416 $thumbnail[] = $path.'thumb_'.$filename;
422 $thumbnail[] = $path.'thumb_'.$filename;
428 $thumbnail[] = $path.'thumb_'.$filename;
439 sort($thumbnail);
445 $array[2] = $thumbnail;
461 $thumbnail = $gallery['thumbnail'][$nr];
480 if ($type == 1) imagegif($newimage, $thumbnail);
481 elseif ($type == 2) imagejpeg($newimage, $thumbnail);
482 elseif ($type == 3) imagepng($newimage, $thumbnail);

1234567