Home
last modified time | relevance | path

Searched defs:newText (Results 1 – 25 of 1575) sorted by relevance

12345678910>>...63

/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/
H A Deditorutil.cpp17 const QString newText = cursor.selectedText().toUpper(); in upperCase() local
25 const QString newText = cursor.selectedText().toLower(); in lowerCase() local
33 QString newText = cursor.selectedText(); in sentenceCase() local
54 const QString newText = cursor.selectedText(); in reverseCase() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/
H A DBundleManifestChange.java108 String newText = newTexts[i]; in createRenameChange() local
121 … resetHeaderValue(bundle.getManifestHeader(Constants.BUNDLE_ACTIVATOR), false, oldText, newText); in createRenameChange() local
122 … resetHeaderValue(bundle.getManifestHeader(ICoreConstants.PLUGIN_CLASS), false, oldText, newText); in createRenameChange() local
125 resetHeaderValue(bundle.getManifestHeader(Constants.BUNDLE_ACTIVATOR), true, oldText, newText); in createRenameChange() local
126 … resetHeaderValue(bundle.getManifestHeader(ICoreConstants.PLUGIN_CLASS), true, oldText, newText); in createRenameChange() local
127 renamePackage(bundle.getManifestHeader(Constants.EXPORT_PACKAGE), oldText, newText); in createRenameChange() local
128 renamePackage(bundle.getManifestHeader(ICoreConstants.PROVIDE_PACKAGE), oldText, newText); in createRenameChange() local
129 renamePackage(bundle.getManifestHeader(Constants.IMPORT_PACKAGE), oldText, newText); in createRenameChange() local
153 private static void renameLocalization(Bundle bundle, String oldText, String newText) { in renameLocalization()
160 … void resetHeaderValue(IManifestHeader header, boolean isPackage, String oldText, String newText) { in resetHeaderValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/
H A DJavaPrimitiveValueEditor.java123 public String isValid(String newText) { in isValid()
193 private boolean isUnicode(String newText) { in isUnicode()
208 private boolean isOctalEscape(String newText) { in isOctalEscape()
232 private boolean isSpecialCharacter(String newText) { in isSpecialCharacter()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DIRtfTextContainer.java47 RtfText newText(String str, RtfAttributes attr) throws IOException; in newText() method
55 RtfText newText(String str) throws IOException; in newText() method
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/tests/cases/
H A Dsmart-mode.json122 "newText": "" string
150 "newText": "" string
246 "newText": " " string
270 "newText": "" string
318 "newText": "" string
342 "newText": "" string
366 "newText": "" string
390 "newText": "" string
416 "newText": "" string
494 "newText": "" string
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DStyledTextContentSpec.java279 String newText; in test_Insert() local
597 String newText; in test_Delete() local
713 String newText; in test_Replace() local
769 String newText; in test_Special_Cases() local
994 String newText; in test_Delimiter_Special_Cases() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/editor/action/
H A DActionTextEdit.java33 String[] oldText, newText; field in ActionTextEdit
42 public ActionTextEdit(Integer object, String[] oldText, String[] newText) { in ActionTextEdit()
/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DTextGraphicEvent.java14 protected String newText; field in TextGraphicEvent
20 public TextGraphicEvent(TextGraphic graphic, String origText, String newText, in TextGraphicEvent()
49 public void setNewText(String newText) { in setNewText()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/diff/
H A DTextSlotDiffRenderer.php81 public static function diff( $oldText, $newText ) {
136 public function getTextDiff( $oldText, $newText ) {
190 protected function getTextDiffInternal( $oldText, $newText ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/diff/
H A DTextSlotDiffRenderer.php78 public static function diff( $oldText, $newText ) {
139 public function getTextDiff( $oldText, $newText ) {
193 protected function getTextDiffInternal( $oldText, $newText ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/diff/
H A DTextSlotDiffRenderer.php78 public static function diff( $oldText, $newText ) {
139 public function getTextDiff( string $oldText, string $newText ) {
191 protected function getTextDiffInternal( $oldText, $newText ) {
/dports/finance/kraft/kraft-0.97/src/
H A Dkraftdocfooteredit.cpp56 void KraftDocFooterEdit::slotSetGreeting( const QString& newText ) in slotSetGreeting()
72 void KraftDocFooterEdit::slotGreeterEditTextChanged(const QString& newText) in slotGreeterEditTextChanged()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dtext.cpp8 Common::String newText; member
79 const Common::String newText = typoFixes[i].newText; in patchRoomMessage() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/
H A DJavaWordIterator.java214 public void setText(CharSequence newText) { in setText()
223 public void setText(CharacterIterator newText) { in setText()
232 public void setText(String newText) { in setText()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DJavaWordIterator.java207 public void setText(CharSequence newText) { in setText()
215 public void setText(CharacterIterator newText) { in setText()
223 public void setText(String newText) { in setText()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dzoomslider.cpp213 QString newText = QString("%1").arg(qRound(value)); in setValue() local
256 QString newText = QString("%1").arg(newValue); in sliderValueChanged() local
263 void ZoomSlider::sliderTextEdited(const QString & newText) { in sliderTextEdited()
267 void ZoomSlider::sliderTextEdited(const QString & newText, bool doEmit) in sliderTextEdited()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/Components/
H A Djucer_ComponentNameProperty.h42 void setText (const String& newText) override in setText()
92 void setText (const String& newText) override in setText()
141 void setText (const String& newText) override in setText()
/dports/astro/qmapshack/qmapshack-V_1.16.1/
H A Drelease.py109 newText = fp.read().replace(str(current_version), str(next_version)) variable
116 newText = re.sub( variable
128 newText = fp.read().replace("V1.XX.X", "V" + str(next_version)) variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/edit_virtual_scan/
H A Dedit_vs_widget.cpp248 void EditVsWidget::povsNumberTextChanged( QString newText ) in povsNumberTextChanged()
254 void EditVsWidget::xCompTextChanged( QString newText ) in xCompTextChanged()
260 void EditVsWidget::yCompTextChanged( QString newText ) in yCompTextChanged()
266 void EditVsWidget::zCompTextChanged( QString newText ) in zCompTextChanged()
/dports/games/multimc/MultiMC5-0.6.11/application/dialogs/
H A DLoginDialog.cpp63 void LoginDialog::on_userTextBox_textEdited(const QString &newText) in on_userTextBox_textEdited()
68 void LoginDialog::on_passTextBox_textEdited(const QString &newText) in on_passTextBox_textEdited()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/utils/
H A Dvar_text.cpp200 UString newText = get(); in onUpdate() local
213 UString newText = get(); in onUpdate() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/
H A Dspecial_fields.cpp43 auto newText = '+' + code; in codeSelected() local
57 QString newText, addToNumber; in correctValue() local
133 QString newText; in correctValue() local
202 auto newText = added + wasText; in addedToNumber() local
233 auto newText = getLastText(); in chooseCode() local
375 QString newText; in correctValue() local
/dports/editors/texstudio/texstudio-4.1.2/src/tests/
H A Dqdocumentsearch_t.cpp21 …r, int line, int anchorOffset, int cursorOffset,const QString &replaceText,const QString& newText): in CM()
29 …ine, int anchorOffset, int cursorOffset,const QString &replaceText="\1",const QString &newText=""){ in SP()
32 …ine, int anchorOffset, int cursorOffset,const QString &replaceText="\1",const QString& newText=""){ in SN()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dchangetoolsgen.cxx186 auto newText = std::regex_replace(callText, std::regex(methodName + " *\\( *\\) *="), in ChangeAssignment() local
214 std::string newText; in ChangeBinaryOperatorPlusMinus() local
281 auto newText = std::regex_replace(callText, std::regex(reString), in ChangeBinaryOperatorOther() local
341 std::string newText; in ChangeUnaryOperator() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dchangetoolsgen.cxx186 auto newText = std::regex_replace(callText, std::regex(methodName + " *\\( *\\) *="), in ChangeAssignment() local
214 std::string newText; in ChangeBinaryOperatorPlusMinus() local
281 auto newText = std::regex_replace(callText, std::regex(reString), in ChangeBinaryOperatorOther() local
341 std::string newText; in ChangeUnaryOperator() local

12345678910>>...63