Home
last modified time | relevance | path

Searched refs:pings (Results 1 – 25 of 2510) sorted by relevance

12345678910>>...101

/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/core/
H A Dpingtracking.php51 $pings = $this->getData();
54 if (isset($pings[self::$devid][self::$user][self::$pid])) {
55 unset($pings[self::$devid][self::$user][self::$pid]);
56 $stat = $this->setData($pings);
78 $pings = ($this->hasData()) ? $this->getData() : array();
81 $this->checkArrayStructure($pings);
82 $pings[self::$devid][self::$user][self::$pid] = self::$start;
83 $stat = $this->setData($pings);
99 $pings = false;
102 $pings = $this->getData();
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/core/
H A Dpingtracking.php51 $pings = $this->getData();
54 if (isset($pings[self::$devid][self::$user][self::$pid])) {
55 unset($pings[self::$devid][self::$user][self::$pid]);
56 $stat = $this->setData($pings);
78 $pings = ($this->hasData()) ? $this->getData() : array();
81 $this->checkArrayStructure($pings);
82 $pings[self::$devid][self::$user][self::$pid] = self::$start;
83 $stat = $this->setData($pings);
99 $pings = false;
102 $pings = $this->getData();
[all …]
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dlocal_channel.cpp43 pings.set(msg); in ping()
50 std::string msg = pings.get(hpx::launch::sync); in pong()
56 hpx::lcos::local::channel<std::string> pings; in pingpong() local
59 ping(pings, "passed message"); in pingpong()
60 pong(pings, pongs); in pingpong()
73 ping(pings, "passed message"); in pingpong1()
74 pong(pings, pongs); in pingpong1()
86 ping(pings, "passed message"); in pingpong2()
89 pong(pings, pongs); in pingpong2()
92 ping(pings, "passed message"); in pingpong2()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/lcos/
H A Dchannel_local.cpp42 pings.set(msg); in ping()
58 ping(pings, "passed message"); in pingpong()
59 pong(pings, pongs); in pingpong()
72 ping(pings, "passed message"); in pingpong1()
73 pong(pings, pongs); in pingpong1()
83 pings.set(); in ping_void()
91 pings.get(hpx::launch::sync); in pong_void()
100 hpx::lcos::local::channel<> pings; in pingpong_void() local
105 ping_void(pings); in pingpong_void()
106 pong_void(pings, pongs, pingponged); in pingpong_void()
[all …]
H A Dchannel.cpp51 hpx::lcos::send_channel<std::string> pings, in ping() argument
54 pings.set(msg); in ping()
70 ping(pings, "passed message"); in pingpong()
71 pong(pings, pongs); in pingpong()
78 void ping_void(hpx::lcos::send_channel<> pings) in ping_void() argument
80 pings.set(); in ping_void()
84 hpx::lcos::receive_channel<> pings, in pong_void() argument
88 pings.get(hpx::launch::sync); in pong_void()
95 hpx::lcos::channel<> pings(here); in pingpong_void() local
100 ping_void(pings); in pingpong_void()
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/glean_parser/glean_parser/
H A Dmarkdown.py17 from . import pings
22 def extra_info(obj: Union[metrics.Metric, pings.Ping]) -> List[Tuple[str, str]]:
44 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
52 if ping_name in pings.RESERVED_PING_NAMES:
84 if ping_name not in pings.RESERVED_PING_NAMES:
91 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
100 ping_name: str, custom_pings_cache: Dict[str, pings.Ping]
114 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
148 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
207 custom_pings_cache: Dict[str, pings.Ping] = defaultdict()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/glean_parser/glean_parser/
H A Dmarkdown.py17 from . import pings
22 def extra_info(obj: Union[metrics.Metric, pings.Ping]) -> List[Tuple[str, str]]:
44 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
52 if ping_name in pings.RESERVED_PING_NAMES:
84 if ping_name not in pings.RESERVED_PING_NAMES:
91 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
100 ping_name: str, custom_pings_cache: Dict[str, pings.Ping]
114 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
148 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
207 custom_pings_cache: Dict[str, pings.Ping] = defaultdict()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/glean_parser/glean_parser/
H A Dmarkdown.py17 from . import pings
22 def extra_info(obj: Union[metrics.Metric, pings.Ping]) -> List[Tuple[str, str]]:
44 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
52 if ping_name in pings.RESERVED_PING_NAMES:
84 if ping_name not in pings.RESERVED_PING_NAMES:
91 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
100 ping_name: str, custom_pings_cache: Dict[str, pings.Ping]
114 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
148 ping_name: str, custom_pings_cache: Optional[Dict[str, pings.Ping]] = None
207 custom_pings_cache: Dict[str, pings.Ping] = defaultdict()
[all …]
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/probes/
H A DCiscoRTTMonDNS.pm106 my $pings = $self->pings($target) || 20;
113 $pings, $target->{vars}{iosint}, $row))
116 sleep ($pings*$pingtimeout+5);
117 if (my @times=FillTimesFromHistoryTable($target->{vars}{ioshost}.":::::2", $pings, $row)){
131 my ($host, $target, $dnsName, $pings, $sourceip, $row) = @_;
202 "rttMonHistoryAdminNumBuckets.$row", 'integer', $pings,
206 "rttMonScheduleAdminRttLife.$row", 'integer', $pings*$pingtimeout+3,
234 my ($host, $pings, $row) = @_;
H A DCiscoRTTMonTcpConnect.pm97 my $pings = $self->pings($target) || 20;
106 $pings, $target->{vars}{iosint}, $tos, $row))
109 sleep ($pings*$pingtimeout+5);
110 if (my @times=FillTimesFromHistoryTable($target->{vars}{ioshost}.":::::2", $pings, $row)){
124 my ($host, $target, $port, $pings, $sourceip, $tos, $row) = @_;
197 "rttMonHistoryAdminNumBuckets.$row", 'integer', $pings,
201 "rttMonScheduleAdminRttLife.$row", 'integer', $pings*$pingtimeout+3,
229 my ($host, $pings, $row) = @_;
H A DCiscoRTTMonEchoICMP.pm102 my $pings = $self->pings($target) || 20;
111 $bytes, $pings, $target->{vars}{iosint}, $tos, $row, $target->{vars}{vrf}))
114 sleep ($pings*$pingtimeout+5);
115 if (my @times=FillTimesFromHistoryTable($target->{vars}{ioshost}.":::::2", $pings, $row)){
129 my ($host, $target, $size, $pings, $sourceip, $tos, $row,$vrf) = @_;
191 "rttMonHistoryAdminNumBuckets.$row", 'integer', $pings,
196 "rttMonScheduleAdminRttLife.$row", 'integer', $pings*$pingtimeout+3,
238 my ($host, $pings, $row) = @_;
H A Dbasefork.pm106 delete $h->{pings};
126 pings => {
160 my $p = $self->pings($_);
253 return $vars->{pings} if defined $vars->{pings};
254 return $self->SUPER::pings();
258 sub pings { subroutine
261 return $self->SUPER::pings() unless ref $target;
H A Dbase.pm133 my $pings = $self->_pings($tree);
134 return "U:${pings}:".(join ":", map {"U"} 1..($pings+1))
138 my $loss = $pings - $entries;
265 sub pings { subroutine
269 my $rv = $self->{cfg}{Database}{pings};
270 $rv = $self->{properties}{pings} if defined $self->{properties}{pings};
279 my $rv = $self->{cfg}{Database}{pings};
280 $rv = $self->{properties}{pings} if defined $self->{properties}{pings};
321 pings => {
/dports/net-mgmt/observium/observium/html/includes/graphs/device/
H A Dsmokeping_all_common_avg.inc.php25 $pings = 20; variable
28 if (isset($config['smokeping']['pings'])) {$pings = $config['smokeping']['pings'];} … variable
49 $p = $pings; # matt.ayre set up new constants
74 $rrd_options .= " CDEF:ploss$i=loss$i,$pings,/,100,*";
79 foreach (range(1, $pings) as $p)
87 foreach (range(2, $pings) as $p)
94 $rrd_options .= " CDEF:pings".$i."=".$pings .",p".$i."p1,UN". $pings_options . ",-";
167 $rrd_options .= " COMMENT:'probes\:\t$pings ICMP Echo Pings ($description) every ${interval}s\l'";
/dports/devel/p5-Data-Remember/Data-Remember-0.140490/t/
H A D20-poe.t12 my $pings = recall 'pings';
13 remember pings => $pings - 1;
15 $kernel->yield( 'ping' ) if $pings > 1;
43 remember pings => 5;
/dports/devel/grpc130/grpc-1.30.2/doc/
H A Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
17 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
19pings that can be sent when there is no data/header/window_update frame to be sent. GRPC Core will…
21 … argument controls the minimum time (in milliseconds) gRPC Core will wait between successive pings.
23 …at gRPC Core would expect between receiving successive pings. If the time between successive pings
26pings that the server will tolerate before sending an HTTP2 GOAWAY frame and closing the transport…
46 …* the number of pings already sent on the transport without any data has already exceeded GRPC_ARG…
50 …* A server sends a GOAWAY with ENHANCE_YOUR_CALM if the client sends too many misbehaving pings. F…
51 …GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS set to false and the client sends pings without there bein…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/doc/
H A Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
17 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
19pings that can be sent when there is no other data (data frame or header frame) to be sent. GRPC C…
21 … argument controls the minimum time (in milliseconds) gRPC Core will wait between successive pings.
23 …at gRPC Core would expect between receiving successive pings. If the time between successive pings
26pings that the server will tolerate before sending an HTTP2 GOAWAY frame and closing the transport…
46 …* the number of pings already sent on the transport without any data has already exceeded GRPC_ARG…
50 …* A server sends a GOAWAY with ENHANCE_YOUR_CALM if the client sends too many misbehaving pings. F…
51 …GRPC_ARG_KEEPALIVE_PERMIT_WITHOUT_CALLS set to false and the client sends pings without there bein…
/dports/devel/grpc/grpc-1.42.0/doc/
H A Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
14pings that can be sent when there is no data/header frame to be sent. gRPC Core will not continue …
16 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
21 …at gRPC Core would expect between receiving successive pings. If the time between successive pings
24pings that the server will tolerate before sending an HTTP2 GOAWAY frame and closing the transport…
45 …* the number of pings already sent on the transport without any data has already exceeded `GRPC_AR…
48 …* A server sends a GOAWAY with `ENHANCE_YOUR_CALM` if the client sends too many misbehaving pings
49 …set to false while the client has set this to true resulting in keepalive pings being sent even wh…
51 * Why is my client not sending keepalive pings even after configuring `GRPC_ARG_KEEPALIVE_TIME_MS` …
53 …en set to 1(defaults to 0). If we require the endpoint to be able to send pings even when there ar…
[all …]
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/
H A DInfo.pm36 my $pings = $probe->_pings($root);
38 push @paths, { path => $prefix, pings=>$pings };
42 push @paths, { path => $prefix.'~'.$slave, pings=>$pings };
91 'CDEF:loss_avg=loss_avg_r,'.$path->{pings}.',/',
95 'CDEF:loss_max=loss_max_r,'.$path->{pings}.',/',
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/docs/collection/
H A Dcustom-pings.rst2 Submitting custom pings
5 Custom pings can be submitted from JavaScript using:
20 If the preferences allow upload of Telemetry pings, the ping will be uploaded at the next opportuni…
25 When submitting pings on shutdown, they should not be submitted after Telemetry shutdown.
35 - oversized payloads: We currently only drop pings >1MB, but targetting sizes of <=10KB is recommen…
40 Helpful tools for designing new pings include:
42 …un locally and receives and saves Telemetry pings. Making Firefox send to it allows inspecting out…
43 - ``about:telemetry`` - allows inspecting submitted pings from the local archive, including all cus…
45 Designing custom pings
50 …ew <https://wiki.mozilla.org/Firefox/Data_Collection>`_, questions to guide a new pings design are:
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A DTelemetrySend.jsm7 * pings that can't be send now.
72 // of pings per minute.
414 // Filter out all the pings we can't send now. This addresses scenarios like "deletion" pings
548 // Count of pending pings that were overdue.
589 // Check the pending pings on disk now.
605 * Discard old pings from the pending pings and detect overdue ones.
619 // Check for overdue pings.
624 // Submit the age of the pending pings.
741 // Also, purge current pings.
801 * Send the persisted pings to the server.
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/YouTube/
H A DChannelConversionPings.php27 public function setPings($pings) argument
29 $this->pings = $pings;
36 return $this->pings;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/
H A DChannelConversionPings.php27 public function setPings($pings) argument
29 $this->pings = $pings;
36 return $this->pings;
/dports/devel/grpc134/grpc-1.34.1/doc/
H A Dkeepalive.md3 The keepalive ping is a way to check if a channel is currently working by sending HTTP2 pings over …
17 …* This channel argument if set to 1 (0 : false; 1 : true), allows keepalive pings to be sent even …
19pings that can be sent when there is no data/header frame to be sent. GRPC Core will not continue …
21 …at gRPC Core would expect between receiving successive pings. If the time between successive pings
24pings that the server will tolerate before sending an HTTP2 GOAWAY frame and closing the transport…
43 …* the number of pings already sent on the transport without any data has already exceeded `GRPC_AR…
46 …* A server sends a GOAWAY with `ENHANCE_YOUR_CALM` if the client sends too many misbehaving pings
47 …set to false while the client has set this to true resulting in keepalive pings being sent even wh…
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/app/
H A DTelemetryStorage.jsm167 * @param {string} id The pings id.
177 * pings out of their filename.
186 * Clean the pings archive by removing old pings.
274 * @param {String} id The pings id.
284 * @param {String} id The pings id.
846 * Clean the pings archive by removing old pings.
864 * Removes pings which are too old from the pings archive.
1275 * pings out of their filename.
1336 for (let p of pings) {
1728 pings => {
[all …]

12345678910>>...101