Home
last modified time | relevance | path

Searched refs:report (Results 201 – 225 of 60398) sorted by relevance

12345678910>>...2416

/dports/cad/nvc/nvc-r1.5.3/test/regress/
H A Dvecorder.vhd14 assert x(0) = 0 report "one";
15 assert x(1) = 1 report "two";
18 report integer'image(x(0));
19 report integer'image(x(1));
20 assert x(0) = 2 report "three";
21 assert x(1) = 3 report "four";
25 assert s(0) = 0 report "s one";
29 report integer'image(s(0));
30 report integer'image(s(1));
38 report integer'image(y(0));
[all …]
/dports/www/matomo/piwik/plugins/ScheduledReports/templates/
H A DreportParametersScheduledReports.twig4 ng-show="manageScheduledReport.report.type == 'email'"
5 ng-model="manageScheduledReport.report.emailMe"
10 ng-show="manageScheduledReport.report.type == 'email'"
11 ng-model="manageScheduledReport.report.additionalEmails"
21 report.emailMe = {{ defaultEmailMe }};
23 report.additionalEmails = '';
27 if (report == null || report.parameters == null) {
34 if (field in report.parameters) {
35 report[field] = report.parameters[field];
45 parameters.emailMe = report.emailMe;
[all …]
/dports/devel/leaktracer/LeakTracer/
H A DLeakTracer.cc156 report = 0; in initialize()
177 report = stderr; in initialize()
183 if (report == NULL) { in initialize()
184 report = stderr; in initialize()
228 fclose(report); in initialize()
234 fflush(report); in initialize()
256 fclose(report); in progAbort()
260 fflush(report); in progAbort()
273 fclose(report); in ~LeakTracer()
354 fflush(report); in registerAlloc()
[all …]
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dmake-changeset.c157 report->callback (report->thunk, fmt, ap); in invoke_report_callback()
336 mem_set0 ((t_uchar *)&report->mod_index, sizeof (report->mod_index)); in arch_make_changeset()
462 …pute_renames (&renamed_dirs, report->orig_dir_loc_of, report->mod_dir_id_of, report->orig_containe… in arch_make_changeset()
486 …te_renames (&renamed_files, report->orig_file_loc_of, report->mod_dir_id_of, report->orig_containe… in arch_make_changeset()
569 if (report) in arch_make_changeset()
609 if (report) in arch_make_changeset()
746 if (report) in arch_make_changeset()
1056 if (report) in arch_changeset_add_diffs()
1362 if (report) in emit_dir_patches()
1509 if (report) in emit_file_or_symlink_patches()
[all …]
/dports/graphics/figurine/figurine-1.0.5/src/
H A Devent_loop.c156 handle_event(XEvent report) in handle_event() argument
164 switch (report.type) in handle_event()
202 handle_motion(&report); in handle_event()
288 … draw_view(VIEW(l2),report.xexpose.x,report.xexpose.y,report.xexpose.width,report.xexpose.height); in handle_event()
784 handle_dialog(report, (ulong)report.xclient.data.l[0]); in handle_event()
813 icon_chosen(report); in handle_event()
883 XEvent report; in event_loop() local
896 if (!stk_notify(&report)) in event_loop()
899 if (report.type == MotionNotify || report.type == ButtonPress in event_loop()
900 || report.type == ButtonRelease || report.type == EnterNotify) in event_loop()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-gaff.c26 struct hid_report *report; member
44 gaff->report->field[0]->value[0] = 0x51; in hid_gaff_play()
45 gaff->report->field[0]->value[1] = 0x0; in hid_gaff_play()
47 gaff->report->field[0]->value[3] = 0; in hid_gaff_play()
48 gaff->report->field[0]->value[4] = left; in hid_gaff_play()
49 gaff->report->field[0]->value[5] = 0; in hid_gaff_play()
55 gaff->report->field[0]->value[2] = 0x0; in hid_gaff_play()
56 gaff->report->field[0]->value[4] = 0x0; in hid_gaff_play()
66 struct hid_report *report; in gaff_init() local
89 if (report->maxfield < 1) { in gaff_init()
[all …]
H A Dhid-lg2ff.c19 struct hid_report *report; member
52 struct hid_report *report; in lg2ff_init() local
66 if (!report) in lg2ff_init()
81 lg2ff->report = report; in lg2ff_init()
82 report->field[0]->value[0] = 0xf3; in lg2ff_init()
83 report->field[0]->value[1] = 0x00; in lg2ff_init()
84 report->field[0]->value[2] = 0x00; in lg2ff_init()
85 report->field[0]->value[3] = 0x00; in lg2ff_init()
86 report->field[0]->value[4] = 0x00; in lg2ff_init()
87 report->field[0]->value[5] = 0x00; in lg2ff_init()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-gaff.c26 struct hid_report *report; member
44 gaff->report->field[0]->value[0] = 0x51; in hid_gaff_play()
45 gaff->report->field[0]->value[1] = 0x0; in hid_gaff_play()
47 gaff->report->field[0]->value[3] = 0; in hid_gaff_play()
48 gaff->report->field[0]->value[4] = left; in hid_gaff_play()
49 gaff->report->field[0]->value[5] = 0; in hid_gaff_play()
55 gaff->report->field[0]->value[2] = 0x0; in hid_gaff_play()
56 gaff->report->field[0]->value[4] = 0x0; in hid_gaff_play()
66 struct hid_report *report; in gaff_init() local
89 if (report->maxfield < 1) { in gaff_init()
[all …]
H A Dhid-lg2ff.c19 struct hid_report *report; member
52 struct hid_report *report; in lg2ff_init() local
66 if (!report) in lg2ff_init()
81 lg2ff->report = report; in lg2ff_init()
82 report->field[0]->value[0] = 0xf3; in lg2ff_init()
83 report->field[0]->value[1] = 0x00; in lg2ff_init()
84 report->field[0]->value[2] = 0x00; in lg2ff_init()
85 report->field[0]->value[3] = 0x00; in lg2ff_init()
86 report->field[0]->value[4] = 0x00; in lg2ff_init()
87 report->field[0]->value[5] = 0x00; in lg2ff_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-gaff.c26 struct hid_report *report; member
44 gaff->report->field[0]->value[0] = 0x51; in hid_gaff_play()
45 gaff->report->field[0]->value[1] = 0x0; in hid_gaff_play()
47 gaff->report->field[0]->value[3] = 0; in hid_gaff_play()
48 gaff->report->field[0]->value[4] = left; in hid_gaff_play()
49 gaff->report->field[0]->value[5] = 0; in hid_gaff_play()
55 gaff->report->field[0]->value[2] = 0x0; in hid_gaff_play()
56 gaff->report->field[0]->value[4] = 0x0; in hid_gaff_play()
66 struct hid_report *report; in gaff_init() local
89 if (report->maxfield < 1) { in gaff_init()
[all …]
H A Dhid-lg2ff.c19 struct hid_report *report; member
52 struct hid_report *report; in lg2ff_init() local
66 if (!report) in lg2ff_init()
81 lg2ff->report = report; in lg2ff_init()
82 report->field[0]->value[0] = 0xf3; in lg2ff_init()
83 report->field[0]->value[1] = 0x00; in lg2ff_init()
84 report->field[0]->value[2] = 0x00; in lg2ff_init()
85 report->field[0]->value[3] = 0x00; in lg2ff_init()
86 report->field[0]->value[4] = 0x00; in lg2ff_init()
87 report->field[0]->value[5] = 0x00; in lg2ff_init()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/pytestrunner/
H A Drunner.py103 if report.passed and report.when == "call":
104 self.record_pass(report)
105 elif report.failed:
110 elif report.skipped:
113 def record_pass(self, report): argument
116 def record_fail(self, report): argument
129 self.record(report.nodeid, "FAIL", message=message, stack=report.longrepr)
131 def record_error(self, report): argument
133 if report.when != "call":
135 self.record(report.nodeid, "ERROR", message, report.longrepr)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/executors/pytestrunner/
H A Drunner.py103 if report.passed and report.when == "call":
104 self.record_pass(report)
105 elif report.failed:
110 elif report.skipped:
113 def record_pass(self, report): argument
116 def record_fail(self, report): argument
129 self.record(report.nodeid, "FAIL", message=message, stack=report.longrepr)
131 def record_error(self, report): argument
133 if report.when != "call":
135 self.record(report.nodeid, "ERROR", message, report.longrepr)
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/zabbix_server/reporter/
H A Dreport_manager.c843 if (NULL != report->error && '\0' != *report->error) in rm_update_report()
851 report->error = zbx_strdup(report->error, info); in rm_update_report()
888 report->start_time, report->timezone))) in rm_report_calc_nextcheck()
1046 if (0 != report->active_since && now < report->active_since) in rm_is_report_active()
1049 if (0 != report->active_till && now >= report->active_till) in rm_is_report_active()
1149 if (report->period != period || report->cycle != cycle || report->weekdays != weekdays || in rm_update_cache_reports()
1157 report->name = zbx_strdup(report->name, row[2]); in rm_update_cache_reports()
1161 report->timezone = zbx_strdup(report->timezone, tz); in rm_update_cache_reports()
1460 report->reportid, report->name, report->userid, report->dashboardid, report->period, in rm_dump_cache()
1461 report->cycle, report->weekdays); in rm_dump_cache()
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/zabbix_server/reporter/
H A Dreport_manager.c843 if (NULL != report->error && '\0' != *report->error)
851 report->error = zbx_strdup(report->error, info);
888 report->start_time, report->timezone)))
1046 if (0 != report->active_since && now < report->active_since)
1049 if (0 != report->active_till && now >= report->active_till)
1149 if (report->period != period || report->cycle != cycle || report->weekdays != weekdays ||
1157 report->name = zbx_strdup(report->name, row[2]);
1161 report->timezone = zbx_strdup(report->timezone, tz);
1460 report->reportid, report->name, report->userid, report->dashboardid, report->period,
1461 report->cycle, report->weekdays);
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/zabbix_server/reporter/
H A Dreport_manager.c843 if (NULL != report->error && '\0' != *report->error) in rm_update_report()
851 report->error = zbx_strdup(report->error, info); in rm_update_report()
888 report->start_time, report->timezone))) in rm_report_calc_nextcheck()
1046 if (0 != report->active_since && now < report->active_since) in rm_is_report_active()
1049 if (0 != report->active_till && now >= report->active_till) in rm_is_report_active()
1149 if (report->period != period || report->cycle != cycle || report->weekdays != weekdays || in rm_update_cache_reports()
1157 report->name = zbx_strdup(report->name, row[2]); in rm_update_cache_reports()
1161 report->timezone = zbx_strdup(report->timezone, tz); in rm_update_cache_reports()
1460 report->reportid, report->name, report->userid, report->dashboardid, report->period, in rm_dump_cache()
1461 report->cycle, report->weekdays); in rm_dump_cache()
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/zabbix_server/reporter/
H A Dreport_manager.c843 if (NULL != report->error && '\0' != *report->error) in rm_update_report()
851 report->error = zbx_strdup(report->error, info); in rm_update_report()
888 report->start_time, report->timezone))) in rm_report_calc_nextcheck()
1046 if (0 != report->active_since && now < report->active_since) in rm_is_report_active()
1049 if (0 != report->active_till && now >= report->active_till) in rm_is_report_active()
1149 if (report->period != period || report->cycle != cycle || report->weekdays != weekdays || in rm_update_cache_reports()
1157 report->name = zbx_strdup(report->name, row[2]); in rm_update_cache_reports()
1161 report->timezone = zbx_strdup(report->timezone, tz); in rm_update_cache_reports()
1460 report->reportid, report->name, report->userid, report->dashboardid, report->period, in rm_dump_cache()
1461 report->cycle, report->weekdays); in rm_dump_cache()
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/zabbix_server/reporter/
H A Dreport_manager.c843 if (NULL != report->error && '\0' != *report->error) in rm_update_report()
851 report->error = zbx_strdup(report->error, info); in rm_update_report()
888 report->start_time, report->timezone))) in rm_report_calc_nextcheck()
1046 if (0 != report->active_since && now < report->active_since) in rm_is_report_active()
1049 if (0 != report->active_till && now >= report->active_till) in rm_is_report_active()
1149 if (report->period != period || report->cycle != cycle || report->weekdays != weekdays || in rm_update_cache_reports()
1157 report->name = zbx_strdup(report->name, row[2]); in rm_update_cache_reports()
1161 report->timezone = zbx_strdup(report->timezone, tz); in rm_update_cache_reports()
1460 report->reportid, report->name, report->userid, report->dashboardid, report->period, in rm_dump_cache()
1461 report->cycle, report->weekdays); in rm_dump_cache()
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dhtml_reports.php575 $report['subject'] = $report['name'];
1146 $report = array();
1151 if ($report !== false && isset($report['id'])) {
1209 form_hidden_box('id', (isset($report['id']) ? $report['id'] : '0'), '');
1284 …$next = reports_interval_start($report['intrvl'], $report['count'], $report['offset'], $tim…
1292 $next = reports_interval_start($report['intrvl'], $report['count'], $report['offset'], $next);
1637 …form_selectable_ecell($report['full_name'] ? $report['full_name'] : $report['username'], $report['…
1646 …form_selectable_cell(($report['lastsent'] == 0) ? __('Never') : date($date_format, $report['lastse…
1648 form_selectable_ecell($report['from_name'], $report['id']);
1649 …form_selectable_ecell((substr_count($report['email'], ',') ? __('Multiple'): $report['email']), $r…
[all …]
/dports/www/moodle310/moodle/grade/report/singleview/
H A Dstyles.css1 .path-grade-report-singleview div.reporttable {
5 .path-grade-report-singleview div.groupselector,
7 .path-grade-report-singleview div.selectitems {
30 .path-grade-report-singleview .singleview_buttons {
34 .path-grade-report-singleview div.reporttable h2 {
42 .path-grade-report-singleview .reporttable tbody th,
53 .path-grade-report-singleview .itemnav {
59 .path-grade-report-singleview .itemnav.previtem {
63 .path-grade-report-singleview div.nextitem {
67 .path-grade-report-singleview .reporttable {
[all …]
/dports/www/moodle311/moodle/grade/report/singleview/
H A Dstyles.css1 .path-grade-report-singleview div.reporttable {
5 .path-grade-report-singleview div.groupselector,
7 .path-grade-report-singleview div.selectitems {
30 .path-grade-report-singleview .singleview_buttons {
34 .path-grade-report-singleview div.reporttable h2 {
42 .path-grade-report-singleview .reporttable tbody th,
53 .path-grade-report-singleview .itemnav {
59 .path-grade-report-singleview .itemnav.previtem {
63 .path-grade-report-singleview div.nextitem {
67 .path-grade-report-singleview .reporttable {
[all …]
/dports/www/moodle39/moodle/grade/report/singleview/
H A Dstyles.css1 .path-grade-report-singleview div.reporttable {
5 .path-grade-report-singleview div.groupselector,
7 .path-grade-report-singleview div.selectitems {
30 .path-grade-report-singleview .singleview_buttons {
34 .path-grade-report-singleview div.reporttable h2 {
42 .path-grade-report-singleview .reporttable tbody th,
53 .path-grade-report-singleview .itemnav {
59 .path-grade-report-singleview .itemnav.previtem {
63 .path-grade-report-singleview div.nextitem {
67 .path-grade-report-singleview .reporttable {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/osvr/Util/
H A DClientCallbackTypesC.h68 const struct OSVR_OrientationReport* report);
76 const struct OSVR_LinearVelocityReport* report);
80 const struct OSVR_AngularVelocityReport* report);
84 const struct OSVR_AccelerationReport* report);
108 const struct OSVR_Location2DReport* report);
112 const struct OSVR_DirectionReport* report);
116 const struct OSVR_EyeTracker2DReport* report);
120 const struct OSVR_EyeTracker3DReport* report);
124 const struct OSVR_EyeTrackerBlinkReport* report);
128 const struct OSVR_NaviVelocityReport* report);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/osvr/Util/
H A DClientCallbackTypesC.h68 const struct OSVR_OrientationReport* report);
76 const struct OSVR_LinearVelocityReport* report);
80 const struct OSVR_AngularVelocityReport* report);
84 const struct OSVR_AccelerationReport* report);
108 const struct OSVR_Location2DReport* report);
112 const struct OSVR_DirectionReport* report);
116 const struct OSVR_EyeTracker2DReport* report);
120 const struct OSVR_EyeTracker3DReport* report);
124 const struct OSVR_EyeTrackerBlinkReport* report);
128 const struct OSVR_NaviVelocityReport* report);
[all …]
/dports/www/firefox/firefox-99.0/gfx/vr/service/osvr/Util/
H A DClientCallbackTypesC.h68 const struct OSVR_OrientationReport* report);
76 const struct OSVR_LinearVelocityReport* report);
80 const struct OSVR_AngularVelocityReport* report);
84 const struct OSVR_AccelerationReport* report);
108 const struct OSVR_Location2DReport* report);
112 const struct OSVR_DirectionReport* report);
116 const struct OSVR_EyeTracker2DReport* report);
120 const struct OSVR_EyeTracker3DReport* report);
124 const struct OSVR_EyeTrackerBlinkReport* report);
128 const struct OSVR_NaviVelocityReport* report);
[all …]

12345678910>>...2416