Home
last modified time | relevance | path

Searched refs:reportId (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/service/
H A DReportableService.php50 * @param integer $reportId
68 * @param integer $reportId
71 public function getSelectedDisplayFields($reportId) { argument
80 * @param integer $reportId
92 * @param integer $reportId
104 * @param integer $reportId
107 public function getReport($reportId) { argument
142 * @param integer $reportId
145 public function getSelectedGroupField($reportId) { argument
271 public function updateReportName($reportId, $name) { argument
[all …]
H A DReportGeneratorService.php53 * @param integer $reportId
76 * @param integer $reportId
119 * @param integer $reportId
182 * @param integer $reportId
203 * @param integer $reportId
409 * @param integer $reportId
510 * @param integer $reportId
530 * @param integer $reportId
551 * @param integer $reportId
569 * @param integer $reportId
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/modules/core/actions/
H A DdefinePredefinedReportAction.class.php33 $reportId = $request->getParameter('reportId');
34 $this->reportId = $reportId;
36 if (!empty($reportId)) {
37 $report = $reportableService->getReport($reportId);
43 $reportName = $reportGeneratorService->getReportName($reportId);
64 $reportId = $this->form->getValue('report_id');
76 if (empty($reportId)) {
78 $reportId = $report->getReportId();
80 $report = $reportableService->getReport($reportId);
103 if ((empty($this->reportId) && !$this->reportPermissions->canCreate()) ||
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/report/
H A DReportBuilder.php32 private $reportId; variable in ReportBuilder
39 * @param type $reportId
126 * @param integer $reportId
129 $this->reportId = $reportId;
153 return $this->reportId;
176 * @param integer $reportId
215 * @param integer $reportId
320 * @param integer $reportId
350 * @param integer $reportId
404 * @param integer $reportId
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dfareporting/Resource/
H A DReports.php32 * @param string $reportId The ID of the report.
35 public function delete($profileId, $reportId, $optParams = array()) argument
37 $params = array('profileId' => $profileId, 'reportId' => $reportId);
45 * @param string $reportId The ID of the report.
49 public function get($profileId, $reportId, $optParams = array()) argument
51 $params = array('profileId' => $profileId, 'reportId' => $reportId);
94 * @param string $reportId The ID of the report.
109 * @param string $reportId The ID of the report.
116 public function run($profileId, $reportId, $optParams = array()) argument
118 $params = array('profileId' => $profileId, 'reportId' => $reportId);
[all …]
H A DReportsFiles.php33 * @param string $reportId The ID of the report.
38 public function get($profileId, $reportId, $fileId, $optParams = array()) argument
40 $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId);
48 * @param string $reportId The ID of the parent report.
58 public function listReportsFiles($profileId, $reportId, $optParams = array()) argument
60 $params = array('profileId' => $profileId, 'reportId' => $reportId);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dfareporting/Resource/
H A DReports.php32 * @param string $reportId The ID of the report.
35 public function delete($profileId, $reportId, $optParams = array()) argument
37 $params = array('profileId' => $profileId, 'reportId' => $reportId);
45 * @param string $reportId The ID of the report.
49 public function get($profileId, $reportId, $optParams = array()) argument
51 $params = array('profileId' => $profileId, 'reportId' => $reportId);
93 * @param string $reportId The ID of the report.
108 * @param string $reportId The ID of the report.
115 public function run($profileId, $reportId, $optParams = array()) argument
117 $params = array('profileId' => $profileId, 'reportId' => $reportId);
[all …]
H A DReportsFiles.php32 * @param string $reportId The ID of the report.
37 public function get($profileId, $reportId, $fileId, $optParams = array()) argument
39 $params = array('profileId' => $profileId, 'reportId' => $reportId, 'fileId' => $fileId);
47 * @param string $reportId The ID of the parent report.
57 public function listReportsFiles($profileId, $reportId, $optParams = array()) argument
59 $params = array('profileId' => $profileId, 'reportId' => $reportId);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/model/service/
H A DReportGeneratorServiceTest.php39 $reportId = 1;
47 ->with($reportId)
58 $reportId = 1;
91 $reportId = 1;
118 $reportId = 1;
140 $reportId = 1;
202 $reportId = 1;
228 $reportId = 1;
306 $reportId = 1;
317 $reportId = 1;
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/dao/
H A DReportableDao.php24 * @param integer $reportId
71 * @param integer $reportId
74 public function getSelectedDisplayFields($reportId) { argument
96 * @param integer $reportId
122 * @param integer $reportId
146 * @param integer $reportId
166 public function getReport($reportId) { argument
238 public function getSelectedGroupField($reportId) { argument
278 * @param integer $reportId
404 * @param integer $reportId
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/report/service/
H A DReportDefinitionService.php29 * @param int $reportId
32 public function getReport($reportId){ argument
33 $reportId = 1;
35 $report = $dao->getReport($reportId);
41 * @param int $reportId
44 public function getReportName($reportId) { argument
45 $reportId = 1;
46 $report = $this->getReport($reportId);
/dports/net-mgmt/torrus/torrus-2.09/perllib/Torrus/SQL/
H A DReports.pm53 sub reportId subroutine
104 my $reportId = shift;
113 $self->{'fields'}->add( $reportId, $field );
121 my $reportId = shift;
123 return $self->{'fields'}->getAll( $reportId );
130 my $reportId = shift;
135 'where' => { $columns{'id'} => $reportId } });
143 Error('Cannot find the report record for ID=' . $reportId);
153 my $reportId = shift;
157 'where' => { $columns{'id'} => $reportId },
H A DReportFields.pm39 my $reportId = shift;
47 $columns{'rep_id'} => $reportId,
59 my $reportId = shift;
63 'where' => { $columns{'rep_id'} => $reportId },
76 my $reportId = shift;
80 'where' => { $columns{'rep_id'} => $reportId }});
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/model/dao/
H A DReportableDaoTest.php41 $reportId = 1;
42 $results = $this->reportableDao->getSelectedFilterFields($reportId);
54 $reportId = 1;
55 $results = $this->reportableDao->getSelectedDisplayFields($reportId);
68 $reportId = 1;
69 $results = $this->reportableDao->getSelectedCompositeDisplayFields($reportId);
94 $results = $this->reportableDao->getMetaDisplayFields($reportId);
103 $reportId = 1;
104 $result = $this->reportableDao->getReport($reportId);
150 $reportId = 1;
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/action/
H A DdisplayReportCriteriaAction.php26 $reportId = $request->getParameter("reportId");
29 …NamesAndLabelsList = $reportGeneratorService->getRuntimeFilterFieldWidgetNamesAndLabels($reportId);
30 $this->reportName = $reportGeneratorService->getReportName($reportId);
33 …electedRuntimeFilterFieldList = $reportGeneratorService->getSelectedRuntimeFilterFields($reportId);
47 … $selectedFilterFieldList = $reportableService->getSelectedFilterFields($reportId, true);
54 … $sql = $reportGeneratorService->generateSql($reportId, $runtimeWhereClause, $staticColumns);
57 $this->getRequest()->setParameter('reportId', $reportId);
H A DdisplayReportAction.php75 $reportId = $request->getParameter("reportId");
84 $this->report = $reportableService->getReport($reportId);
102 … $sql = $reportGeneratorService->generateSqlForNotUseFilterFieldReports($reportId, $formValues);
113 … $selectedFilterFieldList = $reportableService->getSelectedFilterFields($reportId, false);
121 … $sql = $reportGeneratorService->generateSql($reportId, $runtimeWhereClauseConditionArray);
127 if ($reportId == 1) {
142 $rawDataSet = $reportableGeneratorService->generateReportDataSet($reportId, $sql);
152 $headerGroups = $reportableGeneratorService->getHeaderGroups($reportId);
158 if ($reportId == 3) {
172 …onfigurationFactory, $reportableGeneratorService, 'generateReportDataSet', array($reportId, $sql));
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/
H A DReports.php44 * @param string $reportId ID of the report request being polled.
48 public function get($reportId, $optParams = array()) argument
50 $params = array('reportId' => $reportId);
57 * @param string $reportId ID of the report.
61 public function getFile($reportId, $reportFragment, $optParams = array()) argument
63 $params = array('reportId' => $reportId, 'reportFragment' => $reportFragment);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Doubleclicksearch/Resource/
H A DReports.php44 * @param string $reportId ID of the report request being polled.
48 public function get($reportId, $optParams = array()) argument
50 $params = array('reportId' => $reportId);
57 * @param string $reportId ID of the report.
61 public function getFile($reportId, $reportFragment, $optParams = array()) argument
63 $params = array('reportId' => $reportId, 'reportFragment' => $reportFragment);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DoubleClickBidManager/
H A DReportKey.php21 public $reportId; variable in Google_Service_DoubleClickBidManager_ReportKey
31 public function setReportId($reportId) argument
33 $this->reportId = $reportId;
37 return $this->reportId;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DoubleClickBidManager/
H A DReportKey.php21 public $reportId; variable in Google_Service_DoubleClickBidManager_ReportKey
31 public function setReportId($reportId) argument
33 $this->reportId = $reportId;
37 return $this->reportId;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/protocol/
H A DBlockReportContext.java33 private final long reportId; field in BlockReportContext
35 public BlockReportContext(int totalRpcs, int curRpc, long reportId) { in BlockReportContext() argument
38 this.reportId = reportId; in BlockReportContext()
50 return reportId; in getReportId()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui_tests/api/Controllers/
H A DReportControllerTest.php353 $reportId = 43;
358 [$reportId], "reportValidity"])
362 [$reportId], "reportFileUpload"])
368 [$reportId], "reportFileName"])
414 $reportId = 43;
419 [$reportId], "reportValidity"])
447 $reportId = 43;
451 [$reportId], "reportValidity"])
473 $reportId = 43;
478 [$reportId], "reportValidity"])
[all …]
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/application/controllers/
H A DReportController.php.modal98 $reportId = $this->report->getId();
101 … ->addLink('PDF', Url::fromPath('reporting/report/download?type=pdf', ['id' => $reportId]));
104 ->addLink('PDF', Url::fromPath('reporting/report/send?type=pdf', ['id' => $reportId]));
107 …download->addLink('CSV', Url::fromPath('reporting/report/download?type=csv', ['id' => $reportId]));
108 … $send->addLink('CSV', Url::fromPath('reporting/report/send?type=csv', ['id' => $reportId]));
112 …wnload->addLink('JSON', Url::fromPath('reporting/report/download?type=json', ['id' => $reportId]));
113 … $send->addLink('JSON', Url::fromPath('reporting/report/send?type=json', ['id' => $reportId]));
119 ->addLink('Modify', Url::fromPath('reporting/report/edit', ['id' => $reportId]), 'edit')
120 …Toggle('Schedule', Url::fromPath('reporting/report/schedule', ['id' => $reportId]), 'calendar-empt…
122 … ->addLink('Send', Url::fromPath('reporting/report/send', ['id' => $reportId]), 'forward');
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/www/
H A Derrorreport.php16 $reportId = $_REQUEST['reportId']; variable
20 if (!preg_match('/^[0-9a-f]{8}$/', $reportId)) {
27 $data = $session->getData('core:errorreport', $reportId);
46 $data['reportId'] = $reportId;
57 SimpleSAML\Logger::error('Report with id ' . $reportId . ' sent');
/dports/deskutils/egroupware/egroupware/saml/
H A Derrorreport.php16 $reportId = $_REQUEST['reportId']; variable
20 if (!preg_match('/^[0-9a-f]{8}$/', $reportId)) {
27 $data = $session->getData('core:errorreport', $reportId);
46 $data['reportId'] = $reportId;
57 SimpleSAML\Logger::error('Report with id ' . $reportId . ' sent');

12345678910>>...27