Home
last modified time | relevance | path

Searched refs:replacedString (Results 1 – 25 of 41) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DSpellingCorrectionController.cpp159 m_correctionPanelInfo.replacedString = plainText(rangeToReplace.get()); in show()
243 description = m_correctionPanelInfo.replacedString; in applyCorrectionPanelInfo()
298 … m_correctionPanelInfo.replacedString = plainText(m_correctionPanelInfo.rangeToBeReplaced.get()); in correctionPanelTimerFired()
309 …textChecker()->getGuessesForWord(m_correctionPanelInfo.replacedString, paragraphText, suggestions); in correctionPanelTimerFired()
333 if (currentWord != m_correctionPanelInfo.replacedString) in handleCorrectionPanelResult()
416 m_correctionPanelInfo.replacedString = currentWord; in respondToChangedSelection()
458 …ectionController::recordAutocorrectionResponseReversed(const String& replacedString, const String&… in recordAutocorrectionResponseReversed() argument
460 …client()->recordAutocorrectionResponse(EditorClient::AutocorrectionReverted, replacedString, repla… in recordAutocorrectionResponseReversed()
465 recordAutocorrectionResponseReversed(replacedString, plainText(replacementRange.get())); in recordAutocorrectionResponseReversed()
474 …CorrectionController::markCorrection(PassRefPtr<Range> replacedRange, const String& replacedString) in markCorrection() argument
[all …]
H A DSpellingCorrectionController.h63 String replacedString; member
115 …ponseReversed(const String& replacedString, PassRefPtr<Range> replacementRange) UNLESS_ENABLED({ U…
117 …e> replacedRange, const String& replacedString) UNLESS_ENABLED({ UNUSED_PARAM(replacedRange); UNUS…
122 …void recordAutocorrectionResponseReversed(const String& replacedString, const String& replacementS…
/dports/www/moodle310/moodle/lib/spout/src/Spout/Common/Helper/Escaper/
H A DODS.php25 $replacedString = htmlspecialchars($string, ENT_QUOTES | ENT_DISALLOWED, 'UTF-8');
37 $replacedString = preg_replace("/$regexPattern/", '�', $escapedString);
40 return $replacedString;
/dports/www/moodle311/moodle/lib/spout/src/Spout/Common/Helper/Escaper/
H A DODS.php25 $replacedString = \htmlspecialchars($string, ENT_QUOTES | ENT_DISALLOWED, 'UTF-8');
37 $replacedString = \preg_replace("/$regexPattern/", '�', $escapedString);
40 return $replacedString;
/dports/www/moodle39/moodle/lib/spout/src/Spout/Common/Helper/Escaper/
H A DODS.php25 $replacedString = htmlspecialchars($string, ENT_QUOTES | ENT_DISALLOWED, 'UTF-8');
37 $replacedString = preg_replace("/$regexPattern/", '�', $escapedString);
40 return $replacedString;
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Conversion/
H A DOldVSProjectFileReader.cs555 StringBuilder replacedString = new StringBuilder(); in ReplaceAmpersandWithLiteral()
557 replacedString.Append(originalString.Substring(0, indexOfAmpersand)); in ReplaceAmpersandWithLiteral()
558 replacedString.Append("&amp;"); in ReplaceAmpersandWithLiteral()
559 replacedString.Append(originalString.Substring(indexOfAmpersand + 1)); in ReplaceAmpersandWithLiteral()
561 return replacedString.ToString(); in ReplaceAmpersandWithLiteral()
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/src/c/
H A Dstrsubst.c67 char *replacedString = NULL; in strsub() local
110 replacedString = (char*)MALLOC (sizeof(char) * (len + 1)); in strsub()
111 if (replacedString == NULL) in strsub()
117 result_str = replacedString; in strsub()
138 return replacedString; in strsub()
147 char *replacedString = NULL; in strsub_reg() local
243 replacedString = wide_string_to_UTF8(wcreplacedString); in strsub_reg()
251 return replacedString; in strsub_reg()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/mac/
H A DCorrectionPanel.h42 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
45 …dAutocorrectionResponse(WKView*, NSCorrectionResponse, const String& replacedString, const String&…
H A DCorrectionPanel.mm64 …pe type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
71 NSString* replacedStringAsNSString = replacedString;
120 …nResponse(WKView* view, NSCorrectionResponse response, const String& replacedString, const String&…
122 …cker] recordResponse:response toCorrection:replacementString forWord:replacedString language:nil i…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.h114 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
117 …nse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String&…
H A DPageClientImpl.mm416 …pe type, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
421 …m_correctionPanel.show(m_wkView, type, boundingBoxOfReplacedString, replacedString, replacementStr…
441 …EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String&…
445 …CorrectionPanel::recordAutocorrectionResponse(m_wkView, response, replacedString, replacementStrin…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm241 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
243 …WebPageProxy::ShowCorrectionPanel(type, boundingBoxOfReplacedString, replacedString, replacementSt…
258 …EditorClient::AutocorrectionResponseType responseType, const String& replacedString, const String&…
260 …m_page->send(Messages::WebPageProxy::RecordAutocorrectionResponse(responseType, replacedString, re…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DPageClient.h150 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
153 …nse(WebCore::EditorClient::AutocorrectionResponseType, const String& replacedString, const String&…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEditorClient.h164 …nelType, const FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
167 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
H A DContextMenuController.cpp410 frame->editor()->changeBackToReplacedString(m_hitTestResult.replacedString()); in contextMenuItemSelected()
845 String replacedString = m_hitTestResult.replacedString(); in populate() local
846 if (!replacedString.isEmpty()) { in populate()
847 …uItem item(ActionType, ContextMenuItemTagChangeBack, contextMenuItemTagChangeBack(replacedString)); in populate()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimwavefunction.cpp269 QString replacedString(str.replace("d", "e", Qt::CaseSensitive) in initializeWithWFNFile() local
272 exponentsList.append(replacedString.toDouble()); in initializeWithWFNFile()
332 QString replacedString(str.replace("d", "e", Qt::CaseSensitive) in initializeWithWFNFile() local
336 moCoefficientsList.append(replacedString.toDouble()); in initializeWithWFNFile()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/qtaim/
H A Dqtaimwavefunction.cpp269 QString replacedString(str.replace("d", "e", Qt::CaseSensitive) in initializeWithWFNFile() local
272 exponentsList.append(replacedString.toDouble()); in initializeWithWFNFile()
332 QString replacedString(str.replace("d", "e", Qt::CaseSensitive) in initializeWithWFNFile() local
336 moCoefficientsList.append(replacedString.toDouble()); in initializeWithWFNFile()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h147 …const WebCore::FloatRect& boundingBoxOfReplacedString, const String& replacedString, const String&…
150 …cordAutocorrectionResponse(AutocorrectionResponseType, const String& replacedString, const String&…
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Doperator_strings.go38 replacedString := regex.ReplaceAllString(original, replacement)
39 return &yaml.Node{Kind: yaml.ScalarNode, Value: replacedString, Tag: "!!str"}
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dmetacommands.cpp289 string replacedString = ""; in sprintf_cmd() local
292 replacedString += blob.data_; in sprintf_cmd()
300 replacedString += constString; in sprintf_cmd()
311 replacedString += a->str(); in sprintf_cmd()
315 carryover.replace(ident, replacedString); in sprintf_cmd()
/dports/www/matomo/piwik/core/
H A DTwig.php57 $replacedString = is_null($string) ? $string : str_replace($search, $replace, $string);
60 if ($string !== $replacedString) {
61 return piwik_fix_lbrace($replacedString);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DLocalizedStrings.cpp379 String contextMenuItemTagChangeBack(const String& replacedString) in contextMenuItemTagChangeBack() argument
381 … return platformStrategies()->localizationStrategy()->contextMenuItemTagChangeBack(replacedString); in contextMenuItemTagChangeBack()
H A DDefaultLocalizationStrategy.cpp518 String DefaultLocalizationStrategy::contextMenuItemTagChangeBack(const String& replacedString) in contextMenuItemTagChangeBack() argument
521 return replacedString; in contextMenuItemTagChangeBack()
H A DLocalizedStrings.h116 String contextMenuItemTagChangeBack(const String& replacedString);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DHitTestResult.h79 String replacedString() const;

12