Home
last modified time | relevance | path

Searched refs:_report (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/devel/py-pymisp/pymisp-2.4.128/pymisp/tools/
H A Dvehicleobject.py25 self._report = self._query()
30 return self._report
33 carDescription = self._report["Description"]
34 carMake = self._report["CarMake"]["CurrentTextValue"]
35 carModel = self._report["CarModel"]["CurrentTextValue"]
36 ImageUrl = self._report["ImageUrl"]
42 VIN = self._report["ExtendedData"]["numSerieMoteur"]
44 dynoHP = self._report["ExtendedData"]["puissanceDyn"]
51 IndicativeValue = self._report["IndicativePrice"]
54 firstRegistration = self._report["RegistrationYear"]
[all …]
H A Dvtreportobject.py35 self._report = self.__query_virustotal(apikey, indicator)
42 return self._report
46 self.add_attribute("last-submission", value=self._report["scan_date"])
47 self.add_attribute("permalink", value=self._report["permalink"])
48 ratio = "{}/{}".format(self._report["positives"], self._report["total"])
/dports/devel/p5-Log-Report-Optional/Log-Report-Optional-1.07/lib/Log/Report/
H A DMinimal.pm87 sub _report($$@) subroutine
135 _report \%opt, @_;
138 sub trace(@) {_report {}, TRACE => @_}
139 sub assert(@) {_report {}, ASSERT => @_}
140 sub info(@) {_report {}, INFO => @_}
141 sub notice(@) {_report {}, NOTICE => @_}
142 sub warning(@) {_report {}, WARNING => @_}
143 sub mistake(@) {_report {}, MISTAKE => @_}
144 sub error(@) {_report {}, ERROR => @_}
145 sub fault(@) {_report {}, FAULT => @_}
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/vaidya/src/java/org/apache/hadoop/vaidya/
H A DJobDiagnoser.java39 private Document _report; field in JobDiagnoser
45 return this._report; in getReport()
61 this._report = builder.newDocument(); in JobDiagnoser()
67 Element root = (Element) this._report.createElement("PostExPerformanceDiagnosticReport"); in JobDiagnoser()
68 this._report.appendChild(root); in JobDiagnoser()
75 XMLUtils.printDOM(this._report); in printReport()
83 XMLUtils.writeXmlToFile(filename, this._report); in saveReport()
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image.cpp223 std::string _report; member in LoadHandler
267 _report+="Error: No root function node found\n"; in endDocument()
295 _report+="Warning: File does not include evolvotron version\n"; in startElement()
304 _report+=tmp.toLocal8Bit().data(); in startElement()
324 _report+=tmp.toLocal8Bit().data(); in startElement()
345 _report+=tmp.toLocal8Bit().data(); in startElement()
371 _report+="Error: Multiple top level <f> elements encountered\n"; in startElement()
443 _report += tmp.toLocal8Bit().data(); in characters()
464 _report += tmp.toLocal8Bit().data(); in characters()
477 _report+=tmp.toLocal8Bit().data(); in characters()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Doutput.h72 format_posts(report_t& _report, const string& format,
112 format_accounts(report_t& _report, const string& _format,
152 report_accounts(report_t& _report) : report(_report) { in report_accounts() argument
178 report_payees(report_t& _report) : report(_report) { in report_payees() argument
204 report_tags(report_t& _report) : report(_report) { in report_tags() argument
233 report_commodities(report_t& _report) : report(_report) { in report_commodities() argument
H A Dfilters.h74 report_t& _report, in post_splitter() argument
76 : post_chain(_post_chain), report(_report), in post_splitter()
246 report_t& _report) in sort_posts() argument
251 report_t& _report) in sort_posts() argument
287 report_t& _report) in sort_xacts() argument
288 : sorter(handler, _sort_order, _report) { in sort_xacts()
293 report_t& _report) in sort_xacts() argument
294 : sorter(handler, _sort_order, _report) { in sort_xacts()
446 report_t& _report,
544 report_t& _report,
[all …]
/dports/devel/py-bandit/bandit-1.7.1/bandit/plugins/
H A Dgeneral_hardcoded_password.py21 def _report(value): function
81 return _report(node.s)
90 return _report(assign.value.s)
99 return _report(assign.value.s)
107 return _report(comp.comparators[0].s)
158 return _report(kw.value.s)
218 return _report(val.s)
/dports/devel/p5-Log-Report/Log-Report-1.33/lib/Dancer2/Plugin/
H A DLogReport.pm306 sub _report($@) { subroutine
321 register trace => sub { _report(TRACE => @_) };
322 register assert => sub { _report(ASSERT => @_) };
323 register notice => sub { _report(NOTICE => @_) };
324 register mistake => sub { _report(MISTAKE => @_) };
325 register panic => sub { _report(PANIC => @_) };
326 register alert => sub { _report(ALERT => @_) };
327 register fault => sub { _report(FAULT => @_) };
328 register failure => sub { _report(FAILURE => @_) };
330 register success => sub { _report(SUCCESS => @_) };
/dports/x11/p5-XTerm-Conf/XTerm-Conf-0.10/lib/XTerm/
H A DConf.pm257 sub _report ($$) { subroutine
301 sub _report_status { _report CSI.'5n', qr{0n} }
302 sub _report_cursorpos { _report CSI.'6n', qr{(\d+);(\d+)R} }
303 sub _report_windowpos { _report CSI.'13t', qr{;(\d+);(\d+)t} }
304 sub _report_geometry { _report CSI.'14t', qr{;(\d+);(\d+)t} }
305 sub _report_cgeometry { _report CSI.'18t', qr{;(\d+);(\d+)t} }
306 sub _report_cscreengeom { _report CSI.'19t', qr{;(\d+);(\d+)t} }
307 sub _report_iconname { _report CSI.'20t', qr{L(.*?)(?:\Q@{[ST]}\E|\Q@{[ST_8]}\E)} }
308 sub _report_title { _report CSI.'21t', qr{l(.*?)(?:\Q@{[ST]}\E|\Q@{[ST_8]}\E)} }
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/plugins/
H A Dstats.py170 self._report()
201 def _report(self, most_common=False): member in Stat
262 def _report(self): member in FileCounterStat
264 super(FileCounterStat, self)._report()
272 def _report(self): member in MimeTypeStat
290 def _report(self): member in Id3VersionCounter
292 super(Id3VersionCounter, self)._report()
301 def _report(self): member in Id3FrameCounter
342 def _report(self): member in BitrateCounter
356 def _report(self): member in RuleViolationStat
[all …]
/dports/science/gromacs/gromacs-2021.4/docs/doxygen/
H A Dreporter.py205 def _report(self, message): member in Reporter
254 self._report(Message('warning: ' + message, filename=xmlpath))
258 self._report(Message('error: ' + message))
262 self._report(Message('error: ' + message,
267 self._report(Message('warning: ' + message, details,
272 self._report(Message('warning: ' + message, details))
276 self._report(Message('error: ' + entity.get_name() + ': ' + message,
281 self._report(Message('note: ' + entity.get_name() + ': ' + message,
/dports/www/varnish6/varnish-cache-varnish-6.6.2/tools/
H A Dvtest.sh63 export REPORTDIR=`pwd`/_report
112 rm -f "${TMPDIR}"/_report.tgz
113 touch "${TMPDIR}"/_report.tgz
115 if ! submit "${TMPDIR}"/_report.tgz; then
301 pack > "${TMPDIR}"/_report.tgz
303 submit "${TMPDIR}"/_report.tgz || \
305 submit "${TMPDIR}"/_report.tgz || \
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dreport.cpp62 : _last_msg(), _mtx(), _msg(), _options(), _report(report) {} in Reporter()
66 if (_report) { in color()
75 if (_report) { in thread_color()
86 if (_report) { in prefix()
96 if (_report) { in flush_right()
106 if (_report) { in flush()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/protocol/
H A Dhealthservice.py95 self._report()
106 self._report()
119 self._report()
130 self._report()
141 self._report()
152 def _report(self): member in HealthService
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/
H A Derrors.py3 _report = None variable in DefconError
6 self._report = value
9 return self._report
/dports/math/py-networkx/networkx-2.6.3/networkx/classes/
H A Dreportviews.py716 self._report = (
727 self._report(n, nbr, dd)
740 return e == self._report(u, v, ddict)
800 return e == self._report(u, v, ddict)
810 self._report(nbr, n, dd)
823 return e == self._report(u, v, ddict)
869 self._report = (
875 self._report = (
886 self._report(n, nbr, k, dd)
908 if e == self._report(u, v, k, dd):
[all …]
/dports/devel/py-nose2/nose2-0.10.0/nose2/plugins/
H A Dresult.py144 self._report(event, 'reportError', 'E', 'ERROR')
147 self._report(event, 'reportFailure', 'F', 'FAIL')
150 self._report(event, 'reportSkip', 's', 'skipped %s' % event.reason)
153 self._report(event, 'reportExpectedFailure', 'x', 'expected failure')
156 self._report(
160 self._report(event, 'reportOtherOutcome', '?', 'unknown outcome')
163 self._report(event, 'reportSuccess', '.', 'ok')
277 def _report(self, event, hook, shortLabel, longLabel): member in ResultReporter
/dports/devel/doctorj/doctorj-5.1.2/org/incava/doctorj/
H A DDoctorJ.java23 private Report _report = null; field in DoctorJ
48 _report = new TerseReport(System.out); in DoctorJ()
51 _report = new ContextReport(System.out); in DoctorJ()
54 _analyzer = new JavadocAnalyzer(_report); in DoctorJ()
126 _report.reset(new File(fileName)); in initParser()
202 _report.flush(); in analyze()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/include/
H A Dreport.hpp314 : _last_msg(), _mtx(), _msg(), _options(), _report(report) {} in Reporter()
323 if (_report) { in prefix()
333 if (_report) { in prefix()
342 if (_report) { in color()
351 if (_report) { in thread_color()
360 if (_report) { in flush_right()
369 _report = val; in report()
373 return _report; in report()
378 if (_report) { in operator ()()
391 if (_report) { in flush()
[all …]
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DRGPRestore.H390 _report = report; in set_report()
399 return _report; in get_report()
406 _report.reset(); in reset()
414 RGPReport _report; variable
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/normandy/lib/
H A DUptake.jsm46 async _report(status, source) {
64 await Uptake._report(status, "runner");
68 await Uptake._report(status, `recipe/${recipe.id}`);
78 await Uptake._report(status, `action/${actionName}`);
/dports/www/firefox/firefox-99.0/toolkit/components/normandy/lib/
H A DUptake.jsm46 async _report(status, source) {
64 await Uptake._report(status, "runner");
68 await Uptake._report(status, `recipe/${recipe.id}`);
78 await Uptake._report(status, `action/${actionName}`);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/normandy/lib/
H A DUptake.jsm46 async _report(status, source) {
64 await Uptake._report(status, "runner");
68 await Uptake._report(status, `recipe/${recipe.id}`);
78 await Uptake._report(status, `action/${actionName}`);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/normandy/lib/
H A DUptake.jsm46 async _report(status, source) {
64 await Uptake._report(status, "runner");
68 await Uptake._report(status, `recipe/${recipe.id}`);
78 await Uptake._report(status, `action/${actionName}`);

12345678910>>...15