Home
last modified time | relevance | path

Searched refs:newStr (Results 1 – 25 of 1030) sorted by relevance

12345678910>>...42

/dports/audio/audacity/audacity-Audacity-3.1.3/src/commands/
H A DKeyboard.cpp85 wxString newStr; in KeyEventToKeyString() local
90 newStr += wxT("Ctrl+"); in KeyEventToKeyString()
93 newStr += wxT("Alt+"); in KeyEventToKeyString()
96 newStr += wxT("Shift+"); in KeyEventToKeyString()
106 newStr += (wxChar)key; in KeyEventToKeyString()
142 newStr += wxT("Up"); in KeyEventToKeyString()
187 newStr += wxT("*"); in KeyEventToKeyString()
190 newStr += wxT("+"); in KeyEventToKeyString()
193 newStr += wxT("-"); in KeyEventToKeyString()
196 newStr += wxT("."); in KeyEventToKeyString()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/text/
H A DTermBufferParserTests.cpp38 CHECK(newStr.empty());
62 CHECK(input.compare(newStr) == 0);
70 CHECK(input.compare(newStr) == 0);
78 CHECK(input.compare(newStr) == 0);
86 CHECK(input.compare(newStr) == 0);
94 CHECK(input.compare(newStr) == 0);
102 CHECK(input.compare(newStr) == 0);
110 CHECK(input.compare(newStr) == 0);
118 CHECK(newStr.empty());
132 CHECK(newStr.empty());
[all …]
/dports/www/baikal/baikal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php16 $newStr = encodePath($str);
27 $newStr);
29 $this->assertEquals($str, decodePath($newStr));
39 $newStr = encodePathSegment($str);
52 $newStr);
60 $newStr = decodePath($str);
70 $newStr = decodePath($str);
71 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
80 $newStr = decodePath($str);
81 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/rtl/
H A Dustring.cxx932 assert(newStr); in rtl_uString_intern()
937 *newStr = str; in rtl_uString_intern()
980 assert(newStr); in rtl_uString_internConvert()
984 if (*newStr) in rtl_uString_internConvert()
1453 rtl_uString_newReplaceFirst(newStr, *newStr, from, to, &i); in rtl_uString_newReplaceAllFromIndex()
1468 newStr, *newStr, from, fromLength, to, &i); in rtl_uString_newReplaceAllAsciiL()
1483 newStr, *newStr, from, to, toLength, &i); in rtl_uString_newReplaceAllToAsciiL()
1499 newStr, *newStr, from, fromLength, to, toLength, &i); in rtl_uString_newReplaceAllAsciiLAsciiL()
1515 newStr, *newStr, from, fromLength, to, toLength, &i); in rtl_uString_newReplaceAllAsciiLUtf16L()
1531 newStr, *newStr, from, fromLength, to, toLength, &i); in rtl_uString_newReplaceAllUtf16LAsciiL()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/http/tests/HTTP/
H A DURLUtilTest.php12 $newStr = URLUtil::encodePath($str);
23 $newStr);
34 $newStr = URLUtil::encodePathSegment($str);
47 $newStr);
56 $newStr = URLUtil::decodePath($str);
57 $this->assertEquals('Hello Test+Test2.txt', $newStr);
67 $newStr = URLUtil::decodePath($str);
68 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
78 $newStr = URLUtil::decodePath($str);
79 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php12 $newStr = URLUtil::encodePath($str);
23 $newStr);
34 $newStr = URLUtil::encodePathSegment($str);
47 $newStr);
56 $newStr = URLUtil::decodePath($str);
57 $this->assertEquals('Hello Test+Test2.txt', $newStr);
67 $newStr = URLUtil::decodePath($str);
68 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
78 $newStr = URLUtil::decodePath($str);
79 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php12 $newStr = URLUtil::encodePath($str);
23 $newStr);
34 $newStr = URLUtil::encodePathSegment($str);
47 $newStr);
56 $newStr = URLUtil::decodePath($str);
57 $this->assertEquals('Hello Test+Test2.txt', $newStr);
67 $newStr = URLUtil::decodePath($str);
68 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
78 $newStr = URLUtil::decodePath($str);
79 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php12 $newStr = URLUtil::encodePath($str);
23 $newStr);
34 $newStr = URLUtil::encodePathSegment($str);
47 $newStr);
56 $newStr = URLUtil::decodePath($str);
57 $this->assertEquals('Hello Test+Test2.txt', $newStr);
67 $newStr = URLUtil::decodePath($str);
68 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
78 $newStr = URLUtil::decodePath($str);
79 $this->assertEquals("Hello\xC3\xBC.txt", $newStr);
[all …]
/dports/games/manaplus/manaplus-2.1.3.17/src/utils/
H A Dchatutils.cpp153 std::string newStr; in replaceVars() local
158 newStr.append(*it).append(","); in replaceVars()
160 if (!newStr.empty()) in replaceVars()
162 if (newStr[newStr.size() - 1] == ',') in replaceVars()
163 newStr = newStr.substr(0, newStr.size() - 1); in replaceVars()
164 replaceAll(str, "<PEOPLE>", newStr); in replaceVars()
174 std::string newStr; in replaceVars() local
183 newStr.append(*it).append(","); in replaceVars()
185 if (!newStr.empty()) in replaceVars()
187 if (newStr[newStr.size() - 1] == ',') in replaceVars()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/base/
H A Dbase_string_table.cpp92 char *newStr; in getKey() local
98 if (strlen(newStr) > 0 && newStr[0] == '/' && strchr(newStr + 1, '/')) { in getKey()
101 delete[] newStr; in getKey()
104 delete[] newStr; in getKey()
130 char *newStr; in expand() local
138 strcpy(newStr, value); in expand()
143 *str = newStr; in expand()
177 const char *newStr; in expandStatic() local
183 newStr = value; in expandStatic()
188 if (strlen(newStr) > 0 && newStr[0] == '/') { in expandStatic()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/
H A Dbase_string_table.cpp92 char *newStr; in getKey() local
98 if (strlen(newStr) > 0 && newStr[0] == '/' && strchr(newStr + 1, '/')) { in getKey()
101 delete[] newStr; in getKey()
104 delete[] newStr; in getKey()
130 char *newStr; in expand() local
138 strcpy(newStr, value); in expand()
143 *str = newStr; in expand()
177 const char *newStr; in expandStatic() local
183 newStr = value; in expandStatic()
188 if (strlen(newStr) > 0 && newStr[0] == '/') { in expandStatic()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/parser/
H A Dscansup.c41 char *newStr; in scanstr() local
64 newStr[j] = s[i]; in scanstr()
72 newStr[j] = '\b'; in scanstr()
75 newStr[j] = '\f'; in scanstr()
78 newStr[j] = '\n'; in scanstr()
81 newStr[j] = '\r'; in scanstr()
84 newStr[j] = '\t'; in scanstr()
107 newStr[j] = s[i]; in scanstr()
112 newStr[j] = s[i]; in scanstr()
115 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/parser/
H A Dscansup.c41 char *newStr; in scanstr() local
64 newStr[j] = s[i]; in scanstr()
72 newStr[j] = '\b'; in scanstr()
75 newStr[j] = '\f'; in scanstr()
78 newStr[j] = '\n'; in scanstr()
81 newStr[j] = '\r'; in scanstr()
84 newStr[j] = '\t'; in scanstr()
107 newStr[j] = s[i]; in scanstr()
112 newStr[j] = s[i]; in scanstr()
115 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/parser/
H A Dscansup.c41 char *newStr; in scanstr() local
64 newStr[j] = s[i]; in scanstr()
72 newStr[j] = '\b'; in scanstr()
75 newStr[j] = '\f'; in scanstr()
78 newStr[j] = '\n'; in scanstr()
81 newStr[j] = '\r'; in scanstr()
84 newStr[j] = '\t'; in scanstr()
107 newStr[j] = s[i]; in scanstr()
112 newStr[j] = s[i]; in scanstr()
115 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/parser/
H A Dscansup.c41 char *newStr; in scanstr() local
64 newStr[j] = s[i]; in scanstr()
72 newStr[j] = '\b'; in scanstr()
75 newStr[j] = '\f'; in scanstr()
78 newStr[j] = '\n'; in scanstr()
81 newStr[j] = '\r'; in scanstr()
84 newStr[j] = '\t'; in scanstr()
107 newStr[j] = s[i]; in scanstr()
112 newStr[j] = s[i]; in scanstr()
115 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/parser/
H A Dscansup.c41 char *newStr; in scanstr() local
64 newStr[j] = s[i]; in scanstr()
72 newStr[j] = '\b'; in scanstr()
75 newStr[j] = '\f'; in scanstr()
78 newStr[j] = '\n'; in scanstr()
81 newStr[j] = '\r'; in scanstr()
84 newStr[j] = '\t'; in scanstr()
107 newStr[j] = s[i]; in scanstr()
112 newStr[j] = s[i]; in scanstr()
115 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dscansup.c38 char *newStr; in scanstr() local
61 newStr[j] = s[i]; in scanstr()
69 newStr[j] = '\b'; in scanstr()
72 newStr[j] = '\f'; in scanstr()
75 newStr[j] = '\n'; in scanstr()
78 newStr[j] = '\r'; in scanstr()
81 newStr[j] = '\t'; in scanstr()
104 newStr[j] = s[i]; in scanstr()
109 newStr[j] = s[i]; in scanstr()
112 newStr[j] = '\0'; in scanstr()
[all …]

12345678910>>...42