Home
last modified time | relevance | path

Searched refs:toReplace (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/events/
H A DEventsReplace.cs27 XDocument xDoc = new XDocument(toReplace); in ExecuteXDocumentVariation()
34 toReplace.ReplaceWith(newValue); in ExecuteXDocumentVariation()
54 XElement xElem = new XElement("root", toReplace); in ExecuteXElementVariation()
61 toReplace.ReplaceWith(newValue); in ExecuteXElementVariation()
82 public void ExecuteXDocumentVariation(XNode toReplace) in ExecuteXDocumentVariation() argument
85 XDocument xDoc = new XDocument(toReplace); in ExecuteXDocumentVariation()
112 public void ExecuteXElementVariation(XNode toReplace) in ExecuteXElementVariation() argument
233 XElement xElem = new XElement("root", toReplace); in ExecuteXElementVariation()
245 eHelper.Verify(toReplace.Length + 1); in ExecuteXElementVariation()
256 XElement toReplace = new XElement("Automobile", in ElementWithAttributes()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/TreeManipulation/
H A DXNodeReplace.cs88 if (n != toReplace) in ReplaceWithExpValues()
110 XNode toReplace = elem.Nodes().ElementAt(i); in TestReplacement()
111 XNode prev = toReplace.PreviousNode; in TestReplacement()
112 XNode next = toReplace.NextNode; in TestReplacement()
121 toReplace.ReplaceWith(replacement); in TestReplacement()
123 TestLog.Compare(toReplace.Parent == null, "toReplace.Parent == null"); in TestReplacement()
124 TestLog.Compare(toReplace.Document == null, "toReplace.Document == null"); in TestReplacement()
146 XNode toReplace = doc.Nodes().ElementAt(i); in TestReplacement()
147 XNode prev = toReplace.PreviousNode; in TestReplacement()
148 XNode next = toReplace.NextNode; in TestReplacement()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dclangfilepath.cpp34 static inline QByteArray replace(const QByteArray &pathName, char toReplace, char replacement) in replace() argument
36 int i = pathName.indexOf(toReplace); in replace()
44 if (data[i] == toReplace) in replace()
/dports/multimedia/ffmpegthumbnailer/ffmpegthumbnailer-2.2.2/libffmpegthumbnailer/
H A Dstringoperations.cpp44 string& StringOperations::replace(string& aString, const string& toSearch, const string& toReplace) in replace() argument
51 aString.replace(foundPos, toSearch.length(), toReplace); in replace()
52 startPos = foundPos + toReplace.size(); in replace()
/dports/games/frogatto/frogatto-1.3.1/modules/tileciv/data/object_prototypes/
H A Dciv-tile.cfg89 …if((not self in logic.vars.toReplace) and size(logic.vars.not_refilled_when_played+logic.vars.toRe…
91 set(logic.vars.toReplace, logic.vars.toReplace + [self]),
95 set(logic.vars.toReplace, filter(logic.vars.toReplace, 'obj', obj != context.self)),
96 #map(logic.vars.toReplace, 'obj', debug(obj.x, ' ', self.x)),
97 debug(filter(logic.vars.toReplace, 'obj', obj.x != self.x)),#
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangformat/
H A Dclangformatbaseindenter.cpp382 int indentationForBlock(const Utils::Text::Replacements &toReplace, in indentationForBlock() argument
389 auto replacementIt = std::find_if(toReplace.begin(), in indentationForBlock()
390 toReplace.end(), in indentationForBlock()
394 if (replacementIt == toReplace.end()) in indentationForBlock()
560 Utils::Text::applyReplacements(m_doc, toReplace); in format()
562 return toReplace; in format()
656 Utils::Text::Replacements toReplace = indentsFor(block, in indentFor() local
660 if (toReplace.empty()) in indentFor()
664 return indentationForBlock(toReplace, buffer, block); in indentFor()
675 Utils::Text::Replacements toReplace = indentsFor(blocks.front(), in indentationForBlocks() local
[all …]
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/lib/Blockreport/
H A Dmodify.pm14 my %toReplace = ( # define what is to be replaced
19 while (my ($k,$v) = each %toReplace) {
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/base/source/
H A Dfstring.h380 …int32 replace (const char8* toReplace, const char8* toReplaceWith, bool all = false, CompareMode m…
381 …int32 replace (const char16* toReplace, const char16* toReplaceWith, bool all = false, CompareMode…
383 …bool replaceChars8 (const char8* toReplace, char8 toReplaceBy); ///< Returns true when any replace…
384 bool replaceChars16 (const char16* toReplace, char16 toReplaceBy);
385 …inline bool replaceChars8 (char8 toReplace, char8 toReplaceBy) {char8 str[] = {toReplace, 0}; ret… in replaceChars8() argument
386 …inline bool replaceChars16 (char16 toReplace, char16 toReplaceBy) {char16 str[] = {toReplace, 0};… in replaceChars16() argument
387 …inline bool replaceChars (char8 toReplace, char8 toReplaceBy) {return replaceChars8 (toReplace, to… in replaceChars() argument
388 …inline bool replaceChars (char16 toReplace, char16 toReplaceBy) {return replaceChars16 (toReplace,… in replaceChars() argument
389 …inline bool replaceChars (const char8* toReplace, char8 toReplaceBy) {return replaceChars8 (toRepl… in replaceChars() argument
390 …inline bool replaceChars (const char16* toReplace, char16 toReplaceBy) {return replaceChars16 (toR… in replaceChars() argument
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/base/source/
H A Dfstring.h380 …int32 replace (const char8* toReplace, const char8* toReplaceWith, bool all = false, CompareMode m…
381 …int32 replace (const char16* toReplace, const char16* toReplaceWith, bool all = false, CompareMode…
383 …bool replaceChars8 (const char8* toReplace, char8 toReplaceBy); ///< Returns true when any replace…
384 bool replaceChars16 (const char16* toReplace, char16 toReplaceBy);
385 …inline bool replaceChars8 (char8 toReplace, char8 toReplaceBy) {char8 str[] = {toReplace, 0}; ret… in replaceChars8() argument
386 …inline bool replaceChars16 (char16 toReplace, char16 toReplaceBy) {char16 str[] = {toReplace, 0};… in replaceChars16() argument
387 …inline bool replaceChars (char8 toReplace, char8 toReplaceBy) {return replaceChars8 (toReplace, to… in replaceChars() argument
388 …inline bool replaceChars (char16 toReplace, char16 toReplaceBy) {return replaceChars16 (toReplace,… in replaceChars() argument
389 …inline bool replaceChars (const char8* toReplace, char8 toReplaceBy) {return replaceChars8 (toRepl… in replaceChars() argument
390 …inline bool replaceChars (const char16* toReplace, char16 toReplaceBy) {return replaceChars16 (toR… in replaceChars() argument
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/base/source/
H A Dfstring.h381 …int32 replace (const char8* toReplace, const char8* toReplaceWith, bool all = false, CompareMode m…
382 …int32 replace (const char16* toReplace, const char16* toReplaceWith, bool all = false, CompareMode…
384 …bool replaceChars8 (const char8* toReplace, char8 toReplaceBy); ///< Returns true when any replace…
385 bool replaceChars16 (const char16* toReplace, char16 toReplaceBy);
386 …inline bool replaceChars8 (char8 toReplace, char8 toReplaceBy) {char8 str[] = {toReplace, 0}; ret… in replaceChars8() argument
387 …inline bool replaceChars16 (char16 toReplace, char16 toReplaceBy) {char16 str[] = {toReplace, 0};… in replaceChars16() argument
388 …inline bool replaceChars (char8 toReplace, char8 toReplaceBy) {return replaceChars8 (toReplace, to… in replaceChars() argument
389 …inline bool replaceChars (char16 toReplace, char16 toReplaceBy) {return replaceChars16 (toReplace,… in replaceChars() argument
390 …inline bool replaceChars (const char8* toReplace, char8 toReplaceBy) {return replaceChars8 (toRepl… in replaceChars() argument
391 …inline bool replaceChars (const char16* toReplace, char16 toReplaceBy) {return replaceChars16 (toR… in replaceChars() argument
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/base/source/
H A Dfstring.h380 …int32 replace (const char8* toReplace, const char8* toReplaceWith, bool all = false, CompareMode m…
381 …int32 replace (const char16* toReplace, const char16* toReplaceWith, bool all = false, CompareMode…
383 …bool replaceChars8 (const char8* toReplace, char8 toReplaceBy); ///< Returns true when any replace…
384 bool replaceChars16 (const char16* toReplace, char16 toReplaceBy);
385 …inline bool replaceChars8 (char8 toReplace, char8 toReplaceBy) {char8 str[] = {toReplace, 0}; ret… in replaceChars8() argument
386 …inline bool replaceChars16 (char16 toReplace, char16 toReplaceBy) {char16 str[] = {toReplace, 0};… in replaceChars16() argument
387 …inline bool replaceChars (char8 toReplace, char8 toReplaceBy) {return replaceChars8 (toReplace, to… in replaceChars() argument
388 …inline bool replaceChars (char16 toReplace, char16 toReplaceBy) {return replaceChars16 (toReplace,… in replaceChars() argument
389 …inline bool replaceChars (const char8* toReplace, char8 toReplaceBy) {return replaceChars8 (toRepl… in replaceChars() argument
390 …inline bool replaceChars (const char16* toReplace, char16 toReplaceBy) {return replaceChars16 (toR… in replaceChars() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/
H A DExtractToNullCheckedLocalProposal.java235 Expression toReplace; in getRewrite() local
238 toReplace= (Expression) directParent; in getRewrite()
240 toReplace= (Expression) directParent; in getRewrite()
242 toReplace= this.fieldReference; in getRewrite()
249 localDecl.setType(newType(toReplace.resolveTypeBinding(), ast, imports)); in getRewrite()
255 localFrag.setInitializer((Expression) ASTNode.copySubtree(ast, toReplace)); in getRewrite()
275 rewrite.replace(toReplace, dereferencedName, group); in getRewrite()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Drobot.c55 char toReplace = ' '; in whitespaceSwap() local
61 toReplace = '_'; in whitespaceSwap()
65 if(vStringChar(s, i) == toReplace) in whitespaceSwap()
/dports/devel/gh/cli-2.4.0/vendor/github.com/joho/godotenv/
H A Dgodotenv.go353 toReplace := "\\" + string(c)
355 toReplace = `\n`
358 toReplace = `\r`
360 line = strings.Replace(line, string(c), toReplace, -1)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/compose-spec/godotenv/
H A Dgodotenv.go357 toReplace := "\\" + string(c)
359 toReplace = `\n`
362 toReplace = `\r`
364 line = strings.Replace(line, string(c), toReplace, -1)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dplanner_analysis.cpp101 bool structureOKForExplode(QuerySolutionNode* solnRoot, QuerySolutionNode** toReplace) { in structureOKForExplode() argument
115 *toReplace = solnRoot; in structureOKForExplode()
121 *toReplace = solnRoot->children[0]; in structureOKForExplode()
132 *toReplace = solnRoot; in structureOKForExplode()
348 QuerySolutionNode* toReplace; in explodeForSort() local
349 if (!structureOKForExplode(*solnRoot, &toReplace)) { in explodeForSort()
481 replaceNodeInTree(solnRoot, toReplace, merge); in explodeForSort()
483 delete toReplace; in explodeForSort()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DSubdivisionNode.java548 for (String toReplace : missing) { in addAliases()
551 R2<List<String>, String> aliasInfo = subdivisionAliasesFormer.get(toReplace); in addAliases()
555 System.out.println("Adding former alias: " + toReplace + " => " + replaceBy); in addAliases()
557 String replacement = sdset.TO_COUNTRY_CODE.get(toReplace); in addAliases()
561 … System.out.println("Adding country code alias: " + toReplace + " => " + replaceBy); in addAliases()
564 addAlias(output, toReplace, replaceBy, reason); in addAliases()
568 …private void addAlias(Appendable output, final String toReplace, final List<String> replaceBy, fin… in addAlias() argument
575 + " type=\"" + toReplace + "\"" in addAlias()
576 + " replacement=\"" + (replaceBy == null ? toReplace.substring(0, 2) + "?" : in addAlias()
580 …+ sdset.getBestName(toReplace, true) + " => " + (replaceBy == null ? "??" : getBestName(replaceBy,… in addAlias()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
488 toReplace []string member
504 if len(r.toReplace)*countCutOff <= len(s) {
505 for _, x := range r.toReplace {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
488 toReplace []string member
504 if len(r.toReplace)*countCutOff <= len(s) {
505 for _, x := range r.toReplace {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
489 toReplace []string member
505 if len(r.toReplace)*countCutOff <= len(s) {
506 for _, x := range r.toReplace {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
488 toReplace []string member
504 if len(r.toReplace)*countCutOff <= len(s) {
505 for _, x := range r.toReplace {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
488 toReplace []string member
504 if len(r.toReplace)*countCutOff <= len(s) {
505 for _, x := range r.toReplace {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
488 toReplace []string member
504 if len(r.toReplace)*countCutOff <= len(s) {
505 for _, x := range r.toReplace {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/strings/
H A Dreplace.go75 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
86 r.toReplace = append(r.toReplace, string([]byte{o}))
488 toReplace []string member
504 if len(r.toReplace)*countCutOff <= len(s) {
505 for _, x := range r.toReplace {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/strings/
H A Dreplace.go72 r := byteStringReplacer{toReplace: make([]string, 0, len(oldnew)/2)}
83 r.toReplace = append(r.toReplace, string([]byte{o}))
485 toReplace []string member
501 if len(r.toReplace)*countCutOff <= len(s) {
502 for _, x := range r.toReplace {

1234567