Searched refs:copyPaste (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | Request.php | 366 public function setCopyPaste(CopyPasteRequest $copyPaste) argument 368 $this->copyPaste = $copyPaste; 375 return $this->copyPaste;
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 20538 copyPaste: true, 29519 copyPaste: false, 39739 copyPaste: false, 41330 return !!this.hot.getSettings().copyPaste; 41350 if (_typeof(settings.copyPaste) === 'object') { 41351 this.pasteMode = settings.copyPaste.pasteMode || this.pasteMode; 41352 this.rowsLimit = settings.copyPaste.rowsLimit || this.rowsLimit; 41353 this.columnsLimit = settings.copyPaste.columnsLimit || this.columnsLimit;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 33413 copyPaste: [ 'type', CopyPaste ] 36851 var copyPaste = injector.get('copyPaste', false); 36869 if (copyPaste && selection) { 36873 copyPaste.copy(selectedElements); 36877 if (copyPaste) { 36879 copyPaste.paste();
|
H A D | bpmn-modeler.production.min.js | 34 …ement,e)})),i};var Qc={__depends__:[Wc,Ic,Uc,hs],__init__:["copyPaste"],copyPaste:["type",qc]};fun…
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
H A D | bpmn-modeler.production.min.js | 194 …ement,e)})),i};var tu={__depends__:[ql,Wl,Yl,xp],__init__:["copyPaste"],copyPaste:["type",Xl]};fun…
|