Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 178) sorted by relevance

12345678

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DFull.php43 * @param array $report Prepared report data.
51 $report, argument
56 if ($report['errors'] === 0 && $report['warnings'] === 0) {
62 if ($report['warnings'] > 0) {
69 $maxLineNumLength = max(array_map('strlen', array_keys($report['messages'])));
77 if ($report['fixable'] > 0) {
85 foreach ($report['messages'] as $line => $lineErrors) {
98 $file = $report['filename'];
116 echo "\033[1m".'FOUND '.$report['errors'].' ERROR';
117 if ($report['errors'] !== 1) {
[all …]
DJunit.php48 * @param array $report Prepared report data.
56 $report, argument
61 if (count($report['messages']) === 0) {
64 $this->_tests += ($report['errors'] + $report['warnings']);
72 $out->writeAttribute('name', $report['filename']);
74 if (count($report['messages']) === 0) {
79 $out->writeAttribute('name', $report['filename']);
82 $failures = ($report['errors'] + $report['warnings']);
86 foreach ($report['messages'] as $line => $lineErrors) {
90 … $out->writeAttribute('name', $error['source'].' at '.$report['filename']." ($line:$column)");
DXml.php43 * @param array $report Prepared report data.
51 $report, argument
60 if ($report['errors'] === 0 && $report['warnings'] === 0) {
66 $out->writeAttribute('name', $report['filename']);
67 $out->writeAttribute('errors', $report['errors']);
68 $out->writeAttribute('warnings', $report['warnings']);
69 $out->writeAttribute('fixable', $report['fixable']);
71 foreach ($report['messages'] as $line => $lineErrors) {
DSummary.php57 * @param array $report Prepared report data.
65 $report, argument
71 && $report['errors'] === 0
72 && $report['warnings'] === 0
78 $this->_reportFiles[$report['filename']] = array(
79 'errors' => $report['errors'],
80 'warnings' => $report['warnings'],
81 'strlen' => strlen($report['filename']),
DEmacs.php43 * @param array $report Prepared report data.
51 $report, argument
56 if ($report['errors'] === 0 && $report['warnings'] === 0) {
61 foreach ($report['messages'] as $line => $lineErrors) {
70 … echo $report['filename'].':'.$line.':'.$column.': '.$type.' - '.$message.PHP_EOL;
DCsv.php43 * @param array $report Prepared report data.
51 $report, argument
56 if ($report['errors'] === 0 && $report['warnings'] === 0) {
61 foreach ($report['messages'] as $line => $lineErrors) {
64 $filename = str_replace('"', '\"', $report['filename']);
DCheckstyle.php43 * @param array $report Prepared report data.
51 $report, argument
60 if ($report['errors'] === 0 && $report['warnings'] === 0) {
66 $out->writeAttribute('name', $report['filename']);
68 foreach ($report['messages'] as $line => $lineErrors) {
DJson.php41 * @param array $report Prepared report data.
49 $report, argument
54 $filename = str_replace('\\', '\\\\', $report['filename']);
58 echo '"errors":'.$report['errors'].',"warnings":'.$report['warnings'].',"messages":[';
61 foreach ($report['messages'] as $line => $lineErrors) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DReporting.php155 foreach ($cliValues['reports'] as $report => $output) {
156 $reportClass = $this->factory($report);
157 $report = get_class($reportClass);
174 if (isset($this->_tmpFiles[$report]) === false) {
177 … $this->_tmpFiles[$report] = fopen(tempnam(sys_get_temp_dir(), 'phpcs'), 'w');
179 $this->_tmpFiles[$report] = tmpfile();
183 fwrite($this->_tmpFiles[$report], $generatedReport);
186 if (isset($this->_cachedReports[$report]) === false) {
187 $this->_cachedReports[$report] = true;
211 * @param string $report Report type.
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
DText.php61 $report = $coverage->getReport();
75 $report->getNumTestedClassesAndTraits(),
76 $report->getNumClassesAndTraits()
79 $report->getNumTestedMethods(),
80 $report->getNumMethods()
83 $report->getNumExecutedLines(),
84 $report->getNumExecutableLines()
94 $report->getNumTestedClassesAndTraits(),
95 $report->getNumClassesAndTraits(),
98 $report->getNumTestedClassesAndTraits(),
[all …]
DClover.php47 $report = $coverage->getReport();
50 foreach ($report as $item) {
222 $linesOfCode = $report->getLinesOfCode();
225 $xmlMetrics->setAttribute('files', count($report));
228 $xmlMetrics->setAttribute('classes', $report->getNumClassesAndTraits());
229 $xmlMetrics->setAttribute('methods', $report->getNumMethods());
230 $xmlMetrics->setAttribute('coveredmethods', $report->getNumTestedMethods());
233 $xmlMetrics->setAttribute('statements', $report->getNumExecutableLines());
234 $xmlMetrics->setAttribute('coveredstatements', $report->getNumExecutedLines());
235 …$xmlMetrics->setAttribute('elements', $report->getNumMethods() + $report->getNumExecutableLines() …
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DFreeBusyReportTest.php107 $report = $this->server->xml->parse($reportXML, null, $rootElem);
108 $this->plugin->report($rootElem, $report);
129 $report = $this->server->xml->parse($reportXML, null, $rootElem);
130 $this->plugin->report($rootElem, $report);
151 $report = $this->server->xml->parse($reportXML, null, $rootElem);
152 $this->plugin->report($rootElem, $report);
172 $report = $this->server->xml->parse($reportXML, null, $rootElem);
173 $this->plugin->report($rootElem, $report);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DPlugin.php237 * @param mixed $report
241 function report($reportName, $report, $path) { function in Sabre\\CalDAV\\Plugin
246 $this->calendarMultiGetReport($report);
250 $this->calendarQueryReport($report);
254 $this->freeBusyQueryReport($report);
432 * @param CalendarMultiGetReport $report
435 function calendarMultiGetReport($report) { argument
437 $needsJson = $report->contentType === 'application/calendar+json';
444 $report->hrefs
447 …foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $uri => $obj…
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php224 * @param mixed $report
227 function report($reportName, $report) { function in Sabre\\CalDAV\\Plugin
232 $this->calendarMultiGetReport($report);
236 $this->calendarQueryReport($report);
240 $this->freeBusyQueryReport($report);
417 * @param CalendarMultiGetReport $report
420 function calendarMultiGetReport($report) { argument
422 $needsJson = $report->contentType === 'application/calendar+json';
429 $report->hrefs
432 …foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $uri => $obj…
[all …]
/plugin/dokumicrobugtracker/
DREADME.md8 … tracker in your wiki by displaying a small form that enable everyone to report bug and every user…
28 …play only the report form, or only the bugs list, or count the number of different status in the p…
43 **Display just the report forms for project KhtEditor :**
48 **Display all fixed bugs for project KhtEditor with a report form :**
53 **Display the number of report group by status :**
66 | 2010-08-14 | Fix bug creating first bug report |
67 | 2010-08-16 | Add report to user saying that bug is well saved (#4) |
69 | 2010-08-26 | Fix bug on the dynamic captcha, notifications, clear description area after report |
70 | 2010-08-27 | Fix bug on insert report due to deletion |
74 …form, fix multiple post occurring when displaying multiple bugs list and report in the same page. |
[all …]
DCHANGELOG2 Version 2010-08-14 Fix bug creating first bug report
3 Version 2010-08-16 Add report to user saying that bug is well saved (#4)
5 …sion 2010-08-26 Fix bug on the dynamic captcha, notifications, clear description area after report
6 Version 2010-08-27 Fix bug on insert report due to deletion
10 … form, fix multiple post occurring when displaying multiple bugs list and report in the same page.
11 … severity), Implement #62 (Inform user of modification on a report), Implement #64 (No report with…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
DHTMLTest.php46 $report = new Facade;
47 $report->process($this->getCoverageForBankAccount(), self::$TEST_TMP_PATH);
56 $report = new Facade;
57 $report->process($this->getCoverageForFileWithIgnoredLines(), self::$TEST_TMP_PATH);
67 $report = new Facade;
68 $report->process($this->getCoverageForClassWithAnonymousFunction(), self::$TEST_TMP_PATH);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
DSupportedReportSet.php56 * @param mixed $report
59 function addReport($report) { argument
61 $report = (array)$report;
63 foreach ($report as $r) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php56 * @param mixed $report
59 function addReport($report) { argument
61 $report = (array)$report;
63 foreach ($report as $r) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DDeviceReportUpdateEvent.php50 public function setReport(DeviceReport $report) argument
52 $this->report = $report;
59 return $this->report;
DDevice.php80 public function setReport(DeviceReport $report) argument
82 $this->report = $report;
89 return $this->report;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
DPlugin.php1126 * @param mixed $report
1130 function report($reportName, $report, $path) { function in Sabre\\DAVACL\\Plugin
1136 $this->principalPropertySearchReport($path, $report);
1140 $this->principalSearchPropertySetReport($path, $report);
1144 $this->expandPropertyReport($path, $report);
1148 $this->principalMatchReport($path, $report);
1152 $this->aclPrincipalPropSetReport($path, $report);
1259 protected function principalMatchReport($path, Xml\Request\PrincipalMatchReport $report) { argument
1270 if ($report->type === Xml\Request\PrincipalMatchReport::SELF) {
1288 [$report->principalProperty],
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DPlugin.php194 function report($reportName, $dom, $path) { function in Sabre\\CardDAV\\Plugin
236 function addressbookMultiGetReport($report) { argument
238 $contentType = $report->contentType;
239 $version = $report->version;
251 $report->hrefs
253 … foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $props) {
430 protected function addressbookQueryReport($report) { argument
445 $contentType = $report->contentType;
446 if ($report->version) {
447 $contentType .= '; version=' . $report->version;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php193 function report($reportName, $dom) { function in Sabre\\CardDAV\\Plugin
235 function addressbookMultiGetReport($report) { argument
237 $contentType = $report->contentType;
238 $version = $report->version;
250 $report->hrefs
252 … foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $props) {
387 protected function addressbookQueryReport($report) { argument
402 $contentType = $report->contentType;
403 if ($report->version) {
404 $contentType .= '; version=' . $report->version;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
DFacade.php46 $report = $coverage->getReport();
53 $this->processDirectory($report, $this->project);
145 private function processUnit($unit, Report $report) argument
148 $unitObject = $report->getClassObject($unit['className']);
150 $unitObject = $report->getTraitObject($unit['traitName']);
183 private function processFunction($function, Report $report) argument
185 $functionObject = $report->getFunctionObject($function['functionName']);

12345678