Home
last modified time | relevance | path

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

/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Derror.rs46 BlankValue(&'static str),
65 Error::BlankValue(msg) => f.write_str(msg),
78 Error::BlankValue(_) => None,
H A Dtiff.rs305 return Err(Error::BlankValue("DateTime is blank")); in from_ascii()
352 return Err(Error::BlankValue("OffsetTime is blank")); in parse_offset()
609 assert_err_pat!(dt.parse_offset(b" : "), Error::BlankValue(_)); in date_time()
610 assert_err_pat!(dt.parse_offset(b" "), Error::BlankValue(_)); in date_time()
H A Dtag.rs802 Err(Error::BlankValue(_)) => return w.write_str("unknown"), in d_datetime()
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Drastertopclx.c60 BlankValue; /* The blank value */ variable
249 BlankValue = 0x00; in StartPage()
283 BlankValue = 0xff; in StartPage()
302 BlankValue = 0xff; in StartPage()
321 BlankValue = 0xff; in StartPage()
828 fprintf(stderr, "BlankValue=%d\n", BlankValue); in StartPage()
1643 if (PrinterPlanes == 1 && !BlankValue) in OutputLine()
1717 if (cupsCheckValue(PixelBuffer, header->cupsBytesPerLine, BlankValue)) in ReadLine()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dexcrecds.hxx366 BlankValue, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dexcrecds.cxx650 meType = BlankValue; in AddEntry()
867 case BlankValue: in SaveXml()