Home
last modified time | relevance | path

Searched refs:newText (Results 1 – 25 of 29) sorted by relevance

12

/plugin/bureaucracytoolbar/
H A Dscript.js24 var newText = '';
27 newText = '**' + selectedText + '**';
30 newText = '//' + selectedText + '//';
33 newText = '__' + selectedText + '__';
36 newText = '<code>' + selectedText + '</code>';
39 newText = ' * ' + selectedText;
42 newText = '[[' + selectedText + ']]';
49 textarea.value = before + newText + after;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js109 function setText( textIndex, wordIndex, newText ) { argument
122 this.textInputs[textIndex] = beginStr + newText + endStr;
126 var lengthDiff = newText.length - oldText.length;
129 word.size = newText.length;
130 word.value = newText;
DspellChecker.js443 function _setWordText( text_num, word_num, newText, flag ) { argument
445 this.wordWin.setText( text_num, word_num, newText );
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js109 function setText( textIndex, wordIndex, newText ) { argument
122 this.textInputs[textIndex] = beginStr + newText + endStr;
126 var lengthDiff = newText.length - oldText.length;
129 word.size = newText.length;
130 word.value = newText;
DspellChecker.js455 function _setWordText( text_num, word_num, newText, flag ) { argument
457 this.wordWin.setText( text_num, word_num, newText );
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js109 function setText( textIndex, wordIndex, newText ) { argument
122 this.textInputs[textIndex] = beginStr + newText + endStr;
126 var lengthDiff = newText.length - oldText.length;
129 word.size = newText.length;
130 word.value = newText;
DspellChecker.js443 function _setWordText( text_num, word_num, newText, flag ) { argument
445 this.wordWin.setText( text_num, word_num, newText );
/plugin/fetchmedia/action/
Dajax.php165 $newText = $this->replaceLinkInText($text, $link, $mediaID);
168 if ($text !== $newText) {
172 … saveWikiText($pageId, $newText, 'File ' . hsc($link) . ' downloaded by fetchmedia plugin');
/plugin/dokullm/
H A Dscript.js783 function replaceSelectedText(textarea, newText) { argument
796 textarea.value = metadata + newText;
799 textarea.value = text.substring(0, start) + newText + text.substring(end);
802 const newCursorPos = start + newText.length;
/plugin/mikioplugin/
H A Dscript.js63 const newText = btn.attr('data-toggle-text');
64 if (newText !== '') {
66 btn.text(newText);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js1newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
D2.2.js477 function replace(range, newText) {
478 return { range: range, newText: newText };
486 function insert(position, newText) {
487 return { range: { start: position, end: position }, newText: newText };
495 return { range: range, newText: '' };
501 && Is.string(candidate.newText)
612 TextEditChangeImpl.prototype.insert = function (position, newText) {
613 this.edits.push(TextEdit.insert(position, newText));
615 TextEditChangeImpl.prototype.replace = function (range, newText) {
616 this.edits.push(TextEdit.replace(range, newText));
[all …]
D6.6.js1newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
D4.4.js1newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
D70.70.js1newText,range:this._textSpanToRange(e,t.span)}},t}(m),T=function(e){function t(){return null!==e&&…
D4.4.js.map1newText = applyEdit(text, edit);\n // format the new text\n var begin = edit.offset;\n va…
Djson.worker.js.map1newText = applyEdit(text, edit);\n // format the new text\n var begin = edit.offset;\n va…
D3.3.js.map1newText The new text.\n */\n function replace(range, newText) {\n return { range: ra…
D5.5.js.map1newText,\n range: this._textSpanToRange(model, change.span)\n };\n };\n re…
D2.2.js.map1newText The new text.\n */\n function replace(range, newText) {\n return { range: ra…
Dbundle.js396newText=i}get oldLength(){return this.oldText.length}get oldEnd(){return this.oldPosition+this.old…
/plugin/dirtylittlehelper/mermaid/editor/
D6.6.js1newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
Dbundle.js396newText=i}get oldLength(){return this.oldText.length}get oldEnd(){return this.oldPosition+this.old…
/plugin/codemirror/dist/
Dscripts.min.js.map1newText","domTextBetween","oldText","cutFront","cutEnd","oldTop","maxCutFront","newBot","oldBot","…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1newText","_value","savedCallback","detach","insertModeChangeRegister","lastChange","logInsertModeC…

12