Home
last modified time | relevance | path

Searched refs:insertText (Results 1 – 25 of 96) sorted by path

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DRequest.php356 public function setInsertText(InsertTextRequest $insertText) argument
358 $this->insertText = $insertText;
365 return $this->insertText;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DRequest.php352 public function setInsertText(InsertTextRequest $insertText) argument
354 $this->insertText = $insertText;
361 return $this->insertText;
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194 …ata.getData("Text"),this.insertText(t),n.autoResize){var r=this.autoResize(i);r&&this.resizeHandle…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21 …ata.getData("Text"),this.insertText(t),n.autoResize){var r=this.autoResize(i);r&&this.resizeHandle… method in Ep
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30655 this.insertText(text);
30666 TextBox.prototype.insertText = function(text) {
H A Dbpmn-modeler.production.min.js34 …ata.getData("Text"),this.insertText(t),n.autoResize){var r=this.autoResize(i);r&&this.resizeHandle…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md919 …-method-insertElement) and [`editor.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor…
1122 …m/ticket/10367): Fixed: [`editable.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editabl…
H A Dckeditor.js260 {dataValue:a,mode:b,range:c})},insertText:function(a){this.fire("insertText",a)},insertElement:func…
339 …this._.attrChanges||(this._.attrChanges[a]=c),this.setAttribute(a,b))},insertText:function(a){this…
350 …ent(a.data)},this);this.attachListener(a,"insertText",function(a){this.insertText(a.data)},this);t…
1079 …rn this.getValue()},insertHtml:function(){},insertElement:function(){},insertText:function(){},set…
1090 a.data.keyCode&&(e.insertText(d),a.cancel())});if(l)e.on("key",function(a){(9==a.data.keyCode&&e.ex…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1 …round");g.hide();var k=f.document.createElement("span");k.setHtml(l);f.insertText(k.getText())}};v…
H A Dspecialchar.js.orig5 …ackground"),e.hide(),c=i.document.createElement("span"),c.setHtml(b),i.insertText(c.getText())},m=…
H A Dspecialchar.js.unc23 // We must use "insertText" here to keep text styled.
26 editor.insertText( span.getText() );
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js151 editor.insertText ( open + wrapText + close);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1339 …sertElement) and [`editor.insertText()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
1542 …0367): Fixed: [`editable.insertText()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ed…
H A Dckeditor.js287 …:function(a,b,c){this.fire("insertHtml",{dataValue:a,mode:b,range:c})},insertText:function(a){this…
376 …this._.attrChanges||(this._.attrChanges[a]=c),this.setAttribute(a,b))},insertText:function(a){this…
387 …ent(a.data)},this);this.attachListener(a,"insertText",function(a){this.insertText(a.data)},this);t…
1100 insertHtml:function(){},insertElement:function(){},insertText:function(){},setReadOnly:function(a){…
1159 …||0,b="";e--;)b+=" ";if(b)c.on("key",function(a){9==a.data.keyCode&&(c.insertText(b),a.cancel())})…
H A Dckeditor.js.unc6028 insertText: function(a) {
6029 this.fire("insertText", a)
7681 insertText: function(a) {
7894 this.attachListener(a, "insertText", function(a) {
7895 this.insertText(a.data)
21805 insertText: function() {},
22168 a.on("insertText", function() {
22878 9 == a.data.keyCode && (c.insertText(b), a.cancel())
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js1 …asic","note");if(!b){alert("Note cannot be left empty");return false}a.insertText(c+b+"</note>")}}…
H A Dnote.js.unc62 editor.insertText ( noteTypeValue + noteText + '</note>' )
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1 …round");g.hide();var k=f.document.createElement("span");k.setHtml(l);f.insertText(k.getText())}};v…
H A Dspecialchar.js.orig5 …ackground"),e.hide(),c=i.document.createElement("span"),c.setHtml(b),i.insertText(c.getText())},m=…
H A Dspecialchar.js.unc23 // We must use "insertText" here to keep text styled.
26 editor.insertText( span.getText() );
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js167 editor.insertText ( open + wrapText + close);
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js9544 this.keyHandler.bindAction(88, true, 'insertText', true); // Ctrl+Shift+X
/plugin/diagramsnet/lib/resources/
H A Ddia.txt415 insertText=Insert Text
H A Ddia_am.txt415 insertText=Insert Text
H A Ddia_ar.txt415 insertText=‫إضافة نص‬

1234