Home
last modified time | relevance | path

Searched defs:SSHService (Results 1 – 9 of 9) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dssh_services_pb.rb8 module SSHService module
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dssh_services_pb.rb8 module SSHService module
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/proto/gitaly/
H A Dssh_services_pb.rb8 module SSHService module
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dssh.proto10 service SSHService { service
12 rpc SSHUploadPack(stream SSHUploadPackRequest) returns (stream SSHUploadPackResponse) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dssh.proto10 service SSHService { service
12 rpc SSHUploadPack(stream SSHUploadPackRequest) returns (stream SSHUploadPackResponse) {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dssh.proto10 service SSHService { service
12 rpc SSHUploadPack(stream SSHUploadPackRequest) returns (stream SSHUploadPackResponse) {
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dservice.py14 class SSHService(log.Logger): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dservice.py16 class SSHService: class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_channel.py25 SSHService = object # type: ignore[assignment,misc] variable