Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 406) sorted by path

12345678910>>...17

/plugin/adhoctags/
H A DREADME.md78 Note: This option is still included for compatibility, but it is generally not recommended because it can cause layout issues on smaller screens (e.g. smartphones).
/plugin/airtable/
H A Dstyle.css29 /*table-layout: fixed;*/
/plugin/amcharts/assets/amcharts/plugins/export/examples/
H A Dexport.config.advanced.js233 layout: 'lightHorizontalLines'
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14377 var layout = node.layout;
14380 layout = tableLayouts[layout];
14394 return pack(defaultLayout, layout);
14397 function getOffsets(layout) {
14403 var lOffset = prevRightPadding + layout.vLineWidth(i, node) + layout.paddingLeft(i, node);
14406 prevRightPadding = layout.paddingRight(i, node);
16734 this.layout = tableNode._layout;
16771 …var paddings = self.layout.paddingLeft(i, self.tableNode) + self.layout.paddingRight(i, self.table…
16841 …lineColor: typeof this.layout.hLineColor === 'function' ? this.layout.hLineColor(lineIndex, this.t…
16862 …lineColor: typeof this.layout.vLineColor === 'function' ? this.layout.vLineColor(vLineIndex, this.…
[all …]
H A Dpdfmake.min.js9 …perty("fillColor")),t.measureNode(e)}}function n(e){var n=t.layout;("string"==typeof t.layout||t i…
10layout.paddingLeft(r,a.tableNode)+a.layout.paddingRight(r,a.tableNode),s=a.layout.vLineWidth(r,a.t…
13layout=r.layout||"portrait","number"==typeof r.margin?this.margins={top:r.margin,left:r.margin,bot…
H A Dpdfmake.min.js.map1layout","defaultLayout","vLineColor","paddingTop","paddingBottom","getOffsets","totalOffset","prev…
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php2169 public $layout; variable in Google_PersonCover
2182 public function setLayout( $layout) { argument
2183 $this->layout = $layout;
2186 return $this->layout;
H A DGoogle_PlusService.php2121 public $layout; variable in Google_PersonCover
2134 public function setLayout( $layout) { argument
2135 $this->layout = $layout;
2138 return $this->layout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DManifest.php42 public $layout; variable in Google\\Service\\DeploymentManager\\Manifest
133 public function setLayout($layout) argument
135 $this->layout = $layout;
142 return $this->layout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DPositionedObjectPositioning.php25 public $layout; variable in Google\\Service\\Docs\\PositionedObjectPositioning
34 public function setLayout($layout) argument
36 $this->layout = $layout;
43 return $this->layout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php129 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
131 $this->layout = $layout;
138 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageBlock.php47 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
49 $this->layout = $layout;
56 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageLine.php47 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
49 $this->layout = $layout;
56 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageParagraph.php47 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
49 $this->layout = $layout;
56 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageSymbol.php45 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
47 $this->layout = $layout;
54 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageTable.php77 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
79 $this->layout = $layout;
86 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageTableTableCell.php67 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
69 $this->layout = $layout;
76 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageToken.php63 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
65 $this->layout = $layout;
72 return $this->layout;
H A DGoogleCloudDocumentaiV1DocumentPageVisualElement.php49 public function setLayout(GoogleCloudDocumentaiV1DocumentPageLayout $layout) argument
51 $this->layout = $layout;
58 return $this->layout;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php129 public function setLayout(GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) argument
131 $this->layout = $layout;
138 return $this->layout;
H A DGoogleCloudDocumentaiV1beta1DocumentPageBlock.php47 public function setLayout(GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) argument
49 $this->layout = $layout;
56 return $this->layout;
H A DGoogleCloudDocumentaiV1beta1DocumentPageLine.php47 public function setLayout(GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) argument
49 $this->layout = $layout;
56 return $this->layout;
H A DGoogleCloudDocumentaiV1beta1DocumentPageParagraph.php47 public function setLayout(GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) argument
49 $this->layout = $layout;
56 return $this->layout;
H A DGoogleCloudDocumentaiV1beta1DocumentPageSymbol.php45 public function setLayout(GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) argument
47 $this->layout = $layout;
54 return $this->layout;
H A DGoogleCloudDocumentaiV1beta1DocumentPageTable.php77 public function setLayout(GoogleCloudDocumentaiV1beta1DocumentPageLayout $layout) argument
79 $this->layout = $layout;
86 return $this->layout;

12345678910>>...17