Home
last modified time | relevance | path

Searched refs:verify_format (Results 1 – 25 of 27) sorted by relevance

12

/dports/databases/py-python-arango/python-arango-7.2.0/arango/
H A Dformatter.py6 def verify_format(_: Any, res: Json) -> Json: function
63 return verify_format(body, result)
87 return verify_format(body, result)
119 return verify_format(body, result)
211 return verify_format(body, result)
229 return verify_format(body, result)
256 return verify_format(body, result)
275 return verify_format(body, result)
301 return verify_format(body, result)
328 return verify_format(body, result)
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dtimeformatting.cpp36 if (fz::datetime::verify_format(dateFormat)) { in InitFormat()
55 if (fz::datetime::verify_format(timeFormat)) { in InitFormat()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_wcroot.c232 (*db)->verify_format = !open_without_upgrade; in svn_wc__db_open()
303 svn_boolean_t verify_format, in svn_wc__db_pdh_create_wcroot() argument
340 format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
348 && format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
357 if (format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
777 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
852 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
H A Dwc_db_private.h43 svn_boolean_t verify_format; member
128 svn_boolean_t verify_format,
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_wcroot.c232 (*db)->verify_format = !open_without_upgrade; in svn_wc__db_open()
303 svn_boolean_t verify_format, in svn_wc__db_pdh_create_wcroot() argument
340 format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
348 && format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
357 if (format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
777 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
852 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
H A Dwc_db_private.h43 svn_boolean_t verify_format; member
128 svn_boolean_t verify_format,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_wcroot.c232 (*db)->verify_format = !open_without_upgrade; in svn_wc__db_open()
303 svn_boolean_t verify_format, in svn_wc__db_pdh_create_wcroot() argument
340 format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
348 && format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
357 if (format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
777 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
852 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
H A Dwc_db_private.h43 svn_boolean_t verify_format; member
128 svn_boolean_t verify_format,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dwc_db_wcroot.c232 (*db)->verify_format = !open_without_upgrade; in svn_wc__db_open()
303 svn_boolean_t verify_format, in svn_wc__db_pdh_create_wcroot() argument
340 format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
348 && format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
357 if (format < SVN_WC__VERSION && verify_format) in svn_wc__db_pdh_create_wcroot()
777 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
852 db->verify_format, in svn_wc__db_wcroot_parse_local_abspath()
H A Dwc_db_private.h43 svn_boolean_t verify_format; member
128 svn_boolean_t verify_format,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alsa-0.2.2/src/
H A Dpcm.rs177 fn verify_format(&self, f: Format) -> Result<()> { in verify_format() method
186 …pub fn io_i8<'a>(&'a self) -> Result<IO<'a, i8>> { self.verify_format(Format::S8).map(|_| IO::new(… in io_i8()
187 …pub fn io_u8<'a>(&'a self) -> Result<IO<'a, u8>> { self.verify_format(Format::U8).map(|_| IO::new(… in io_u8()
188 …pub fn io_i16<'a>(&'a self) -> Result<IO<'a, i16>> { self.verify_format(Format::s16()).map(|_| IO:… in io_i16()
189 …pub fn io_u16<'a>(&'a self) -> Result<IO<'a, u16>> { self.verify_format(Format::u16()).map(|_| IO:… in io_u16()
190 …pub fn io_i32<'a>(&'a self) -> Result<IO<'a, i32>> { self.verify_format(Format::s32()).map(|_| IO:… in io_i32()
191 …pub fn io_u32<'a>(&'a self) -> Result<IO<'a, u32>> { self.verify_format(Format::u32()).map(|_| IO:… in io_u32()
192 …pub fn io_f32<'a>(&'a self) -> Result<IO<'a, f32>> { self.verify_format(Format::float()).map(|_| I… in io_f32()
193 …pub fn io_f64<'a>(&'a self) -> Result<IO<'a, f64>> { self.verify_format(Format::float64()).map(|_|… in io_f64()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.3.0/src/
H A Dpcm.rs177 fn verify_format(&self, f: Format) -> Result<()> { in verify_format() method
186 …pub fn io_i8<'a>(&'a self) -> Result<IO<'a, i8>> { self.verify_format(Format::S8).map(|_| IO::new(… in io_i8()
187 …pub fn io_u8<'a>(&'a self) -> Result<IO<'a, u8>> { self.verify_format(Format::U8).map(|_| IO::new(… in io_u8()
188 …pub fn io_i16<'a>(&'a self) -> Result<IO<'a, i16>> { self.verify_format(Format::s16()).map(|_| IO:… in io_i16()
189 …pub fn io_u16<'a>(&'a self) -> Result<IO<'a, u16>> { self.verify_format(Format::u16()).map(|_| IO:… in io_u16()
190 …pub fn io_i32<'a>(&'a self) -> Result<IO<'a, i32>> { self.verify_format(Format::s32()).map(|_| IO:… in io_i32()
191 …pub fn io_u32<'a>(&'a self) -> Result<IO<'a, u32>> { self.verify_format(Format::u32()).map(|_| IO:… in io_u32()
192 …pub fn io_f32<'a>(&'a self) -> Result<IO<'a, f32>> { self.verify_format(Format::float()).map(|_| I… in io_f32()
193 …pub fn io_f64<'a>(&'a self) -> Result<IO<'a, f64>> { self.verify_format(Format::float64()).map(|_|… in io_f64()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-0.2.2/src/
H A Dpcm.rs177 fn verify_format(&self, f: Format) -> Result<()> {
186 …pub fn io_i8<'a>(&'a self) -> Result<IO<'a, i8>> { self.verify_format(Format::S8).map(|_| IO::new(…
187 …pub fn io_u8<'a>(&'a self) -> Result<IO<'a, u8>> { self.verify_format(Format::U8).map(|_| IO::new(…
188 …pub fn io_i16<'a>(&'a self) -> Result<IO<'a, i16>> { self.verify_format(Format::s16()).map(|_| IO:…
189 …pub fn io_u16<'a>(&'a self) -> Result<IO<'a, u16>> { self.verify_format(Format::u16()).map(|_| IO:…
190 …pub fn io_i32<'a>(&'a self) -> Result<IO<'a, i32>> { self.verify_format(Format::s32()).map(|_| IO:…
191 …pub fn io_u32<'a>(&'a self) -> Result<IO<'a, u32>> { self.verify_format(Format::u32()).map(|_| IO:…
192 …pub fn io_f32<'a>(&'a self) -> Result<IO<'a, f32>> { self.verify_format(Format::float()).map(|_| I…
193 …pub fn io_f64<'a>(&'a self) -> Result<IO<'a, f64>> { self.verify_format(Format::float64()).map(|_|…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/qa/vba_tests/
H A Dformat.vb9 result = verify_format()
17 Function verify_format() as String
29 verify_format = result
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/settings/
H A Doptionspage_dateformatting.cpp158 if (!fz::datetime::verify_format(dateformat)) { in Validate()
168 if (!fz::datetime::verify_format(timeformat)) { in Validate()
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/libfilezilla/
H A Dtime.hpp205 static bool verify_format(std::string const& fmt);
206 static bool verify_format(std::wstring const& fmt);
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dtime.cpp637 bool datetime::verify_format(std::string const& fmt) in verify_format() function in fz::datetime
649 bool datetime::verify_format(std::wstring const& fmt) in verify_format() function in fz::datetime
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/meta/src/cdsl/
H A Dinstructions.rs347 verify_format(&self.name, &operands_in, &self.format); in build()
562 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() function
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dinstructions.rs347 verify_format(&self.name, &operands_in, &self.format); in build()
562 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dinstructions.rs347 verify_format(&self.name, &operands_in, &self.format); in build()
562 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() function
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen-meta/src/cdsl/
H A Dinstructions.rs347 verify_format(&self.name, &operands_in, &self.format); in build()
562 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dinstructions.rs347 verify_format(&self.name, &operands_in, &self.format); in build()
562 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen-meta/src/cdsl/
H A Dinstructions.rs347 verify_format(&self.name, &operands_in, &self.format); in build()
562 fn verify_format(inst_name: &str, operands_in: &[Operand], format: &InstructionFormat) { in verify_format() function
/dports/www/firefox/firefox-99.0/third_party/rust/alsa/src/
H A Dpcm.rs181 fn verify_format(&self, f: Format) -> Result<()> { in verify_format() method
200 self.verify_format(S::FORMAT).map(|_| IO::new(&self)) in io_checked()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/alsa-0.5.0/src/
H A Dpcm.rs180 fn verify_format(&self, f: Format) -> Result<()> { in verify_format() method
199 self.verify_format(S::FORMAT).map(|_| IO::new(&self)) in io_checked()

12