| /plugin/bureaucracytoolbar/ |
| H A D | script.js | 24 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/ |
| D | wordWindow.js | 109 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;
|
| D | spellChecker.js | 443 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/ |
| D | wordWindow.js | 109 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;
|
| D | spellChecker.js | 455 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/ |
| D | wordWindow.js | 109 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;
|
| D | spellChecker.js | 443 function _setWordText( text_num, word_num, newText, flag ) { argument 445 this.wordWin.setText( text_num, word_num, newText );
|
| /plugin/fetchmedia/action/ |
| D | ajax.php | 165 $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 D | script.js | 783 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 D | script.js | 63 const newText = btn.attr('data-toggle-text'); 64 if (newText !== '') { 66 btn.text(newText);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 5.5.js | 1 …newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
|
| D | 2.2.js | 477 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 …]
|
| D | 6.6.js | 1 …newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
|
| D | 4.4.js | 1 …newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
|
| D | 70.70.js | 1 …newText,range:this._textSpanToRange(e,t.span)}},t}(m),T=function(e){function t(){return null!==e&&…
|
| D | 4.4.js.map | 1 …newText = applyEdit(text, edit);\n // format the new text\n var begin = edit.offset;\n va…
|
| D | json.worker.js.map | 1 …newText = applyEdit(text, edit);\n // format the new text\n var begin = edit.offset;\n va…
|
| D | 3.3.js.map | 1 …newText The new text.\n */\n function replace(range, newText) {\n return { range: ra…
|
| D | 5.5.js.map | 1 …newText,\n range: this._textSpanToRange(model, change.span)\n };\n };\n re…
|
| D | 2.2.js.map | 1 …newText The new text.\n */\n function replace(range, newText) {\n return { range: ra…
|
| D | bundle.js | 396 …newText=i}get oldLength(){return this.oldText.length}get oldEnd(){return this.oldPosition+this.old…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | 6.6.js | 1 …newText:t}},e.insert=function(e,t){return{range:{start:e,end:e},newText:t}},e.del=function(e){retu…
|
| D | bundle.js | 396 …newText=i}get oldLength(){return this.oldText.length}get oldEnd(){return this.oldPosition+this.old…
|
| /plugin/codemirror/dist/ |
| D | scripts.min.js.map | 1 …newText","domTextBetween","oldText","cutFront","cutEnd","oldTop","maxCutFront","newBot","oldBot","…
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js.map | 1 …newText","_value","savedCallback","detach","insertModeChangeRegister","lastChange","logInsertModeC…
|