Home
last modified time | relevance | path

Searched refs:height (Results 76 – 100 of 2580) sorted by relevance

12345678910>>...104

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DSnapshotImage.php28 public $height; variable in Google\\Service\\Games\\SnapshotImage
49 public function setHeight($height) argument
51 $this->height = $height;
58 return $this->height;
/plugin/farmer/3rdparty/
H A DPHPIco.php29 * @param array $sizes Optional. An array of sizes (each size is an array with a width and height)
73 * @param array $sizes Optional. An array of sizes (each size is an array with a width and height) that the
92 [$width, $height] = $size;
94 $new_im = imagecreatetruecolor($width, $height);
112 $height,
171 $image['height'],
199 $height = imagesy($im);
207 for ($y = $height - 1; $y >= 0; $y--) {
240 $color_mask_size = $width * $height * 4;
241 $opacity_mask_size = (ceil($width / 32) * 4) * $height;
[all...]
/plugin/bpmnio/script/
H A Dbpmnio_render.js16 container.style.height = `${size.height}px`;
32 height: bboxSvg.height,
36 height: bboxViewport.height,
55 height: bboxSvg.height,
59 height: bboxViewport.height,
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-C4.js26 … return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Person');
40 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'External Per…
54 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Software Sys…
83 … return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Container');
98 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Data Contain…
113 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Microservice…
128 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Message Bus …
143 …return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Web Browser …
158 … return sb.createVertexTemplateFromCells([bg], bg.geometry.width, bg.geometry.height, 'Component');
205 …return sb.createEdgeTemplateFromCells([edge], edge.geometry.width, edge.geometry.height, 'Relation…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1Page.php32 public $height; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Page
71 public function setHeight($height) argument
73 $this->height = $height;
80 return $this->height;
H A DPage.php32 public $height; variable in Google\\Service\\Vision\\Page
71 public function setHeight($height) argument
73 $this->height = $height;
80 return $this->height;
H A DGoogleCloudVisionV1p2beta1Page.php32 public $height; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Page
71 public function setHeight($height) argument
73 $this->height = $height;
80 return $this->height;
H A DGoogleCloudVisionV1p4beta1Page.php32 public $height; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Page
71 public function setHeight($height) argument
73 $this->height = $height;
80 return $this->height;
H A DGoogleCloudVisionV1p1beta1Page.php32 public $height; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Page
71 public function setHeight($height) argument
73 $this->height = $height;
80 return $this->height;
/plugin/odt/ODT/
H A DODTUtility.php201 $height = $info[1];
207 $height = $height * ($maxwidth/$width);
212 $height = $maxheight;
217 if ($height) $height = (($height/96.0)*2.54);
254 if (!$height) {
257 $height = (($height/96.0)*2.54).'cm';
265 $height = str_replace(',', '.', $height);
266 if ($width && $height) {
270 $height = $height.'" style:rel-height="scale';
273 $height = $height;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DDisplay.php33 public $height; variable in Google\\Service\\AndroidManagement\\Display
82 public function setHeight($height) argument
84 $this->height = $height;
91 return $this->height;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResultImage.php33 public $height; variable in Google\\Service\\CustomSearchAPI\\ResultImage
82 public function setHeight($height) argument
84 $this->height = $height;
91 return $this->height;
/plugin/ggb/
H A Dsyntax.php35 $height = intval($strheight);
36 if (($height<100)||($height>480)) $height=480;
37 return array($state, $height);
/plugin/translation/flags/
H A Dzh.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 640 480"><defs><path id="a" fill="#ff0" d="M-.6.8 0-1 .6.8-1-.3h2z"/></defs><path fill="#ee1c25" d="M0 0h640v480H0z"/><use xlink:href="#a" width="30" height="20" transform="matrix(71.9991 0 0 72 120 120)"/><use xlink:href="#a" width="30" height="20" transform="matrix(-12.33562 -20.5871 20.58684 -12.33577 240.3 48)"/><use xlink:href="#a" width="30" height="20" transform="matrix(-3.38573 -23.75998 23.75968 -3.38578 288 95.8)"/><use xlink:href="#a" width="30" height="20" transform="matrix(6.5991 -23.0749 23.0746 6.59919 288 168)"/><use xlink:href="#a" width="30" height="20" transform="matrix(14.9991 -18.73557 18.73533 14.99929 240 216)"/></svg
/plugin/openlayersmap/helper/
H A Dstaticmap.php83 [$width, $height] = explode('x', $size);
88 $height = (int) $height;
89 if ($height > $this->maxHeight) {
90 $height = $this->maxHeight;
106 $height,
/plugin/diagramsnet/lib/img/lib/mscae/
H A DCloudSimple_Nodes.svg1height="49.784"><style><![CDATA[.B{stroke-width:2}.C{fill-rule:nonzero}.D{fill:#486385}.E{stroke:#…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js50 oIFrame.width = oIFrame.height = 0 ;
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
138 height : height ? height + 'px' : ''
174 height : height ? height + 'px' : ''
180 if ( !height ) this._IFrame.height = 1 ;
239 this._IFrame.height = iHeight ;
265 this._IFrame.width = this._IFrame.height = 0 ;
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DLinks.svelte17 canvas.height = box.height;
19 const ratio = box.height / box.width;
21 canvas.height = userimagewidth * ratio;
22 } else if (imagemodeselected === 'height') {
23 const ratio = box.width / box.height;
25 canvas.height = userimageheight;
29 context.fillRect(0, 0, canvas.width, canvas.height);
222 value="height"
223 id="height-active"
225 <label for="height">height</label>
[all …]
/plugin/weiqi/
H A Dweiqi_parser.php145 $height = count($board);
146 return array($attributes, $caption, $board, $width, $height, $str);
208 else $line_number = $height - $y + 1 + ($start_number - 1);
211 …if ($y==1) $wout .= '<td rowspan="'.$height.'">'.$this->img($goban.'_l', ' ', $w2, $w1*$height).'<…
217 …if ($y==1) $wout .= '<td rowspan="'.$height.'">'.$this->img($goban.'_r', ' ', $w2, $w1*$height).'<…
251 function weiqi_code($str, $x, $y, $width, $height) { argument
262 if ( $x==1 && $y==$height ) return 'dl';
263 if ( $x==$width && $y==$height ) return 'dr';
266 if ( $y==$height ) return 'd';
373 if ( $x==1 && $y==$height ) return 'dl'.$ch2;
[all …]
/plugin/livepreview/
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/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DAdSlot.php33 public $height; variable in Google\\Service\\Dfareporting\\AdSlot
86 public function setHeight($height) argument
88 $this->height = $height;
95 return $this->height;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventGadget.php29 public $height; variable in Google\\Service\\Calendar\\EventGadget
72 public function setHeight($height) argument
74 $this->height = $height;
81 return $this->height;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserPhoto.php29 public $height; variable in Google\\Service\\Directory\\UserPhoto
72 public function setHeight($height) argument
74 $this->height = $height;
81 return $this->height;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less52 /* don't force a min-height on rows (for DayGrid) */
54 height: auto !important;
55 /* undo height that JS set in distributeHeight */
56 min-height: 0 !important;
73 height: 1em; }
93 /* undo the min-height 100% trick used to fill the container's height */
95 min-height: 0 !important; }
112 /* in case there are no events, we still want some height */
114 height: 4em; }
158 /* kill the scrollbars and allow natural height */
[all …]
/plugin/shell/
H A DP0wnyShell.css16 height: 100%;
31 height: 8px;
48 max-height: calc(100% - 2 * var(--calculated-margin));
52 height: 100%;
80 @container (max-width: 991px) or (max-height: 600px) {
124 height: 30px;
125 line-height: 30px;
129 height: 30px;
130 line-height: 30px;

12345678910>>...104