Searched refs:origin (Results 1 – 6 of 6) sorted by relevance
/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/ |
D | TMemoryBufferTransport.cs | 96 public void Seek(int delta, SeekOrigin origin) in Seek() argument 99 switch (origin) in Seek() 111 throw new ArgumentException("Unrecognized value",nameof(origin)); in Seek() 115 … throw new ArgumentException("Cannot seek outside of the valid range",nameof(origin)); in Seek()
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | web_server.js | 322 if (request.headers.origin && options.cors) { 323 if (options.cors["*"] || options.cors[request.headers.origin]) { 325 response.setHeader("access-control-allow-origin", request.headers.origin); 346 response.writeHead("403", "Origin " + request.headers.origin + " not allowed", {}); 366 response.writeHead("403", "Origin " + request.headers.origin + " not allowed", {}); 411 response.writeHead("403", "Origin " + request.headers.origin + " not allowed", {}); 528 "Sec-WebSocket-Origin: " + request.headers.origin + "\r\n" +
|
/thrift-3.4.0/doc/ |
D | committers.md | 47 git push origin master
|
/thrift-3.4.0/ |
D | CONTRIBUTING.md | 89 git push -u origin THRIFT-9999 --force 100 git push -u origin THRIFT-9999 --force 112 git push -u origin THRIFT-9999-take-2:THRIFT-9999
|
D | LICENSE | 142 origin of the Work and reproducing the content of the NOTICE file.
|
/thrift-3.4.0/doc/specs/ |
D | thrift.tex | 297 write data. The origin and destination of the data are irrelevant; it may be a
|