Home
last modified time | relevance | path

Searched refs:format_x (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dsplit_arg_parsing.cpp33 …throw format_x{fmt::format(Y("Missing start/end specifications for '--split' in '--split {0}'.\n")… in parse_split_parts()
39 …throw format_x{fmt::format(Y("Invalid start/end specification for '--split' in '--split {0}' (curr… in parse_split_parts()
53 …throw format_x{fmt::format(Y("Invalid start time for '--split' in '--split {0}' (current part: {1}… in parse_split_parts()
56 …throw format_x{fmt::format(Y("Invalid start frame/field number for '--split' in '--split {0}' (cur… in parse_split_parts()
63 …throw format_x{fmt::format(Y("Invalid end time for '--split' in '--split {0}' (current part: {1}).… in parse_split_parts()
66 …throw format_x{fmt::format(Y("Invalid end frame/field number for '--split' in '--split {0}' (curre… in parse_split_parts()
70 …throw format_x{fmt::format(Y("Invalid end frame/field number for '--split' in '--split {0}' (curre… in parse_split_parts()
72 …throw format_x{fmt::format(Y("Invalid end time for '--split' in '--split {0}' (current part: {1}).… in parse_split_parts()
77 …throw format_x{fmt::format(Y("Invalid start frame/field number for '--split' in '--split {0}' (cur… in parse_split_parts()
79 …throw format_x{fmt::format(Y("Invalid start time for '--split' in '--split {0}' (current part: {1}… in parse_split_parts()
H A Dsplit_arg_parsing.h21 class format_x: public exception {
25 explicit format_x(std::string const &message) : m_message{message} { } in format_x() function
26 virtual ~format_x() throw() { } in ~format_x()
/dports/science/py-chainer-chemistry/chainer-chemistry-0.7.1/chainer_chemistry/links/scaler/
H A Dmax_abs_scaler.py11 def format_x(x): function
42 x = format_x(x)
83 x = format_x(x)
98 x = format_x(x)
H A Dmin_max_scaler.py11 def format_x(x): function
44 x = format_x(x)
90 x = format_x(x)
105 x = format_x(x)
H A Dstandard_scaler.py11 def format_x(x): function
44 x = format_x(x)
93 x = format_x(x)
107 x = format_x(x)
H A Dflow_scaler.py13 def format_x(x): function
125 x = format_x(x)
178 x_ = format_x(x)
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 MeshLine::XMesh(_, _, v) => Some((self.format_x)(v)), in draw()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
H A Dmesh.rs162 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
206 format_x: &X::format, in new()
365 self.format_x = fmt; in x_label_formatter()
469 Some((self.format_x)(v)) in draw()
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-0.3.1/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-0.3.0/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters/src/chart/
H A Daxes3d.rs27 pub(super) format_x: &'b dyn Fn(&X::ValueType) -> String, field
86 self.format_x = f; in x_formatter()
113 format_x: &X::format, in new()
153 let x_text = (self.format_x)(x); in draw()

12