Home
last modified time | relevance | path

Searched refs:ProxyAddress (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dproxyaddress.cc43 …return Glib::RefPtr<Gio::ProxyAddress>( dynamic_cast<Gio::ProxyAddress*> (Glib::wrap_auto ((GObjec… in wrap()
95 GProxyAddress* ProxyAddress::gobj_copy() in gobj_copy()
101 ProxyAddress::ProxyAddress(const Glib::ConstructParams& construct_params) in ProxyAddress() function in Gio::ProxyAddress
108 ProxyAddress::ProxyAddress(GProxyAddress* castitem) in ProxyAddress() function in Gio::ProxyAddress
114 ProxyAddress::ProxyAddress(ProxyAddress&& src) noexcept in ProxyAddress() function in Gio::ProxyAddress
118 ProxyAddress& ProxyAddress::operator=(ProxyAddress&& src) noexcept in operator =()
125 ProxyAddress::~ProxyAddress() noexcept in ~ProxyAddress()
129 ProxyAddress::CppClassType ProxyAddress::proxyaddress_class_; // initialize static member
131 GType ProxyAddress::get_type() in get_type()
137 GType ProxyAddress::get_base_type() in get_base_type()
[all …]
H A Dproxyaddress.h49 class GIOMM_API ProxyAddress
56 using CppObjectType = ProxyAddress;
62 ProxyAddress(const ProxyAddress&) = delete;
63 ProxyAddress& operator=(const ProxyAddress&) = delete;
69 explicit ProxyAddress(const Glib::ConstructParams& construct_params);
70 explicit ProxyAddress(GProxyAddress* castitem);
76 ProxyAddress(ProxyAddress&& src) noexcept;
77 ProxyAddress& operator=(ProxyAddress&& src) noexcept;
79 ~ProxyAddress() noexcept override;
104 …explicit ProxyAddress(const Glib::RefPtr<InetAddress>& address, guint16 port, const Glib::ustring&…
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DWSHttpBindingBaseElement.cs73 …[ConfigurationProperty(ConfigurationStrings.ProxyAddress, DefaultValue = HttpTransportDefaults.Pro…
74 public Uri ProxyAddress property in System.ServiceModel.Configuration.WSHttpBindingBaseElement
76 get { return (Uri)base[ConfigurationStrings.ProxyAddress]; }
77 set { base[ConfigurationStrings.ProxyAddress] = value; }
118 … SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, wspBinding.ProxyAddress); in InitializeFrom()
135 if (this.ProxyAddress != null) in OnApplyConfiguration()
136 wspBinding.ProxyAddress = this.ProxyAddress; in OnApplyConfiguration()
H A DHttpBindingBaseElement.cs72 …[ConfigurationProperty(ConfigurationStrings.ProxyAddress, DefaultValue = HttpTransportDefaults.Pro…
73 public Uri ProxyAddress property in System.ServiceModel.Configuration.HttpBindingBaseElement
75 get { return (Uri)base[ConfigurationStrings.ProxyAddress]; }
76 set { base[ConfigurationStrings.ProxyAddress] = value; }
126 …SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, httpBindingBase.ProxyAddress); in InitializeFrom()
146 if (this.ProxyAddress != null) in OnApplyConfiguration()
148 httpBindingBase.ProxyAddress = this.ProxyAddress; in OnApplyConfiguration()
H A DWSDualHttpBindingElement.cs85 …[ConfigurationProperty(ConfigurationStrings.ProxyAddress, DefaultValue = HttpTransportDefaults.Pro…
86 public Uri ProxyAddress property in System.ServiceModel.Configuration.WSDualHttpBindingElement
88 get { return (Uri)base[ConfigurationStrings.ProxyAddress]; }
89 set { base[ConfigurationStrings.ProxyAddress] = value; }
137 … SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, wspBinding.ProxyAddress); in InitializeFrom()
157 if (this.ProxyAddress != null) in OnApplyConfiguration()
158 wspBinding.ProxyAddress = this.ProxyAddress; in OnApplyConfiguration()
H A DHttpTransportElement.cs109 …[ConfigurationProperty(ConfigurationStrings.ProxyAddress, DefaultValue = HttpTransportDefaults.Pro…
110 public Uri ProxyAddress property in System.ServiceModel.Configuration.HttpTransportElement
112 get { return (Uri)base[ConfigurationStrings.ProxyAddress]; }
113 set { base[ConfigurationStrings.ProxyAddress] = value; }
194 binding.ProxyAddress = this.ProxyAddress; in ApplyConfiguration()
224 this.ProxyAddress = source.ProxyAddress; in CopyFrom()
252 … SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, source.ProxyAddress); in InitializeFrom()
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dproxy_address.rs17 …pub struct ProxyAddress(Object<gio_sys::GProxyAddress, gio_sys::GProxyAddressClass, ProxyAddressCl…
24 impl ProxyAddress { implementation
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
70 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
124 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs17 use ProxyAddress;
40 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
49 Q: IsA<ProxyAddress>, in connect_async() argument
62 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
73 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
98 Q: IsA<ProxyAddress>, in connect_async() argument
141 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dproxy_address.rs17 …pub struct ProxyAddress(Object<gio_sys::GProxyAddress, gio_sys::GProxyAddressClass, ProxyAddressCl…
24 impl ProxyAddress { implementation
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
70 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
124 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs19 use ProxyAddress;
42 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
65 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
145 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dproxy_address.rs17 …pub struct ProxyAddress(Object<gio_sys::GProxyAddress, gio_sys::GProxyAddressClass, ProxyAddressCl…
24 impl ProxyAddress { impl
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
70 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
124 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs17 use ProxyAddress;
40 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
49 Q: IsA<ProxyAddress>, in connect_async() argument
62 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
73 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
98 Q: IsA<ProxyAddress>, in connect_async() argument
141 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dproxy_address.rs16 …pub struct ProxyAddress(Object<ffi::GProxyAddress, ffi::GProxyAddressClass>) @extends InetSocketAd…
23 impl ProxyAddress { implementation
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
84 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
134 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs8 use crate::ProxyAddress;
41 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
64 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
144 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dproxy_address.rs16 …pub struct ProxyAddress(Object<ffi::GProxyAddress, ffi::GProxyAddressClass>) @extends InetSocketAd…
23 impl ProxyAddress { implementation
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
84 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
134 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs8 use crate::ProxyAddress;
41 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
64 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
144 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dproxy_address.rs16 …pub struct ProxyAddress(Object<ffi::GProxyAddress, ffi::GProxyAddressClass>) @extends InetSocketAd…
23 impl ProxyAddress { impl
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
84 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
134 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs8 use crate::ProxyAddress;
41 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
64 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
144 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dproxy_address.rs16 …pub struct ProxyAddress(Object<ffi::GProxyAddress, ffi::GProxyAddressClass>) @extends InetSocketAd…
23 impl ProxyAddress { impl
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
84 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
134 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs8 use crate::ProxyAddress;
41 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
64 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
144 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dproxy_address.rs16 …pub struct ProxyAddress(Object<ffi::GProxyAddress, ffi::GProxyAddressClass>) @extends InetSocketAd…
23 impl ProxyAddress { implementation
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
84 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
134 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs8 use crate::ProxyAddress;
41 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
64 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
144 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dproxy_address.rs16 …pub struct ProxyAddress(Object<ffi::GProxyAddress, ffi::GProxyAddressClass>) @extends InetSocketAd…
23 impl ProxyAddress { implementation
33 ) -> ProxyAddress { in new() argument
49 unsafe impl Send for ProxyAddress {} implementation
50 unsafe impl Sync for ProxyAddress {} implementation
52 pub const NONE_PROXY_ADDRESS: Option<&ProxyAddress> = None;
84 impl<O: IsA<ProxyAddress>> ProxyAddressExt for O {
134 impl fmt::Display for ProxyAddress { implementation
H A Dproxy.rs8 use crate::ProxyAddress;
41 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
51 Q: IsA<ProxyAddress>, in connect_async() argument
64 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
76 fn connect<P: IsA<IOStream>, Q: IsA<ProxyAddress>, R: IsA<Cancellable>>( in connect() argument
101 Q: IsA<ProxyAddress>, in connect_async() argument
144 Q: IsA<ProxyAddress> + Clone + 'static, in connect_async_future()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Configuration/
H A DWebHttpBindingElement.cs79 …[ConfigurationProperty(ConfigurationStrings.ProxyAddress, DefaultValue = HttpTransportDefaults.Pro…
80 public Uri ProxyAddress property in System.ServiceModel.Configuration.WebHttpBindingElement
82 get { return (Uri)base[ConfigurationStrings.ProxyAddress]; }
83 set { base[ConfigurationStrings.ProxyAddress] = value; }
167 …ionProperty("proxyAddress", typeof(System.Uri), HttpTransportDefaults.ProxyAddress, null, null, Sy…
191 if (webBinding.ProxyAddress != null) in InitializeFrom()
193 … SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProxyAddress, webBinding.ProxyAddress); in InitializeFrom()
248 if (this.ProxyAddress != null) in OnApplyConfiguration()
250 webBinding.ProxyAddress = this.ProxyAddress; in OnApplyConfiguration()

123456