Home
last modified time | relevance | path

Searched refs:escapedPath (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/
H A DConsoleDispatcher.java82 String escapedPath = escapedPath(path); in executeCommandWithFileEncoding() local
88 code.append(command + "(" + escapedPath); in executeCommandWithFileEncoding()
166 code.append("Rcpp::sourceCpp(" + escapedPath(path) + ")"); in executeSourceCommand()
170 String escapedPath = escapedPath(path); in executeSourceCommand() local
177 "(" + escapedPath); in executeSourceCommand()
181 "(" + escapedPath + ", encoding = '" + in executeSourceCommand()
198 public static String escapedPath(String path) in escapedPath() method in ConsoleDispatcher
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionPerFilePathStorage.cpp33 std::string escapedPath = http::util::urlEncode(filePath.getAbsolutePath()); in perFilePathStorage() local
50 std::string storage = index[escapedPath]; in perFilePathStorage()
72 index[escapedPath] = storage; in perFilePathStorage()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/shortcircuit/
H A DDomainSocketFactory.java149 String escapedPath = DomainSocket.getEffectivePath( in getPathInfo()
151 PathState status = pathMap.getIfPresent(escapedPath); in getPathInfo()
153 return new PathInfo(escapedPath, PathState.VALID); in getPathInfo()
155 return new PathInfo(escapedPath, status); in getPathInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/build/ios/codec_unittest/codec_unittest/
H A Dmain.m32 NSString* escapedPath = [document stringByReplacingOccurrencesOfString:@" " withString:@"\\ "];
33 unsigned long uDocumentPathLen = [escapedPath length];
35 memcpy(pPath,[escapedPath UTF8String],uPathLen);
/dports/multimedia/openh264/openh264-2.1.1/test/build/ios/codec_unittest/codec_unittest/
H A Dmain.m32 NSString* escapedPath = [document stringByReplacingOccurrencesOfString:@" " withString:@"\\ "];
33 unsigned long uDocumentPathLen = [escapedPath length];
35 memcpy(pPath,[escapedPath UTF8String],uPathLen);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/icewind/smb/src/Wrapped/
H A DShare.php159 $escapedPath = $this->escapePath($path);
160 $cmd = $command . ' ' . $escapedPath;
175 $escapedPath = $this->escapePath($path);
176 $output = $this->execute('cd ' . $escapedPath);
206 $escapedPath = $this->escapePath($path);
207 $output = $this->execute('allinfo ' . $escapedPath);
211 if ($escapedPath == '""' && count($output) < 2) {
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/3rdparty/icewind/smb/src/Wrapped/
H A DShare.php159 $escapedPath = $this->escapePath($path);
160 $cmd = $command . ' ' . $escapedPath;
175 $escapedPath = $this->escapePath($path);
176 $output = $this->execute('cd ' . $escapedPath);
206 $escapedPath = $this->escapePath($path);
207 $output = $this->execute('allinfo ' . $escapedPath);
211 if ($escapedPath == '""' && count($output) < 2) {
/dports/www/gitea/gitea-1.16.5/modules/util/
H A Durl.go19 escapedPath := strings.Join(slice, "/")
20 return escapedPath
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsSmtpUrl.cpp258 nsCString escapedPath; in ParseUrl() local
259 m_baseURL->GetPathQueryRef(escapedPath); in ParseUrl()
261 int32_t startOfSearchPart = escapedPath.FindChar('?'); in ParseUrl()
264 nsAutoCString searchPart(Substring(escapedPath, startOfSearchPart)); in ParseUrl()
269 escapedPath.SetLength(startOfSearchPart); in ParseUrl()
270 MsgUnescapeString(escapedPath, 0, m_toPart); in ParseUrl()
273 } else if (!escapedPath.IsEmpty()) { in ParseUrl()
274 MsgUnescapeString(escapedPath, 0, m_toPart); in ParseUrl()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/apache/commons/httpclient/
H A DURI.java2863 if (escapedPath == null || escapedPath.length == 0) { in setRawPath()
2864 _path = _opaque = escapedPath; in setRawPath()
2869 escapedPath = removeFragmentIdentifier(escapedPath); in setRawPath()
2871 if (escapedPath[0] != '/') { in setRawPath()
2875 if (!validate(escapedPath, abs_path)) { in setRawPath()
2879 _path = escapedPath; in setRawPath()
2892 _path = escapedPath; in setRawPath()
2894 if (!uric_no_slash.get(escapedPath[0]) in setRawPath()
2899 _opaque = escapedPath; in setRawPath()
2915 if (escapedPath == null) { in setEscapedPath()
[all …]
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/
H A DURI.java2824 if (escapedPath == null || escapedPath.length == 0) { in setRawPath()
2825 _path = _opaque = escapedPath; in setRawPath()
2830 escapedPath = removeFragmentIdentifier(escapedPath); in setRawPath()
2832 if (escapedPath[0] != '/') { in setRawPath()
2836 if (!validate(escapedPath, abs_path)) { in setRawPath()
2840 _path = escapedPath; in setRawPath()
2853 _path = escapedPath; in setRawPath()
2855 if (!uric_no_slash.get(escapedPath[0]) in setRawPath()
2860 _opaque = escapedPath; in setRawPath()
2876 if (escapedPath == null) { in setEscapedPath()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/tools/moc/
H A Dmain.cpp196 StringType escapedPath; in escapeDependencyPath() local
198 escapedPath.reserve(size); in escapeDependencyPath()
201 escapedPath.append(CT('$')); in escapeDependencyPath()
203 escapedPath.append(CT('\\')); in escapeDependencyPath()
205 escapedPath.append(CT('\\')); in escapeDependencyPath()
208 escapedPath.append(CT('\\')); in escapeDependencyPath()
212 escapedPath.append(path[i]); in escapeDependencyPath()
214 return escapedPath; in escapeDependencyPath()

12345