Home
last modified time | relevance | path

Searched refs:last_value (Results 26 – 50 of 1863) sorted by relevance

12345678910>>...75

/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dwin_first_last_value.test24 last_value(pk) over (order by pk),
26 last_value(pk) over (order by pk desc)
33 last_value(pk) over (order by pk
37 last_value(pk) over (order by pk desc
44 last_value(pk) over (order by pk desc)
49 last_value(b) over (partition by a order by pk) as lst_b,
51 last_value(c) over (partition by a order by pk) as lst_c,
53 last_value(d) over (partition by a order by pk) as lst_d,
55 last_value(e) over (partition by a order by pk) as lst_e
68 last_value(i) OVER (order by i rows between CURRENT ROW and 1 FOLLOWING) as last_1f,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dwin_first_last_value.test24 last_value(pk) over (order by pk),
26 last_value(pk) over (order by pk desc)
33 last_value(pk) over (order by pk
37 last_value(pk) over (order by pk desc
44 last_value(pk) over (order by pk desc)
49 last_value(b) over (partition by a order by pk) as lst_b,
51 last_value(c) over (partition by a order by pk) as lst_c,
53 last_value(d) over (partition by a order by pk) as lst_d,
55 last_value(e) over (partition by a order by pk) as lst_e
68 last_value(i) OVER (order by i rows between CURRENT ROW and 1 FOLLOWING) as last_1f,
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dwin_first_last_value.test24 last_value(pk) over (order by pk),
26 last_value(pk) over (order by pk desc)
33 last_value(pk) over (order by pk
37 last_value(pk) over (order by pk desc
44 last_value(pk) over (order by pk desc)
49 last_value(b) over (partition by a order by pk) as lst_b,
51 last_value(c) over (partition by a order by pk) as lst_c,
53 last_value(d) over (partition by a order by pk) as lst_d,
55 last_value(e) over (partition by a order by pk) as lst_e
68 last_value(i) OVER (order by i rows between CURRENT ROW and 1 FOLLOWING) as last_1f,
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dwin_first_last_value.test24 last_value(pk) over (order by pk),
26 last_value(pk) over (order by pk desc)
33 last_value(pk) over (order by pk
37 last_value(pk) over (order by pk desc
44 last_value(pk) over (order by pk desc)
49 last_value(b) over (partition by a order by pk) as lst_b,
51 last_value(c) over (partition by a order by pk) as lst_c,
53 last_value(d) over (partition by a order by pk) as lst_d,
55 last_value(e) over (partition by a order by pk) as lst_e
68 last_value(i) OVER (order by i rows between CURRENT ROW and 1 FOLLOWING) as last_1f,
[all …]
/dports/textproc/bibclean/bibclean-3.06/
H A Dromtol.c99 long last_value; local
114 for (last_value = 0, number = 0L; (*p != '\0'); ++p)
119 if (value > last_value)
120 number -= last_value;
122 number += last_value;
123 last_value = value;
125 number += last_value;
/dports/devel/py-rx/Rx-3.2.0/rx/core/operators/
H A Dtofuture.py32 last_value = None
35 nonlocal last_value
37 last_value = value
45 nonlocal last_value
48 future.set_result(last_value)
51 last_value = None
/dports/cad/ngspice_rework/ngspice-35/src/xspice/mif/
H A Dmifconvt.c92 double last_value; in MIFconvTest() local
120 last_value = here->conv[i].last_value; in MIFconvTest()
125 tol = ckt->CKTreltol * MAX(fabs(value), fabs(last_value)) in MIFconvTest()
127 if (fabs(value - last_value) > tol) { in MIFconvTest()
139 here->conv[i].last_value = value; in MIFconvTest()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerWidgetClockView.php58 $last_value = Manager::History()->getLastValues([$item]);
60 if ($last_value) {
61 $last_value = $last_value[$item['itemid']][0];
64 $now = new DateTime($last_value['value']);
69 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetClockView.php88 $last_value = Manager::History()->getLastValues([$item]);
90 if ($last_value) {
91 $last_value = $last_value[$item['itemid']][0];
94 $now = new DateTime($last_value['value']);
98 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetClockView.php88 $last_value = Manager::History()->getLastValues([$item]);
90 if ($last_value) {
91 $last_value = $last_value[$item['itemid']][0];
94 $now = new DateTime($last_value['value']);
98 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetClockView.php88 $last_value = Manager::History()->getLastValues([$item]);
90 if ($last_value) {
91 $last_value = $last_value[$item['itemid']][0];
94 $now = new DateTime($last_value['value']);
98 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetClockView.php88 $last_value = Manager::History()->getLastValues([$item]);
90 if ($last_value) {
91 $last_value = $last_value[$item['itemid']][0];
94 $now = new DateTime($last_value['value']);
98 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerWidgetClockView.php88 $last_value = Manager::History()->getLastValues([$item]);
90 if ($last_value) {
91 $last_value = $last_value[$item['itemid']][0];
94 $now = new DateTime($last_value['value']);
98 $time = time() - ($last_value['clock'] - $now->getTimestamp());
/dports/net/rtg/rtg-0.7.5/src/
H A Drtgsnmp.c45 unsigned long long last_value = 0; in poller() local
87 last_value = current->last_value; in poller()
169 if (result != last_value) { in poller()
180 } else if (result < last_value) { in poller()
184 if (bits == 32) insert_val = (THIRTYTWO - last_value) + result; in poller()
185 else if (bits == 64) insert_val = (SIXTYFOUR - last_value) + result; in poller()
188 session.peername, storedoid, result, last_value, insert_val); in poller()
191 } else if ((last_value >= 0) && (init != NEW)) { in poller()
192 insert_val = result - last_value; in poller()
195 printf("Thread [%d]: (%lld-%lld) = %llu\n", worker->index, result, last_value, insert_val); in poller()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dawait_result.pass.cpp47 int last_value = -1; variable
49 last_value = x; in set_value()
65 last_value = -1; in main()
67 assert(last_value == 0); in main()
69 assert(last_value == 42); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/experimental/language.support/support.coroutines/end.to.end/
H A Dawait_result.pass.cpp47 int last_value = -1; variable
49 last_value = x; in set_value()
65 last_value = -1; in main()
67 assert(last_value == 0); in main()
69 assert(last_value == 42); in main()

12345678910>>...75