Home
last modified time | relevance | path

Searched refs:height (Results 301 – 325 of 2836) sorted by relevance

1...<<11121314151617181920>>...114

/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dchassis_bare_metal_empty.svg1height="7" rx="1" fill="#fff"/><path d="M49,2V7H4V2H49m0-2H4A2,2,0,0,0,2,2V7A2,2,0,0,0,4,9H49a2,2,…
H A Dnetq_chassis.svg1height="7" rx="1" fill="#fff"/><path d="M49,2V7H4V2H49m0-2H4A2,2,0,0,0,2,2V7A2,2,0,0,0,4,9H49a2,2,…
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/callflow/
H A Dscript.js17 height:JSINFO['plugin_callflow']['cols_height'], property in style.cols
51 this.bb.translate(0,BB.height/2);
293 style.cols.height, // height
298 5+style.cols.height+(title?style.titlesize:0),// center y
302 y = style.cols.height*2+10;//starting y
364 …paper.rect(BB.x,BB.y,BB.width,BB.height).attr({"stroke":"none","fill":style.bgr}).toBack();//backg…
425 BB.height+style.note.margin*2,
456 style.cols.height,
461 y+style.cols.height/2,
487 paper.rect(0, 0, maxx+style.margin, y+(style.cols.height+20))
[all …]
/plugin/frootysearch/
H A Dstyle.css20 height: 18px;
21 line-height: 19px;
41 height: 19px;
55 height:19px;
76 height: 16px;
/plugin/dokutexit/
H A Dlatex.php1236 if ($width || $height) {
1238 if ($height)
1240 if ($width && $height)
1280 if ($width || $height) {
1282 if ($height)
1284 if ($width && $height)
1520 $height=NULL, $cache=NULL) { argument
1555 $height=NULL, $cache=NULL) { argument
1584 if ( !is_null($height) )
1593 if ( !is_null($height) ) $ret .= ' height="'.$this->_xmlEntities($height).'"';
[all …]
/plugin/ckgdoku/ckeditor/skins/moono/
H A Ddialog_ie7.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
H A Ddialog_ie.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
H A Ddialog_ie8.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
H A Ddialog_iequirks.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
/plugin/s5reloaded/ui/thesis/
H A Dpretty.css35 line-height: 1em;
90 line-height: 1px;
176 line-height:1.5em;
209 line-height: 1;
236 height:56px;
250 line-height: 1px;
251 height: 9%;
348 height:100% !important;
440 #controls #controlForm {height: 32px; width: 100%; text-align: center; vertical-align: middle;}
442 #controls #navLinks ul {margin: 0 auto; padding: 0; height: 32px; width: 500px; white-space: nowrap…
[all …]
/plugin/ckgedit/ckeditor/skins/moono/
H A Ddialog_ie.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
H A Ddialog_ie7.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
H A Ddialog_ie8.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
H A Ddialog_iequirks.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
/plugin/s5/ui/pixel/
H A Dpretty.css12 ul, pre {margin: 0; line-height: 1em;}
23 sup {font-size: smaller; line-height: 1px;}
32 ul ul {line-height: 1;}
38 div#header {background: transparent url(pixelheader.jpg) 0 0 no-repeat; height: 75px;}
54 width: 50%; height: 100%;
57 top: auto; height: auto;}
73 font: bold 2em Helvetica, sans-serif; white-space: normal; height: 281px;
/plugin/rating/
H A Dstyle.less2 line-height: 20px;
3 height: 20px;
8 height: 20px;
/plugin/latexport/implementation/
H A Ddecorator_images.php37 * @param int $height height of media in pixel
42 … $height = null, $cache = null, $linking = null, $positionInGroup = 0, $totalInGroup = 1) { argument
45 …$this->internalMediaGroup[] = new InternalMedia($src, $title, $align, $width, $height, $cache, $li…
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js281 (container.style.width == '' && container.style.height == ''))
289 if (resize != '0' && container.style.width == '100%' && container.style.height == '')
294 graph.doResizeContainer = function(width, height) argument
302 height += 5;
307 height += 1;
312 height += 1;
318 height = Math.min(this.maximumContainerSize.height, height);
321 this.container.style.height = Math.ceil(height + 18) + 'px';
450 graph.setBackgroundImage(new mxImage(img.src, img.width, img.height));
653 btn.style.height = bh + 'px';
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js281 (container.style.width == '' && container.style.height == ''))
289 if (resize != '0' && container.style.width == '100%' && container.style.height == '')
294 graph.doResizeContainer = function(width, height) argument
302 height += 5;
307 height += 1;
312 height += 1;
318 height = Math.min(this.maximumContainerSize.height, height);
321 this.container.style.height = Math.ceil(height + 18) + 'px';
450 graph.setBackgroundImage(new mxImage(img.src, img.width, img.height));
653 btn.style.height = bh + 'px';
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput._interface.class.php6 function add_local_link($left, $top, $width, $height, $anchor) { } argument
46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { } argument
48 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { } argument
51 function next_page($height) { } argument
/plugin/jalbum/syntax/
H A Djalbum.php90 $height = $param['height'];
91 if ($height == 20) {
92 $height = '640';
98 ' height="'.$height.'"'.
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.css30 height: 170px;
40 height: 170px;
50 height: 16px;
62 height: 16px;
/plugin/upgrade/
H A Dstyle.css3 height: 20em;
50 height: 20px;
59 height: 100%;
99 height: 20px;
/plugin/fckg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js202 if ( oImage.style.height )
204 var aMatchH = oImage.style.height.match( regexSize ) ;
208 oImage.style.height = '' ;
483 … value = value == 0 ? 0 : Math.round( oImageOriginal.height * ( value / oImageOriginal.width ) ) ;
485 … value = value == 0 ? 0 : Math.round( oImageOriginal.width * ( value / oImageOriginal.height ) ) ;
505 GetE('txtHeight').value = oImageOriginal.height ;
528 function OpenServerBrowser( type, url, width, height ) argument
532 OpenFileBrowser( url, width, height ) ;
537 function SetUrl( url, width, height, alt ) argument
552 GetE('txtHeight').value = height ? height : '' ;

1...<<11121314151617181920>>...114