Home
last modified time | relevance | path

Searched refs:height (Results 251 – 275 of 2836) sorted by relevance

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

/plugin/datatables/assets/datatables.net-plugins/features/scrollResize/
H A DdataTables.scrollResize.min.js
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.img.php8 function ButtonBrokenImageBox($width, $height, $alt, $field, $value, $action_url) { argument
9 $this->BrokenImgBox($width, $height, $alt);
104 $height = px2pt($root->get_attribute('height'));
106 $height = px2pt(BROKEN_IMAGE_DEFAULT_SIZE_PX);
112 $box =& new ButtonBrokenImagebox($width, $height, $alt, $name, $value,
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Ddialog.css5height:12px;overflow:hidden;text-indent:-9999em;border:2px solid rgba(102,102,102,0.2);border-left…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Ddialog.css5height:12px;overflow:hidden;text-indent:-9999em;border:2px solid rgba(102,102,102,0.2);border-left…
/plugin/ol3/
H A Dstyle.css1height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bot…
/plugin/googlemap3/
H A Dsyntax.php65 if ($gmap['width'] || $gmap['height']) {
67 $style .= $gmap['height'] ? 'height: '.$gmap['height'].";" : "";
/plugin/dokumicrobugtracker/css/
H A Ddemo_page.css37 line-height: 1.6em;
42 height: 20px;
60 line-height: 1.6em;
69 line-height: 1.6em;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12height:f[2].replace("p","%")},2===c.length){var g=A.parse(c[1]);if(g.bg&&(b.theme.background=(-1==…
/plugin/strata/types/
H A Dimage.php49 if(!empty($captures[2])) $height = (int)$captures[2];
54 $R->externalmedia($value,null,null,$width,$height);
59 $R->internalmedia(':'.$value,null,null,$width,$height);
/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/csstimeline/
H A Dstyle.css19 height: 100%;
40 height: 0;
96 height: 12px;
113 height: 0;
127 height: 0;
139 line-height: 1em;
164 line-height: 1.5em;
209 height: 12px;
223 height: 0;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js31 this.height = (b[this.pos+3] << 24) | (b[this.pos+2] << 16) | (b[this.pos+1] << 8) | b[this.pos];
79 var imageData = ctx.createImageData(this.width, this.height);
93 for (var y = this.height - 1; y >= 0; y--) {
119 for (var y = this.height - 1; y >= 0; y--) {
151 for (var y = this.height - 1; y >= 0; y--) {
182 for (var y = this.height - 1; y >= 0; y--) {
212 for (var y = this.height - 1; y >= 0; y--) {
240 for (var y = this.height - 1; y >= 0; y--) {
263 for (var y = this.height - 1; y >= 0; y--) {
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js52 [ps.width, ps.height] : [800, 800], movableVertices);
173 if (geometry.y + geometry.height > maxY)
175 maxY = geometry.y + geometry.height;
186 var height = maxY - minY;
194 height = Math.max(groupGeometry.height, height);
200 bounds.height = height;
/plugin/vkeyboard/
H A Dstyle.css20 height:auto;
22 min-height:0;
25 line-height:normal;
35 height:auto;
37 min-height:0;
43 line-height:1.3em;
72 height:1.3em;
85 height:9.4em;
113 height:1.4em;
187 height:1.8em;
[all …]
/plugin/ckgedit/ckeditor/skins/kama/
H A Ddialog_iequirks.css5height:12px;overflow:hidden;text-indent:-9999em;border-top:2px solid rgba(102,102,102,0.2);border-…
/plugin/eventline/
H A Dsyntax.php93 if (isset($data['height']))
94 $height = $data['height'];
96 $height = $this->getConf('height');
173 … id="eventlineplugin__timeline" class="eventlineplugin__class" style="height:'.$height.';"></div>';
/plugin/googlemaps/syntax/
H A Dgooglemap.php61 if ($gmap['width'] || $gmap['height']) {
63 $style .= $gmap['height'] ? 'height: '.$gmap['height'].";" : "";
/plugin/pgn4web/pgn4web/
H A Dinputform.css40 height: 272px;
45 height: 26px;
53 height: 34px;
87 height: 21px;
150 line-height: 21px;
H A Dcollection.css42 height: 470px;
49 height: 376px;
58 height: 36px;
66 height: 43px;
121 line-height: 1.4em;
176 height: 8px;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java209 if (snapSize.width < 1 || snapSize.height < 1) in setSnapSize()
227 int height = source.getSize().height - dragInsets.top in mousePressed() local
230 height); in mousePressed()
278 int dragY = getDragDistance(dragged.y, pressed.y, snapSize.height); in mouseDragged()
327 return new Dimension(bounds.width, bounds.height); in getBoundingSize()
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php113 $height=null, $cache=null, $render = true) { argument
158 if ( !is_null($height) )
159 $ret .= ' height="'.$this->_xmlEntities($height).'"';
178 $ret .= html_flashobject($src,$width,$height,
195 … $height = null, $cache = null, $linking = null, $return = false) { argument
203 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
/plugin/combo/ComboStrap/
H A DDimension.php15 * The element that have an width and height
28 * On height, if set, the design is constrained and overflow
36 * Logical height and width
37 * used by default to define the width and height of an image or a css box
39 const HEIGHT_KEY = 'height';
77 * A element with a natural height is responsive, we set only the max-height
79 * By default, the image has a `height: auto` due to the img-fluid class
80 * Making its height responsive
82 $attributes->addStyleDeclarationIfNotSet("max-height",
[all...]
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css4 height: 26px;
16 height: 26px;
90 height: 10px;
103 height: 14px;
146 height: 52px;
150 height: 52px;
154 height: 20px;
158 height: 28px;
/plugin/tindexmenu/
H A Dstyle.css23 line-height: normal;
101 height: 11px;
116 line-height: 1.2em;
129 max-height: 300px;
130 height: expression( this.scrollHeight > 300 ? "300px" : "auto" );
138 height:15px;
147 line-height: 100%;
186 height: 16px;
/plugin/diagramsnet/lib/math/extensions/
H A DMathZoom.js19height:"100%",border:0,padding:0,margin:0,"background-color":"white",opacity:0,filter:"alpha(opaci…

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