Home
last modified time | relevance | path

Searched refs:theUri (Results 1 – 25 of 55) sorted by relevance

123

/dports/benchmarks/polygraph/polygraph-4.13.0/src/icp/
H A DIcpMsg.cc137 if (!h.parseUri(url, url + msg.length - hdrSize - urlOff, h.theUri)) in receive()
140 if (h.theUri.oid.foreignUrl()) in receive()
143 if (!h.theUri.host) // probably failed to parse host part in receive()
147 if (!TheHostMap->mapAndFind(h.theUri.host, viserv)) in receive()
149 h.theUri.oid.viserv(viserv); in receive()
150 h.theUri.oid.target(-1); // unknown in receive()
153 theOid = h.theUri.oid; in receive()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lsp-1.2.0.1/test/
H A DURIFilePathSpec.hs55 let theUri = platformAwareFilePathToUri "posix" testPosixFilePath function
56 theUri `shouldBe` testPosixUri
63 let theUri = platformAwareFilePathToUri windowsOS testWindowsFilePath function
64 theUri `shouldBe` testWindowsUri
164 let theUri = filePathToUri testFilePath function
165 theUri `shouldBe` testUri
168 let theUri = filePathToUri withCurrentDirFilePath function
169 theUri `shouldBe` testUri
173 let theUri = filePathToUri withLowerCaseDriveLetterFilePath function
174 theUri `shouldBe` testUri
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/webdav-neon/
H A DNeonUri.cxx101 ne_uri theUri; in NeonUri() local
102 if ( ne_uri_parse( theInputUri.getStr(), &theUri ) != 0 ) in NeonUri()
104 ne_uri_free( &theUri ); in NeonUri()
108 init( theInputUri, &theUri ); in NeonUri()
109 ne_uri_free( &theUri ); in NeonUri()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/webdav-neon/
H A DNeonUri.cxx101 ne_uri theUri; in NeonUri() local
102 if ( ne_uri_parse( theInputUri.getStr(), &theUri ) != 0 ) in NeonUri()
104 ne_uri_free( &theUri ); in NeonUri()
108 init( theInputUri, &theUri ); in NeonUri()
109 ne_uri_free( &theUri ); in NeonUri()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DhttpHdrs.cc526 theUri = HttpUri(); in reset()
552 parseUri(buf, eorl, theUri); in parseAnyReqLine()
564 theUri.oid.get(true); in parseGetReqLine()
572 theUri.oid.head(true); in parseHeadReqLine()
580 theUri.oid.post(true); in parsePostReqLine()
588 theUri.oid.put(true); in parsePutReqLine()
596 theUri.oid.patch(true); in parsePatchReqLine()
604 return ParseNetAddr(buf, eoh, 0, theUri.host); in parseHost()
661 log << theUri.host << theUri.oid << (int)theIms.sec(); in store()
665 return theUri.oid.post() || theUri.oid.put() || theUri.oid.patch(); in expectBody()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/cache/
H A DCacheInvalidator.java87 final String theUri = cacheKeyGenerator.getURI(host, req); in flushInvalidatedCacheEntries() local
89 final HttpCacheEntry parent = getEntry(theUri); in flushInvalidatedCacheEntries()
97 flushEntry(theUri); in flushInvalidatedCacheEntries()
99 final URL reqURL = getAbsoluteURL(theUri); in flushInvalidatedCacheEntries()
126 private HttpCacheEntry getEntry(final String theUri) { in getEntry() argument
128 return storage.getEntry(theUri); in getEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/cache/
H A DCacheInvalidator.java87 final String theUri = cacheKeyGenerator.getURI(host, req); in flushInvalidatedCacheEntries() local
89 final HttpCacheEntry parent = getEntry(theUri); in flushInvalidatedCacheEntries()
97 flushEntry(theUri); in flushInvalidatedCacheEntries()
99 final URL reqURL = getAbsoluteURL(theUri); in flushInvalidatedCacheEntries()
126 private HttpCacheEntry getEntry(final String theUri) { in getEntry() argument
128 return storage.getEntry(theUri); in getEntry()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DHarFs.java28 HarFs(final URI theUri, final Configuration conf) in HarFs() argument
30 super(theUri, new HarFileSystem(), conf, "har", false); in HarFs()
H A DDelegateToFileSystem.java45 protected DelegateToFileSystem(URI theUri, FileSystem theFsImpl, in DelegateToFileSystem() argument
48 super(theUri, supportedScheme, authorityRequired, in DelegateToFileSystem()
51 fsImpl.initialize(theUri, conf); in DelegateToFileSystem()
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dhttp_util.cpp32 : theUri(aUri) in HttpStream()
61 …RequestElement, lFactory->createQName("", "href"), Item(), lFactory->createString(theUri.c_str())); in init()
99 throw os_error::exception("", theUri.c_str(), "Could not create stream resource"); in init()
H A Dhttp_util.h37 const zstring& theUri; variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/
H A DWasb.java38 Wasb(final URI theUri, final Configuration conf) throws IOException, in Wasb() argument
40 super(theUri, new NativeAzureFileSystem(), conf, "wasb", false); in Wasb()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DHttpCltXact.cc1493 hdr.theUri.oid.repeat(theOid.repeat()); in noteEmbedded()
1494 hdr.theUri.oid.hot(theOid.hot()); in noteEmbedded()
1495 hdr.theUri.oid.ims200(theOid.ims200()); in noteEmbedded()
1496 hdr.theUri.oid.ims304(theOid.ims304()); in noteEmbedded()
1497 hdr.theUri.oid.reload(theOid.reload()); in noteEmbedded()
1498 hdr.theUri.oid.get(true); in noteEmbedded()
1532 if (validRelOid(hdr.theUri.oid)) { in handleEmbedOid()
1533 if (hdr.theUri.host) in handleEmbedOid()
1534 err = setViserv(hdr.theUri.host, hdr.theUri.oid); in handleEmbedOid()
1552 if (!hdr.theUri.host) { in handleForeignEmbedOid()
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/server/
H A DHttpSrvXact.cc190 theOid = theReqHdr.theUri.oid; in interpretHeader()
194 if (!theReqHdr.theUri.host.port()) in interpretHeader()
195 theReqHdr.theUri.host.port(theOid.secure() ? 443 : 80); in interpretHeader()
237 const NetAddr &host = theReqHdr.theUri.host; in interpretHeader()
312 const int pathLen = theReqHdr.theUri.pathLen; in checkUri()
315 Should(theReqHdr.theUri.pathBuf); in checkUri()
327 Comment.write(theReqHdr.theUri.pathBuf, pathLen); in checkUri()
334 if (pathLen >= 4 && strncmp("/pg/", theReqHdr.theUri.pathBuf, 4) == 0) in checkUri()
344 strncmp(buf, theReqHdr.theUri.pathBuf, pathLen) == 0; in checkUri()
349 (Comment << "received: ").write(theReqHdr.theUri.pathBuf, pathLen); in checkUri()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ftp/
H A DFtpFs.java49 FtpFs(final URI theUri, final Configuration conf) throws IOException, in FtpFs() argument
51 super(theUri, new FTPFileSystem(), conf, FsConstants.FTP_SCHEME, true); in FtpFs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/local/
H A DRawLocalFs.java54 RawLocalFs(final URI theUri, final Configuration conf) throws IOException, in RawLocalFs() argument
56 super(theUri, new RawLocalFileSystem(), conf, in RawLocalFs()
H A DLocalFs.java49 LocalFs(final URI theUri, final Configuration conf) throws IOException, in LocalFs() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/src/main/java/org/apache/hadoop/registry/cli/
H A DRegistryCli.java329 URI theUri; in bind() local
331 theUri = new URI(line.getOptionValue("webui")); in bind()
335 sr.addExternalEndpoint(webEndpoint(line.getOptionValue("api"), theUri)); in bind()
348 URI theUri = null; in bind() local
350 theUri = new URI(line.getOptionValue("rest")); in bind()
355 restEndpoint(line.getOptionValue("api"), theUri)); in bind()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/fs/
H A DHdfs.java77 Hdfs(final URI theUri, final Configuration conf) throws IOException, URISyntaxException { in Hdfs() argument
78 super(theUri, HdfsConstants.HDFS_URI_SCHEME, true, NameNode.DEFAULT_PORT); in Hdfs()
80 if (!theUri.getScheme().equalsIgnoreCase(HdfsConstants.HDFS_URI_SCHEME)) { in Hdfs()
83 String host = theUri.getHost(); in Hdfs()
85 throw new IOException("Incomplete HDFS URI, no host: " + theUri); in Hdfs()
88 this.dfs = new DFSClient(theUri, conf, getStatistics()); in Hdfs()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DJumpListItem.cpp153 nsCOMPtr<nsIURI> theUri; in Equals() local
155 if (NS_SUCCEEDED(link->GetUri(getter_AddRefs(theUri)))) { in Equals()
156 if (!theUri) { in Equals()
160 if (NS_SUCCEEDED(theUri->Equals(mURI, &equals)) && equals) { in Equals()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DJumpListItem.cpp153 nsCOMPtr<nsIURI> theUri; in Equals() local
155 if (NS_SUCCEEDED(link->GetUri(getter_AddRefs(theUri)))) { in Equals()
156 if (!theUri) { in Equals()
160 if (NS_SUCCEEDED(theUri->Equals(mURI, &equals)) && equals) { in Equals()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DJumpListItem.cpp162 nsCOMPtr<nsIURI> theUri; in Equals() local
164 if (NS_SUCCEEDED(link->GetUri(getter_AddRefs(theUri)))) { in Equals()
165 if (!theUri) { in Equals()
170 if (NS_SUCCEEDED(theUri->Equals(mURI, &equals)) && equals) { in Equals()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DJumpListItem.cpp153 nsCOMPtr<nsIURI> theUri; in Equals() local
155 if (NS_SUCCEEDED(link->GetUri(getter_AddRefs(theUri)))) { in Equals()
156 if (!theUri) { in Equals()
160 if (NS_SUCCEEDED(theUri->Equals(mURI, &equals)) && equals) { in Equals()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DJumpListItem.cpp153 nsCOMPtr<nsIURI> theUri; in Equals() local
155 if (NS_SUCCEEDED(link->GetUri(getter_AddRefs(theUri)))) { in Equals()
156 if (!theUri) { in Equals()
160 if (NS_SUCCEEDED(theUri->Equals(mURI, &equals)) && equals) { in Equals()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DJumpListItem.cpp153 nsCOMPtr<nsIURI> theUri; in Equals() local
155 if (NS_SUCCEEDED(link->GetUri(getter_AddRefs(theUri)))) { in Equals()
156 if (!theUri) { in Equals()
160 if (NS_SUCCEEDED(theUri->Equals(mURI, &equals)) && equals) { in Equals()

123