Home
last modified time | relevance | path

Searched refs:thumbnails (Results 1 – 25 of 38) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DListStepThumbnailsResponse.php47 public function setThumbnails($thumbnails) argument
49 $this->thumbnails = $thumbnails;
56 return $this->thumbnails;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSubscriptionSubscriberSnippet.php68 public function setThumbnails(ThumbnailDetails $thumbnails) argument
70 $this->thumbnails = $thumbnails;
77 return $this->thumbnails;
H A DSearchResultSnippet.php122 public function setThumbnails(ThumbnailDetails $thumbnails) argument
124 $this->thumbnails = $thumbnails;
131 return $this->thumbnails;
H A DSubscriptionSnippet.php120 public function setThumbnails(ThumbnailDetails $thumbnails) argument
122 $this->thumbnails = $thumbnails;
129 return $this->thumbnails;
H A DActivitySnippet.php126 public function setThumbnails(ThumbnailDetails $thumbnails) argument
128 $this->thumbnails = $thumbnails;
135 return $this->thumbnails;
H A DChannelSnippet.php138 public function setThumbnails(ThumbnailDetails $thumbnails) argument
140 $this->thumbnails = $thumbnails;
147 return $this->thumbnails;
H A DPlaylistSnippet.php175 public function setThumbnails(ThumbnailDetails $thumbnails) argument
177 $this->thumbnails = $thumbnails;
184 return $this->thumbnails;
H A DPlaylistItemSnippet.php164 public function setThumbnails(ThumbnailDetails $thumbnails) argument
166 $this->thumbnails = $thumbnails;
173 return $this->thumbnails;
H A DLiveBroadcastSnippet.php194 public function setThumbnails(ThumbnailDetails $thumbnails) argument
196 $this->thumbnails = $thumbnails;
203 return $this->thumbnails;
H A DVideoSnippet.php211 public function setThumbnails(ThumbnailDetails $thumbnails) argument
213 $this->thumbnails = $thumbnails;
220 return $this->thumbnails;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php986 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 DGoogle_ShoppingService.php1164 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 DGoogle_PlusDomainsService.php990 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 DGoogle_PlusService.php804 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 DREADME.md6 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 DphpThumb.config.php.default72 //$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 Ddokuwiki_plugin_page.wiki29 * 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…
145thumbnails within both OpenOffice/LibreOffice files, or MS Office files. In case you point me to s…
/plugin/airtable/
H A Dsyntax.php164 $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 Dplugin.info.txt6 …picture of this link. By default, [only extra links] will have preview thumbnails. You can change …
H A DREADME3 …picture of this link. By default, [only extra links] will have preview thumbnails. You can change …
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt47 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 Dphpthumb.changelog.txt328 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 DREADME.txt106 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 DToolResults.php838 'thumbnails',
842 …ta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/thumbnails',
H A DYouTube.php84 public $thumbnails; variable in Google\\Service\\YouTube
1781 'thumbnails',
1785 'path' => 'youtube/v3/thumbnails/set',

12