Home
last modified time | relevance | path

Searched refs:height (Results 501 – 525 of 3220) sorted by relevance

1...<<21222324252627282930>>...129

/plugin/imagecarousel/
H A Dscreen.less23 line-height: 1.5em;
27 line-height: 1.5em;
/plugin/anewssystem/
H A Dbacklink.js34 if (this.height) document.write(' HEIGHT=', this.height);
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js11 const elHeight = jQuery(this).height();
15 const windowHeight = jQuery(window).height();
/plugin/gallery/
H A Dall.less
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css35 min-height: 100%;
56 height: 80px;
66 height: 80px;
100 height: 5px;
107 height: 18px;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js134 height: this.diagram.height + 'px'
208 y = y - bb.height / 2;
226 drawActor: function(actor, offsetY, height) { argument
228 BaseTheme.prototype.drawActor.call(this, actor, offsetY, height); argument
/plugin/reflect/
H A Daction.php64 $height = $image_details[1];
80 $new_height = $height * $output_height;
136 … $output = $this->imagereflection($source, $width, $height, $new_height, $alpha_start, $alpha_end);
153 $finaloutput = imagecreatetruecolor($width, $height+$new_height);
158 imagecopy($finaloutput, $output, 0, 0, 0, 0, $width, $height+$new_height);
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css28 min-height: 100%;
49 height: 80px;
60 height: 15px;
97 height: 5px;
104 height: 18px;
/plugin/serverinfos/serverinfos/
H A Dstyle.css14 height: 100%;
76 height: 100%;
87 height: 100%;
98 height: 100%;
109 height: 100%;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Ios.js51 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'App bar (por…
65 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'App bar (lan…
79 return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Top bar');
90 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Top bar lock…
156 return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'URL bar');
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/farmer/css/
H A Dchosen.less68 height: 25px;
82 line-height: 24px;
103 height: 12px;
119 height: 100%;
124 height: 100%;
138 height: auto;
145 line-height: normal;
167 max-height: 240px;
175 line-height: 15px;
223 height
[all...]
/plugin/googlemaps3/
H A Dstyle.css15 height: 500px;
19 height: auto;
/plugin/doodle2/
H A Dstyle.css14 height: 20px;
24 height: 20px;
/plugin/owncloud/exe/
H A Dfetch.php51 $height = $INPUT->int('h'); variable
53 $newtoken = media_get_token($realmedia, $width, $height);
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
H A DSubnetTag.svg1 …//www.w3.org/2000/svg" width="535.264" height="729.158" viewBox="0 0 141.622 192.923"><rect width=…
/plugin/structstatus/
H A Dstyle.less12 height: 14px;
31 height: (14px * @factor);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js48 var height = 430;
50 var y = Math.round(winy + (winh - height) * 0.5);
51 …', 'left='+x+',top='+y+',toolbar=0,resizable=0,status=0,menubar=0,width='+width+',height='+height);
/plugin/panoview/
H A Dstyle.css12 height: 100%;
49 height: 20px;
53 line-height: 20px;
/plugin/imagecarousel/vendor/slick/
H A Dslick.css82 height: 100%;
83 min-height: 1px;
113 height: auto;
/plugin/pgn4web/pgn4web/
H A Dtactics.css26 height: 246px;
31 height: 24px;
39 height: 26px;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js124 function OpenFileBrowser( url, width, height ) argument
129 var iTop = ( oEditor.FCKConfig.ScreenHeight - height ) / 2 ;
133 sOptions += ",height=" + height ;
/plugin/jirainfo/
H A Dstyle.less12 height: 16px;
20 height: 16px;
34 min-height: 32px;
73 height: 18px;
103 height: 0;
154 height: 0;
/plugin/code2/
H A Dsyntax_plugin_code.css24 line-height: 1.33;
27 max-height: 40em;
200 line-height: 1.33;
250 could be to set the max-height property, e.g.:
253 max-height: 3em;
256 max-height: 50em;
/plugin/gemini/
H A Drenderer.php400 $height = null, argument
419 $height = null, argument
432 …public function internalmedialink($src, $title = null, $align = null, $width = null, $height = nul… argument
434 $this->internalmedia($src, $title, $align, $width, $height, $cache);
438 …public function externalmedialink($src, $title = null, $align = null, $width = null, $height = nul… argument
440 parent::externalmedia($src, $title, $align, $width, $height, $cache);

1...<<21222324252627282930>>...129