Home
last modified time | relevance | path

Searched refs:thumbnail (Results 151 – 169 of 169) sorted by last modified time

1234567

/plugin/mediathumbnails/
H A Dsyntax.php67 $thumb = new thumbnail($mediapath_file,$this);
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 Dthumbnail.php15 class thumbnail { class
H A DREADME.md2 Extracts a thumbnail from media files (ODT, DOCX, PPTX, PDF, JPG, etc.) in a media library and show…
H A Dthumb_engines.php11 private ?thumbnail $thumbnail = null; variable in thumb_engine
13 public function __construct(thumbnail $thumbnail) { argument
14 $this->thumbnail = $thumbnail;
18 return $this->thumbnail->getSourceFilepath();
22 return $this->thumbnail->getFilepath();
26 return $this->thumbnail->getMaxDimension();
109 public function __construct(thumbnail $thumbnail, array $thumb_paths) { argument
110 parent::__construct($thumbnail);
H A Ddokuwiki_plugin_page.wiki13 tags : images, media, mediamanager, thumbnail, odt, pdf
54 In default settings, a click in the thumbnail will have your browser download the media file.
60 <code>{{thumbnail>media_path_and_filename}}</code>
70 **Example:** <code>{{thumbnail>main:media_namespace:presentation.pptx}}</code>
72thumbnail of the Powerpoint presentation in your wiki page. The thumbnail image will be stored wit…
78 The name of the thumbnail will be: <code>{original_filename}.thumb{thumb_max_dimension}.{image_suff…
94thumbnail image at a specific path (see config setting `thumb_paths`). It will not generate any im…
111 | ::: | array, default: | **array("Thumbnails/thumbnail.png", "docProps/thumbnail.jpeg")** |
112 ^ **link_to_media_file** | Should a click on the thumbnail start the media file download? ||
114 ^ **show_no_thumb_error** | In case no thumbnail was found, do you want an error message be shown? …
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2316 » getid3.thumbnail.php has been removed from the distribution and
2477 getid3.thumbnail.php (thanks Christian Fritz)
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js9620 var thumbnail = new _pdf_thumbnail_view.PDFThumbnailView({
9630 _this._thumbnails.push(thumbnail);
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 …]
H A Dviewer.js.map1thumbnail","defaultViewport","disableCanvasToImageConversion","setPageLabels","_ensurePdfPageLoade…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst243 $filter = new \Twig\TwigFilter('thumbnail', function ($file, array $options = []) {
/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/fckg/fckeditor/editor/lang/
H A Dlang-template.txt78 DlgFileBrowserThumbnail: 'thumbnail',
/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_DriveService.php2334 public $thumbnail; variable in Google_DriveFile
2562 public function setThumbnail(Google_DriveFileThumbnail $thumbnail) { argument
2563 $this->thumbnail = $thumbnail;
2566 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;
/plugin/daummovie/
H A Dsyntax.php73 $data['thumbnail'] =$movie->thumbnail[0]->content;
103 …$renderer->doc.= "<img src=\"".$data['thumbnail']."\" alt=\"\" style=\"margin-right:1em;Max-width:…
/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/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