Home
last modified time | relevance | path

Searched refs:newRemote (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/hub/hub-2.14.2/github/
H A Dremote.go64 r, err := newRemote(name, u)
74 r, err := newRemote(n, u)
83 func newRemote(name string, urlMap map[string]string) (Remote, error) { func
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/
H A Dremotemodel.cpp194 Remote newRemote; in refresh() local
195 newRemote.name = remoteName; in refresh()
196 newRemote.url = remotesList.value(remoteName); in refresh()
197 m_remotes.push_back(newRemote); in refresh()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/
H A DPathMapItem.java27 public PathMapItem(String newLocal, String newRemote) { in PathMapItem() argument
29 IPath remotePath = sanitizePath(newRemote); in PathMapItem()
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/git/
H A Dpulldialog.cpp100 void PullDialog::remoteSelectionChanged(const QString& newRemote) in remoteSelectionChanged() argument
103 m_remoteBranchComboBox->addItems(m_remoteBranches.value(newRemote)); in remoteSelectionChanged()
H A Dpushdialog.cpp141 void PushDialog::remoteSelectionChanged(const QString& newRemote) in remoteSelectionChanged() argument
144 m_remoteBranchComboBox->addItems(m_remoteBranches.value(newRemote)); in remoteSelectionChanged()
H A Dpulldialog.h29 void remoteSelectionChanged(const QString& newRemote);
H A Dpushdialog.h27 void remoteSelectionChanged(const QString& newRemote);
/dports/net/rclone/rclone-1.57.0/backend/b2/api/
H A Dtypes.go82 func RemoveVersion(remote string) (t Timestamp, newRemote string) {
83 time, newRemote := version.Remove(remote)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/
H A Dresume_test.go32 func DoTestResume(t *testing.T, newLocal, newRemote func(net.Conn, *Config) (*Conn, error)) {
67 remote, errR = newRemote(remoteConn, config)
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/dtls/v2/
H A Dresume_test.go26 func DoTestResume(t *testing.T, newLocal, newRemote func(net.Conn, *Config) (*Conn, error)) {
53 remote, errR = newRemote(remoteConn, config)
/dports/net/py-raet/raet-0.6.8/raet/road/
H A Dstacking.py254 remote = self.newRemote(stack=self,
268 def newRemote(self, **kwa): member in RoadStack
335 remote = self.newRemote(ha=tuple(ha) if ha else ha,
368 remote = self.newRemote(ha=tuple(ha) if ha else ha,
543 remote = self.newRemote(stack=self,
556 remote = self.newRemote(stack=self,
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsdist-lua-bindings-dnsquestion.cc36 …s { return *dq.remote; }, [](DNSQuestion& dq, const ComboAddress newRemote) { (void) newRemote; }); in setupLuaBindingsDNSQuestion() argument
187 …s { return *dq.remote; }, [](DNSResponse& dq, const ComboAddress newRemote) { (void) newRemote; }); in setupLuaBindingsDNSQuestion() argument
/dports/net/rclone/rclone-1.57.0/backend/compress/
H A Dcompress.go244 func makeMetadataName(remote string) (newRemote string) {
254 func makeDataName(remote string, size int64, mode int) (newRemote string) {
256 newRemote = remote + "." + int64ToBase64(size) + gzFileExt
258 newRemote = remote + uncompressedFileExt
260 return newRemote
1306 func (f *Fs) wrapInfo(src fs.ObjectInfo, newRemote string, size int64) *ObjectInfo {
1310 remote: newRemote,
/dports/devel/go-glide/glide-0.13.2/repo/
H A Dvcs.go89 newRemote := dep.Remote()
91 msg.Warn("Replacing %s with contents from %s\n", dep.Name, newRemote)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dremote.go31 func newRemote(app *Application, alias string) *remote { func
/dports/net/rclone/rclone-1.57.0/backend/local/
H A Dlocal.go492 newRemote := f.cleanRemote(dir, name)
500 fs.Errorf(newRemote, "Listing error: %v", err)
513 d := fs.NewDir(newRemote, fi.ModTime())
519 newRemote += linkSuffix
521 fso, err := f.newObjectWithInfo(newRemote, fi)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDropSMgrI.h462 #define SetDSRemote(ds, newRemote) \ argument
463 (((XmDSStatus)(ds))->remote) = (unsigned int)(newRemote)

12