Home
last modified time | relevance | path

Searched +defs:edit +defs:replacement (Results 1 – 20 of 20) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/
H A DSelectionProcessor.java64 TextEdit replace(ISelection selection, String replacement) throws BadLocationException { in replace()
161 …ISelection makeReplaceSelection(ISelection selection, String replacement) throws BadLocationExcept… in makeReplaceSelection()
632 public TextEdit replace(ISelection selection, String replacement) throws BadLocationException { in replace()
690 …private ISelection makeReplaceSelection(ISelection selection, String replacement) throws BadLocati… in makeReplaceSelection()
702 TextEdit edit= delete(selection); in doDelete() local
726 public void doReplace(ISelection selection, String replacement) throws BadLocationException { in doReplace()
727 TextEdit edit= replace(selection, replacement); in doReplace() local
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_diagnostics/src/handlers/
H A Dreplace_filter_map_next_with_find_map.rs41 let replacement = format!("find_map{}", filter_map_args.syntax().text()); in fixes() localVariable
44 let edit = TextEdit::replace(range_to_replace, replacement); in fixes() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_diagnostics/src/handlers/
H A Dreplace_filter_map_next_with_find_map.rs41 let replacement = format!("find_map{}", filter_map_args.syntax().text()); in fixes() localVariable
44 let edit = TextEdit::replace(range_to_replace, replacement); in fixes() localVariable
/dports/devel/cquery/cquery-20180718/src/
H A Dclang_format.cc52 for (const Replacement& replacement : replacements) { in ConvertReplacementsToTextEdits() local
53 lsTextEdit edit; in ConvertReplacementsToTextEdits() local
/dports/math/R/R-4.1.2/src/library/methods/tests/
H A DbasicRefClass.R202 edit = function(i, j, value) { nameattr in function
297 function(i, j, value) {
394 …stopifnot(is(tryCatch(mv$methods(test3 = function(x) {edit <<- data[!is.na(x)]}), error = function… globalVar
486 .changeAllFields <- function(replacement) { argument
/dports/math/libRmath/R-4.1.1/src/library/methods/tests/
H A DbasicRefClass.R202 edit = function(i, j, value) { nameattr in function
297 function(i, j, value) {
394 …stopifnot(is(tryCatch(mv$methods(test3 = function(x) {edit <<- data[!is.na(x)]}), error = function… globalVar
486 .changeAllFields <- function(replacement) { argument
/dports/shells/fish/fish-3.3.1/src/
H A Dreader.cpp179 void apply_edit(wcstring *target, const edit_t &edit) { in apply_edit()
185 static size_t chars_deleted_left_of_cursor(const edit_t &edit) { in chars_deleted_left_of_cursor()
193 static size_t cursor_position_after_edit(const edit_t &edit) { in cursor_position_after_edit()
240 void editable_line_t::push_edit(edit_t &&edit) { in push_edit()
266 edit_t &edit = undo_history.edits.back(); in insert_coalesce() local
277 const edit_t &edit = undo_history.edits.at(undo_history.edits_applied); in redo() local
1509 void reader_data_t::push_edit(editable_line_t *el, edit_t &&edit) { in push_edit()
1523 wcstring replacement) { in replace_substring()
3605 wcstring replacement; in handle_readline_command() local
3631 wcstring replacement; in handle_readline_command() local
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexcompleter.cpp635 void cursorPositionChanged(QEditor *edit) in cursorPositionChanged()
688 void bindTo(QEditor *edit, LatexCompleter *caller, bool forced, int start) in bindTo()
1038 QMap<QString,std::shared_ptr<Rpl>>replacement; in filterList() local
1118 QMap<QString,std::shared_ptr<Rpl>>replacement; in filterList() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/
H A DASTRewriteAnalyzer.java276 TextEdit edit= (TextEdit) this.sourceCopyInfoToEdit.get(info); in getCopySourceEdit() local
347 final void addEdit(TextEdit edit) { in addEdit()
391 TextEdit edit= new InsertEdit(offset, insertString); in doTextInsert() local
399 final void addEditGroup(TextEditGroup editGroup, TextEdit edit) { in addEditGroup()
407 TextEdit edit= new DeleteEdit(offset, len); in doTextRemove() local
416 TextEdit edit= doTextRemove(offset, len, editGroup); in doTextRemoveAndVisit() local
480 TextEdit edit= new ReplaceEdit(offset, len, insertString); in doTextReplace() local
1276 String replacement= needsSpaceOnRemoveAll ? String.valueOf(' ') : Util.EMPTY_STRING; in rewriteOptionalTypeParameters() local
1464 TextEdit edit= new RangeMarker(insertOffset, 0); in doTextInsert() local
1767 TextEdit edit= new RangeMarker(offset, length); in preVisit() local
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Ddiffer.cpp561 const QString replacement(replacementSize, ' '); in encodeExpandedWhitespace() local
607 const QString replacement = it.value().second; in decodeExpandedWhitespace() local
1485 QString edit = thisDiff.text; in cleanupSemanticsLossless() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppquickfixes.cpp386 QString replacement; member in CppEditor::Internal::__anonfe1885950311::InverseLogicalComparisonOp
472 QString replacement; member in CppEditor::Internal::__anonfe1885950411::FlipLogicalOperandsOp
515 QString replacement; in match() local
1448 const QString &replacement) in ConvertNumericLiteralOp()
1468 QString replacement; member in CppEditor::Internal::__anonfe1885950d11::ConvertNumericLiteralOp
1532 const QString replacement = QString::asprintf("0x%lX", value); in match() local
1549 const QString replacement = QString::asprintf("0%lo", value); in match() local
1566 const QString replacement = QString::asprintf("%lu", value); in match() local
1583 QString replacement = "0b"; in match() local
4921 funcNameEdit->setValidationFunction([](Utils::FancyLineEdit *edit, QString *) { in getOptions()
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/
H A Dliteeditorwidgetbase.cpp206 TextEditExtraArea(LiteEditorWidgetBase *edit):QWidget(edit) { in TextEditExtraArea()
241 TextEditNavigateArea(LiteEditorWidgetBase *edit):QWidget(edit) { in TextEditNavigateArea()
4162 QString replacement = QLatin1String("..."); in paintEvent() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/
H A Dnewcleanupp.cpp419 CSeq_entry_EditHandle edit = entry_ci->GetEditHandle(); in BasicCleanupBioseqSetHandle() local
429 CSeq_annot_EditHandle edit = annot_ci->GetEditHandle(); in BasicCleanupBioseqSetHandle() local
878 const char *replacement, in s_RegexpReplace()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/cleanup/
H A Dnewcleanupp.cpp419 CSeq_entry_EditHandle edit = entry_ci->GetEditHandle(); in BasicCleanupBioseqSetHandle() local
429 CSeq_annot_EditHandle edit = annot_ci->GetEditHandle(); in BasicCleanupBioseqSetHandle() local
878 const char *replacement, in s_RegexpReplace()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/texteditor/
H A Dtexteditor.cpp247 TextEditExtraArea(TextEditorWidget *edit) in TextEditExtraArea()
3656 QString replacement = QLatin1String(" {") + q->foldReplacementText(block) in foldedBlockAt() local
4648 QString replacement = q->foldReplacementText(data.block); in paintReplacement() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A DReactor.cpp45 for(auto &edit : edits) in apply() local
4583 … std::string replaceAll(std::string str, const std::string &substr, const std::string &replacement) in replaceAll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A DReactor.cpp47 for(auto &edit : edits) in apply() local
4434 … std::string replaceAll(std::string str, const std::string &substr, const std::string &replacement) in replaceAll()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py3764 def __init__(self, repWidget, edit): argument
3774 def setLineEdit(self, edit): argument
3855 def __init__(self, repWidget, edit): argument
3865 def setLineEdit(self, edit): argument
8404 def __init__(self, pattern, replacement, options, parent = None): argument
8406 def __init__(self, pattern, replacement, options, parent, replaceDialog): argument
8421 def replace(self, text, pattern, replacement, index, options, replacedLength): argument
8424 def replace(self, text, pattern, replacement, index, options, replacedLength): argument
8449 def replacement(self): member in KReplaceDialog
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtGui.py1460 def edit(self, index): member in QAbstractItemView
1462 def edit(self, index, trigger, event): member in QAbstractItemView
4548 def setLineEdit(self, edit): argument
17303 def setRedirected(self, device, replacement, offset = QPoint()): argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A Dranked_frequency_lists.json1elen":15,"sandra":16,"donna":17,"carol":18,"ruth":19,"sharon":20,"michelle":21,"laura":22,"sarah":… number