Home
last modified time | relevance | path

Searched refs:getProtocol (Results 1 – 25 of 2934) sorted by relevance

12345678910>>...118

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/conformance/cpp2/
H A DAnyTest.cpp31 EXPECT_EQ(getProtocol(any), customProtocol); in TEST()
38 EXPECT_EQ(getProtocol(any), getStandardProtocol<StandardProtocol::Compact>()); in TEST()
49 EXPECT_EQ(getProtocol(any), getStandardProtocol<StandardProtocol::Binary>()); in TEST()
60 EXPECT_EQ(getProtocol(any), getStandardProtocol<StandardProtocol::Custom>()); in TEST()
94 EXPECT_EQ(getProtocol(any), Protocol("Hi")); in TEST()
96 EXPECT_NE(getProtocol(any), Protocol("Bye")); in TEST()
98 EXPECT_NE(getProtocol(any), Protocol(StandardProtocol::Custom)); in TEST()
100 EXPECT_NE(getProtocol(any), Protocol(StandardProtocol::Binary)); in TEST()
107 EXPECT_EQ(getProtocol(any), UnknownProtocol()); in TEST()
109 EXPECT_EQ(getProtocol(any).name(), ""); in TEST()
[all …]
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/contrib/
H A Dmprocess_rpc_server.cpp103 if(m_poDispatcher->getProtocol() == 0)
145 if (!m_poDispatcher->getProtocol()->isPersistent())
146 m_poDispatcher->getProtocol()->close();
153 if (!m_poDispatcher->getProtocol()->isPersistent())
154 m_poDispatcher->getProtocol()->close();
162 if (!m_poDispatcher->getProtocol()->isOpen())
163 m_poDispatcher->getProtocol()->accept();
165 m_poDispatcher->getProtocol()->resetConnection();
166 m_poDispatcher->getProtocol()->setPersistent(false);
198 if (!m_poDispatcher->getProtocol()->hasBytesToRead())
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/icewind/streams/src/
H A DPath.php46 public function getProtocol() { function in Icewind\\Streams\\Path
54 return $this->getProtocol() . '://' . $path;
60 stream_wrapper_register($this->getProtocol(), $this->class);
66 stream_wrapper_unregister($this->getProtocol());
67 $this->unsetDefaultContent($this->getProtocol());
78 $values = [$this->getProtocol() => $values];
/dports/www/owncloud/owncloud/lib/composer/icewind/streams/src/
H A DPath.php46 public function getProtocol() { function in Icewind\\Streams\\Path
54 return $this->getProtocol() . '://' . $path;
60 stream_wrapper_register($this->getProtocol(), $this->class);
66 stream_wrapper_unregister($this->getProtocol());
67 $this->unsetDefaultContent($this->getProtocol());
78 $values = [$this->getProtocol() => $values];
/dports/www/nextcloud/nextcloud/3rdparty/icewind/streams/src/
H A DPath.php46 public function getProtocol() { function in Icewind\\Streams\\Path
54 return $this->getProtocol() . '://' . $path;
60 stream_wrapper_register($this->getProtocol(), $this->class);
66 stream_wrapper_unregister($this->getProtocol());
67 $this->unsetDefaultContent($this->getProtocol());
78 $values = [$this->getProtocol() => $values];
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/3rdparty/icewind/streams/src/
H A DPath.php46 public function getProtocol() { function in Icewind\\Streams\\Path
54 return $this->getProtocol() . '://' . $path;
60 stream_wrapper_register($this->getProtocol(), $this->class);
66 stream_wrapper_unregister($this->getProtocol());
67 $this->unsetDefaultContent($this->getProtocol());
78 $values = [$this->getProtocol() => $values];
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/test/
H A DHTTPDefaultSessionCodecFactoryTest.cpp31 EXPECT_EQ(spdyCodec->getProtocol(), CodecProtocol::SPDY_3_1); in TEST()
37 EXPECT_EQ(spdyCodec->getProtocol(), CodecProtocol::SPDY_3_1); in TEST()
46 EXPECT_EQ(spdyCodec->getProtocol(), CodecProtocol::SPDY_3); in TEST()
52 EXPECT_EQ(spdyCodec->getProtocol(), CodecProtocol::SPDY_3); in TEST()
60 EXPECT_EQ(httpCodec->getProtocol(), CodecProtocol::HTTP_2); in TEST()
72 EXPECT_EQ(httpCodec->getProtocol(), CodecProtocol::HTTP_2); in TEST()
80 EXPECT_EQ(http1Codec->getProtocol(), CodecProtocol::HTTP_1_1); in TEST()
113 EXPECT_EQ(http1Codec->getProtocol(), CodecProtocol::HTTP_1_1); in TEST()
119 EXPECT_EQ(spdyCodec->getProtocol(), CodecProtocol::SPDY_3_1); in TEST()
125 EXPECT_EQ(httpCodec->getProtocol(), CodecProtocol::HTTP_2); in TEST()
/dports/www/aria2/aria2-1.36.0/src/
H A DInitiateConnectionCommandFactory.cc56 if (req->getProtocol() == "http" in createInitiateConnectionCommand()
59 || req->getProtocol() == "https" in createInitiateConnectionCommand()
73 else if (req->getProtocol() == "ftp" in createInitiateConnectionCommand()
75 || req->getProtocol() == "sftp" in createInitiateConnectionCommand()
88 fmt("%s is not supported yet.", req->getProtocol().c_str())); in createInitiateConnectionCommand()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DURLStreamHandler.java197 && url.getProtocol ().equals ("file")) in parseURL()
207 if (url.getProtocol ().equals ("file")) in parseURL()
244 setURL(url, url.getProtocol(), host, port, file, ref); in parseURL()
303 s1 = url1.getProtocol(); in sameFile()
304 s2 = url2.getProtocol(); in sameFile()
380 && ((url1.getProtocol () == null && url2.getProtocol () == null) in equals()
381 || (url1.getProtocol () != null in equals()
382 && url1.getProtocol ().equals (url2.getProtocol ()))) in equals()
476 return url.getProtocol ().hashCode () + in hashCode()
496 protocol = u.getProtocol(); in toExternalForm()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/net/
H A DURLStreamHandler.java197 && url.getProtocol ().equals ("file")) in parseURL()
207 if (url.getProtocol ().equals ("file")) in parseURL()
244 setURL(url, url.getProtocol(), host, port, file, ref); in parseURL()
303 s1 = url1.getProtocol(); in sameFile()
304 s2 = url2.getProtocol(); in sameFile()
380 && ((url1.getProtocol () == null && url2.getProtocol () == null) in equals()
381 || (url1.getProtocol () != null in equals()
382 && url1.getProtocol ().equals (url2.getProtocol ()))) in equals()
476 return url.getProtocol ().hashCode () + in hashCode()
496 protocol = u.getProtocol(); in toExternalForm()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/devel/py-thrift/thrift-0.14.0/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/devel/thrift/thrift-0.14.0/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/devel/node-thrift/thrift-0.14.0/test/py/
H A DTestClient.py321 return make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
326 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
330 … wrapped_proto = make_pedantic(TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport))
351 return make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
356 … wrapped_proto = make_pedantic(TCompactProtocol.TCompactProtocolFactory().getProtocol(transport))
381 return make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
386 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
390 wrapped_proto = make_pedantic(TJSONProtocol.TJSONProtocolFactory().getProtocol(transport))
397 return make_pedantic(factory.getProtocol(transport))
402 … wrapped_proto = make_pedantic(THeaderProtocol.THeaderProtocolFactory().getProtocol(transport))
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/py/
H A DTestClient.py278 return TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport)
283 wrapped_proto = TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport)
287 wrapped_proto = TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport)
293 … return TBinaryProtocol.TBinaryProtocolAcceleratedFactory(fallback=False).getProtocol(transport)
308 return TCompactProtocol.TCompactProtocolFactory().getProtocol(transport)
313 wrapped_proto = TCompactProtocol.TCompactProtocolFactory().getProtocol(transport)
317 wrapped_proto = TCompactProtocol.TCompactProtocolFactory().getProtocol(transport)
338 return TJSONProtocol.TJSONProtocolFactory().getProtocol(transport)
343 wrapped_proto = TJSONProtocol.TJSONProtocolFactory().getProtocol(transport)
347 wrapped_proto = TJSONProtocol.TJSONProtocolFactory().getProtocol(transport)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/py/
H A DTestClient.py278 return TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport)
283 wrapped_proto = TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport)
287 wrapped_proto = TBinaryProtocol.TBinaryProtocolFactory().getProtocol(transport)
293 … return TBinaryProtocol.TBinaryProtocolAcceleratedFactory(fallback=False).getProtocol(transport)
308 return TCompactProtocol.TCompactProtocolFactory().getProtocol(transport)
313 wrapped_proto = TCompactProtocol.TCompactProtocolFactory().getProtocol(transport)
317 wrapped_proto = TCompactProtocol.TCompactProtocolFactory().getProtocol(transport)
338 return TJSONProtocol.TJSONProtocolFactory().getProtocol(transport)
343 wrapped_proto = TJSONProtocol.TJSONProtocolFactory().getProtocol(transport)
347 wrapped_proto = TJSONProtocol.TJSONProtocolFactory().getProtocol(transport)
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/
H A DProtocolTestBase.java51 TProtocol proto = getFactory().getProtocol(buf); in testDouble()
94 TProtocol proto = getFactory().getProtocol(buf); in testBinary()
156 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedByte()
175 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI16()
194 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI32()
213 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI64()
232 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedString()
251 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedBinary()
275 TProtocol proto = getFactory().getProtocol(buf); in internalTestSerialization()
295 TProtocol proto = getFactory().getProtocol(buf); in testMessage()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/protocol/
H A DProtocolTestBase.java51 TProtocol proto = getFactory().getProtocol(buf); in testDouble()
94 TProtocol proto = getFactory().getProtocol(buf); in testBinary()
156 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedByte()
175 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI16()
194 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI32()
213 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI64()
232 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedString()
251 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedBinary()
275 TProtocol proto = getFactory().getProtocol(buf); in internalTestSerialization()
295 TProtocol proto = getFactory().getProtocol(buf); in testMessage()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/protocol/
H A DProtocolTestBase.java51 TProtocol proto = getFactory().getProtocol(buf); in testDouble()
94 TProtocol proto = getFactory().getProtocol(buf); in testBinary()
156 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedByte()
175 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI16()
194 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI32()
213 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedI64()
232 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedString()
251 TProtocol proto = getFactory().getProtocol(buf); in internalTestNakedBinary()
275 TProtocol proto = getFactory().getProtocol(buf); in internalTestSerialization()
295 TProtocol proto = getFactory().getProtocol(buf); in testMessage()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/net/
H A DURLStreamHandler.java137 if (url.getProtocol().equals("file") && separator != '/') in parseURL()
252 setURL(url, url.getProtocol(), host, port, authority, userInfo, file, query, ref); in parseURL()
312 s1 = url1.getProtocol(); in sameFile()
313 s2 = url2.getProtocol(); in sameFile()
395 && ((url1.getProtocol() == null && url2.getProtocol() == null) in equals()
396 || (url1.getProtocol() != null in equals()
397 && url1.getProtocol().equals(url2.getProtocol()))) in equals()
483 return url.getProtocol().hashCode() in hashCode()
504 protocol = url.getProtocol(); in toExternalForm()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/net/
H A DURLStreamHandler.java137 if (url.getProtocol().equals("file") && separator != '/') in parseURL()
252 setURL(url, url.getProtocol(), host, port, authority, userInfo, file, query, ref); in parseURL()
312 s1 = url1.getProtocol(); in sameFile()
313 s2 = url2.getProtocol(); in sameFile()
395 && ((url1.getProtocol() == null && url2.getProtocol() == null) in equals()
396 || (url1.getProtocol() != null in equals()
397 && url1.getProtocol().equals(url2.getProtocol()))) in equals()
483 return url.getProtocol().hashCode() in hashCode()
504 protocol = url.getProtocol(); in toExternalForm()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/net/
H A DURLStreamHandler.java137 if (url.getProtocol().equals("file") && separator != '/') in parseURL()
252 setURL(url, url.getProtocol(), host, port, authority, userInfo, file, query, ref); in parseURL()
312 s1 = url1.getProtocol(); in sameFile()
313 s2 = url2.getProtocol(); in sameFile()
395 && ((url1.getProtocol() == null && url2.getProtocol() == null) in equals()
396 || (url1.getProtocol() != null in equals()
397 && url1.getProtocol().equals(url2.getProtocol()))) in equals()
483 return url.getProtocol().hashCode() in hashCode()
504 protocol = url.getProtocol(); in toExternalForm()

12345678910>>...118