Home
last modified time | relevance | path

Searched refs:RemoteLocation (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DRemote.hs65 data RemoteLocation = RemoteUrl String | RemotePath FilePath function
68 remoteLocationIsUrl :: RemoteLocation -> Bool
72 remoteLocationIsSshUrl :: RemoteLocation -> Bool
78 parseRemoteLocation :: String -> Repo -> RemoteLocation
/dports/devel/go-glide/glide-0.13.2/vendor/github.com/Masterminds/vcs/
H A Dgit.go32 r.RemoteLocation = "origin"
64 RemoteLocation string member
135 out, err := s.RunFromDir("git", "fetch", "--tags", s.RemoteLocation)
249 branches := s.referenceList(string(out), `(?m-s)(?:`+s.RemoteLocation+`)/(\S+)$`)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/vcs/
H A Dgit.go32 r.RemoteLocation = "origin"
64 RemoteLocation string member
135 out, err := s.RunFromDir("git", "fetch", "--tags", s.RemoteLocation)
249 branches := s.referenceList(string(out), `(?m-s)(?:`+s.RemoteLocation+`)/(\S+)$`)
/dports/devel/dep/dep-0.5.4/vendor/github.com/Masterminds/vcs/
H A Dgit.go32 r.RemoteLocation = "origin"
64 RemoteLocation string member
135 out, err := s.RunFromDir("git", "fetch", "--tags", s.RemoteLocation)
249 branches := s.referenceList(string(out), `(?m-s)(?:`+s.RemoteLocation+`)/(\S+)$`)
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/chromedp/cdproto/target/
H A Dtypes.go45 type RemoteLocation struct { struct
H A Dtarget.go536 Locations []*RemoteLocation `json:"locations"` // List of remote locations.
546 func SetRemoteLocations(locations []*RemoteLocation) *SetRemoteLocationsParams { argument
H A Deasyjson.go48 out.Locations = make([]*RemoteLocation, 0, 8)
50 out.Locations = []*RemoteLocation{}
56 var v1 *RemoteLocation
62 v1 = new(RemoteLocation)
284 func easyjsonC5a4559bDecodeGithubComChromedpCdprotoTarget3(in *jlexer.Lexer, out *RemoteLocation) { argument
317 func easyjsonC5a4559bEncodeGithubComChromedpCdprotoTarget3(out *jwriter.Writer, in RemoteLocation) { argument
335 func (v RemoteLocation) MarshalJSON() ([]byte, error) {
342 func (v RemoteLocation) MarshalEasyJSON(w *jwriter.Writer) {
347 func (v *RemoteLocation) UnmarshalJSON(data []byte) error {
354 func (v *RemoteLocation) UnmarshalEasyJSON(l *jlexer.Lexer) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/devtools/protocol/
H A Dtarget_handler.h29 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>>
H A Dtarget_handler.cc50 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>> in SetRemoteLocations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/protocol/
H A Dtarget_handler.h28 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>>
H A Dtarget_handler.cc50 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>> in SetRemoteLocations()
/dports/deskutils/syncthingtray/syncthingtray/plasmoid/cmake/templates/
H A Dmetadata.desktop.in18 X-Plasma-RemoteLocation=
/dports/textproc/uim-gtk/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop23 X-Plasma-RemoteLocation=
/dports/textproc/uim-qt5/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop23 X-Plasma-RemoteLocation=
/dports/textproc/uim-gtk3/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop23 X-Plasma-RemoteLocation=
/dports/textproc/uim-m17nlib/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop23 X-Plasma-RemoteLocation=
/dports/textproc/uim-el/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop23 X-Plasma-RemoteLocation=
/dports/japanese/uim-anthy/uim-d1ac9d9/qt5/applet/plasmoid/
H A Dmetadata.desktop23 X-Plasma-RemoteLocation=
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/tests/helloworld/
H A Dmetadata.desktop55 X-Plasma-RemoteLocation=
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/tests/helloworldnowindow/
H A Dmetadata.desktop55 X-Plasma-RemoteLocation=
/dports/x11/kf5-kactivities/kactivities-5.89.0/tests/imports/org.kde.listactivitiestest/
H A Dmetadata.desktop61 X-Plasma-RemoteLocation=
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dtarget_handler.h70 std::unique_ptr<protocol::Array<Target::RemoteLocation>>) override;
H A Dtarget_handler.cc743 std::unique_ptr<protocol::Array<Target::RemoteLocation>>) { in SetRemoteLocations() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dtarget_handler.h73 std::unique_ptr<protocol::Array<Target::RemoteLocation>>) override;
/dports/devel/dep/dep-0.5.4/gps/
H A Dvcs_repo.go85 r.RemoteLocation,

12