Home
last modified time | relevance | path

Searched refs:REMOTE (Results 51 – 75 of 2031) sorted by relevance

12345678910>>...82

/dports/net-p2p/c-lightning/lightning-0.10.2/channeld/
H A Dchanneld.c308 peer->stfu_initiator = REMOTE; in handle_stfu()
329 peer->stfu_sent[REMOTE] = true; in handle_stfu()
530 second = REMOTE; in create_channel_announcement()
532 first = REMOTE; in create_channel_announcement()
1370 peer->next_index[REMOTE], REMOTE); in send_commit()
1402 peer->next_index[REMOTE]++; in send_commit()
1667 [REMOTE]), in handle_peer_commit_sig()
2487 peer->next_index[REMOTE]-1, REMOTE); in resend_commitment()
2643 peer->next_index[REMOTE], in check_current_dataloss_fields()
3454 REMOTE); in handle_blockheight()
[all …]
/dports/devel/git-svn/git-2.34.1/mergetools/
H A Dp4merge9 if test "/dev/null" = "$REMOTE"
11 REMOTE="$(create_empty_file)"
14 "$merge_tool_path" "$LOCAL" "$REMOTE"
26 create_virtual_base "$BASE" "$REMOTE"
28 "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
/dports/devel/git-gui/git-2.34.1/mergetools/
H A Dp4merge9 if test "/dev/null" = "$REMOTE"
11 REMOTE="$(create_empty_file)"
14 "$merge_tool_path" "$LOCAL" "$REMOTE"
26 create_virtual_base "$BASE" "$REMOTE"
28 "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
/dports/devel/git-p4/git-2.34.1/mergetools/
H A Dp4merge9 if test "/dev/null" = "$REMOTE"
11 REMOTE="$(create_empty_file)"
14 "$merge_tool_path" "$LOCAL" "$REMOTE"
26 create_virtual_base "$BASE" "$REMOTE"
28 "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
/dports/devel/git/git-2.34.1/mergetools/
H A Dp4merge9 if test "/dev/null" = "$REMOTE"
11 REMOTE="$(create_empty_file)"
14 "$merge_tool_path" "$LOCAL" "$REMOTE"
26 create_virtual_base "$BASE" "$REMOTE"
28 "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
/dports/devel/git-cvs/git-2.34.1/mergetools/
H A Dp4merge9 if test "/dev/null" = "$REMOTE"
11 REMOTE="$(create_empty_file)"
14 "$merge_tool_path" "$LOCAL" "$REMOTE"
26 create_virtual_base "$BASE" "$REMOTE"
28 "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
/dports/devel/cgit/cgit-1.2.3/git/mergetools/
H A Dp4merge9 if test "/dev/null" = "$REMOTE"
11 REMOTE="$(create_empty_file)"
14 "$merge_tool_path" "$LOCAL" "$REMOTE"
26 create_virtual_base "$BASE" "$REMOTE"
28 "$merge_tool_path" "$BASE" "$REMOTE" "$LOCAL" "$MERGED"
/dports/databases/xapian-core/xapian-core-1.4.18/net/
H A Dremoteconnection.cc133 LOGLINE(REMOTE, "read: timeout has expired"); in read_at_least()
172 LOGLINE(REMOTE, "read gave errno = " << errno); in read_at_least()
185 LOGLINE(REMOTE, "read: timeout has expired"); in read_at_least()
298 LOGLINE(REMOTE, "write: timeout has expired"); in send_message()
343 LOGLINE(REMOTE, "write gave errno = " << errno); in send_message()
352 LOGLINE(REMOTE, "write: timeout has expired"); in send_message()
435 LOGLINE(REMOTE, "write: timeout has expired"); in send_file()
494 LOGLINE(REMOTE, "write gave errno = " << errno); in send_file()
503 LOGLINE(REMOTE, "write: timeout has expired"); in send_file()
725 LOGCALL_VOID(REMOTE, "RemoteConnection::shutdown", NO_ARGS); in shutdown()
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Ddeployment_type.hpp31 enum Type { INVALID, LOCAL, REMOTE }; enumerator
44 case REMOTE: in name()
57 case REMOTE: in to_string()
72 else if (iequals(DeploymentType(REMOTE).name(), str)) { in from_string()
73 return DeploymentType(REMOTE); in from_string()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/contrib/
H A Dsync-upstream.sh24 REMOTE=upstream
25 REMOTE_BRANCH=$REMOTE/master
29 git fetch $REMOTE &> /dev/null || ret=$?
33 …echo "Adding remote \"$REMOTE\" with URL git@github.com:bitcoin-core/secp256k1.git. Continue with …
39 git remote add $REMOTE git@github.com:bitcoin-core/secp256k1.git &> /dev/null
40 git fetch $REMOTE &> /dev/null
/dports/databases/xapian-core12/xapian-core-1.2.25/net/
H A Dremoteconnection.cc114 LOGLINE(REMOTE, "read: timeout has expired"); in read_at_least()
155 LOGLINE(REMOTE, "read gave errno = " << errno); in read_at_least()
167 LOGLINE(REMOTE, "read: timeout has expired"); in read_at_least()
198 LOGCALL(REMOTE, bool, "RemoteConnection::ready_to_read", NO_ARGS); in ready_to_read()
248 LOGLINE(REMOTE, "write: timeout has expired"); in send_message()
294 LOGLINE(REMOTE, "write gave errno = " << errno); in send_message()
306 LOGLINE(REMOTE, "write: timeout has expired"); in send_message()
374 LOGLINE(REMOTE, "write: timeout has expired"); in send_file()
434 LOGLINE(REMOTE, "write gave errno = " << errno); in send_file()
446 LOGLINE(REMOTE, "write: timeout has expired"); in send_file()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dinitial_channel.c46 channel->config[REMOTE] = *remote; in new_initial_channel()
48 channel->funding_pubkey[REMOTE] = *remote_funding_pubkey; in new_initial_channel()
62 = channel->view[REMOTE].owed[LOCAL] in new_initial_channel()
64 channel->view[REMOTE].owed[REMOTE] in new_initial_channel()
65 = channel->view[LOCAL].owed[REMOTE] in new_initial_channel()
69 channel->basepoints[REMOTE] = *remote_basepoints; in new_initial_channel()
192 &view->owed[REMOTE])); in fmt_channel_view()
206 fmt_channel_view(ctx, &channel->view[REMOTE])); in fmt_channel()
/dports/mail/elm/elm2.5.8/utils/
H A DMakefile.SH144 $(REMOTE)$(DESTBIN)/checkalias \
145 $(REMOTE)$(DESTBIN)/elmalias \
146 $(REMOTE)$(DESTBIN)/fastmail \
147 $(REMOTE)$(DESTBIN)/frm \
148 $(REMOTE)$(DESTBIN)/listalias \
149 $(REMOTE)$(DESTBIN)/messages \
151 $(REMOTE)$(DESTBIN)/newalias \
152 $(REMOTE)$(DESTBIN)/newmail \
153 $(REMOTE)$(DESTBIN)/printmail \
154 $(REMOTE)$(DESTBIN)/prlong \
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/lusis/go-artifactory/
H A DREADME.md62 | bower-remote | REMOTE | | https://github.com/ …
63 | docker-remote | REMOTE | | https://registry-1.d…
64 | jcenter | REMOTE | Bintray Central Java | http://jcenter.bintr…
66 | npm-remote | REMOTE | | https://registry.npm…
67 | nuget-remote | REMOTE | | https://www.nuget.or…
68 | pypi-remote | REMOTE | | https://pypi.python.…
69 | rubygems-remote | REMOTE | | https://rubygems.org…
70 | nexus-releases-remote | REMOTE | | https://nexus/content/repos…
/dports/sysutils/helmfile/vault-f6547fa8e820/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/misc/concourse/vault-bdd38fca2cff/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/security/vault/vault-1.8.2/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/sysutils/gomplate/vault-sdk-v0.1.13/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/sysutils/istio/vault-sdk-v0.1.12/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/physical/foundationdb/
H A Dfdb-go-install.sh16 REMOTE="${REMOTE:-github.com}"
75 echo " REMOTE Remote repository to download from (currently ${REMOTE})"
171 golibdir=$(dirname "${GOPATH}/src/${REMOTE}/${FDBREPO}")
224 … cmd=( 'git' '-C' "${destdir}" 'clone' '--branch' "${FDBVER}" "https://${REMOTE}/${FDBREPO}.git" )
271 linkpath="${GOPATH}/src/${REMOTE}/${FDBREPO}"
308 fdb_go_path="${REMOTE}/${FDBREPO}/bindings/go/src"

12345678910>>...82