/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
D | ListTopicSnapshotsResponse.php | 30 public $snapshots; variable in Google\\Service\\Pubsub\\ListTopicSnapshotsResponse 49 public function setSnapshots($snapshots) argument 51 $this->snapshots = $snapshots; 58 return $this->snapshots;
|
D | ListSnapshotsResponse.php | 47 public function setSnapshots($snapshots) argument 49 $this->snapshots = $snapshots; 56 return $this->snapshots;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
D | ListSnapshotsResponse.php | 29 public function setSnapshots($snapshots) argument 31 $this->snapshots = $snapshots; 38 return $this->snapshots;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/ |
D | ListSnapshotsResponse.php | 47 public function setSnapshots($snapshots) argument 49 $this->snapshots = $snapshots; 56 return $this->snapshots;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Dataflow.php | 92 'path' => 'v1b3/projects/{projectId}/snapshots', 757 'snapshots', 761 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/snapshots', 888 'snapshots', 892 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}', 912 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}', 932 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots', 1065 'snapshots', 1069 'path' => 'v1b3/projects/{projectId}/snapshots/{snapshotId}', 1088 'path' => 'v1b3/projects/{projectId}/snapshots',
|
D | CloudFilestore.php | 294 'snapshots', 298 'path' => 'v1/{+parent}/snapshots', 332 'path' => 'v1/{+parent}/snapshots',
|
D | Pubsub.php | 194 'snapshots', 242 'path' => 'v1/{+project}/snapshots', 570 'snapshots', 574 'path' => 'v1/{+topic}/snapshots',
|
D | Games.php | 54 public $snapshots; variable in Google\\Service\\Games 607 'snapshots', 611 'path' => 'games/v1/snapshots/{snapshotId}', 625 'path' => 'games/v1/players/{playerId}/snapshots',
|
D | Baremetalsolution.php | 607 'snapshots', 611 'path' => 'v2/{+parent}/snapshots', 641 'path' => 'v2/{+parent}/snapshots',
|
D | Compute.php | 126 public $snapshots; variable in Google\\Service\\Compute 13355 'snapshots', 13359 'path' => 'projects/{project}/global/snapshots/{snapshot}', 13378 'path' => 'projects/{project}/global/snapshots/{snapshot}', 13393 'path' => 'projects/{project}/global/snapshots/{resource}/getIamPolicy', 13412 'path' => 'projects/{project}/global/snapshots', 13426 'path' => 'projects/{project}/global/snapshots', 13456 'path' => 'projects/{project}/global/snapshots/{resource}/setIamPolicy', 13471 'path' => 'projects/{project}/global/snapshots/{resource}/setLabels', 13486 'path' => 'projects/{project}/global/snapshots/{resource}/testIamPermissions',
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
D | SnapshotNamespace.asciidoc | 138 $params['ignore_unavailable'] = (boolean) Whether to ignore unavailable snapshots, defaults to fals… 187 $params['ignore_unavailable'] = (boolean) Whether to ignore unavailable snapshots, defaults to fals…
|
D | NodesNamespace.asciidoc | 37 $params['snapshots'] = (number) Number of samples of thread stacktrace (default: 10)
|
D | CatNamespace.asciidoc | 41 * <<Elasticsearch_Namespaces_CatNamespacesnapshots_snapshots,`snapshots()`>> 456 .`snapshots(array $params = [])` 463 $params['ignore_unavailable'] = (boolean) Set to true to ignore unavailable snapshots (Default = fa…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
D | CatNamespace.php | 578 public function snapshots(array $params = []) function in Elasticsearch\\Namespaces\\CatNamespace
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
D | CHANGELOG.md | 228 - Improved the speed of integration tests removing snapshots delete from `YamlRunnerTest::clean` 315 - Fix issue with getting status of respository and snapshots. (#719) [[2d11682]](http://github.com/…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
D | release-notes.asciidoc | 354 * Improved the speed of integration tests removing snapshots delete from
|
/plugin/authgoogle/google/contrib/ |
D | Google_ComputeService.php | 1546 public $snapshots; variable in Google_ComputeService 1573 …$this->snapshots = new Google_SnapshotsServiceResource($this, $this->serviceName, 'snapshots', jso…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
D | pdfmake.min.js | 10 …snapshots=[],this.endingCell=null,this.tracker=new a,this.addPage(t)}function i(t,e){return void 0… property
|
D | pdfmake.js | 15960 this.snapshots = []; 15970 this.snapshots.push({ 15985 var saved = this.snapshots[this.snapshots.length - 1]; 16029 var saved = this.snapshots.pop(); 16061 if(this.snapshots[0]){ 16062 return this.snapshots[0]; 16080 this.snapshots.push({ 16092 var saved = this.snapshots.pop();
|
/plugin/ckgdoku/ckeditor/ |
D | CHANGES.md | 512 …ement()` method works on a higher level, which means that it saves undo snapshots and sets the sel… 652 …ditor.com/ticket/10926): [Chrome@Android] Fixed: Typing does not record snapshots and does not fir… 707 …tp://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) method from recording undo snapshots. 1150 …keditor.com/#!/api/CKEDITOR.plugins.undo.UndoManager) should not record snapshots after a filling …
|
D | ckeditor.js | 1149 …ged:function(a){return b.getKeyGroup(a)!=this.previousKeyGroup},reset:function(){this.snapshots=[]; property 1150 …ode)return!1;var k=f.editable();if(!k||"ready"!=k.status)return!1;k=this.snapshots;b||(b=new c(f)); 1152 …urrentImage=this.snapshots[this.index];this.update();this.refreshState();b.fire("change")},getNext… 1153 …{if(!this.locked){a||(a=new c(this.editor));for(var b=this.index,e=this.snapshots;0<b&&this.curren… 1154 …urrentImage=a}},updateSelection:function(a){if(!this.snapshots.length)return!1;var b=this.snapshot…
|
/plugin/ckgedit/ckeditor/ |
D | CHANGES.md | 932 …ement()` method works on a higher level, which means that it saves undo snapshots and sets the sel… 1072 …ditor.com/ticket/10926): [Chrome@Android] Fixed: Typing does not record snapshots and does not fir… 1127 …ocs/ckeditor4/latest/api/CKEDITOR_editor.html#method-setData) method from recording undo snapshots. 1570 …r4/latest/api/CKEDITOR.plugins.undo.UndoManager.html) should not record snapshots after a filling …
|
D | ckeditor.js | 1223 …){return e.getKeyGroup(a)!=this.previousKeyGroup},reset:function(){this.snapshots=[];this.index=-1… property 1224 …de)return!1;var e=d.editable();if(!e||"ready"!=e.status)return!1;e=this.snapshots;b||(b=new f(d));… 1225 …urrentImage=this.snapshots[this.index];this.update();this.refreshState();b.fire("change")},getNext… 1227 …snapshots;0<b&&this.currentImage.equalsContent(c[b-1]);)--b;c.splice(b,this.index-b+1,a);this.inde…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 68482 this.snapshots = []; 68494 this.snapshots.push({ 68515 var saved = this.snapshots[this.snapshots.length - 1]; 68559 var saved = this.snapshots.pop(); 68606 if (this.snapshots[0]) { 68607 return this.snapshots[0]; 68634 this.snapshots.push({ 68646 var saved = this.snapshots.pop();
|
D | pdfmake.min.js | 2 …snapshots=[],this.endingCell=null,this.tracker=new u,this.backgroundLength=[],this.addPage(r)}Docu…
|