Home
last modified time | relevance | path

Searched refs:noOfDays (Results 1 – 12 of 12) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/lib/form/
H A DTimesheetRowForm.php18 $noOfDays = $this->getOption('noOfDays');
26 for ($i = 0; $i < $noOfDays; $i++) {
37 for ($i = 0; $i < $noOfDays; $i++) {
49 for ($i = 0; $i < $noOfDays; $i++) {
H A DTimesheetForm.php30 $noOfDays = $this->getOption('noOfDays');
31 $values = array('noOfDays' => $noOfDays);
43 for ($i = 0; $i < $noOfDays; $i++) {
61 for ($j = 0; $j < $noOfDays; $j++) {
89 for ($j = 0; $j < $noOfDays; $j++) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/modules/time/actions/
H A Dactions.class.php42 $noOfDays = $this->getTimesheetService()->dateDiff($startDate, $endDate);
43 …> $startDate, 'employeeId' => $employeeId, 'timesheetId' => $timesheetId, 'noOfDays' => $noOfDays);
46 …'addRow', array('form' => $form, 'num' => $request->getParameter("num"), 'noOfDays' => $noOfDays));
H A DeditTimesheetAction.class.php101 $this->noOfDays = $this->timesheetService->dateDiff($this->startDate, $this->endDate);
102 …loyeeId' => $this->employeeId, 'timesheetId' => $this->timesheetId, 'noOfDays' => $this->noOfDays);
H A DviewTimesheetAction.class.php127 …$noOfDays = $this->timesheetService->dateDiff($this->timesheet->getStartDate(), $this->timesheet->…
128 …eId' => $employeeId, 'timesheetId' => $this->timesheet->getTimesheetId(), 'noOfDays' => $noOfDays);
H A DviewMyTimesheetAction.class.php148 …$noOfDays = $this->timesheetService->dateDiff($this->timesheet->getStartDate(), $this->timesheet->…
150 …eId' => $employeeId, 'timesheetId' => $this->timesheet->getTimesheetId(), 'noOfDays' => $noOfDays);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/modules/time/templates/
H A DeditTimesheetSuccess.php99 <?php for ($j = 0; $j < $noOfDays; $j++) { ?>
139 <?php for ($j = 0; $j < $noOfDays; $j++) { ?>
H A D_addRow.php36 <?php for ($j = 0; $j < $noOfDays; $j++) { ?>
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/dao/
H A DLeaveEntitlementDao.php392 $noOfDays = $leaveEntitlement->getNoOfDays();
431 $noOfDays = $leaveEntitlement->getNoOfDays();
442 $entitlement->setNoOfDays($noOfDays);
446 …y($empNumber, $leaveEntitlement->getLeaveTypeId(), $fromDate, $toDate, $noOfDays, LeaveEntitlement…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/test/model/service/
H A DTimesheetServiceTest.php365 $noOfDays = $this->timesheetService->dateDiff($start, $end);
366 $this->assertEquals('7', $noOfDays);
/dports/biology/jalview/jalview/src/jalview/ws/sifts/
H A DSiftsClient.java268 public static boolean isFileOlderThanThreshold(File file, int noOfDays) in isFileOlderThanThreshold() argument
284 return noOfDays <= diffInDays; in isFileOlderThanThreshold()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php1092 $noOfDays = floor($timeStampDiff / $secondsOfDay);