Home
last modified time | relevance | path

Searched refs:remote_uri (Results 1 – 25 of 89) sorted by relevance

1234

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/projects/lfs_pointers/
H A Dlfs_download_link_list_service.rb20 def initialize(project, remote_uri: nil)
23 @remote_uri = remote_uri
31 return [] unless project&.lfs_enabled? && remote_uri && oids.present?
61 response = Gitlab::HTTP.post(remote_uri,
115 uri.user = remote_uri.user
116 uri.password = remote_uri.password
126 url_credentials? && link_uri.host == remote_uri.host
130 remote_uri.user.present? || remote_uri.password.present?
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_about_pages.py21 self.remote_uri = self.marionette.absolute_url("windowHandles.html")
30 self.marionette.navigate(self.remote_uri)
43 self.marionette.navigate(self.remote_uri)
47 self.assertEqual(self.marionette.get_url(), self.remote_uri)
73 self.marionette.navigate(self.remote_uri)
119 urlbar.send_keys(self.remote_uri + Keys.ENTER)
121 Wait(self.marionette).until(lambda mn: mn.get_url() == self.remote_uri,
122 message="'{}' hasn't been loaded".format(self.remote_uri))
134 self.marionette.navigate(self.remote_uri)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/projects/lfs_pointers/
H A Dlfs_object_download_list_service_spec.rb28 …fsPointers::LfsDownloadLinkListService).to receive(:new).with(project, remote_uri: URI.parse(defau…
72 …ters::LfsDownloadLinkListService).to receive(:new).with(project, remote_uri: remote_uri).and_retur…
82 ….to receive(:new).with(project, remote_uri: URI.parse("http://user:password@www.gitlab.com/demo/re…
93 .to receive(:new).with(project, remote_uri: remote_uri)
H A Dlfs_download_link_list_service_spec.rb42 subject { described_class.new(project, remote_uri: remote_uri) }
80 remote_uri,
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-connection.c22 SoupURI *remote_uri, *proxy_uri; member
70 g_clear_pointer (&priv->remote_uri, soup_uri_free); in soup_connection_finalize()
102 priv->remote_uri = g_value_dup_boxed (value); in soup_connection_set_property()
127 g_value_set_boxed (value, priv->remote_uri); in soup_connection_get_property()
405 SOUP_ADDRESS_NAME, priv->remote_uri->host, in soup_connection_connect_async()
406 SOUP_ADDRESS_PORT, priv->remote_uri->port, in soup_connection_connect_async()
407 SOUP_ADDRESS_PROTOCOL, priv->remote_uri->scheme, in soup_connection_connect_async()
452 SOUP_ADDRESS_NAME, priv->remote_uri->host, in soup_connection_connect_sync()
453 SOUP_ADDRESS_PORT, priv->remote_uri->port, in soup_connection_connect_sync()
473 priv->remote_uri->host, in soup_connection_connect_sync()
[all …]
/dports/net/sems/sems-f89581a/core/
H A DAmB2ABSession.h83 string remote_uri; in relayEvent()
90 const string& remote_uri, in relayEvent()
97 remote_uri(remote_uri), in relayEvent()
223 const string& remote_uri, in relayEvent()
H A DAmB2BSession.h108 string remote_uri; member
117 const string& remote_uri) in B2BConnectEvent()
120 remote_uri(remote_uri), in B2BConnectEvent()
403 const string& remote_uri,
H A DAmB2ABSession.cpp205 const string& remote_uri,
213 B2ABConnectLegEvent* ev = new B2ABConnectLegEvent(remote_party,remote_uri,
300 "ruri", co_ev->remote_uri.c_str());
306 dlg->setRemoteUri(co_ev->remote_uri);
/dports/net/py-msrplib/python-msrplib-0.20.0/msrplib/
H A Dconnect.py156 def _connect(self, local_uri, remote_uri): argument
157 self.logger.info('Connecting to %s', remote_uri)
159 if remote_uri.host:
160 if remote_uri.use_tls:
161 …msrp = creator.connectTLS(remote_uri.host, remote_uri.port or 2855, TLSContext(local_uri.credentia…
163 msrp = creator.connectTCP(remote_uri.host, remote_uri.port or 2855)
165 if not remote_uri.domain:
167 if remote_uri.use_tls:
173 msrp = creator.connectSRV(remote_uri.scheme, remote_uri.domain,
H A Dtransport.py113 self.remote_uri = None
132 return self.remote_path + [self.remote_uri]
137 … chunk.add_header(protocol.ToPathHeader(self.local_path + self.remote_path + [self.remote_uri]))
219 self.remote_uri = full_remote_path[-1]
289 expected_from = self.local_path + self.remote_path + [self.remote_uri]
/dports/net/sems/sems-f89581a/apps/pin_collect/
H A Dpin_collect.py41 debug(" remote_uri: " + self.dialog.remote_uri)
86 self.dlg_remote_uri = self.dialog.remote_uri
99 self.dlg_remote_uri = self.dialog.remote_uri
114 self.dlg_remote_uri = self.dialog.remote_uri
128 self.dialog.remote_uri = self.dlg_remote_uri
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Transport/
H A DSocket.pm199 …$t{remote_uri}=sprintf('%s://%s:%d',$t{socktype},$t{remote_host},$t{remote_port}); ## handy shortc…
247 …Net::DRI::Exception->die(1,'transport/socket',6,'Unable to setup the socket for '.$t->{remote_uri}…
250 …e','transport',$ctx,{phase=>'opening',message=>'Successfully opened socket to '.$t->{remote_uri}});
281 …Net::DRI::Exception->die(0,'transport/socket',4,'Unable to send login message to '.$t->{remote_uri
302 …n->die(0,'transport/socket',4,'Unable to send logout message to '.$t->{remote_uri}) unless ($sock-…
336 …Net::DRI::Exception->die(0,'transport/socket',4,'Unable to send ping message to '.$t->{remote_uri}…
362 …ce','transport',{},{phase=>'closing',message=>'Successfully closed socket for '.$t->{remote_uri}});
427 …',message=>'Due to maximum number of exchanges reached, closing connection to '.$t->{remote_uri}});
H A DHTTP.pm157 $t{remote_uri}=$t{remote_url}; ## only used for error messages
199 …n->die(0,'transport/http',4,'Unable to send greeting message to '.$t->{remote_uri}) unless $self->…
208 …Net::DRI::Exception->die(0,'transport/http',4,'Unable to send login message to '.$t->{remote_uri})…
245 …Net::DRI::Exception->die(0,'transport/http',4,'Unable to send logout message to '.$t->{remote_uri}…
/dports/net/sems/sems-f89581a/apps/examples/b2b_connect/
H A Db2b_connect.cpp94 string remote_party, remote_uri;
106 remote_uri = req.r_uri;
109 remote_uri = to = "sip:"+req.user+"@"+domain;
126 connectCallee(remote_party, remote_uri, from, from,
/dports/net/py-s3cmd/s3cmd-2.2.0/S3/
H A DFileLists.py384 def _get_filelist_remote(remote_uri, recursive = True): argument
400 info(u"Retrieving list of remote files for %s ..." % remote_uri)
406 response = s3.bucket_list(remote_uri.bucket(), prefix = remote_uri.object(),
409 rem_base_original = rem_base = remote_uri.object()
410 remote_uri_original = remote_uri
413 remote_uri = S3Uri(u"s3://%s/%s" % (remote_uri.bucket(), rem_base))
426 object_uri_str = remote_uri.uri() + key
437 'base_uri' : remote_uri,
/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DStorageCommands.cxx173 const char *const remote_uri = args[1]; in handle_mount() local
195 if (composite.IsMounted(remote_uri)) { in handle_mount()
201 auto storage = CreateStorageURI(event_loop, remote_uri); in handle_mount()
215 need_update = !db->Mount(local_uri, remote_uri); in handle_mount()
/dports/net/py-msrplib/python-msrplib-0.20.0/examples/
H A Dhello_accept.py13 remote_uri = URI(session_id='client', use_tls=False) variable
16 transport = connector.complete([remote_uri])
H A Dhello_connect.py13 remote_uri = URI(session_id='server', use_tls=False) variable
16 transport = connector.complete([remote_uri])
/dports/net/kamailio/kamailio-5.4.5/src/modules/rtp_media_server/
H A Drms_dialog_info.c174 if(si->remote_uri.s) { in rms_dialog_free()
175 shm_free(si->remote_uri.s); in rms_dialog_free()
176 si->remote_uri.s = NULL; in rms_dialog_free()
211 if(!rms_str_dup(&si->remote_uri, &msg->from->body, 1)) in rms_dialog_new_bleg()
243 if(!rms_str_dup(&si->remote_uri, &msg->from->body, 1)) in rms_dialog_new()
/dports/net/sems/sems-f89581a/apps/dsm/mods/mod_py/
H A DPyDSMSession.cpp306 char *remote_uri;
310 &remote_uri, &relayed_invite))
316 remote_uri, relayed_invite?"true":"false");
317 sess->B2BconnectCallee(remote_party, remote_uri, relayed_invite);
/dports/net/libosip2/libosip2-5.3.0/src/osip2/
H A Dosip_dialog.c217 …g->local_uri, (osip_from_t *) answer->from) && 0 == osip_from_compare(dlg->remote_uri, answer->to)) in osip_dialog_match_as_uac()
226 …g->local_uri, (osip_from_t *) answer->from) && 0 == osip_from_compare(dlg->remote_uri, answer->to)) in osip_dialog_match_as_uac()
294 …if (0 == osip_from_compare((osip_from_t *) dlg->remote_uri, (osip_from_t *) request->from) && 0 ==… in osip_dialog_match_as_uas()
303 …if (0 == osip_from_compare((osip_from_t *) dlg->remote_uri, (osip_from_t *) request->from) && 0 ==… in osip_dialog_match_as_uas()
412 i = osip_from_clone(remote, &((*dialog)->remote_uri)); in __osip_dialog_init()
523 osip_to_free(dialog->remote_uri); in osip_dialog_free()
/dports/net/libexosip2/libexosip2-5.3.0/src/
H A DeXinsubscription_api.c540 char *remote_uri = NULL; in _eXosip_insubscription_auto_send_notify() local
554 if (jd->d_dialog->remote_uri != NULL && jd->d_dialog->remote_uri->url != NULL) { in _eXosip_insubscription_auto_send_notify()
555 osip_uri_to_str(jd->d_dialog->remote_uri->url, &remote_uri); in _eXosip_insubscription_auto_send_notify()
558 if (remote_uri != NULL) { in _eXosip_insubscription_auto_send_notify()
577 …log->call_id, jd->d_dialog->local_tag, jd->d_dialog->remote_tag, direction, dlg_state, remote_uri); in _eXosip_insubscription_auto_send_notify()
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/bundler/fetcher/
H A Dindex_spec.rb23 allow(subject).to receive(:remote_uri).and_return(remote_uri)
48 allow(remote_uri).to receive(:userinfo).and_return(userinfo)
/dports/net/sems/sems-f89581a/apps/sbc/
H A DExtendedCCInterface.h14 string remote_uri; member
21 remote_party(to), remote_uri(ruri), from(_from), in InitialInviteHandlerParams()
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DRecord.pm1373 my $remote_uri = RT::URI->new( $self->CurrentUser );
1374 if ($remote_uri->FromURI( $remote_link )) {
1375 my $remote_obj = $remote_uri->IsLocal ? $remote_uri->Object : undef;
1445 NewValue => $remote_uri->URI || $remote_link,
1451 if ( !$args{"Silent$opposite_direction"} && $remote_uri->IsLocal ) {
1452 my $OtherObj = $remote_uri->Object;
1518 my $remote_uri = RT::URI->new( $self->CurrentUser );
1519 if ($remote_uri->FromURI( $remote_link )) {
1521 my $remote_obj = $remote_uri->IsLocal ? $remote_uri->Object : undef;
1573 OldValue => $remote_uri->URI || $remote_link,
[all …]

1234