Home
last modified time | relevance | path

Searched refs:setStartDate (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/tests/
H A Dmymoneybudget-test.cpp44 period.setStartDate(QDate(2010, 1, 1)); in addMonthlyToMonthly()
65 period.setStartDate(QDate(2010, 1, 1)); in addMonthlyToYearly()
89 period.setStartDate(QDate(2010, 1, 1)); in addMonthlyToMonthByMonth()
97 period.setStartDate(date); in addMonthlyToMonthByMonth()
119 period.setStartDate(QDate(2010, 1, 1)); in addYearlyToMonthly()
143 period.setStartDate(QDate(2010, 1, 1)); in addYearlyToYearly()
164 period.setStartDate(QDate(2010, 1, 1)); in addYearlyToMonthByMonth()
172 period.setStartDate(date); in addYearlyToMonthByMonth()
202 period.setStartDate(date); in addMonthByMonthToMonthly()
232 period.setStartDate(date); in addMonthByMonthToYearly()
[all …]
H A Dmymoneyschedule-test.cpp130 s.setStartDate(QDate(2007, 1, 1)); in testAddHalfMonths()
212 s.setStartDate(QDate(2007, 1, 1)); in testAddHalfMonths()
216 s.setStartDate(QDate(2007, 1, 12)); in testAddHalfMonths()
221 s.setStartDate(QDate(2007, 1, 13)); in testAddHalfMonths()
226 s.setStartDate(QDate(2007, 1, 14)); in testAddHalfMonths()
231 s.setStartDate(QDate(2007, 1, 15)); in testAddHalfMonths()
236 s.setStartDate(QDate(2007, 1, 16)); in testAddHalfMonths()
241 s.setStartDate(QDate(2007, 1, 27)); in testAddHalfMonths()
246 s.setStartDate(QDate(2007, 1, 28)); in testAddHalfMonths()
316 s.setStartDate(QDate(2007, 1, 2)); in testModifyNextDueDate()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/test/model/service/
H A DLeavePeriodServiceGenerateStartDateTest.php206 $leavePeriodDataHolder->setStartDate('04-01');
221 $leavePeriodDataHolder->setStartDate('04-01');
236 $leavePeriodDataHolder->setStartDate('03-05');
251 $leavePeriodDataHolder->setStartDate('01-15');
/dports/editors/calligra/calligra-3.2.1/sheets/plugins/calendar/
H A DCalendarToolWidget.cpp106 connect(m_datePicker, SIGNAL(dateSelected(QDate)), this, SLOT(setStartDate(QDate))); in showStartDatePicker()
107 connect(m_datePicker, SIGNAL(dateEntered(QDate)), this, SLOT(setStartDate(QDate))); in showStartDatePicker()
121 void CalendarToolWidget::setStartDate(const QDate& date) in setStartDate() function in Calligra::Sheets::CalendarToolWidget
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/kolab/pimkolab/kolabformatV2/
H A Dincidence.h74 virtual void setStartDate(const QDateTime &startDate);
75 virtual void setStartDate(const QDate &startDate);
76 virtual void setStartDate(const QString &startDate);
H A Djournal.cpp53 void Journal::setStartDate(const QDateTime &startDate) in setStartDate() function in Journal
81 setStartDate(stringToDateTime(t)); in loadAttribute()
160 setStartDate(localToUTC(journal->dtStart())); in setFields()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/test/model/dao/
H A DLeavePeriodDaoTest.php44 $leavePeriod->setStartDate("2008-01-31");
62 $leavePeriod->setStartDate("2010-01-31");
167 $leavePeriod->setStartDate("2008-01-31");
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtquickcontrols/examples/quickcontrols/controls/calendar/src/
H A Devent.h63 Q_PROPERTY(QDateTime startDate READ startDate WRITE setStartDate NOTIFY startDateChanged)
72 void setStartDate(const QDateTime &startDate);
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/calendar/
H A Dcalendardata.h20 Q_PROPERTY(QDate startDate READ startDate WRITE setStartDate NOTIFY startDateChanged)
48 void setStartDate(const QDate &dateTime);
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativeplaces/
H A Dqdeclarativeperiod_p.h62 Q_PROPERTY(QDate startDate READ startDate WRITE setStartDate NOTIFY startDateChanged)
76 void setStartDate(const QDate &data);
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/calendarstore/
H A DCalEvent.inc30 procedure setStartDate(newValue: NSDate); message 'setStartDate:';
/dports/net/libkgapi/libkgapi-21.12.3/src/blogger/
H A Dcommentfetchjob.h29 WRITE setStartDate)
56 void setStartDate(const QDateTime &startDate);
H A Dpostfetchjob.h43 WRITE setStartDate)
86 void setStartDate(const QDateTime &startDate);
/dports/www/ilias/ILIAS-5.4.25/Services/BackgroundTask/classes/
H A Dclass.ilBackgroundTask.php170 protected function setStartDate(ilDateTime $a_val) function in ilBackgroundTask
325 $this->setStartDate(new ilDateTime($rec["start_date"], IL_CAL_DATETIME));
357 $this->setStartDate(new ilDateTime(time(), IL_CAL_UNIX));
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/eventkit/
H A DEKEvent.inc37 procedure setStartDate(newValue: NSDate); message 'setStartDate:';
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/x509/
H A DV1TBSCertificateGenerator.java67 public void setStartDate( in setStartDate() method in V1TBSCertificateGenerator
73 public void setStartDate( in setStartDate() method in V1TBSCertificateGenerator
H A DV3TBSCertificateGenerator.java76 public void setStartDate( in setStartDate() method in V3TBSCertificateGenerator
82 public void setStartDate( in setStartDate() method in V3TBSCertificateGenerator
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/asn1/x509/
H A DV1TBSCertificateGenerator.java62 public void setStartDate( in setStartDate() method in V1TBSCertificateGenerator
68 public void setStartDate( in setStartDate() method in V1TBSCertificateGenerator
H A DV3TBSCertificateGenerator.java70 public void setStartDate( in setStartDate() method in V3TBSCertificateGenerator
76 public void setStartDate( in setStartDate() method in V3TBSCertificateGenerator
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/
H A DX509v2AttributeCertificateBuilder.java48 acInfoGen.setStartDate(new ASN1GeneralizedTime(notBefore)); in X509v2AttributeCertificateBuilder()
71 acInfoGen.setStartDate(new ASN1GeneralizedTime(notBefore, dateLocale)); in X509v2AttributeCertificateBuilder()
85 acInfoGen.setStartDate(new ASN1GeneralizedTime(template.getNotBefore())); in X509v2AttributeCertificateBuilder()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/Entity/
H A DEmployeeJobDetail.php189 public function setStartDate($startDate) function in Orangehrm\\Rest\\Api\\Pim\\Entity\\EmployeeJobDetail
241 $this->setStartDate(substr($employee->contracts[0]->getStartDate(), 0, -9));
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/xml/tests/
H A Dmymoneyxmlcontenthandler-test.cpp1490 sch.setStartDate(startDate); in testPaymentDates()
1499 sch.setStartDate(startDate); in testPaymentDates()
1522 sch.setStartDate(startDate); in testPaymentDates()
1535 sch.setStartDate(startDate); in testPaymentDates()
1548 sch.setStartDate(startDate); in testPaymentDates()
1566 sch.setStartDate(startDate); in testPaymentDates()
1580 sch.setStartDate(startDate); in testPaymentDates()
1593 sch.setStartDate(startDate); in testPaymentDates()
1606 sch.setStartDate(startDate); in testPaymentDates()
1621 sch.setStartDate(startDate); in testPaymentDates()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/
H A DCarbonPeriod.php661 $this->setStartDate($parsedDate);
674 $this->setStartDate(Carbon::now());
868 $this->setStartDate($start);
1259 public function setStartDate($date, $inclusive = null) function in Carbon\\CarbonPeriod
1627 return $this->setStartDate($first, $second);
1630 return $this->setStartDate(new Carbon(), $first);
1716 $this->setStartDate($this->startDate->setTimezone($timezone));
1739 $this->setStartDate($this->startDate->shiftTimezone($timezone));
2129 $this->setStartDate($this->getStartDate()->roundUnit($unit, $precision, $function));
/dports/deskutils/zanshin/zanshin-21.12.3/src/presentation/
H A Deditormodel.h34 Q_PROPERTY(QDate startDate READ startDate WRITE setStartDate NOTIFY startDateChanged)
69 void setStartDate(const QDate &start);
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/
H A Dkptaccountsview.cpp145 void AccountsTreeView::setStartDate(const QDate &date) in setStartDate() function in KPlato::AccountsTreeView
147 model()->setStartDate(date); in setStartDate()
320 m_view->setStartDate(QDate::fromString(context.attribute("start-date", ""), Qt::ISODate)); in loadContext()

12345678910>>...14