Home
last modified time | relevance | path

Searched refs:use_custom_timestamp (Results 1 – 6 of 6) sorted by relevance

/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/sloggers-2.0.2/src/
H A Dterminal.rs97 let format = FullFormat::new(decorator).use_custom_timestamp(timestamp); in build()
101 let format = CompactFormat::new(decorator).use_custom_timestamp(timestamp); in build()
H A Dfile.rs147 let format = FullFormat::new(decorator).use_custom_timestamp(timestamp); in build()
152 let format = CompactFormat::new(decorator).use_custom_timestamp(timestamp); in build()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/slog-term-2.8.0/src/
H A Dlib.rs359 pub fn use_custom_timestamp<F>(mut self, f: F) -> Self in use_custom_timestamp() function
569 pub fn use_custom_timestamp<F>(mut self, f: F) -> Self in use_custom_timestamp() function
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/slog-term-2.6.0/src/
H A Dlib.rs295 pub fn use_custom_timestamp<F>(mut self, f: F) -> Self in use_custom_timestamp() function
428 pub fn use_custom_timestamp<F>(mut self, f: F) -> Self in use_custom_timestamp() function
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/slog-term-2.8.0/src/
H A Dlib.rs359 pub fn use_custom_timestamp<F>(mut self, f: F) -> Self in use_custom_timestamp() function
569 pub fn use_custom_timestamp<F>(mut self, f: F) -> Self in use_custom_timestamp() function
/dports/archivers/rvm/rvm-1.11/
H A Drconfig.cc1226 bool use_custom_timestamp = false; in init() local
1338 use_custom_timestamp = true; in init()
1371 if (use_custom_timestamp) { in init()