Home
last modified time | relevance | path

Searched refs:Time_Second (Results 1 – 8 of 8) sorted by relevance

/dports/www/gallery2/gallery2/modules/core/templates/
H A DItemEditItem.tpl154 …marty.capture.originationTimestampField}[Time_Second]'].value = '{$ItemEditItem.originationTimesta…
/dports/www/gallery2/gallery2/modules/core/
H A DItemEditItem.inc81 $form['originationTimestampSplit']['Time_Second'],
373 'Time_Second' => $platform->strftime('%S', $originationTimestamp),
/dports/sysutils/monit/monit-5.29.0/src/
H A Dvalidate.c2135 … %s matches limit [upload rate %s %s in last %d %s]", upload->range != Time_Second ? "total " : ""… in check_net()
2137 …ck succeeded [current upload rate %s in last %d %s]", upload->range != Time_Second ? "total " : ""… in check_net()
2156 …atches limit [upload packets %s %lld in last %d %s]", upload->range != Time_Second ? "total " : ""… in check_net()
2158 …cceeded [current upload packets %lld in last %d %s]", upload->range != Time_Second ? "total " : ""… in check_net()
2178 …matches limit [download rate %s %s in last %d %s]", download->range != Time_Second ? "total " : ""… in check_net()
2180 …ucceeded [current download rate %s in last %d %s]", download->range != Time_Second ? "total " : ""… in check_net()
2199 …es limit [download packets %s %lld in last %d %s]", download->range != Time_Second ? "total " : ""… in check_net()
2201 …ded [current download packets %lld in last %d %s]", download->range != Time_Second ? "total " : ""… in check_net()
H A Dutil.c1014 if (o->range == Time_Second) {
1023 if (o->range == Time_Second) {
1032 if (o->range == Time_Second) {
1041 if (o->range == Time_Second) {
1950 {Time_Second, "second"},
H A Dmonit.h230 Time_Second = 1, enumerator
H A Dp.y2601 time : /* EMPTY */ { $<number>$ = Time_Second; }
2602 | SECOND { $<number>$ = Time_Second; }
2613 currenttime : /* EMPTY */ { $<number>$ = Time_Second; }
2614 | SECOND { $<number>$ = Time_Second; }
H A Dy.tab.c6934 { (yyval.number) = Time_Second; } in yyparse()
6940 { (yyval.number) = Time_Second; } in yyparse()
6988 { (yyval.number) = Time_Second; } in yyparse()
6994 { (yyval.number) = Time_Second; } in yyparse()
/dports/sysutils/monit/monit-5.29.0/src/http/
H A Dcervlet.c2240 if (bl->range == Time_Second) in print_service_rules_uploadbytes()
2252 if (bl->range == Time_Second) in print_service_rules_uploadpackets()
2264 if (bl->range == Time_Second) in print_service_rules_downloadbytes()
2276 if (bl->range == Time_Second) in print_service_rules_downloadpackets()