Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 25 of 145) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DSizes.php20 use Google\Service\Dfareporting\Size; alias
39 * @return Size
45 return $this->call('get', [$params], Size::class);
51 * @param Size $postBody
53 * @return Size
55 public function insert($profileId, Size $postBody, $optParams = [])
59 return $this->call('insert', [$params], Size::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DCreativeSize.php27 protected $companionSizesType = Size::class;
37 protected $sizeType = Size::class;
59 * @param Size[]
66 * @return Size[]
101 * @param Size
103 public function setSize(Size $size)
108 * @return Size
H A DSize.php20 class Size extends \Google\Model class
62 class_alias(Size::class, 'Google_Service_AdExchangeBuyerII_Size');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php61 protected $collapsedSizeType = Size::class;
167 protected $sizeType = Size::class;
235 * @param Size[]
242 * @return Size[]
361 * @param Size
368 * @return Size
459 * @param Size
466 * @return Size
767 * @param Size
769 public function setSize(Size $size)
[all …]
H A DVideoFormat.php34 protected $resolutionType = Size::class;
84 * @param Size
86 public function setResolution(Size $resolution)
91 * @return Size
H A DObaIcon.php42 protected $sizeType = Size::class;
124 * @param Size
126 public function setSize(Size $size)
131 * @return Size
H A DSizesListResponse.php27 protected $sizesType = Size::class;
45 * @param Size[]
52 * @return Size[]
H A DPopupWindowProperties.php22 protected $dimensionType = Size::class;
56 * @param Size
58 public function setDimension(Size $dimension)
63 * @return Size
H A DCompanionSetting.php27 protected $enabledSizesType = Size::class;
53 * @param Size[]
60 * @return Size[]
H A DSiteCompanionSetting.php27 protected $enabledSizesType = Size::class;
53 * @param Size[]
60 * @return Size[]
H A DPlacement.php31 protected $additionalSizesType = Size::class;
129 protected $sizeType = Size::class;
193 * @param Size[]
200 * @return Size[]
627 * @param Size
629 public function setSize(Size $size)
634 * @return Size
H A DSize.php20 class Size extends \Google\Model class
116 class_alias(Size::class, 'Google_Service_Dfareporting_Size');
H A DCreative.php39 protected $additionalSizesType = Size::class;
185 protected $sizeType = Size::class;
301 * @param Size[]
308 * @return Size[]
917 * @param Size
919 public function setSize(Size $size)
924 * @return Size
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DStretchedPictureFill.php26 protected $sizeType = Size::class;
44 * @param Size
46 public function setSize(Size $size)
51 * @return Size
H A DPageElementProperties.php26 protected $sizeType = Size::class;
46 * @param Size
48 public function setSize(Size $size)
53 * @return Size
H A DPresentation.php33 protected $pageSizeType = Size::class;
107 * @param Size
109 public function setPageSize(Size $pageSize)
114 * @return Size
H A DPageElement.php40 protected $sizeType = Size::class;
154 * @param Size
156 public function setSize(Size $size)
161 * @return Size
H A DSize.php20 class Size extends \Google\Model class
58 class_alias(Size::class, 'Google_Service_Slides_Size');
/plugin/mobiletable/
H A DREADME.md12 <th> Name </th><th> Color </th><th> Size </th><th> Speed </th>
24 ^ Name ^ Color ^ Size ^ Speed ^
40 <td> Size </td><td> Small </td>
52 <td> Size </td><td> Large </td>
65 ^ Name ^ Color ^ Size ^ Speed ^
81 <td> Size </td><td> Small </td>
93 <td> Size </td><td> Large </td>
105 ^ Name ^ Color ^ Size ^ Speed ^
119 <td> Size </td><td> Small </td>
131 <td> Size </td><td> Large </td>
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DInsertInlineImageRequest.php26 protected $objectSizeType = Size::class;
62 * @param Size
64 public function setObjectSize(Size $objectSize)
69 * @return Size
H A DEmbeddedObject.php42 protected $sizeType = Size::class;
176 * @param Size
178 public function setSize(Size $size)
183 * @return Size
H A DDocumentStyle.php64 protected $pageSizeType = Size::class;
276 * @param Size
278 public function setPageSize(Size $pageSize)
283 * @return Size
H A DSize.php20 class Size extends \Google\Model class
58 class_alias(Size::class, 'Google_Service_Docs_Size');
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckicon.js32 this.Size = 16 ;
47 this.Size = iconPathOrStripInfoArray[1] ;
58 var sPos = '-' + ( ( this.Position - 1 ) * this.Size ) + 'px' ;
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Size))},VerticalMergeFrom:function(other){this.setBoundingRect(OrgChart.Layout.Rect.op_Addition(th…

123456