Search Results
OK to copy?
Examples 1 through 10 of
31 (0.0020 seconds)
Class:
com.technoetic.xplanner.domain.virtual.Timesheet
©,
Rating:
100% of 1,
C1
Class: org.apache.axis.encoding.ser.DateSerializer ©, Rating: 0% of 0, C1
Class: org.apache.axis.encoding.ser.DateDeserializer ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C2
Class: cal.JspCalendar ©, Rating: 100% of 1, C1
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.forms.PersonTimesheetForm ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.forms.PersonTimesheetForm ©, Rating: 100% of 1, C1
Class: dates.JspCalendar ©, Rating: 0% of 0, C1
024
025 public Timesheet(Date startDate, Date endDate) {
026 Calendar cal = Calendar.getInstance();
027 cal.setTime(startDate);
028
Class: org.apache.axis.encoding.ser.DateSerializer ©, Rating: 0% of 0, C1
082 new SimpleDateFormat("yyyy-MM-dd");
083
084 private static Calendar calendar = Calendar.getInstance();
085
086 /**
Class: org.apache.axis.encoding.ser.DateDeserializer ©, Rating: 0% of 0, C1
076 // 0123456789 0 123456789
077
078 private static Calendar calendar = Calendar.getInstance();
079
080 /**
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C1
064
065 private Calendar getMidnightOnIterationStart() {
066 Calendar currentDay = Calendar.getInstance();
067 currentDay.setTime(iteration.getStartDate());
068 currentDay.set(Calendar.HOUR_OF_DAY, 0);
Class: com.technoetic.xplanner.charts.DataSampleData ©, Rating: 0% of 0, C2
045 log.debug("retrieved " + samples.size() + " samples");
046
047 Calendar endDay = Calendar.getInstance();
048 endDay.setTime(iteration.getEndDate());
049
Class: cal.JspCalendar ©, Rating: 100% of 1, C1
025
026 public JspCalendar() {
027 calendar = Calendar.getInstance();
028 Date trialTime = new Date();
029 calendar.setTime(trialTime);
Class: cal.JspCalendar ©, Rating: 0% of 0, C1
025
026 public JspCalendar() {
027 calendar = Calendar.getInstance();
028 Date trialTime = new Date();
029 calendar.setTime(trialTime);
Class: com.technoetic.xplanner.forms.PersonTimesheetForm ©, Rating: 0% of 0, C1
123
124 private Date getWeekStartDate() {
125 Calendar cal = Calendar.getInstance();
126 cal.set(Calendar.HOUR_OF_DAY, 0);
127 cal.set(Calendar.MINUTE, 0);
Class: com.technoetic.xplanner.forms.PersonTimesheetForm ©, Rating: 100% of 1, C1
112
113 private Date getWeekEndDate() {
114 Calendar cal = Calendar.getInstance();
115 cal.set(Calendar.HOUR_OF_DAY, 0);
116 cal.set(Calendar.MINUTE, 0);
Class: dates.JspCalendar ©, Rating: 0% of 0, C1
023
024 public JspCalendar() {
025 calendar = Calendar.getInstance();
026 Date trialTime = new Date();
027 calendar.setTime(trialTime);