Home
last modified time | relevance | path

Searched refs:reconnecting (Results 1 – 25 of 2020) sorted by relevance

12345678910>>...81

/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/rpc/src/mx/messaging/events/
H A DChannelEvent.as48 * <tr><td><code>reconnecting</code></td><td> Indicates whether the channel
49 * that generated this event is reconnecting.</td></tr>
78 * <tr><td><code>reconnecting</code></td><td> Indicates whether the channel
79 * that generated this event is reconnecting.</td></tr>
103 * @param reconnecting Indicates whether the Channel is in the process of
104 * reconnecting or not.
140 * @param reconnecting Indicates whether the Channel is in the process of
141 * reconnecting or not.
156 this.reconnecting = reconnecting;
178 * Indicates whether the Channel that generated this event is reconnecting.
[all …]
H A DChannelFaultEvent.as50 * <tr><td><code>reconnecting</code></td><td> Indicates whether the channel
51 * that generated this event is reconnecting.</td></tr>
75 * @param reconnecting Indicates whether the Channel is in the process of
76 * reconnecting or not.
92 public static function createEvent(channel:Channel, reconnecting:Boolean = false,
97 channel, reconnecting, code, level, description, rejected, connected);
121 * @param reconnecting Indicates whether the Channel is in the process of
122 * reconnecting or not.
137 …channel:Channel = null, reconnecting:Boolean = false, code:String = null, level:String = null, des…
140 super(type, bubbles, cancelable, channel, reconnecting, rejected, connected);
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/rpc/src/mx/messaging/events/
H A DChannelEvent.as54 * <tr><td><code>reconnecting</code></td><td> Indicates whether the channel
55 * that generated this event is reconnecting.</td></tr>
90 * <tr><td><code>reconnecting</code></td><td> Indicates whether the channel
91 * that generated this event is reconnecting.</td></tr>
121 * @param reconnecting Indicates whether the Channel is in the process of
122 * reconnecting or not.
164 * @param reconnecting Indicates whether the Channel is in the process of
165 * reconnecting or not.
186 this.reconnecting = reconnecting;
220 * Indicates whether the Channel that generated this event is reconnecting.
[all …]
H A DChannelFaultEvent.as56 * <tr><td><code>reconnecting</code></td><td> Indicates whether the channel
57 * that generated this event is reconnecting.</td></tr>
87 * @param reconnecting Indicates whether the Channel is in the process of
88 * reconnecting or not.
110 public static function createEvent(channel:Channel, reconnecting:Boolean = false,
115 channel, reconnecting, code, level, description, rejected, connected);
139 * @param reconnecting Indicates whether the Channel is in the process of
140 * reconnecting or not.
161 …channel:Channel = null, reconnecting:Boolean = false, code:String = null, level:String = null, des…
164 super(type, bubbles, cancelable, channel, reconnecting, rejected, connected);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/test/
H A Deventsource_reconnect.sjs3 var reconnecting = getState(name);
5 if (!reconnecting) {
8 } else if (reconnecting === "0") {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/test/
H A Deventsource_reconnect.sjs3 var reconnecting = getState(name);
5 if (!reconnecting) {
8 } else if (reconnecting === "0") {
/dports/www/firefox/firefox-99.0/dom/base/test/
H A Deventsource_reconnect.sjs3 var reconnecting = getState(name);
5 if (!reconnecting) {
8 } else if (reconnecting === "0") {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/test/
H A Deventsource_reconnect.sjs3 var reconnecting = getState(name);
5 if (!reconnecting) {
8 } else if (reconnecting === "0") {
/dports/databases/p5-Mojo-Pg/Mojo-Pg-4.26/lib/Mojo/Pg/
H A DPubSub.pm28 delete $self->{reconnecting};
40 $self->db->listen($name) if !@{$self->{chans}{$name} ||= []} && !$self->{reconnecting};
65 $self->db->unlisten($name) unless $self->{reconnecting};
75 $self->{reconnecting} = 1;
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/signalrcore/transport/websockets/
H A Dreconnection.py43 self.reconnecting = False
52 self.reconnecting = False
62 self.reconnecting = True
81 self.reconnecting = True
/dports/audio/musicpd/mpd-0.23.6/src/input/plugins/
H A DNfsInputPlugin.cxx41 bool reconnect_on_resume = false, reconnecting = false; member in NfsInputStream
113 reconnecting = true; in DoResume()
146 if (reconnecting) { in OnNfsFileOpen()
149 reconnecting = false; in OnNfsFileOpen()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot21 blocked -> running [ label = "reconnecting\nsucceeded" ];
22 failfast -> failfast [ label = "reconnecting\nfailed" ];
23 failfast -> running [ label = "reconnecting\nsucceeded" ];
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot21 blocked -> running [ label = "reconnecting\nsucceeded" ];
22 failfast -> failfast [ label = "reconnecting\nfailed" ];
23 failfast -> running [ label = "reconnecting\nsucceeded" ];
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot21 blocked -> running [ label = "reconnecting\nsucceeded" ];
22 failfast -> failfast [ label = "reconnecting\nfailed" ];
23 failfast -> running [ label = "reconnecting\nsucceeded" ];
/dports/mail/mailhog/MailHog-1.0.0/vendor/github.com/t-k/fluent-logger-golang/fluent/
H A Dfluent.go38 reconnecting bool member
62 f = &Fluent{Config: config, reconnecting: false}
210 f.reconnecting = false
232 if f.reconnecting == false {
234 f.reconnecting = true
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go50 reconnecting bool member
80 f = &Fluent{Config: config, reconnecting: true}
83 f = &Fluent{Config: config, reconnecting: false}
258 f.reconnecting = false
288 if f.reconnecting == false {
289 f.reconnecting = true
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go60 reconnecting bool member
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
275 f.reconnecting = false
305 if f.reconnecting == false {
306 f.reconnecting = true
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go60 reconnecting bool member
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
275 f.reconnecting = false
305 if f.reconnecting == false {
306 f.reconnecting = true
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go60 reconnecting bool member
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
275 f.reconnecting = false
305 if f.reconnecting == false {
306 f.reconnecting = true
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go60 reconnecting bool member
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
275 f.reconnecting = false
305 if f.reconnecting == false {
306 f.reconnecting = true
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go60 reconnecting bool member
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
275 f.reconnecting = false
305 if f.reconnecting == false {
306 f.reconnecting = true
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/fluent/fluent-logger-golang/fluent/
H A Dfluent.go60 reconnecting bool member
93 f = &Fluent{Config: config, reconnecting: true}
96 f = &Fluent{Config: config, reconnecting: false}
275 f.reconnecting = false
305 if f.reconnecting == false {
306 f.reconnecting = true
/dports/irc/smuxi/smuxi-1.1/lib/SignalR/src/Microsoft.AspNet.SignalR.Client/Transports/
H A DServerSentEventsTransport.cs84 bool reconnecting = initializeCallback == null; in OpenConnection()
88 …var url = connection.Url + (reconnecting ? "reconnect" : "connect") + GetReceiveQueryString(connec… in OpenConnection()
110 else if (reconnecting) in OpenConnection()
140 if (!reconnecting) in OpenConnection()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/media-playback/media-playback/
H A Dmedia.h68 bool reconnecting; member
126 bool reconnecting; member
132 extern void mp_media_play(mp_media_t *media, bool loop, bool reconnecting);
/dports/databases/p5-DBD-MariaDB/DBD-MariaDB-1.21/t/
H A D15reconnect.t37 ok($dbh->do("SELECT 1"), "implicitly reconnecting handle with 'do'");
45 ok($sth = $dbh->prepare("SELECT 1"), "implicitly reconnecting handle with preparing statement");
59 ok($sth->execute(), "implicitly reconnecting handle with executing prepared statement");

12345678910>>...81