Home
last modified time | relevance | path

Searched refs:getDates (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DAnalyticController.php24 list($from, $to) = $this->getDates();
160 list($from, $to) = $this->getDates();
177 private function getDates() function in Kanboard\\Controller\\AnalyticController
/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgperiodedit.h122 …static void getDates(PeriodMode iPeriod, PeriodInterval iInterval, int iValue, QDate& oBeginDate, …
130 void getDates(QDate& oBeginDate, QDate& oEndDate);
H A Dskgperiodedit.cpp202 void SKGPeriodEdit::getDates(SKGPeriodEdit::PeriodMode iPeriod, SKGPeriodEdit::PeriodInterval iInte… in getDates() function in SKGPeriodEdit
381 void SKGPeriodEdit::getDates(QDate& oBeginDate, QDate& oEndDate) in getDates() function in SKGPeriodEdit
386getDates(mode(), interval, mode() == TIMELINE ? ui.kTimeline->value() : val, oBeginDate, oEndDate); in getDates()
403 getDates(mode(), interval, mode() == TIMELINE ? ui.kTimeline->value() : val, a, b); in getWhereClause()
/dports/www/pear-Services_Delicious/Services_Delicious-0.6.0/examples/
H A DgetDates.php7 $dates = $dlc->getDates();
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DRcppExports.R84 getCellInfo <- function(xmlFile, sharedStrings, skipEmptyRows, startRow, rows, getDates) { argument
85 .Call(`_openxlsx_getCellInfo`, xmlFile, sharedStrings, skipEmptyRows, startRow, rows, getDates)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/
H A DDateFilter.php36 public function getDates() function in Google_Service_PhotosLibrary_DateFilter
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/history/
H A DDownloadHistoryManager.java53 getDates( in getDates() method
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PhotosLibrary/
H A DDateFilter.php36 public function getDates() function in Google_Service_PhotosLibrary_DateFilter
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/date_datetime/
H A DoldDateVector.h35 inline std::vector<Date> getDates() const { in getDates() function
H A DnewDateVector.h39 inline std::vector<Date> getDates() const { in getDates() function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/
H A DHasAttributes.php125 foreach ($this->getDates() as $key) {
359 if (in_array($key, $this->getDates()) &&
626 return in_array($key, $this->getDates(), true) ||
863 public function getDates() function
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/quality/
H A DElement.java126 Collection<? extends Date> getDates(); in getDates() method
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/citation/
H A DCitation.java87 Collection<? extends CitationDate> getDates(); in getDates() method
/dports/net-mgmt/librenms/librenms-21.5.1/
H A Dbilling-calculate.php31 $day_data = getDates($bill['bill_day'], $i);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/
H A DHasAttributes.php176 foreach ($this->getDates() as $key) {
767 return in_array($key, $this->getDates(), true) ||
1085 public function getDates() function
1632 && \in_array($key, $this->getDates(), false)) {
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/card/asn1/
H A Dtest_CVCertificateBody.cpp24 void getDates() in getDates() function in test_CVCertificateBody
/dports/net-mgmt/librenms/librenms-21.5.1/includes/
H A Dbilling.php16 function getDates($dayofmonth, $months = 0) function
62 $tmp = getDates($bill_day, 0);
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/format/support/
H A DFormattingConversionServiceTests.java278 public List<Date> getDates() { in getDates() method in FormattingConversionServiceTests.Model
296 public List<Date> getDates() { in getDates() method in FormattingConversionServiceTests.ModelWithPlaceholders
/dports/textproc/R-cran-openxlsx/openxlsx/src/
H A Dopenxlsx.h69 bool getDates);
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/table/
H A Dbills.inc.php85 $day_data = getDates($bill['bill_day']);
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dbill.inc.php26 $day_data = getDates($dayofmonth);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/
H A Dentities.php643 return \Elgg\Database\Entities::with($options)->getDates();
/dports/www/pear-Services_Delicious/Services_Delicious-0.6.0/Services/
H A DDelicious.php276 function getDates() function in Services_Delicious
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbaseguitest/
H A Dskgtestperiodedit.cpp79 …SKGPeriodEdit::getDates(static_cast<SKGPeriodEdit::PeriodMode>(period), static_cast<SKGPeriodEdit:… in TestPeriods()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/citeproc-0.3.0.7/src/Citeproc/
H A DEval.hs707 ds' = getDates xs
717 getDates :: [Output a] -> [Date]
718 getDates (Tagged (TagDate d) _ : xs)
719 = d : getDates xs
720 getDates (_ : xs) = getDates xs function
721 getDates [] = [] function
840 getDates :: Output a -> [Date]
841 getDates x = [d | Tagged (TagDate d) _ <- universe x] function
847 | d <- getDates x

12