Home
last modified time | relevance | path

Searched full:been (Results 1 – 25 of 174) sorted by relevance

1234567

/thrift-3.4.0/.github/
Dstale.yml29 This issue has been automatically marked as stale because it has not had
40 This issue has been automatically closed due to inactivity.
53 # This pull request has been automatically marked as stale because it has not had
/thrift-3.4.0/lib/cpp/
DREADME.md121 Named Pipe transport has been added in the TPipe and TPipeServer classes. This
122 is currently Windows-only. Named pipe transport for *NIX has not been
247 …nd functions involving THRIFT_TIMESPEC and timeval have been removed, the related tests have been
249 Support for Windows XP/Vista has been dropped.
251 Support for C++03/C++98 has been dropped. Use version 0.12.0 to support that
256 run the tests. This means the header thrift/stdcxx.h has been removed and
257 anything that relied on it has been changed to directly use C++11 concepts.
261 PlatformThreadFactory have been removed, and we will use a ThreadFactory
/thrift-3.4.0/lib/d/src/thrift/util/
Dcancellation.d43 * Whether the cancellation request has been triggered.
48 * Throws a TCancelledException if the cancellation request has already been
103 super(msg ? msg : "The operation has been cancelled.", file, line, next);
Dfuture.d97 * Throws: TFutureException if the operation has been cancelled, in TFuture()
107 * operation has been cancelled. in TFuture()
173 * If the operation has been cancelled before, nothing happens.
422 * failed have already been popped and either all future have been finished in TFutureAggregatorRange()
503 * The number of futures the result of which has been returned or which have in TFutureAggregatorRange()
522 // been set. in TFutureAggregatorRange()
/thrift-3.4.0/lib/d/src/thrift/server/
Dbase.d41 * cancellation request has been triggered.
45 * connections and return after all currently active clients have been
170 * Called when request handling for a client has been finished – can be used
Dnonblocking.d78 /// Immediately drop new connections after they have been accepted if the
220 * This is defined as a connection where all data has been received, and the
577 /// All the connection objects which have been created but are not currently
683 * Disposes a connection object (typically after it has been closed).
698 * processing of a request) on a certain connection has been completed.
714 * Exits the event loop after all currently active connections have been
729 // connection has been closed. in stop()
812 /// been triggered, but not all client connections have been closed yet).
946 * This is called e.g. when the request has been read completely or all
947 * the data has been written back.
[all …]
/thrift-3.4.0/test/v0.16/
DThriftTest.thrift199 …* Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated valu…
206 * Prints 'testNest("{%s}")' where thing has been formatted into a string of the nested struct
213 * Prints 'testMap("{%s")' where thing has been formatted into a string of 'key => value' pairs
221 …* Prints 'testStringMap("{%s}")' where thing has been formatted into a string of 'key => value' pa…
229 * Prints 'testSet("{%s}")' where thing has been formatted into a string of values
237 * Prints 'testList("{%s}")' where thing has been formatted into a string of values
245 * Prints 'testEnum("%d")' where thing has been formatted into its numeric value
/thrift-3.4.0/test/
DThriftTest.thrift207 …* Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated valu…
214 * Prints 'testNest("{%s}")' where thing has been formatted into a string of the nested struct
221 * Prints 'testMap("{%s")' where thing has been formatted into a string of 'key => value' pairs
229 …* Prints 'testStringMap("{%s}")' where thing has been formatted into a string of 'key => value' pa…
237 * Prints 'testSet("{%s}")' where thing has been formatted into a string of values
245 * Prints 'testList("{%s}")' where thing has been formatted into a string of values
253 * Prints 'testEnum("%d")' where thing has been formatted into its numeric value
/thrift-3.4.0/lib/rs/src/
Dautogen.rs37 /// server. Returns `0` if no messages have been written. Sequence
43 /// number has been sent to the Thrift server.
/thrift-3.4.0/test/haxe/src/
DTestServerHandler.hx164 * Prints 'testStruct("{%s}")' where thing has been formatted
182 * Prints 'testNest("{%s}")' where thing has been formatted
203 * Prints 'testMap("{%s")' where thing has been formatted
228 * Prints 'testStringMap("{%s}")' where thing has been formatted
253 * Prints 'testSet("{%s}")' where thing has been formatted
278 * Prints 'testList("{%s}")' where thing has been formatted
303 * Prints 'testEnum("%d")' where thing has been formatted into it's numeric value
/thrift-3.4.0/lib/dart/test/transport/
Dt_framed_transport_test.dart68 // because the header has been consumed internally
75 // because the frame has been consumed internally
122 // because the frame has been consumed internally
/thrift-3.4.0/doc/specs/
Dthrift-sasl-spec.txt12 0x02 - OK - Everything's been going alright so far, let's see each other again.
45 SASL implementation indicates that this side of the authentication has been
102 been wrapped by the underlying security mechanism. Note that the complete
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTServerSocket.h105 // setsockopt calls have been made. If you have custom setsockopt
110 // It is called after all Thrift setsockopt calls have been made. If you have
125 // \throws std::logic_error if listen() has been called
DTNonblockingServerSocket.h92 // setsockopt calls have been made. If you have custom setsockopt
97 // It is called after all Thrift setsockopt calls have been made. If you have
/thrift-3.4.0/lib/d/src/thrift/internal/
Dresource_pool.d72 * This is the case if all members of the pool have been popped (or skipped in TResourcePool()
74 * is no element to return in cycle mode because all have been temporarily in TResourcePool()
92 // items have been consumed, the interval below is empty. in TResourcePool()
118 // pool has been exhausted, so there is nothing we can do. in TResourcePool()
158 // being empty once, because all the elements have already been in TResourcePool()
246 * Whether to keep iterating over the pool members after all have been in TResourcePool()
/thrift-3.4.0/test/go/src/common/
Dprinting_handler.go133 // Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated valu…
144 // Prints 'testNest("{%s}")' where thing has been formatted into a string of the nested struct
156 // Prints 'testMap("{%s")' where thing has been formatted into a string of 'key => value' pairs
180 // Prints 'testStringMap("{%s}")' where thing has been formatted into a string of 'key => value' p…
204 // Prints 'testSet("{%s}")' where thing has been formatted into a string of values
228 // Prints 'testList("{%s}")' where thing has been formatted into a string of values
249 // Prints 'testEnum("%d")' where thing has been formatted into it's numeric value
/thrift-3.4.0/test/swift/CrossTests/Sources/TestServer/
DThriftTestService.swift128 …/// Prints 'testStruct("{%s}")' where thing has been formatted into a string of comma separated va…
142 /// Prints 'testNest("{%s}")' where thing has been formatted into a string of the nested struct
156 /// Prints 'testMap("{%s")' where thing has been formatted into a string of 'key => value' pairs
171 …/// Prints 'testStringMap("{%s}")' where thing has been formatted into a string of 'key => value' …
186 /// Prints 'testSet("{%s}")' where thing has been formatted into a string of values
201 /// Prints 'testList("{%s}")' where thing has been formatted into a string of values
216 /// Prints 'testEnum("%d")' where thing has been formatted into its numeric value
/thrift-3.4.0/lib/netstd/
DREADME.md35 You may wonder why we changed so many names. The naming scheme has been revised for two reasons: Fi…
45 1. As you probably already guessed, there are a few names that have been changed:
/thrift-3.4.0/contrib/transport-sample/
Dthriftme.sh21 echo "Files have been generated in gen-cpp."
/thrift-3.4.0/lib/java/
DREADME.md156 when you run the build provided the configure.ac has been set with the correct
225 * Per THRIFT-4805, TSaslTransportException has been removed. The same condition
230 The access modifier of the AutoExpandingBuffer class has been changed from
234 The access modifier of the ShortStack class has been changed from
/thrift-3.4.0/contrib/fb303/
DTClientInfo.h83 * make sure the requested number of storage levels have been allocated.
166 * A connection has been made; record its address. Since this is the
183 * A call has been made on this connection; record its name. Since this is
196 * calls. Returns nullptr if a call hasn't been made yet or processing
/thrift-3.4.0/lib/javame/src/org/apache/thrift/meta_data/
DFieldMetaData.java84 * guaranteed that sClass will have been statically initialized before
99 if (!isThriftStructStaticallyInitialized){ // Load class if it hasn't been loaded in getStructMetaDataMap()
/thrift-3.4.0/contrib/Stomp/
DREADME.md17 binary data. Please check whether this has been fixed, otherwise
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/meta_data/
DFieldMetaData.java83 * that sClass will have been statically initialized before this method is called. A racy call
93 if (!structMap.containsKey(sClass)) { // Load class if it hasn't been loaded in getStructMetaDataMap()
/thrift-3.4.0/contrib/Rebus/
DREADME.md4 It ihas been mainly written by Mogens Heller Grabe and is currently hosted

1234567