Home
last modified time | relevance | path

Searched refs:oldText (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/dports/www/mediawiki135/mediawiki-1.35.5/includes/diff/
H A DTextSlotDiffRenderer.php77 * @param string $oldText
124 $oldText = $oldContent->serialize();
132 * @param string $oldText
173 md5( $oldText ) . md5( $newText ),
185 * @param string $oldText
194 $oldText = str_replace( "\r\n", "\n", $oldText );
207 $oldText,
215 $oldText,
236 fwrite( $tempFile1, $oldText );
256 $oldText = $this->language->segmentForDiff( $oldText );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/diff/
H A DTextSlotDiffRenderer.php74 * @param string $oldText
127 $oldText = $oldContent->serialize();
135 * @param string $oldText
176 md5( $oldText ) . md5( $newText ),
188 * @param string $oldText
197 $oldText = str_replace( "\r\n", "\n", $oldText );
210 $oldText,
218 $oldText,
239 fwrite( $tempFile1, $oldText );
259 $oldText = $this->language->segmentForDiff( $oldText );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/includes/diff/
H A DTextSlotDiffRenderer.php74 * @param string $oldText
127 $oldText = $oldContent->serialize();
135 * @param string $oldText
174 md5( $oldText ) . md5( $newText ),
186 * @param string $oldText
195 $oldText = str_replace( "\r\n", "\n", $oldText );
208 $oldText,
216 $oldText,
237 fwrite( $tempFile1, $oldText );
257 $oldText = $this->language->segmentForDiff( $oldText );
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp150 QString oldText = m_address.text(); in setText() local
154 if (oldText != m_address.text()) in setText()
174 QString oldText = m_address.text(); in setCountry() local
178 if (m_address.isTextGenerated() && oldText != m_address.text()) in setCountry()
196 QString oldText = m_address.text(); in setCountryCode() local
218 QString oldText = m_address.text(); in setState() local
240 QString oldText = m_address.text(); in setCounty() local
262 QString oldText = m_address.text(); in setCity() local
284 QString oldText = m_address.text(); in setDistrict() local
309 QString oldText = m_address.text(); in setStreet() local
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/actions/
H A DRTrimAction.java71 String oldText; in run() local
79 oldText = doc.get(offset, length); in run()
87 for (lineEnd = oldText.length() - lineDelimiter.length(); lineEnd > 0; --lineEnd) { in run()
88 if (oldText.charAt(lineEnd - 1) != '\t' in run()
89 && oldText.charAt(lineEnd - 1) != ' ') { in run()
95 if (lineEnd != oldText.length() - lineDelimiter.length()) { in run()
96 String newText = oldText.substring(0, lineEnd) + lineDelimiter; in run()
115 cursorOffset -= oldText.length() - newText.length(); in run()
124 selectionLength -= oldText.length() - newText.length(); in run()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/
H A DReplace.php12 * @param mixed $oldText The text string value to modify
17 public static function replace($oldText, $start, $chars, $newText): string argument
19 $oldText = Functions::flattenSingleValue($oldText);
24 $left = Extract::left($oldText, $start - 1);
25 $right = Extract::right($oldText, Text::length($oldText) - ($start + $chars) + 1);
/dports/editors/nedit/nedit-5.7/source/
H A Dundo.c92 (undo->oldText != NULL ? undo->oldText : "")); in Undo()
94 restoredTextLength = undo->oldText != NULL ? strlen(undo->oldText) : 0; in Undo()
142 (redo->oldText != NULL ? redo->oldText : "")); in Redo()
144 restoredTextLength = redo->oldText != NULL ? strlen(redo->oldText) : 0; in Redo()
255 undo->oldText = NULL; in SaveUndoInformation()
266 strcpy(undo->oldText, deletedText); in SaveUndoInformation()
415 strcpy(comboText, undo->oldText); in appendDeletedText()
419 strcat(comboText, undo->oldText); in appendDeletedText()
426 NEditFree(undo->oldText); in appendDeletedText()
427 undo->oldText = comboText; in appendDeletedText()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Core/
H A DSelserData.php13 public $oldText; variable in Wikimedia\\Parsoid\\Core\\SelserData
21 * @param string $oldText
24 public function __construct( string $oldText, ?string $oldHTML = null ) { argument
25 $this->oldText = $oldText;
/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.java112 String oldText = fileName.substring(0, fileName.lastIndexOf(".")); //$NON-NLS-1$ in createRenameChange() local
114 if (LocaleUtil.trimLocalization(oldText).equals(oldLocalization)) { in createRenameChange()
115 renameLocalization(bundle, oldText, newText); in createRenameChange()
120 String oldText = ((IType) element).getFullyQualifiedName('$'); in createRenameChange() local
124 String oldText = ((IPackageFragment) element).getElementName(); 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() argument
163 if (oldText.equals(value) || isGoodMatch(value, oldText, isPackage)) { in resetHeaderValue()
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Core/
H A DSelserData.php15 public $oldText; variable in Wikimedia\\Parsoid\\Core\\SelserData
29 * @param string $oldText
32 public function __construct( string $oldText, ?string $oldHTML = null ) { argument
33 $this->oldText = $oldText;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Core/
H A DSelserData.php15 public $oldText; variable in Wikimedia\\Parsoid\\Core\\SelserData
29 * @param string $oldText
32 public function __construct( string $oldText, ?string $oldHTML = null ) { argument
33 $this->oldText = $oldText;
/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() argument
45 this.oldText = oldText; in ActionTextEdit()
55 …oller.getController().setProperty(objectUID, GraphicObjectProperties.__GO_TEXT_STRINGS__, oldText); in undo()
H A DActionLegend.java37 String[] oldText, newText; field in ActionLegend
55 oldText = new String[links.length]; in ActionLegend()
58 oldText[i] = text[i]; in ActionLegend()
89 …oller.getController().setProperty(objectUID, GraphicObjectProperties.__GO_TEXT_STRINGS__, oldText); in undo()
100 …oller.getController().setProperty(objectUID, GraphicObjectProperties.__GO_TEXT_STRINGS__, oldText); in undo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleEditableText.java97 String oldText = oObj.getText(); in _cutText() local
98 log.println("Text: '" + oldText + "'"); in _cutText()
112 res &= curText.equals(oldText); in _cutText()
125 res &= curText.equals(oldText); in _cutText()
129 pasteText = oldText; in _cutText()
362 String oldText = oObj.getText(); in _replaceText() local
363 int startIndx = oldText.length(); in _replaceText()
507 String oldText = oObj.getText(); in _setText() local
526 log.print("setText('" + oldText + "'): "); in _setText()
527 locRes = oObj.setText(oldText); in _setText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleEditableText.java97 String oldText = oObj.getText(); in _cutText() local
98 log.println("Text: '" + oldText + "'"); in _cutText()
112 res &= curText.equals(oldText); in _cutText()
125 res &= curText.equals(oldText); in _cutText()
129 pasteText = oldText; in _cutText()
362 String oldText = oObj.getText(); in _replaceText() local
363 int startIndx = oldText.length(); in _replaceText()
507 String oldText = oObj.getText(); in _setText() local
526 log.print("setText('" + oldText + "'): "); in _setText()
527 locRes = oObj.setText(oldText); in _setText()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Undo/Text/
H A DReplaceTextCommand.st2 | search replace oldText buffer |
17 oldText := aGtkTextBuffer text.
42 buffer setText: oldText
48 buffer setText: (oldText copyReplaceAll: search with: replace)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DDecoratingLabelProvider.java219 String oldText = settings.getText(); in updateLabel() local
223 if (!delayedDecorator.prepareDecoration(element, oldText)) { in updateLabel()
230 if (decorationReady || oldText == null in updateLabel()
317 String oldText = settings.getText(); in updateLabel() local
322 if (!labelDecorator.prepareDecoration(element, oldText, getDecorationContext())) { in updateLabel()
328 if (!delayedDecorator.prepareDecoration(element, oldText)) { in updateLabel()
338 if (decorationReady || oldText == null in updateLabel()
344 if (decorationReady || oldText == null in updateLabel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/
H A DHTMLTagCompletionProposalComputer.java104 private static int findReplaceEndPos(IDocument doc, String newText, String oldText, int pos) { in findReplaceEndPos() argument
105 if (oldText.length() == 0 || oldText.equals(newText)) { in findReplaceEndPos()
207 …private JavaCompletionProposal createCompletion(String newText, String oldText, StyledString label… in createCompletion() argument
208 int offset= fCurrentPos - oldText.length(); in createCompletion()
209 int length= fCurrentLength + oldText.length(); in createCompletion()
211 length= findReplaceEndPos(fDocument, newText, oldText, fCurrentPos) - offset; in createCompletion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/text/
H A D_XAutoTextEntry.java58 String oldText = textDoc.getText().getString(); in _applyTo() local
62 log.println("Old text:\n" + oldText + "\nNew text:\n" + newText); in _applyTo()
64 tRes.tested("applyTo()", ! newText.equals(oldText)); in _applyTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/text/
H A D_XAutoTextEntry.java58 String oldText = textDoc.getText().getString(); in _applyTo() local
62 log.println("Old text:\n" + oldText + "\nNew text:\n" + newText); in _applyTo()
64 tRes.tested("applyTo()", ! newText.equals(oldText)); in _applyTo()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/admin/
H A Descape_porcelain_string.h26 auto replaceAll = [](std::string& str, const std::string& oldText, const std::string& newText) { in escapePorcelainString()
29 while ((pos = str.find(oldText, pos)) != std::string::npos) { in escapePorcelainString()
30 str.replace(pos, oldText.length(), newText); in escapePorcelainString()
/dports/emulators/stella/stella-6.6/src/gui/
H A DUndoHandler.cxx94 uInt32 UndoHandler::lastDiff(const string& text, const string& oldText) const in lastDiff()
98 for(auto itn = text.crbegin(), ito = oldText.crbegin(); in lastDiff()
99 itn != text.crend() && ito != oldText.crend(); ++itn, ++ito) in lastDiff()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/menu/widgets/
H A Dlineeditwidget.cpp40 String oldText; ///< For restoring a canceled edit. in DENG2_PIMPL_NOREF() local
189 d->oldText.truncate(newMaxLength); in setMaxLength()
208 d->oldText = d->text; in setText()
288 d->oldText = d->text; in handleCommand()
294 d->oldText = d->text; in handleCommand()
306 d->text = d->oldText; in handleCommand()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.Core.Presentation/System/Activities/Core/Presentation/
H A DCaseKeyBox.ViewModel.cs43 string oldText = String.Empty; field in System.Activities.Core.Presentation.CaseKeyBoxViewModel
99 this.Text = oldText; in OnEscapePressed()
214 this.oldText = this.Text; in SaveOldText()
320 string normalizedOldText = this.oldText; in TextHasBeenChanged()
362 this.oldText = string.Empty; in ResetText()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SongEditor/
H A DSongEditorPanelTagWidget.cpp139 QStringList oldText; in on_okBtn_clicked() local
143 oldText << ""; in on_okBtn_clicked()
146oldText.replace(pTimeline->m_timelinetagvector[i].m_htimelinetagbeat , pTimeline->m_timelinetagvec… in on_okBtn_clicked()
156 …SE_editTagAction *action = new SE_editTagAction( newTagItem->text() ,oldText.value( songPosition … in on_okBtn_clicked()

12345678910>>...32