Home
last modified time | relevance | path

Searched refs:thumb (Results 1 – 25 of 109) sorted by relevance

12345

/plugin/jalbum/syntax/
H A Djalbumbadge.php167 $thumb = $this->dflt;
172 if ( isset ($thumb[$key]))$thumb[$key] = $val;
174 return $thumb;
H A Djalbum.php173 $thumb = $this->dflt;
177 if (isset($thumb[$key])) $thumb[$key] = $val;
179 return $thumb;
/plugin/mediathumbnails/
H A Dsyntax.php67 $thumb = new thumbnail($mediapath_file,$this);
68 if ($thumb->create()) {
69 return array($mediapath_file,$thumb->getMediapath());
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php27 $thumb = '/phpThumb.php'; // webroot-relative path to "phpThumb.php" variable
52 …UEST['dir'].'/'.$_REQUEST['pic']).'&w='.$displaysize.'&h='.$displaysize, $thumb)).'" border="0" al…
91 …EQUEST['dir'].'/'.$file).'&zc=1&w='.$thumbnailsize.'&h='.$thumbnailsize, $thumb)).'" border="1" wi…
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css266 .lg-outer .lg-thumb-outer {
280 .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
287 .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
295 .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
299 .lg-outer.lg-thumb-open .lg-thumb-outer {
303 .lg-outer .lg-thumb {
308 .lg-outer .lg-thumb-item {
319 .lg-outer .lg-thumb-item {
325 .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
328 .lg-outer .lg-thumb-item img {
[all …]
H A Dlightgallery.min.css1thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height…
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js147 function getThumb(src, thumb, index) { argument
157 thumbImg = thumb;
164 thumbImg = thumb;
170 thumbImg = thumb;
174 thumbImg = thumb;
183 getThumb(_this.core.s.dynamicEl[i].src, _this.core.s.dynamicEl[i].thumb, i);
H A Dlg-pager.js53 …t"><span class="lg-caret"></span> <img src="' + _this.core.s.dynamicEl[i].thumb + '" /></div></spa…
H A Dlg-pager.min.js4 …mb-cont"><span class="lg-caret"></span> <img src="'+e.core.s.dynamicEl[g].thumb+'" /></div></span>…
H A Dlg-thumbnail.min.js4 ….s.dynamicEl.length;h++)b(d.core.s.dynamicEl[h].src,d.core.s.dynamicEl[h].thumb,h);else d.core.$it…
/plugin/rater/
H A DREADME2 * Rater Plugin: allows a simple 5-star-rater and thumb voting
18 or the following for thumb Voting:
H A Dplugin.info.txt8 desc provides a simple 5 star rater and thumb voting
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1thumb{-webkit-appearance:none;border:none;height:16px;width:16px;border-radius:50%;background:#ddd…
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1433 if (thumb == null && !unloading)
1435 thumb = this.placeholderThumbnail;
1440 if (thumb != null && thumbMime != null)
1444 'image': thumb,
1807 if (saveAsPng && thumb == null)
1897 var thumb = null;
1908 if (thumb != null)
1912 thumb = null;
1917 thumb = thumb.substring(thumb.indexOf(',') + 1).replace(/\+/g, '-').replace(/\//g, '_');
1923 thumb = null;
[all …]
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dhand-index-thumb.svg1 <svg class="bi bi-hand-index-thumb" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/photogallery/
H A Dall.less11 .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
12 //.lg-outer.lg-pull-caption-up.lg-thumb-open {
/plugin/mapillary/
H A Dsyntax.php134 $image_url = 'http://d1cuyjsrcm0gby.cloudfront.net/' . $image . '/thumb-1024.jpg';
/plugin/diagramsnet/lib/styles/
H A Ddark.css156 html .geEditor ::-webkit-scrollbar-thumb {
159 html .geEditor ::-webkit-scrollbar-thumb:hover, .geHsplit:hover, .geVsplit:hover {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/shell/
H A DP0wnyShell.css34 *::-webkit-scrollbar-thumb {
/plugin/gallery2/dwgallery/
H A Ddwgallery.php534 $thumb = str_replace('/', '%3A', $thumb);
/plugin/addressbook/
H A Dsyntax.php553 $thumb = imagecreatetruecolor($newwidth, $newheight);
557 imagecopyresized($thumb, $source, 0, 0, 0, 0, $newwidth, $newheight, $width, $height);
561 imagejpeg($thumb,NULL,$quality);
/plugin/html2pdf/snorriheim/
H A Dmedia.css116 #media__content div.detail div.thumb {
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.css
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css472 .oi[data-glyph=thumb-down]:before { content:'\e0cb'; }
474 .oi[data-glyph=thumb-up]:before { content:'\e0cc'; }

12345