Home
last modified time | relevance | path

Searched refs:timestamp_format (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/sysutils/vector/vector-0.10.0/src/sinks/util/encoding/
H A Dwith_default.rs46 pub(crate) timestamp_format: Option<TimestampFormat>, field
60 fn timestamp_format(&self) -> &Option<TimestampFormat> { in timestamp_format() method
61 &self.timestamp_format in timestamp_format()
78 timestamp_format: self.timestamp_format, in transmute()
90 timestamp_format: self.timestamp_format, in without_default()
104 timestamp_format, in into()
110 timestamp_format, in into()
121 timestamp_format: Default::default(), in from()
163 timestamp_format: Default::default(), in deserialize()
191 timestamp_format: inner.timestamp_format, in deserialize()
[all …]
H A Dconfig.rs31 pub(crate) timestamp_format: Option<TimestampFormat>, field
45 fn timestamp_format(&self) -> &Option<TimestampFormat> { in timestamp_format() method
46 &self.timestamp_format in timestamp_format()
59 timestamp_format: self.timestamp_format, in into()
70 timestamp_format: Default::default(), in from()
110 timestamp_format: Default::default(), in deserialize()
138 timestamp_format: inner.timestamp_format, in deserialize()
154 timestamp_format: Option<TimestampFormat>, field
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/
H A Dlogfacility.py80 timestamp_format = config.sections["logging"].get("log_timestamp", "%Y-%m-%d %H:%M:%S")
85 self.write_log(folder, self.file_name, msg, timestamp_format)
89 callback(timestamp_format, msg, level)
152 timestamp_format = config.sections["logging"]["log_timestamp"]
157 self.write_log(folder, "transfers", msg, timestamp_format)
159 def write_log(self, logsdir, filename, msg, timestamp_format="%Y-%m-%d %H:%M:%S"): argument
169 get_path(logsdir, filename, self.write_log_callback, (oldumask, timestamp_format, msg))
178 oldumask, timestamp_format, msg = data
183 text = "%s %s\n" % (time.strftime(timestamp_format), msg)
193 def console_logger(timestamp_format, msg, _level): argument
[all …]
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/
H A Dprivatechat.py260 timestamp_format = config.sections["logging"]["private_timestamp"]
261 …_textview.append_line(_("--- reconnected ---"), self.tag_hilite, timestamp_format=timestamp_format)
265 timestamp_format = config.sections["logging"]["private_timestamp"]
266 …textview.append_line(_("--- disconnected ---"), self.tag_hilite, timestamp_format=timestamp_format)
345 timestamp_format = config.sections["logging"]["private_timestamp"]
350 self.tag_hilite, timestamp_format=timestamp_format
367 timestamp_format=timestamp_format, username=self.user,
370 … self.chat_textview.append_line(line, tag, timestamp_format=timestamp_format, username=self.user,
374 timestamp_format = config.sections["logging"]["log_timestamp"]
385 self.chat_textview.append_line(text, tag, timestamp_format=timestamp_format)
[all …]
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/
H A Dscalarparse.py50 timestamp_format = session.get_scoped_config().get(
61 timestamp_format = 'none'
62 if timestamp_format == 'none':
68 elif timestamp_format == 'iso8601':
72 ' are "none" or "iso8601"' % timestamp_format)
/dports/devel/py-ciso8601/ciso8601-2.2.0/
H A Dgenerate_test_timestamps.py138 for timestamp_format, _fields, datetime_params in __generate_valid_formats(**kwargs):
141 timestamp = timestamp_format.format(**padded_kwargs)
180 for timestamp_format, fields, _datetime_params in __generate_valid_formats(**kwargs):
189 timestamp = timestamp_format.format(**mangled_kwargs)
195 timestamp = timestamp_format.format(**mangled_kwargs)
201 timestamp = timestamp_format.format(**mangled_kwargs)
207 timestamp = timestamp_format.format(**mangled_kwargs)
215 timestamp = timestamp_format.format(**mangled_kwargs)
221 timestamp = timestamp_format.format(**mangled_kwargs)
225 timestamp = timestamp_format.format(**__pad_params(**kwargs)) + "EXTRA"
/dports/benchmarks/py-naarad/naarad-1.0.15/src/naarad/metrics/
H A Dprocvmstat_metric.py71 timestamp_format = None
78 if not timestamp_format or timestamp_format == 'unknown':
79 timestamp_format = naarad.utils.detect_timestamp_format(ts)
80 if timestamp_format == 'unknown':
82 ts = naarad.utils.get_standardized_timestamp(ts, timestamp_format)
H A Dprocmeminfo_metric.py70 timestamp_format = None
77 if not timestamp_format or timestamp_format == 'unknown':
78 timestamp_format = naarad.utils.detect_timestamp_format(ts)
79 if timestamp_format == 'unknown':
81 ts = naarad.utils.get_standardized_timestamp(ts, timestamp_format)
H A Dproczoneinfo_metric.py81 timestamp_format = None
88 if not timestamp_format or timestamp_format == 'unknown':
89 timestamp_format = naarad.utils.detect_timestamp_format(ts)
90 if timestamp_format == 'unknown':
92 ts = naarad.utils.get_standardized_timestamp(ts, timestamp_format)
H A Dcluster_metric.py85 timestamp_format = None
91 if not timestamp_format or timestamp_format == 'unknown':
92 timestamp_format = naarad.utils.detect_timestamp_format(ts)
93 if timestamp_format == 'unknown':
95 ts = naarad.utils.get_standardized_timestamp(ts, timestamp_format)
H A Dprocinterrupts_metric.py153 timestamp_format = None
185 if not timestamp_format or timestamp_format == 'unknown':
186 timestamp_format = naarad.utils.detect_timestamp_format(ts)
187 if timestamp_format == 'unknown':
189 ts = naarad.utils.get_standardized_timestamp(ts, timestamp_format)
H A Dnetstat_metric.py204 timestamp_format = None
213 if not timestamp_format or timestamp_format == 'unknown':
214 timestamp_format = naarad.utils.detect_timestamp_format(ts)
215 if timestamp_format == 'unknown':
217 ts = naarad.utils.get_standardized_timestamp(ts, timestamp_format)
H A Dsar_metric.py79 timestamp_format = None
127 if not timestamp_format or timestamp_format == 'unknown':
128 timestamp_format = naarad.utils.detect_timestamp_format(datetimestamp)
129 if timestamp_format == 'unknown':
131 datetimestamp = naarad.utils.get_standardized_timestamp(datetimestamp, timestamp_format)
/dports/devel/py-oci/oci-2.53.1/src/oci/data_integration/models/
H A Dcsv_format_attribute.py209 def timestamp_format(self): member in CsvFormatAttribute
220 @timestamp_format.setter
221 def timestamp_format(self, timestamp_format): argument
230 self._timestamp_format = timestamp_format
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/
H A DDate.php29 public static $timestamp_format = 'Y-m-d H:i:s'; variable in Kohana_Date
583 * @param string $timestamp_format timestamp format
587 …public static function formatted_time($datetime_str = 'now', $timestamp_format = NULL, $timezone =… argument
589 $timestamp_format = ($timestamp_format == NULL) ? Date::$timestamp_format : $timestamp_format;
600 return $time->format($timestamp_format);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dserialize.py136 timestamp_format = ISO8601_MICRO
138 timestamp_format = ISO8601
139 return value.strftime(timestamp_format)
149 def _convert_timestamp_to_str(self, value, timestamp_format=None): argument
150 if timestamp_format is None:
151 timestamp_format = self.TIMESTAMP_FORMAT
152 timestamp_format = timestamp_format.lower()
155 self, '_timestamp_%s' % timestamp_format)
545 timestamp_format = member.serialization.get(
549 param_value, timestamp_format
[all …]
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dserialize.py136 timestamp_format = ISO8601_MICRO
138 timestamp_format = ISO8601
139 return value.strftime(timestamp_format)
149 def _convert_timestamp_to_str(self, value, timestamp_format=None): argument
150 if timestamp_format is None:
151 timestamp_format = self.TIMESTAMP_FORMAT
152 timestamp_format = timestamp_format.lower()
155 self, '_timestamp_%s' % timestamp_format)
551 timestamp_format = member.serialization.get(
554 param_value, timestamp_format
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc143 const std::string& timestamp_format) in AddToNewChain() argument
153 d->timestamp_format_ = timestamp_format; in AddToNewChain()
169 const std::string& timestamp_format) in AddMessageDestination() argument
172 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc151 const std::string& timestamp_format) in AddToNewChain() argument
161 d->timestamp_format_ = timestamp_format; in AddToNewChain()
178 const std::string& timestamp_format) in AddMessageDestination() argument
181 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc151 const std::string& timestamp_format) in AddToNewChain() argument
161 d->timestamp_format_ = timestamp_format; in AddToNewChain()
178 const std::string& timestamp_format) in AddMessageDestination() argument
181 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc143 const std::string& timestamp_format) in AddToNewChain() argument
153 d->timestamp_format_ = timestamp_format; in AddToNewChain()
169 const std::string& timestamp_format) in AddMessageDestination() argument
172 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc143 const std::string& timestamp_format) in AddToNewChain() argument
153 d->timestamp_format_ = timestamp_format; in AddToNewChain()
169 const std::string& timestamp_format) in AddMessageDestination() argument
172 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc151 const std::string& timestamp_format) in AddToNewChain() argument
161 d->timestamp_format_ = timestamp_format; in AddToNewChain()
178 const std::string& timestamp_format) in AddMessageDestination() argument
181 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/lib/
H A Dmessages_resource.cc143 const std::string& timestamp_format) in AddToNewChain() argument
153 d->timestamp_format_ = timestamp_format; in AddToNewChain()
169 const std::string& timestamp_format) in AddMessageDestination() argument
172 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/lib/
H A Dmessages_resource.cc151 const std::string& timestamp_format) in AddToNewChain() argument
161 d->timestamp_format_ = timestamp_format; in AddToNewChain()
178 const std::string& timestamp_format) in AddMessageDestination() argument
181 AddToNewChain(dest_code, msg_type, where, mail_cmd, timestamp_format); in AddMessageDestination()

12345678910>>...12