Searched refs:isUpstream (Results 1 – 14 of 14) sorted by relevance
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/pipelines/components/graph/ |
H A D | linked_pipelines_column.vue | 74 const positionalClasses = this.isUpstream 81 return this.isUpstream ? 'left' : 'right'; 86 isUpstream() { 90 return this.isUpstream ? 0 : this.$options.minWidth; 182 if (this.isUpstream) { 206 :class="{ 'gl-flex-direction-row-reverse': isUpstream }"
|
H A D | linked_pipeline.vue | 60 return this.isUpstream && this.isSameProject; 79 isUpstream() { 92 if (this.isUpstream) { 98 return this.isUpstream ? 'gl-left-0 gl-border-r-1!' : 'gl-right-0 gl-border-l-1!'; 135 :class="{ 'gl-pl-9': isUpstream }"
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/fragmentor/ |
H A D | fragmentor.go | 47 isUpstream bool member 74 isUpstream bool, 91 if !isUpstream { 126 isUpstream: isUpstream, 203 if c.config.isUpstream {
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/fragmentor/ |
H A D | fragmentor.go | 47 isUpstream bool member 74 isUpstream bool, 91 if !isUpstream { 126 isUpstream: isUpstream, 203 if c.config.isUpstream {
|
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/codec/test/ |
H A D | HTTPParallelCodecTest.h | 67 void dumpToFile(bool isUpstream = false) { 71 auto endpoint = isUpstream ? "client" : "server";
|
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/ |
H A D | HTTPSession.cpp | 137 if (isUpstream()) { in getCertAuthSettingVal() 163 if (isUpstream()) { in verifyCertAuthSetting() 445 bool HTTPSession::isUpstream() const { in isUpstream() function in proxygen::HTTPSession 1308 if (isUpstream()) { in onCertificateRequest() 1345 if (isUpstream()) { in onCertificate() 1542 if (draining_ && isUpstream() && codec_->isReusable() && in sendHeaders() 1587 isUpstream() || (isDownstream() && headers.isResponse()); in sendHeaders() 1837 if ((isUpstream() && !txn->isPushed()) || in decrementTransactionCount() 2477 if (transactions_.empty() && isUpstream()) { in drain() 2507 (!codec_->supportsParallelRequests() || isUpstream() || in shouldShutdown() [all …]
|
H A D | HTTPTransaction.cpp | 111 if (isUpstream()) { in HTTPTransaction() 199 if (isUpstream() && !isPushed() && msg->isResponse()) { in onIngressHeadersComplete() 1337 sendAbort(isUpstream() ? ErrorCode::CANCEL : ErrorCode::INTERNAL_ERROR); in sendAbort()
|
H A D | HTTPTransaction.h | 706 bool isUpstream() const { in isUpstream() function 1031 (isUpstream() || lastResponseStatus_ == 0 || in canSendHeaders()
|
H A D | HTTPSession.h | 800 bool isUpstream() const;
|
H A D | HQSession.h | 1207 if (txn_.isUpstream() && txn_.extraResponseExpected()) { in onMessageComplete()
|
/dports/net/zerotier/ZeroTierOne-1.8.3/node/ |
H A D | IncomingPacket.cpp | 162 if (RR->topology->isUpstream(peer->identity())) in _doERROR() 357 …s(),_path->localSocket(),_path->address(),externalSurfaceAddress,RR->topology->isUpstream(id),now); in _doHELLO() 508 …h->localSocket(),_path->address(),externalSurfaceAddress,RR->topology->isUpstream(peer->identity()… in _doOK() 512 if (RR->topology->isUpstream(peer->identity())) { in _doOK() 606 if (RR->topology->isUpstream(peer->identity())) { in _doRENDEZVOUS()
|
H A D | Topology.hpp | 124 bool isUpstream(const Identity &id) const;
|
H A D | Topology.cpp | 146 bool Topology::isUpstream(const Identity &id) const in isUpstream() function in ZeroTier::Topology
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/api/ |
H A D | automation.idl | 1445 static AutomationPosition createPosition(long offset, optional boolean isUpstream);
|