Home
last modified time | relevance | path

Searched refs:report (Results 26 – 50 of 23278) sorted by relevance

12345678910>>...932

/dports/databases/libgda5/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/samples/Report/
H A DMakefile7 all: customers-report customers-report-rml customers-report-docbook schema-report
9 customers-report: customers-report.c
10 $(CC) -o customers-report customers-report.c $(CFLAGS) $(LDFLAGS)
12 customers-report-rml: customers-report-rml.c
15 customers-report-docbook: customers-report-docbook.c
18 schema-report: schema-report.c
19 $(CC) -o schema-report schema-report.c $(CFLAGS) $(LDFLAGS)
33 rm -f customers-report customers-report-rml customers-report-docbook
34 rm -f customers-report.xml customers-report.html customers-report.pdf
35 rm -f customers-report-rml.pdf customers-report-rml.html
[all …]
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/testing/tests/regression-suite/
H A D0548-iCal-PROPFIND.result67 <report>
69 </report>
72 <report>
74 </report>
77 <report>
79 </report>
82 <report>
84 </report>
87 <report>
89 </report>
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/clifton-labs/compliant/functional/types/enumeration-types/
H A Dstd-enums-test.vhdl8 assert( character'pos(NUL) = 0 ) report "TEST FAILED" severity failure;
9 assert ( character'pos(SOH) = 1) report "TEST FAILED" severity failure;
10 assert ( character'pos(STX) = 2) report "TEST FAILED" severity failure;
11 assert ( character'pos(ETX) = 3) report "TEST FAILED" severity failure;
12 assert ( character'pos(EOT) = 4) report "TEST FAILED" severity failure;
13 assert ( character'pos(ENQ) = 5) report "TEST FAILED" severity failure;
14 assert ( character'pos(ACK) = 6) report "TEST FAILED" severity failure;
15 assert ( character'pos(BEL) = 7) report "TEST FAILED" severity failure;
16 assert ( character'pos(BS ) = 8) report "TEST FAILED" severity failure;
137 assert (bit'pos('0') = 0) report "TEST FAILED" severity failure;
[all …]
/dports/www/weblint++/weblint++-1.15/
H A Dweblint++704 $report->{name} = $0;
705 $report->{version} = 1.15;
916 $report->{fetched_md5} =
939 $report->{diff} = Text::Diff::diff( $opts{'d'}, $report->{data} );
962 "[$$report{type}]" );
1032 $report->{link_count} = @{ $report->{links} };
1059 $report->{errors} += $report->{link_errors};
1076 my $report = $template->fill_in( HASH => $report );
1083 print MAIL $report;
1106 print STDOUT $report;
[all …]
/dports/graphics/cairo/cairo-1.17.4/perf/
H A Dcairo-perf-report.c173 if (report->samples_count == report->samples_size) { in test_report_parse()
175 report->samples = xrealloc (report->samples, in test_report_parse()
181 report->samples[report->samples_count]; in test_report_parse()
183 report->samples[report->samples_count]){ in test_report_parse()
185 report->samples[report->samples_count]; in test_report_parse()
343 last = &report->tests[report->tests_count - 1]; in cairo_perf_report_sort_and_compute_stats()
420 if (report->tests_count == report->tests_size) { in cairo_perf_report_load()
422 report->tests = xrealloc (report->tests, in cairo_perf_report_load()
448 if (report->tests_count == report->tests_size) { in cairo_perf_report_load()
450 report->tests = xrealloc (report->tests, in cairo_perf_report_load()
[all …]
/dports/devel/py-coverage/coverage-4.5.4/tests/
H A Dtest_summary.py285 self.assertEqual(self.line_count(report), 7, report)
325 self.assertEqual(self.line_count(report), 7, report)
365 self.assertEqual(self.line_count(report), 8, report)
387 self.assertEqual(self.line_count(report), 4, report)
406 self.assertEqual(self.line_count(report), 4, report)
419 self.assertEqual(self.line_count(report), 3, report)
460 self.assertEqual(self.line_count(report), 7, report)
557 report = re.sub(r" +", " ", report)
558 return report
623 report = report.splitlines()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dreport.c94 while (report) { in BKE_reports_clear()
106 Report *report; in BKE_report() local
135 Report *report; in BKE_reportf() local
169 Report *report; in BKE_reports_prepend() local
177 for (report = reports->list.first; report; report = report->next) { in BKE_reports_prepend()
193 Report *report; in BKE_reports_prependf() local
202 for (report = reports->list.first; report; report = report->next) { in BKE_reports_prependf()
265 for (report = reports->list.first; report; report = report->next) { in BKE_reports_string()
299 for (report = reports->list.last; report; report = report->prev) { in BKE_reports_last_displayable()
312 for (report = reports->list.first; report; report = report->next) { in BKE_reports_contain()
[all …]
/dports/sysutils/libcdio/libcdio-2.1.0/src/
H A Dutil.c57 report( stdout, in print_version()
62 report( stdout, in print_version()
267 report( stdout, in print_mmc_drive_features()
280 report( stdout, in print_mmc_drive_features()
284 report( stdout, in print_mmc_drive_features()
291 report( stdout, in print_mmc_drive_features()
295 report( stdout, in print_mmc_drive_features()
299 report( stdout, in print_mmc_drive_features()
303 report( stdout, in print_mmc_drive_features()
326 report( stdout, in print_mmc_drive_features()
[all …]
/dports/biology/canu/canu-2.2/src/pipelines/canu/
H A DReport.pm42 my %report;
87 $report{$rpt} .= $_;
94 foreach my $k (keys %report) {
95 $report{$k} =~ s/^\s+//;
96 $report{$k} =~ s/\s+$//;
97 $report{$k} .= "\n";
119 saveReportItem("CORRECTION/MERS", $report{"corMeryl"});
134 saveReportItem("UNITIGGING/UNITIGS", $report{"unitigs"});
135 saveReportItem("UNITIGGING/CONTIGS", $report{"contigs"});
202 $report{$item} = $text;
[all …]
/dports/sysutils/vttest/vttest-20180811/
H A Dmouse.c123 *report = 0; in sgr_param()
134 return report + strspn(report, "0123456789;"); in skip_params()
146 if ((report = skip_csi(report)) != 0) { in parse_mouse_M()
211 if ((report = skip_csi(report)) != 0) { in parse_mouse_T()
262 if ((report = skip_csi(report)) != 0) { in parse_mouse_t()
418 while ((report = skip_csi(report)) != 0 in show_locator_report()
439 report = strchr(report, '&') + 2; in show_locator_report()
448 char *report; in get_screensize() local
456 if ((report = skip_csi(report)) == 0 in get_screensize()
467 if ((report = skip_csi(report)) == 0 in get_screensize()
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dmake-changeset-files.c43 if (report->callback) in invoke_report_callback()
46 report->callback (report->thunk, fmt, ap); in invoke_report_callback()
71 mem_set0 ((t_uchar *)&report->orig_index, sizeof (report->orig_index)); in arch_make_files_changeset()
72 mem_set0 ((t_uchar *)&report->mod_index, sizeof (report->mod_index)); in arch_make_files_changeset()
75 report->mod_index.dirs = rel_copy_table (report->orig_index.dirs); in arch_make_files_changeset()
76 report->mod_index.files = rel_copy_table (report->orig_index.files); in arch_make_files_changeset()
82 report->orig_dir_id_of = rel_to_assoc (report->orig_index.dirs, 0, 1); in arch_make_files_changeset()
83 report->orig_dir_loc_of = rel_to_assoc (report->orig_index.dirs, 1, 0); in arch_make_files_changeset()
88 report->mod_dir_id_of = rel_to_assoc (report->mod_index.dirs, 0, 1); in arch_make_files_changeset()
89 report->mod_dir_loc_of = rel_to_assoc (report->mod_index.dirs, 1, 0); in arch_make_files_changeset()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/ur/
H A Dusage_report.go98 report := contract.New()
100 report.URVersion = urVersion
102 report.Version = build.Version
107 report.TotFiles = totFiles
118 report.RescanIntvs = append(report.RescanIntvs, cfg.RescanIntervalS)
152 sort.Ints(report.RescanIntvs)
210 report.Uptime = s.UptimeS()
285 report.GUIStats.Enabled++
287 report.GUIStats.UseTLS++
290 report.GUIStats.UseAuth++
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DBugReport.cpp79 CString report; in BEGIN_MESSAGE_MAP() local
80 m_report.GetWindowText(report); in BEGIN_MESSAGE_MAP()
92 memcpy(lptstrCopy, (const char *)report, in BEGIN_MESSAGE_MAP()
93 report.GetLength() * sizeof(CHAR)); in BEGIN_MESSAGE_MAP()
116 CString report = createReport(); in OnInitDialog() local
120 m_report.SetWindowText(report); in OnInitDialog()
135 report += buffer; in AppendFormat()
142 CString report = ""; in createReport() local
144 AppendFormat(report, "Emu Type : %s\r\n", in createReport()
226 AppendFormat(report, "Save type : %d (%d)\r\n", in createReport()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DBugReport.cpp79 CString report; in BEGIN_MESSAGE_MAP() local
80 m_report.GetWindowText(report); in BEGIN_MESSAGE_MAP()
92 memcpy(lptstrCopy, (const char *)report, in BEGIN_MESSAGE_MAP()
93 report.GetLength() * sizeof(CHAR)); in BEGIN_MESSAGE_MAP()
116 CString report = createReport(); in OnInitDialog() local
120 m_report.SetWindowText(report); in OnInitDialog()
135 report += buffer; in AppendFormat()
142 CString report = ""; in createReport() local
144 AppendFormat(report, "Emu Type : %s\r\n", in createReport()
230 AppendFormat(report, "Save type : %d (%d)\r\n", in createReport()
[all …]
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dstk_notify.c71 stk_notify(XEvent *report) in stk_notify() argument
75 switch (report->type) in stk_notify()
88 stk_handle_button_press(report->xbutton.window, report->xbutton.x, in stk_notify()
89 report->xbutton.y, report->xbutton.button); in stk_notify()
91 stk_tooltip(report->xbutton.window,FALSE); in stk_notify()
98 …stk_handle_button_release(report->xbutton.window, report->xbutton.time, report->xbutton.x, report-… in stk_notify()
114 stk_handle_motion(report->xmotion.window, report->xmotion.x, report->xmotion.y); in stk_notify()
137 stk_tooltip(report->xfocus.window, FALSE); in stk_notify()
150 stk_handle_configure_notify(report->xconfigure.window, report->xconfigure.x, in stk_notify()
151 report->xconfigure.y, report->xconfigure.width, report->xconfigure.height); in stk_notify()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A Dconfiguration.properties31 org.jfree.report.namespaces.star-rpt.Uri=http://openoffice.org/2005/report
32 org.jfree.report.namespaces.star-rpt.Default-Style=res://org/libreoffice/report/pentaho/star-rpt.css
93 org.jfree.report.namespaces.xsl-fo.Default-Style=res://org/libreoffice/report/pentaho/xsl-fo.css
97 org.jfree.report.namespaces.svg.Default-Style=res://org/libreoffice/report/pentaho/svg.css
136 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.FixedTextElement=org.libreoffi…
138 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.ObjectOleElement=org.libreoffi…
139 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.ImageElement=org.libreoffice.r…
140 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.TableCellElement=org.libreoffi…
141 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeReport=org.libreoffice.r…
142 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeGroup=org.libreoffice.re…
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/
H A Dconfiguration.properties31 org.jfree.report.namespaces.star-rpt.Uri=http://openoffice.org/2005/report
32 org.jfree.report.namespaces.star-rpt.Default-Style=res://org/libreoffice/report/pentaho/star-rpt.css
93 org.jfree.report.namespaces.xsl-fo.Default-Style=res://org/libreoffice/report/pentaho/xsl-fo.css
97 org.jfree.report.namespaces.svg.Default-Style=res://org/libreoffice/report/pentaho/svg.css
136 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.FixedTextElement=org.libreoffi…
138 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.ObjectOleElement=org.libreoffi…
139 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.ImageElement=org.libreoffice.r…
140 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.TableCellElement=org.libreoffi…
141 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeReport=org.libreoffice.r…
142 org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeGroup=org.libreoffice.re…
[all …]
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-subiterator.C62 ostream &report = commentator().report in test1() local
70 if (*s != 3) {report << 1 << endl; res=false;} in test1()
83 if (s == t) {report << 12 << endl; res=false;} in test1()
86 if (s >= t) {report << 15 << endl; res=false;} in test1()
88 if (s > t) {report << 17 << endl; res=false;} in test1()
95 if (s < t) {report << 20 << endl; res=false;} in test1()
97 if (s > t) {report << 21 << endl; res=false;} in test1()
108 ostream &report = commentator().report in test2() local
137 if (s > t) {report << 17 << endl; res=false;} in test2()
144 if (s < t) {report << 20 << endl; res=false;} in test2()
[all …]
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dmeasure_node_test.go43 report := measure.MeasurementsReport()
44 Ω(report).Should(HaveLen(2))
45 Ω(report["foo"].Name).Should(Equal("foo"))
47 Ω(report["foo"].Order).Should(Equal(0))
51 Ω(report["foo"].Units).Should(Equal(""))
58 Ω(report["bar"].Name).Should(Equal("bar"))
59 Ω(report["bar"].Info).Should(BeNil())
61 Ω(report["bar"].Order).Should(Equal(1))
64 Ω(report["bar"].Units).Should(Equal(""))
90 report := measure.MeasurementsReport()
[all …]

12345678910>>...932