/dports/devel/hs-git-annex/git-annex-8.20210903/Git/ |
H A D | Remote.hs | 65 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 D | git.go | 32 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 D | git.go | 32 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 D | git.go | 32 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 D | types.go | 45 type RemoteLocation struct { struct
|
H A D | target.go | 536 Locations []*RemoteLocation `json:"locations"` // List of remote locations. 546 func SetRemoteLocations(locations []*RemoteLocation) *SetRemoteLocationsParams { argument
|
H A D | easyjson.go | 48 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 D | target_handler.h | 29 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>>
|
H A D | target_handler.cc | 50 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 D | target_handler.h | 28 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>>
|
H A D | target_handler.cc | 50 std::unique_ptr<protocol::Array<protocol::Target::RemoteLocation>> in SetRemoteLocations()
|
/dports/deskutils/syncthingtray/syncthingtray/plasmoid/cmake/templates/ |
H A D | metadata.desktop.in | 18 X-Plasma-RemoteLocation=
|
/dports/textproc/uim-gtk/uim-d1ac9d9/qt5/applet/plasmoid/ |
H A D | metadata.desktop | 23 X-Plasma-RemoteLocation=
|
/dports/textproc/uim-qt5/uim-d1ac9d9/qt5/applet/plasmoid/ |
H A D | metadata.desktop | 23 X-Plasma-RemoteLocation=
|
/dports/textproc/uim-gtk3/uim-d1ac9d9/qt5/applet/plasmoid/ |
H A D | metadata.desktop | 23 X-Plasma-RemoteLocation=
|
/dports/textproc/uim-m17nlib/uim-d1ac9d9/qt5/applet/plasmoid/ |
H A D | metadata.desktop | 23 X-Plasma-RemoteLocation=
|
/dports/textproc/uim-el/uim-d1ac9d9/qt5/applet/plasmoid/ |
H A D | metadata.desktop | 23 X-Plasma-RemoteLocation=
|
/dports/japanese/uim-anthy/uim-d1ac9d9/qt5/applet/plasmoid/ |
H A D | metadata.desktop | 23 X-Plasma-RemoteLocation=
|
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/tests/helloworld/ |
H A D | metadata.desktop | 55 X-Plasma-RemoteLocation=
|
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/tests/helloworldnowindow/ |
H A D | metadata.desktop | 55 X-Plasma-RemoteLocation=
|
/dports/x11/kf5-kactivities/kactivities-5.89.0/tests/imports/org.kde.listactivitiestest/ |
H A D | metadata.desktop | 61 X-Plasma-RemoteLocation=
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/ |
H A D | target_handler.h | 70 std::unique_ptr<protocol::Array<Target::RemoteLocation>>) override;
|
H A D | target_handler.cc | 743 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 D | target_handler.h | 73 std::unique_ptr<protocol::Array<Target::RemoteLocation>>) override;
|
/dports/devel/dep/dep-0.5.4/gps/ |
H A D | vcs_repo.go | 85 r.RemoteLocation,
|