Home
last modified time | relevance | path

Searched refs:timestamp_end (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/www/hiawatha-monitor/monitor/database/
H A Dfetch_webserver_logs116 function get_date_hour($timestamp_begin, $timestamp_end) {
120 $hour_end = date("G", (int)$timestamp_end);
122 if ((59 - (int)date("i", $timestamp_begin)) <= (int)date("i", $timestamp_end)) {
124 $date = date("Y-m-d", (int)$timestamp_end);
134 list(, $timestamp_begin, $timestamp_end, $hostname, $time_0_1,
142 list($date, $hour) = get_date_hour($timestamp_begin, $timestamp_end);
176 list(, $timestamp_begin, $timestamp_end, $connections, $result_bad_request) = $field;
178 list($date, $hour) = get_date_hour($timestamp_begin, $timestamp_end);
213 …list(, $timestamp_begin, $timestamp_end, $hostname, $requests, $bytes_sent, $bans, $exploit_attemp…
217 …list(, $timestamp_begin, $timestamp_end, $hostname, $requests, $bytes_sent, $bans, $exploit_attemp…
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/sql/
H A DREADME.timestamp4 The 'timestamp_start', 'timestamp_end', 'timestamp_arrival', 'timestamp_min' and
6 'timestamp_start' and 'timestamp_end' fields are being introduced to support logging
29 * timestamp_end and timestamp_end_residual fields:
31 - "timestamp_end DATETIME NOT NULL,"
34 - "PRIMARY KEY (..., timestamp_end, timestamp_end_residual, ...)"
/dports/sysutils/vector/vector-0.10.0/tests/behavior/transforms/
H A Dreduce.toml74 "timestamp_end.exists" = true
80 "timestamp_end.exists" = true
166 "timestamp_end.exists" = true
172 "timestamp_end.exists" = true
217 "timestamp_end.exists" = true
249 "timestamp_end.exists" = true
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/data/
H A Ddumpfile-10.mitm1timestamp_end;17:1621870806.728885^15:timestamp_start;17:1621870806.728884^8:trailers;0:~7:content…
H A Ddumpfile-7.mitm1 …:mode;7:regular;8:response;1859:6:reason;2:OK,11:status_code;3:200#13:timestamp_end;18:1609926103.…
47timestamp_end;17:1609926103.167786^15:timestamp_start;18:1609926103.1665907^8:trailers;0:~7:conten…
93 …6:scheme;5:https,6:method;3:GET,4:port;3:443#4:host;11:example.com;13:timestamp_end;18:1609926104.…
183timestamp_end;18:1609926104.8558016^14:source_address;26:14:192.168.188.20;5:64279#]3:sni;11:examp…
H A Ddumpfile-018.mitm1timestamp_end;0:~15:ssl_established;4:true!15:timestamp_start;18:1482157522.8949482^}11:server_con…
35 …mestamp_tcp_setup;18:1482157524.0081189^15:ssl_established;4:true!}13:timestamp_end;0:~4:cert;2122…
69timestamp_end;18:1482157523.9086578^12:http_version;8:HTTP/1.1,15:timestamp_start;18:1482157523.90…
H A Ddumpfile-011.mitm1 5040:8:response,1815:11:httpversion,8:1:1#1:1#]13:timestamp_end,14:1469208634.797^3:msg,2:OK,15:tim…
51timestamp_end,0:~19:timestamp_ssl_setup,14:1469208634.706^7:address,53:7:address,20:9:127.0.0.1,5:…
85 …ntent,0:,7:form_in,8:relative,15:timestamp_start,14:1469208634.706^13:timestamp_end,14:1469208634.…
/dports/lang/php73/php-7.3.33/ext/date/tests/
H A DDateTimeZone_getTransitions_error.phpt5 /* Prototype : array DateTimeZone::getTransitions ([ int $timestamp_begin [, int $timestamp_end
20 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
23 var_dump( $tz->getTransitions($timestamp_begin, $timestamp_end, $extra_arg) );
H A Dtimezone_transitions_get_error.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
22 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
24 var_dump( timezone_transitions_get($tz, $timestamp_begin, $timestamp_end, $extra_arg) );
/dports/www/mod_php73/php-7.3.33/ext/date/tests/
H A DDateTimeZone_getTransitions_error.phpt5 /* Prototype : array DateTimeZone::getTransitions ([ int $timestamp_begin [, int $timestamp_end
20 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
23 var_dump( $tz->getTransitions($timestamp_begin, $timestamp_end, $extra_arg) );
H A Dtimezone_transitions_get_error.phpt5 …ezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, int $timestamp_end ]] )
22 $timestamp_end = mktime(0, 0, 0, 1, 1, 1975);
24 var_dump( timezone_transitions_get($tz, $timestamp_begin, $timestamp_end, $extra_arg) );
/dports/www/newsboat/newsboat-2.22.1/rust/libnewsboat/src/
H A Dlogger.rs337 let timestamp_end = line in parse_log_line() localVariable
341 let timestamp = &line[1..timestamp_end]; in parse_log_line()
349 if &line[timestamp_end + 1..timestamp_end + 2] != " " { in parse_log_line()
353 let level_end = line[timestamp_end + 2..] in parse_log_line()
356 let level = &line[timestamp_end + 2..timestamp_end + 2 + level_end]; in parse_log_line()
359 let message = &line[timestamp_end + 2 + level_end + 2..]; in parse_log_line()
369 let timestamp_end = line in parse_errorlog_line() localVariable
373 let timestamp = &line[1..timestamp_end]; in parse_errorlog_line()
376 let message = &line[timestamp_end + 2..]; in parse_errorlog_line()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dwindows_mme_device.c128 uint64_t timestamp_end,
137 self, timestamp_start, timestamp_end,
144 timestamp_end - timestamp_start;
175 uint64_t timestamp_end,
194 g_return_val_if_fail (h.time < timestamp_end, 0);
216 if (h.time >= timestamp_end)
222 (h.time - timestamp_end) * 1e-3);
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsrtenc.c36 unsigned timestamp_end; member
215 memmove(s->buffer.str + s->timestamp_end + len, in srt_move_cb()
216 s->buffer.str + s->timestamp_end, in srt_move_cb()
217 s->buffer.len - s->timestamp_end + 1); in srt_move_cb()
218 memcpy(s->buffer.str + s->timestamp_end, buffer, len); in srt_move_cb()
277 s->timestamp_end = s->buffer.len - 2; in srt_encode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dsrtenc.c36 unsigned timestamp_end; member
215 memmove(s->buffer.str + s->timestamp_end + len, in srt_move_cb()
216 s->buffer.str + s->timestamp_end, in srt_move_cb()
217 s->buffer.len - s->timestamp_end + 1); in srt_move_cb()
218 memcpy(s->buffer.str + s->timestamp_end, buffer, len); in srt_move_cb()
277 s->timestamp_end = s->buffer.len - 2; in srt_encode_frame()
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dmonitor.c256 time_t timestamp_begin, timestamp_end; in monitor_stats_to_buffer() local
266 timestamp_end = now; in monitor_stats_to_buffer()
267 timestamp_begin = timestamp_end - FLUSH_INTERVAL; in monitor_stats_to_buffer()
284 (long)timestamp_begin, (long)timestamp_end, host->hostname.item[0], in monitor_stats_to_buffer()
302 (long)timestamp_begin, (long)timestamp_end, host->hostname.item[0], in monitor_stats_to_buffer()
325 (long)timestamp_begin, (long)timestamp_end, in monitor_stats_to_buffer()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/array/
H A Darray.h150 uint64_t timestamp_end,
223 Status reopen(uint64_t timestamp_start, uint64_t timestamp_end);
229 uint64_t timestamp_end() const;
238 Status set_timestamp_end(uint64_t timestamp_end);
/dports/devel/babeltrace/babeltrace-1.5.7/lib/
H A Dcontext.c145 if (fmt->timestamp_end) in bt_context_add_trace()
146 handle->real_timestamp_end = fmt->timestamp_end(td, handle, in bt_context_add_trace()
151 if (fmt->timestamp_end) in bt_context_add_trace()
152 handle->cycles_timestamp_end = fmt->timestamp_end(td, handle, in bt_context_add_trace()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/unimrcp/libs/apr-toolkit/src/
H A Dapt_nlsml_doc.c64 const char *timestamp_end; member
167 input->timestamp_end = NULL; in nlsml_input_parse()
181 input->timestamp_end = xml_attr->value; in nlsml_input_parse()
337 const char *timestamp_end; in nlsml_result_trace() local
363 timestamp_end = nlsml_input_timestamp_end_get(input); in nlsml_result_trace()
369 if(timestamp_end) in nlsml_result_trace()
370 …K,APT_PRIO_INFO,"Interpretation[%d].input.timestamp-end: %s", interpretation_count, timestamp_end); in nlsml_result_trace()
568 return input->timestamp_end; in nlsml_input_timestamp_end_get()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/storage_manager/
H A Dstorage_manager.h187 uint64_t timestamp_end);
272 uint64_t timestamp_end);
316 const char* array_name, uint64_t timestamp_start, uint64_t timestamp_end);
335 const char* array_name, uint64_t timestamp_start, uint64_t timestamp_end);
602 uint64_t timestamp_end,
796 uint64_t timestamp_end,
1270 uint64_t timestamp_end) const;
1282 uint64_t timestamp_end,
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/test/
H A Dtflow.py52 timestamp_end=946681201,
67 timestamp_end=946681203,
151 timestamp_end=946681206,
178 timestamp_end=946681205,
H A Dtutils.py21 timestamp_end=946681201,
40 timestamp_end=946681203,
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/rest/
H A Drest_client.h102 Array* array, uint64_t timestamp_start, uint64_t timestamp_end);
133 uint64_t timestamp_end,
148 uint64_t timestamp_end,
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/main/source/
H A Dreceiver.cc269 uint32_t timestamp_end = 0u; in RenderBufferSizeMs() local
272 jitter_buffer_.RenderBufferSize(&timestamp_start, &timestamp_end); in RenderBufferSizeMs()
273 if (timestamp_start == timestamp_end) { in RenderBufferSizeMs()
281 uint32_t render_end = timing_->RenderTimeMs(timestamp_end, now_ms); in RenderBufferSizeMs()
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/
H A Dhttp.py193 timestamp_end: Optional[float]
478 def timestamp_end(self) -> Optional[float]: member in Message
482 return self.data.timestamp_end
484 @timestamp_end.setter
485 def timestamp_end(self, timestamp_end: Optional[float]): member in Message
486 self.data.timestamp_end = timestamp_end
553 timestamp_end: Optional[float],
588 timestamp_end=timestamp_end,
1026 timestamp_end: Optional[float],
1049 timestamp_end=timestamp_end,

12345678910