Home
last modified time | relevance | path

Searched refs:thumbnail (Results 26 – 50 of 169) sorted by relevance

1234567

/plugin/photogallery/
H A Dscript.js17 thumbnail:true,
/plugin/mediathumbnails/
H A Dplugin.info.txt6 desc Extracts a thumbnail from media files (ODT, DOCX, PPTX, PDF, JPG, etc.) in a media library a…
H A Dsyntax.php67 $thumb = new thumbnail($mediapath_file,$this);
H A DREADME.md2 Extracts a thumbnail from media files (ODT, DOCX, PPTX, PDF, JPG, etc.) in a media library and show…
H A Dthumbnail.php15 class thumbnail { class
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt62 thumbnail (Photoshop for example) which phpThumb can use as an
68 generated thumbnail (so I can put it in the <img> width/height)?
137 don't actually see the thumbnail, I just get a browser image
139 thumbnail images pop into place really fast.
169 EXIF thumbnail as the image source, which is usually about
177 Q: Can I save the generated thumbnail to a file?
180 thumbnail to whatever filename you want.
195 To disable off-server thumbnail blocking, just set:
242 Q: How do I write the output thumbnail back to a database instead
320 parameter of phpThumb to specify which page to thumbnail.
[all …]
H A Dphpthumb.readme.txt197 new = create new image, not thumbnail of existing image.
202 w = max width of output thumbnail in pixels
203 h = max height of output thumbnail in pixels
341 the thumbnail, or overlays the thumbnail on another
348 percentage of the thumbnail size [must be < 0.5]
389 ^x = thumbnail width in pixels
390 ^y = thumbnail height in pixels
502 thumbnail and not do any additional processing
530 fit thumbnail into "maxb" bytes (compression
538 file = if set then thumbnail will be rendered to this
[all …]
H A Dphpthumb.changelog.txt52 * [bugfix: G123] improved default thumbnail filename
69 * [bugfix: G64] Can't put thumbnail into a frame
70 * [bugfix: #1014] PDF thumbnail not rendered correctly
569 thumbnail width (^x), thumbnail height (^y) and caret (^^)
882 the thumbnail, or overlays the thumbnail on another
889 percentage of the thumbnail size [must be < 0.5]
1255 * Now tries to create thumbnail with ImageMagick if
1261 thumbnail was available
1396 * Bugfix: EXIF thumbnail caching was broken
1430 large images (usually >1600x1200). EXIF thumbnail
[all …]
/plugin/externalembed/
H A Dscript.js64 json.thumbnail +
H A Dsyntax.php577 return $thumbnail['thumbnail']; //return the thumbnail encoded data
H A DREADME.md31 * Set **THUMBNAIL_CACHE_TIME** Parameter - this is the time in hours before the thumbnail cache exp…
/plugin/externalembed/helper/
H A DcacheInterface.php57 …return array('url' => $img_url, 'thumbnail' => $thumbnail); //return thumbnail data to be cached o…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSlides.php134 'path' => 'v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail',
H A DDirectory.php2126 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail',
2136 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail',
2146 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail',
2156 'path' => 'admin/directory/v1/users/{userKey}/photos/thumbnail',
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js26 thumbnail: true, property in AnonymousFunction2ec5ab380200.defaults
77 if (this.core.s.thumbnail && this.core.$items.length > 1) {
462 if (this.core.s.thumbnail && this.core.$items.length > 1) {
H A Dlg-thumbnail.min.js4thumbnail:!0,animateThumb:!0,currentPagerPosition:"middle",thumbWidth:100,thumbContHeight:100,thum… property in AnonymousFunction2a202f8a0200.b
/plugin/photogallery/phpThumb/
H A DREADME.md4 phpThumb() - The PHP thumbnail generator
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt36 * phpThumb.demo.random.php - select & display a random thumbnail
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1631 .thumbnail {
1634 html[dir='ltr'] .thumbnail {
1637 html[dir='rtl'] .thumbnail {
1641 #thumbnailView > a:last-of-type > .thumbnail {
1645 #thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
1649 .thumbnail:not([data-loaded]) {
1668 a:focus > .thumbnail > .thumbnailSelectionRing > .thumbnailImage,
1669 .thumbnail:hover > .thumbnailSelectionRing > .thumbnailImage {
1673 a:focus > .thumbnail > .thumbnailSelectionRing,
1674 .thumbnail:hover > .thumbnailSelectionRing {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusService.php1384 public $thumbnail; variable in Google_ItemScope
1685 public function setThumbnail(Google_ItemScope $thumbnail) { argument
1686 $this->thumbnail = $thumbnail;
1689 return $this->thumbnail;
H A DGoogle_BooksService.php3228 public $thumbnail; variable in Google_VolumeVolumeInfoImageLinks
3259 public function setThumbnail( $thumbnail) { argument
3260 $this->thumbnail = $thumbnail;
3263 return $this->thumbnail;
H A DGoogle_DriveService.php2334 public $thumbnail; variable in Google_DriveFile
2562 public function setThumbnail(Google_DriveFileThumbnail $thumbnail) { argument
2563 $this->thumbnail = $thumbnail;
2566 return $this->thumbnail;
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt1074 thumbnail=thumbnail
/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…

1234567