Home
last modified time | relevance | path

Searched refs:birthDate (Results 1 – 25 of 98) sorted by relevance

1234

/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/id_ID/
H A DPerson.php304 public function nik($gender = null, $birthDate = null) argument
310 if (!$birthDate) {
311 $birthDate = $this->generator->dateTimeBetween();
320 $nik .= $birthDate->format('d') + 40;
322 $nik .= $birthDate->format('d');
325 $nik .= $birthDate->format('my');
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/test/java/org/springframework/jdbc/core/test/
H A DSpacePerson.java30 private java.util.Date birthDate; field in SpacePerson
51 return birthDate; in getBirthDate()
54 public void setBirth_date(java.util.Date birthDate) { in setBirth_date() argument
55 this.birthDate = birthDate; in setBirth_date()
/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/kk_KZ/
H A DPerson.php206 …public static function individualIdentificationNumber(\DateTime $birthDate = null, $gender = self:… argument
208 if (!$birthDate) {
209 $birthDate = DateTime::dateTimeBetween();
214 $century = self::getCenturyByYear((int) $birthDate->format('Y'));
216 $iin = $birthDate->format('ymd');
/dports/databases/p5-Tangram/Tangram-2.12/t/springfield/
H A D15-datetime.t30 ?( birthDate => '1963-8-13',
66 like($jll->{birthDate}, qr/1963/, "raw date [1]");
67 like($jll->{birthDate}, qr/13/, "raw date [2]");
68 like($jll->{birthDate}, qr/8/, "raw date [3]");
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/jackc/pgx/
H A Dbench_test.go71 birthDate *time.Time
81 &record.birthDate,
105 if record.birthDate != nil {
106 b.Fatalf("bad value for birthDate: %v", record.birthDate)
131 birthDate *time.Time
141 &record.birthDate,
165 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.Local) {
166 b.Fatalf("bad value for birthDate: %v", record.birthDate)
243 birthDate time.Time
253 &record.birthDate,
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/jackc/pgx/
H A Dbench_test.go71 birthDate *time.Time
81 &record.birthDate,
105 if record.birthDate != nil {
106 b.Fatalf("bad value for birthDate: %v", record.birthDate)
131 birthDate *time.Time
141 &record.birthDate,
165 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.Local) {
166 b.Fatalf("bad value for birthDate: %v", record.birthDate)
243 birthDate time.Time
253 &record.birthDate,
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/jackc/pgx/
H A Dbench_test.go71 birthDate *time.Time
81 &record.birthDate,
105 if record.birthDate != nil {
106 b.Fatalf("bad value for birthDate: %v", record.birthDate)
131 birthDate *time.Time
141 &record.birthDate,
165 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.Local) {
166 b.Fatalf("bad value for birthDate: %v", record.birthDate)
243 birthDate time.Time
253 &record.birthDate,
[all …]
/dports/www/e107/e107/e107_handlers/vendor/hybridauth/hybridauth/src/Provider/
H A DPaypalOpenID.php38 'birthDate/birthYear',
39 'birthDate/birthMonth',
40 'birthDate/birthday',
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgx/v4/
H A Dbench_test.go165 birthDate *time.Time
175 &record.birthDate,
199 if record.birthDate != nil {
200 b.Fatalf("bad value for birthDate: %v", record.birthDate)
225 birthDate *time.Time
235 &record.birthDate,
259 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) {
260 b.Fatalf("bad value for birthDate: %v", record.birthDate)
342 birthDate time.Time
352 &record.birthDate,
[all …]
/dports/deskutils/akonadi-import-wizard/akonadi-import-wizard-21.12.3/src/plugins/trojita/
H A Dtrojitaaddressbook.cpp52 …const QDate birthDate = QDate::fromString(settings->value(QStringLiteral("anniversary")).toString(… in readAddressBook() local
53 if (birthDate.isValid()) { in readAddressBook()
54 contactABC.setBirthday(birthDate); in readAddressBook()
/dports/devel/poco/poco-1.10.1-all/MongoDB/testsuite/src/
H A DMongoDBTest.cpp102 Poco::DateTime birthDate(birthDateTimestamp); in testQueryRequest() local
103 assertTrue (birthDate.year() == 1969 && birthDate.month() == 3 && birthDate.day() == 9); in testQueryRequest()
143 Poco::DateTime birthDate(birthDateTimestamp); in testDBQueryRequest() local
144 assertTrue (birthDate.year() == 1969 && birthDate.month() == 3 && birthDate.day() == 9); in testDBQueryRequest()
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/User/
H A DConditionsController.php206 $birthDate = $lib->getBirthDate($user);
208 if (! $birthDate) {
214 return $birthDate <= $required;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_PlusMomentsService.php92 public $birthDate; variable in Google_ItemScope
200 public function setBirthDate($birthDate) { argument
201 $this->birthDate = $birthDate;
204 return $this->birthDate;
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/XMLDB/
H A DXMLCategory.cpp225 void XMLDB::XMLCategory::setBirthDate(const QString &item, const QDate &birthDate) in setBirthDate() argument
227 m_birthDates.insert(item, birthDate); in setBirthDate()
230 QDate XMLDB::XMLCategory::birthDate(const QString &item) const in birthDate() function in XMLDB::XMLCategory
H A DXMLCategory.h74 void setBirthDate(const QString &item, const QDate &birthDate) override;
75 QDate birthDate(const QString &item) const override;
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/DB/
H A DCategory.h84 virtual void setBirthDate(const QString &item, const QDate &birthDate) = 0;
85 virtual QDate birthDate(const QString &item) const = 0;
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Utilities/
H A DDescriptionUtil.cpp341 const QDate birthDate = category->birthDate(item); in formatAge() local
345 if (birthDate.isNull() || !info->date().isValid()) in formatAge()
348 const AgeSpec minAge = dateDifference(birthDate, start); in formatAge()
349 const AgeSpec maxAge = dateDifference(birthDate, end); in formatAge()
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgx/v4/
H A Dbench_test.go168 birthDate *time.Time
178 &record.birthDate,
202 if record.birthDate != nil {
203 b.Fatalf("bad value for birthDate: %v", record.birthDate)
228 birthDate *time.Time
238 &record.birthDate,
262 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) {
263 b.Fatalf("bad value for birthDate: %v", record.birthDate)
345 birthDate time.Time
355 &record.birthDate,
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgx/v4/
H A Dbench_test.go168 birthDate *time.Time
178 &record.birthDate,
202 if record.birthDate != nil {
203 b.Fatalf("bad value for birthDate: %v", record.birthDate)
228 birthDate *time.Time
238 &record.birthDate,
262 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) {
263 b.Fatalf("bad value for birthDate: %v", record.birthDate)
345 birthDate time.Time
355 &record.birthDate,
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgx/v4/
H A Dbench_test.go168 birthDate *time.Time
178 &record.birthDate,
202 if record.birthDate != nil {
203 b.Fatalf("bad value for birthDate: %v", record.birthDate)
228 birthDate *time.Time
238 &record.birthDate,
262 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) {
263 b.Fatalf("bad value for birthDate: %v", record.birthDate)
345 birthDate time.Time
355 &record.birthDate,
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgx/v4/
H A Dbench_test.go168 birthDate *time.Time
178 &record.birthDate,
202 if record.birthDate != nil {
203 b.Fatalf("bad value for birthDate: %v", record.birthDate)
228 birthDate *time.Time
238 &record.birthDate,
262 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) {
263 b.Fatalf("bad value for birthDate: %v", record.birthDate)
345 birthDate time.Time
355 &record.birthDate,
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgx/v4/
H A Dbench_test.go168 birthDate *time.Time
178 &record.birthDate,
202 if record.birthDate != nil {
203 b.Fatalf("bad value for birthDate: %v", record.birthDate)
228 birthDate *time.Time
238 &record.birthDate,
262 if record.birthDate == nil || *record.birthDate != time.Date(1970, 1, 1, 0, 0, 0, 0, time.UTC) {
263 b.Fatalf("bad value for birthDate: %v", record.birthDate)
345 birthDate time.Time
355 &record.birthDate,
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/
H A DctkDicomAppHostingTypes.cpp117 left.birthDate == right.birthDate && in operator ==()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Tools/
H A DPatriarchsMan.cs53 int birthDate = context.FindBirthYear(iRec); in GetPatriarchsList()
62 res = (res && birthDate != 0); in GetPatriarchsList()
68 pObj.BirthYear = birthDate; in GetPatriarchsList()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dplayerdatabase.cpp248 QString birthDate; in readPlayerData() local
253 m_datads >> birthDate; in readPlayerData()
258 if(birthDate.contains('.')) in readPlayerData()
260 pd.setDateOfBirth(PartialDate(birthDate)); in readPlayerData()

1234