Home
last modified time | relevance | path

Searched refs:height (Results 3326 – 3348 of 3348) sorted by last modified time

1...<<131132133134

/plugin/virtualkeyboard/vk/keyboard/
H A Dkeyboard.css4 height: 160px;
32 height: 26px;
42 height: 100%;
64 height: 100%;
65 line-height: 1.1;
77 height: 100%;
78 line-height: 1.1;
101 height: 52px;
227 line-height: normal;
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js235 ,height = 0
298 height = originalObject.offsetHeight;
301 return {'x':left, 'y':top, 'width':width, 'height':height};
/plugin/indexmenu2/templates/DokuWiki/
H A Ddesign.css5 line-height: 14px;
/plugin/indexmenu2/templates/DokuWiki/IndexMenu/
H A Ddesign.css9 line-height: 16px;
10 min-height: 16px;
14 line-height: 17px;
/plugin/gcalendar/inc/
H A Dstandard.css23 line-height: 1.25em;
44 line-height: 1em;
/plugin/indexmenu2/cms/extensions/demo/
H A Dselectbox.css34 height: 200px;
/plugin/virtualkeyboard/vk/extensions/demo/
H A Dselectbox.css34 height: 200px;
/plugin/chat/
H A Dscript.js652 list.style.height = '';
H A Dstyle.css39 min-height: 20px !important;
/plugin/galleryv1.5/
H A Dscript.js185 height = '100%';
312 imag.height = Math.floor(orig.h * ratio);
315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join('');
327 var top = (self._page.win.h - spin.height) / 2;
334 self._wrap.style.height = [self._page.h,'px'].join('');
364 imag.height = self._imgs[self._open].h;
380 top = [imag.height + 10,'px'].join(''); // 10 is top margin of lightbox
383 height = '1.2em';
416 self._imgs[self._open].h = imag.height;
/plugin/livepreview/
H A Dscript.js118 var height = 0;
180 height = originalObject.offsetHeight;
183 return {'left':left, 'top':top, 'width':width, 'height':height
H A Dstyle.css4 height: 0;
19 * padding-left: 12px; height: 11px; margin-left: 2px;
28 line-height: 1.2;
48 line-height: 1;
50 height: auto !important;
51 max-height: 400px;
/plugin/bibtex/
H A Dsyntax.php419 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
503 $height=NULL, $cache=NULL) { argument
510 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
532 if ( !is_null($height) )
533 $ret .= ' height="'.$this->_xmlEntities($height).'"';
541 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
548 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
/plugin/gallery2/dwgallery/
H A Ddwgallery.php189 $height = $sizeimage[1]/($sizeimage[0]/$gallery['randomwidth']);
190 …$media = ml(str_replace('/', ':', $picture), 'w='.$gallery['randomwidth'].'&amp;h='.$height.'&amp;…
211 …="'.$media.'" alt="'.$alt.'" width="'.$gallery['randomwidth'].'" height="'.$height.'" /></a>'."\n";
264 $height = $sizeimage[1]/($sizeimage[0]/$gallery['thumbwidth']);
265 …ame'].($i+1).$iptc_caption.'" width="'.$gallery['thumbwidth'].'" height="'.$height.'" /></a>'."\n";
466 $height = $info[1];
475 $newheight = $height/($width/$newwidth);
477 imagecopyresampled($newimage, $new, 0, 0, 0, 0, $newwidth, $newheight, $width, $height);
532 $height = $sizeimage[1]/($sizeimage[0]/$gallery['thumbwidth']);
538 …urename'].($i+1).$iptc_caption.'" width="'.$gallery['thumbwidth'].'" height="'.$height.'" />'."\n";
[all …]
/plugin/indexmenu2/cms/templates/SimpleTree/WindowsExplorer/
H A Ddesign.css7 line-height: 18px;
/plugin/aimg/
H A Dscript.js132 …l) && (document.images[i].width >= fnMinImgWidth) && (document.images[i].height >= fnMinImgHeight)…
186 … '&action=' + 'display' + '&width=' + imgObj.width + '&height=' + imgObj.height + '&alt=' + imgObj…
496 height = elmH + 'px';
827 newArea.style.height = '50px';
1046 area.style.height = oldHeight + 'px';
/plugin/flickr/
H A Dsyntax.php119 … = $renderer->_media ($p['src'], $p['title'], $p['align'], $p['width'], $p['height'], $p['cache']);
/plugin/zip/
H A Dstyle.css27 height: 10px;
/plugin/indexmenu2/cms/templates/DropdownSlide/
H A Dmenu.css27 height: 22px;
28 line-height: 23px;
51 height: 20px;
56 height: auto;
57 min-height: 20px;
63 height: 15px;
64 line-height: 15px;
75 height: 16px;
/plugin/menupopup/
H A Dsyntax.php76 $data['height'] = $match[3].$match[4];
136 $this->height = $data['height'];
174 …y($this->width)?'150px':$this->width).'; '.(empty($this->height)?'':'max-height:'.$this->height.';…
/plugin/bibtex/OSBib/create/
H A DMISC.php117 function img($src, $width, $height, $alt = "") argument
120 <img src="$src" border="0" width="$width" height="$height" alt="$alt" />
H A Dcommon.js69 function openPopUpStylePreview(url, height, width, templateName) argument
114 …var popUp = window.open(url,'popUp','height='+height,'width='+width,'status,scrollbars,resizable,d…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …p-style":1,color:1,"border-collapse":1,"border-bottom-width":1,"float":1,height:1,"max-height":1,"…

1...<<131132133134