Home
last modified time | relevance | path

Searched refs:getCurrentPage (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3beta1PageInfo.php43 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1PageInfo
DGoogleCloudDialogflowCxV3PageInfo.php43 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3PageInfo
DGoogleCloudDialogflowCxV3MatchIntentResponse.php54 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3MatchIntentResponse
DGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput.php52 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput
DGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput.php52 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput
DGoogleCloudDialogflowCxV3QueryParameters.php84 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters
DGoogleCloudDialogflowCxV3QueryResult.php84 public function getCurrentPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryResult
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js9getCurrentPage().pageSize;this.writer.beginUnbreakableBlock(r.width,r.height),this.processNode(thi…
10getCurrentPage().pageSize.height-this.pageMargins.top-this.pageMargins.bottom,this.pageSnapshot().… method in r
Dpdfmake.js13552 var pageSize = this.writer.context().getCurrentPage().pageSize;
13572 var sizes = sizeFunction(this.writer.context().getCurrentPage().pageSize, this.pageMargins);
16056 …this.availableHeight = this.getCurrentPage().pageSize.height - this.pageMargins.top - this.pageMar…
16057 …this.pageSnapshot().availableWidth = this.getCurrentPage().pageSize.width - this.pageMargins.left …
16071 this.availableWidth = this.getCurrentPage().pageSize.width - this.x - this.pageMargins.right;
16075 this.availableHeight = this.getCurrentPage().pageSize.height - this.y - this.pageMargins.bottom;
16142 this.addPage(getPageSize(this.getCurrentPage(), pageOrientation));
16168 DocumentContext.prototype.getCurrentPage = function() {
16175 var pageSize = this.getCurrentPage().pageSize;
16321 …fragment.height = unbreakableContext.getCurrentPage().pageSize.height - unbreakableContext.pageMar…
[all …]
Dpdfmake.min.js.map1getCurrentPage","beginUnbreakableBlock","commitUnbreakableBlock","addStaticRepeatable","headerOrFo…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js68601 …this.availableHeight = this.getCurrentPage().pageSize.height - this.pageMargins.top - this.pageMar…
68602 …this.pageSnapshot().availableWidth = this.getCurrentPage().pageSize.width - this.pageMargins.left …
68616 this.availableWidth = this.getCurrentPage().pageSize.width - this.x - this.pageMargins.right;
68620 this.availableHeight = this.getCurrentPage().pageSize.height - this.y - this.pageMargins.bottom;
68697 var currentPageOrientation = this.getCurrentPage().pageSize.orientation;
68699 var pageSize = getPageSize(this.getCurrentPage(), pageOrientation);
68731 DocumentContext.prototype.getCurrentPage = function () {
68740 var pageSize = this.getCurrentPage().pageSize;
68814 var page = context.getCurrentPage(),
68876 var page = context.getCurrentPage(),
[all …]
Dpdfmake.min.js2getCurrentPage().pageSize.height-this.pageMargins.top-this.pageMargins.bottom,this.pageSnapshot().…