Home
last modified time | relevance | path

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 Dlinked_pipelines_column.vue74 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 Dlinked_pipeline.vue60 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 Dfragmentor.go47 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 Dfragmentor.go47 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 DHTTPParallelCodecTest.h67 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 DHTTPSession.cpp137 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 DHTTPTransaction.cpp111 if (isUpstream()) { in HTTPTransaction()
199 if (isUpstream() && !isPushed() && msg->isResponse()) { in onIngressHeadersComplete()
1337 sendAbort(isUpstream() ? ErrorCode::CANCEL : ErrorCode::INTERNAL_ERROR); in sendAbort()
H A DHTTPTransaction.h706 bool isUpstream() const { in isUpstream() function
1031 (isUpstream() || lastResponseStatus_ == 0 || in canSendHeaders()
H A DHTTPSession.h800 bool isUpstream() const;
H A DHQSession.h1207 if (txn_.isUpstream() && txn_.extraResponseExpected()) { in onMessageComplete()
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DIncomingPacket.cpp162 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 DTopology.hpp124 bool isUpstream(const Identity &id) const;
H A DTopology.cpp146 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 Dautomation.idl1445 static AutomationPosition createPosition(long offset, optional boolean isUpstream);