Home
last modified time | relevance | path

Searched refs:getCurrentDate (Results 1 – 25 of 100) sorted by relevance

1234

/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXCalendar.cpp155 FXDate date(view->getCurrentDate()); in create()
195 FXDate FXCalendar::getCurrentDate() const { in getCurrentDate() function in FX::FXCalendar
196 return view->getCurrentDate(); in getCurrentDate()
411 FXDate date=view->getCurrentDate(); in onCmdNextYear()
420 FXDate date=view->getCurrentDate(); in onCmdPrevYear()
429 FXDate date=view->getCurrentDate(); in onCmdNextMonth()
438 FXDate date=view->getCurrentDate(); in onCmdPrevMonth()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXCalendar.cpp155 FXDate date(view->getCurrentDate()); in create()
195 FXDate FXCalendar::getCurrentDate() const { in getCurrentDate() function in FX::FXCalendar
196 return view->getCurrentDate(); in getCurrentDate()
411 FXDate date=view->getCurrentDate(); in onCmdNextYear()
420 FXDate date=view->getCurrentDate(); in onCmdPrevYear()
429 FXDate date=view->getCurrentDate(); in onCmdNextMonth()
438 FXDate date=view->getCurrentDate(); in onCmdPrevMonth()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/cache/
H A DCachingExec.java277 final Date now = getCurrentDate(); in handleCacheHit()
544 Date getCurrentDate() { in getCurrentDate() method in CachingExec
572 final Date requestDate = getCurrentDate(); in callBackend()
579 requestDate, getCurrentDate(), backendResponse); in callBackend()
619 final Date requestDate = getCurrentDate(); in negotiateResponseFromVariants()
623 final Date responseDate = getCurrentDate(); in negotiateResponseFromVariants()
739 Date requestDate = getCurrentDate(); in revalidateCacheEntry()
742 Date responseDate = getCurrentDate(); in revalidateCacheEntry()
748 requestDate = getCurrentDate(); in revalidateCacheEntry()
750 responseDate = getCurrentDate(); in revalidateCacheEntry()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/impl/client/cache/
H A DCachingExec.java277 final Date now = getCurrentDate(); in handleCacheHit()
544 Date getCurrentDate() { in getCurrentDate() method in CachingExec
572 final Date requestDate = getCurrentDate(); in callBackend()
579 requestDate, getCurrentDate(), backendResponse); in callBackend()
619 final Date requestDate = getCurrentDate(); in negotiateResponseFromVariants()
623 final Date responseDate = getCurrentDate(); in negotiateResponseFromVariants()
739 Date requestDate = getCurrentDate(); in revalidateCacheEntry()
742 Date responseDate = getCurrentDate(); in revalidateCacheEntry()
748 requestDate = getCurrentDate(); in revalidateCacheEntry()
750 responseDate = getCurrentDate(); in revalidateCacheEntry()
[all …]
/dports/www/tomcat85/apache-tomcat-8.5.73/webapps/examples/WEB-INF/classes/cal/
H A DTableBean.java36 this.date = JspCal.getCurrentDate(); in TableBean()
82 date = JspCal.getCurrentDate(); in processRequest()
/dports/www/tomcat10/apache-tomcat-10.0.14/webapps/examples/WEB-INF/classes/cal/
H A DTableBean.java36 this.date = JspCal.getCurrentDate(); in TableBean()
82 date = JspCal.getCurrentDate(); in processRequest()
/dports/www/tomcat-devel/apache-tomcat-10.1.0-M8/webapps/examples/WEB-INF/classes/cal/
H A DTableBean.java36 this.date = JspCal.getCurrentDate(); in TableBean()
82 date = JspCal.getCurrentDate(); in processRequest()
/dports/www/tomcat9/apache-tomcat-9.0.56/webapps/examples/WEB-INF/classes/cal/
H A DTableBean.java36 this.date = JspCal.getCurrentDate(); in TableBean()
82 date = JspCal.getCurrentDate(); in processRequest()
/dports/www/tomcat7/apache-tomcat-7.0.109/webapps/examples/WEB-INF/classes/cal/
H A DTableBean.java36 this.date = JspCal.getCurrentDate(); in TableBean()
80 date = JspCal.getCurrentDate(); in processRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/picker/
H A DWeekPicker.java103 return getISOWeekYearForDate(getCurrentDate()); in getYear()
110 return getWeekForDate(getCurrentDate()); in getWeek()
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddcvrda.cxx122 OFCondition l_error = getCurrentDate(dicomDate); in setCurrentDate()
143 OFCondition DcmDate::getCurrentDate(OFString &dicomDate) in getCurrentDate() function in DcmDate
/dports/www/matomo/piwik/core/Tracker/
H A DRequest.php322 … 'h' => (string)Common::getRequestVar('h', $this->getCurrentDate("H"), 'int', $this->params),
323 … 'i' => (string)Common::getRequestVar('m', $this->getCurrentDate("i"), 'int', $this->params),
324 … 's' => (string)Common::getRequestVar('s', $this->getCurrentDate("s"), 'int', $this->params)
350 protected function getCurrentDate($format = "Y-m-d") function in Piwik\\Tracker\\Request
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/parameterholder/
H A DLeavePeriodDataHolder.php15 public function getCurrentDate() { return $this->currentDate; } function in LeavePeriodDataHolder
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/protocol/
H A DRequestDate.java60 final String httpdate = DATE_GENERATOR.getCurrentDate(); in process()
H A DHttpDateGenerator.java67 public synchronized String getCurrentDate() { in getCurrentDate() method in HttpDateGenerator
H A DResponseDate.java61 final String httpdate = DATE_GENERATOR.getCurrentDate(); in process()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/protocol/
H A DRequestDate.java60 final String httpdate = DATE_GENERATOR.getCurrentDate(); in process()
H A DHttpDateGenerator.java67 public synchronized String getCurrentDate() { in getCurrentDate() method in HttpDateGenerator
H A DResponseDate.java61 final String httpdate = DATE_GENERATOR.getCurrentDate(); in process()
/dports/games/scourge/scourge/src/
H A Dcalendar.h76 inline Date getCurrentDate() { in getCurrentDate() function
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/include/
H A Ddcvrda.h132 static OFCondition getCurrentDate(OFString &dicomDate);
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/ofstd/include/
H A Dofdate.h201 static OFDate getCurrentDate();
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofdate.h211 static OFDate getCurrentDate();
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcvrda.cc147 OFCondition l_error = getCurrentDate(dicomDate); in setCurrentDate()
168 OFCondition DcmDate::getCurrentDate(OFString &dicomDate) in getCurrentDate() function in DcmDate
/dports/devel/devtodo/devtodo-0.1.20/src/
H A Dsupport.h68 time_t getCurrentDate();

1234