Home
last modified time | relevance | path

Searched refs:REPORT_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/report/
H A D_options.py62 from ...const import HOME_DIR, REPORT_OPTIONS
653 self.filename = REPORT_OPTIONS
974 self.filename = REPORT_OPTIONS
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Doptions.c59 case 'R': Print_options = REPORT_OPTIONS; break; in process_options()
H A Ddefs.h91 #define REPORT_OPTIONS (TAGNAME|DECVALUE|PCOLOR|SECTION|SEGMENT|APP_ENTRY|ASCII_IGNORE_LEN… macro
/dports/science/gramps/gramps-5.1.4/gramps/gen/
H A Dconst.py120 REPORT_OPTIONS = os.path.join(HOME_DIR, "report_options.xml") variable