/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
H A D | ListStepThumbnailsResponse.php | 47 public function setThumbnails($thumbnails) argument 49 $this->thumbnails = $thumbnails; 56 return $this->thumbnails;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | SubscriptionSubscriberSnippet.php | 68 public function setThumbnails(ThumbnailDetails $thumbnails) argument 70 $this->thumbnails = $thumbnails; 77 return $this->thumbnails;
|
H A D | SearchResultSnippet.php | 122 public function setThumbnails(ThumbnailDetails $thumbnails) argument 124 $this->thumbnails = $thumbnails; 131 return $this->thumbnails;
|
H A D | SubscriptionSnippet.php | 120 public function setThumbnails(ThumbnailDetails $thumbnails) argument 122 $this->thumbnails = $thumbnails; 129 return $this->thumbnails;
|
H A D | ActivitySnippet.php | 126 public function setThumbnails(ThumbnailDetails $thumbnails) argument 128 $this->thumbnails = $thumbnails; 135 return $this->thumbnails;
|
H A D | ChannelSnippet.php | 138 public function setThumbnails(ThumbnailDetails $thumbnails) argument 140 $this->thumbnails = $thumbnails; 147 return $this->thumbnails;
|
H A D | PlaylistSnippet.php | 175 public function setThumbnails(ThumbnailDetails $thumbnails) argument 177 $this->thumbnails = $thumbnails; 184 return $this->thumbnails;
|
H A D | PlaylistItemSnippet.php | 164 public function setThumbnails(ThumbnailDetails $thumbnails) argument 166 $this->thumbnails = $thumbnails; 173 return $this->thumbnails;
|
H A D | LiveBroadcastSnippet.php | 194 public function setThumbnails(ThumbnailDetails $thumbnails) argument 196 $this->thumbnails = $thumbnails; 203 return $this->thumbnails;
|
H A D | VideoSnippet.php | 211 public function setThumbnails(ThumbnailDetails $thumbnails) argument 213 $this->thumbnails = $thumbnails; 220 return $this->thumbnails;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_YouTubeService.php | 986 public $thumbnails; variable in Google_YouTubeService 1481 public $thumbnails; variable in Google_ActivitySnippet 1515 $this->thumbnails = $thumbnails; 1953 $this->thumbnails = $thumbnails; 2714 $this->thumbnails = $thumbnails; 3284 $this->thumbnails = $thumbnails; 3423 $this->thumbnails = $thumbnails; 3644 $this->thumbnails = $thumbnails; 3839 $this->thumbnails = $thumbnails; 3872 $this->thumbnails = $thumbnails; [all …]
|
H A D | Google_ShoppingService.php | 1164 public $thumbnails; variable in Google_ShoppingModelProductJsonV1Images 1177 …unction setThumbnails(/* array(Google_ShoppingModelProductJsonV1ImagesThumbnails) */ $thumbnails) { argument 1178 …$this->assertIsArray($thumbnails, 'Google_ShoppingModelProductJsonV1ImagesThumbnails', __METHOD__); 1179 $this->thumbnails = $thumbnails; 1182 return $this->thumbnails;
|
H A D | Google_PlusDomainsService.php | 990 public $thumbnails; variable in Google_ActivityObjectAttachments 1041 …public function setThumbnails(/* array(Google_ActivityObjectAttachmentsThumbnails) */ $thumbnails)… argument 1042 $this->assertIsArray($thumbnails, 'Google_ActivityObjectAttachmentsThumbnails', __METHOD__); 1043 $this->thumbnails = $thumbnails; 1046 return $this->thumbnails;
|
H A D | Google_PlusService.php | 804 public $thumbnails; variable in Google_ActivityObjectAttachments 848 …public function setThumbnails(/* array(Google_ActivityObjectAttachmentsThumbnails) */ $thumbnails)… argument 849 $this->assertIsArray($thumbnails, 'Google_ActivityObjectAttachmentsThumbnails', __METHOD__); 850 $this->thumbnails = $thumbnails; 853 return $this->thumbnails;
|
/plugin/photogallery/phpThumb/ |
H A D | README.md | 6 phpThumb() uses the GD library and/or ImageMagick to create thumbnails from images (GIF, PNG or JPE… 12 to resize their thumbnails, or link to your images from another server. The cache feature reduces s…
|
H A D | phpThumb.config.php.default | 72 //$PHPTHUMB_CONFIG['cache_maxage'] = null; // never delete cached thumbnails based on la… 73 $PHPTHUMB_CONFIG['cache_maxage'] = 86400 * 30; // delete cached thumbnails that haven't been… 75 //$PHPTHUMB_CONFIG['cache_maxsize'] = null; // never delete cached thumbnails based on by… 76 …maxsize'] = 10 * 1024 * 1024; // delete least-recently-accessed cached thumbnails when more than [… 78 //$PHPTHUMB_CONFIG['cache_maxfiles'] = null; // never delete cached thumbnails based on nu… 79 …maxfiles'] = 200; // delete least-recently-accessed cached thumbnails when more than [… 117 …er_imagemagick'] = true; // If true, use ImageMagick to resize thumbnails if possible, sin… 129 // NOTE: "max_source_pixels" only affects GD-resized thumbnails. If you have ImageMagick installed … 169 …VER['HTTP_HOST']); // This is the list of domains for which thumbnails are allowed to b… 174 … = true; // If false will allow thumbnails to be linked to … [all …]
|
/plugin/mediathumbnails/ |
H A D | dokuwiki_plugin_page.wiki | 29 * Support for Office file thumbnails: 32 * Support for PDF and image thumbnails: 86 The file format for PDF thumbnails will always be JPG. 94 When looking for thumbnails of office files (ODT, DOCX, etc.), the plugin essentially assumes these… 102 In order to create thumbnails for PDF files, in addition to a requirement of **ImageMagick** and **… 119 If your PDF and/or image thumbnails don't show up, consider activating the `allowdebug` option in t… 145 …thumbnails within both OpenOffice/LibreOffice files, or MS Office files. In case you point me to s…
|
/plugin/airtable/ |
H A D | syntax.php | 164 $thumbnails = $this->findMedia($api_response); 165 if($thumbnails === false or $thumbnails === null) { 168 … $html = $this->renderMedia($parameter_array, $thumbnails, "max-width: 250px;");
|
/plugin/p2ilinkaction/ |
H A D | plugin.info.txt | 6 …picture of this link. By default, [only extra links] will have preview thumbnails. You can change …
|
H A D | README | 3 …picture of this link. By default, [only extra links] will have preview thumbnails. You can change …
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.faq.txt | 47 Q: Some images generate thumbnails, but some fail (the original 127 If you want to render one (or more) thumbnails to static 136 Q: The first time I go to a page which contains thumbnails I 188 A: By default, phpThumb() only makes thumbnails for the same 189 domain that it is running on. To allow it to make thumbnails 212 Q: Is there a way to use phpThumb() object to create thumbnails 313 Q: Can I make thumbnails from a PDF? 327 attempt to generate thumbnails from webpages include:
|
H A D | phpthumb.changelog.txt | 328 filename when saving generated thumbnails 561 * ImageMagick-generated thumbnails now have extra hidden 700 * Bugfix: Offsite cached thumbnails no longer use unique 852 * Bugfix: [#1187735] EXIF thumbnails were incorrectly 1083 caching of thumbnails. (thanks derekØnetsimple*net) 1088 prevents linking to thumbnails on your server from 1215 make caching thumbnails from non-file sources more 1487 * Added option to create fixed-dimension thumbnails 1495 * Added watermarking option to overlay thumbnails with 1555 of GD can display resized GIF thumbnails now. [all …]
|
/plugin/flowplay/flowplayer/ |
H A D | README.txt | 106 thumbnails corresponding to cue points. 116 … FLV metadata again and again when seeking. This caused unnessessary rearranging of the thumbnails. 117 - Thumnail list's scrollbar is now hidden if all thumbnails fit the available visible space. 124 - Changed the format how thumbnails are specified in the config object
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | ToolResults.php | 838 'thumbnails', 842 …ta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/thumbnails',
|
H A D | YouTube.php | 84 public $thumbnails; variable in Google\\Service\\YouTube 1781 'thumbnails', 1785 'path' => 'youtube/v3/thumbnails/set',
|