/dports/www/kanboard/kanboard-1.2.21/app/Controller/ |
H A D | AnalyticController.php | 24 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 D | skgperiodedit.h | 122 …static void getDates(PeriodMode iPeriod, PeriodInterval iInterval, int iValue, QDate& oBeginDate, … 130 void getDates(QDate& oBeginDate, QDate& oEndDate);
|
H A D | skgperiodedit.cpp | 202 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 386 …getDates(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 D | getDates.php | 7 $dates = $dlc->getDates();
|
/dports/textproc/R-cran-openxlsx/openxlsx/R/ |
H A D | RcppExports.R | 84 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 D | DateFilter.php | 36 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 D | DownloadHistoryManager.java | 53 getDates( in getDates() method
|
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PhotosLibrary/ |
H A D | DateFilter.php | 36 public function getDates() function in Google_Service_PhotosLibrary_DateFilter
|
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/date_datetime/ |
H A D | oldDateVector.h | 35 inline std::vector<Date> getDates() const { in getDates() function
|
H A D | newDateVector.h | 39 inline std::vector<Date> getDates() const { in getDates() function
|
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/ |
H A D | HasAttributes.php | 125 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 D | Element.java | 126 Collection<? extends Date> getDates(); in getDates() method
|
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/citation/ |
H A D | Citation.java | 87 Collection<? extends CitationDate> getDates(); in getDates() method
|
/dports/net-mgmt/librenms/librenms-21.5.1/ |
H A D | billing-calculate.php | 31 $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 D | HasAttributes.php | 176 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 D | test_CVCertificateBody.cpp | 24 void getDates() in getDates() function in test_CVCertificateBody
|
/dports/net-mgmt/librenms/librenms-21.5.1/includes/ |
H A D | billing.php | 16 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 D | FormattingConversionServiceTests.java | 278 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 D | openxlsx.h | 69 bool getDates);
|
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/table/ |
H A D | bills.inc.php | 85 $day_data = getDates($bill['bill_day']);
|
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/ |
H A D | bill.inc.php | 26 $day_data = getDates($dayofmonth);
|
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/lib/ |
H A D | entities.php | 643 return \Elgg\Database\Entities::with($options)->getDates();
|
/dports/www/pear-Services_Delicious/Services_Delicious-0.6.0/Services/ |
H A D | Delicious.php | 276 function getDates() function in Services_Delicious
|
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbaseguitest/ |
H A D | skgtestperiodedit.cpp | 79 …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 D | Eval.hs | 707 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
|