Home
last modified time | relevance | path

Searched refs:getCreationDate (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.core/src/org/eclipse/tips/core/
H A DTip.java63 public abstract Date getCreationDate(); in getCreationDate() method in Tip
74 result = prime * result + ((getCreationDate() == null) ? 0 : getCreationDate().hashCode()); in hashCode()
92 if (getCreationDate() == null) { in equals()
93 if (other.getCreationDate() != null) { in equals()
96 } else if (!getCreationDate().equals(other.getCreationDate())) { in equals()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DLock.java98 aLock.getCreationDate() == null ? 0 in Lock()
99 : aLock.getCreationDate().getTime() * 1000, in Lock()
139 public Date getCreationDate() in getCreationDate() method in Lock
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DLock.java98 aLock.getCreationDate() == null ? 0 in Lock()
99 : aLock.getCreationDate().getTime() * 1000, in Lock()
139 public Date getCreationDate() in getCreationDate() method in Lock
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DLock.java98 aLock.getCreationDate() == null ? 0 in Lock()
99 : aLock.getCreationDate().getTime() * 1000, in Lock()
139 public Date getCreationDate() in getCreationDate() method in Lock
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/javahl/src/org/tigris/subversion/javahl/
H A DLock.java98 aLock.getCreationDate() == null ? 0 in Lock()
99 : aLock.getCreationDate().getTime() * 1000, in Lock()
139 public Date getCreationDate() in getCreationDate() method in Lock
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/tests/Integration/Domain/Repository/Identity/
H A DAdministratorRepositoryTest.php61 static::assertEquals($creationDate, $actualModel->getCreationDate());
79 $creationDate = $model->getCreationDate();
84 static::assertSame($creationDate, $model->getCreationDate());
118 static::assertSimilarDates($expectedCreationDate, $model->getCreationDate());
H A DAdministratorTokenRepositoryTest.php65 static::assertEquals($creationDate, $model->getCreationDate());
104 $creationDate = $model->getCreationDate();
109 static::assertEquals($creationDate, $model->getCreationDate());
124 static::assertSimilarDates($expectedCreationDate, $model->getCreationDate());
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFMetadata.java136 if (info.getCreationDate() == null) { in createXMPFromPDFDocument()
164 dc.addDate(info.getCreationDate()); in createXMPFromPDFDocument()
202 pdfvt.setModifyDate(info.getCreationDate()); in createXMPFromPDFDocument()
208 xmpBasic.setCreateDate(info.getCreationDate()); in createXMPFromPDFDocument()
213 xmpBasic.setModifyDate(info.getCreationDate()); in createXMPFromPDFDocument()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/engine/dbcommand/
H A DGetCharacterCreationDateCommand.java43 date = dao.getCreationDate(transaction, charname); in execute()
51 public Date getCreationDate() { in getCreationDate() method in GetCharacterCreationDateCommand
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/
H A DSessionResultFilter.java221 comparison = lhs.getCreationDate().compareTo(rhs.getCreationDate()); in compare()
224 comparison = lhs.getLastActiveDate().compareTo(rhs.getCreationDate()); in compare()
H A DOfflineMessage.java44 public Date getCreationDate() { in getCreationDate() method in OfflineMessage
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/session/
H A DRemoteSessionTask.java63 else if (operation == Operation.getCreationDate) { in run()
64 result = getSession().getCreationDate(); in run()
154 getCreationDate, enumConstant
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/tests/Unit/Domain/Model/Subscription/
H A DSubscriptionTest.php85 static::assertNull($this->subject->getCreationDate());
95 static::assertSimilarDates(new \DateTime(), $this->subject->getCreationDate());
H A DSubscriberTest.php66 static::assertNull($this->subject->getCreationDate());
76 static::assertSimilarDates(new \DateTime(), $this->subject->getCreationDate());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/tests/Unit/Domain/Model/Identity/
H A DAdministratorTokenTest.php65 static::assertNull($this->subject->getCreationDate());
75 static::assertSimilarDates(new \DateTime(), $this->subject->getCreationDate());
H A DAdministratorTest.php102 static::assertNull($this->subject->getCreationDate());
112 static::assertSimilarDates(new \DateTime(), $this->subject->getCreationDate());
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/cookies/
H A DCanonicalCookieTest.java58 Assert.assertEquals(lhs.getCreationDate(), rhs.getCreationDate()); in assertCookiesEqual()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/tests/Unit/Domain/Model/Messaging/
H A DSubscriberListTest.php67 static::assertNull($this->subject->getCreationDate());
77 static::assertSimilarDates(new \DateTime(), $this->subject->getCreationDate());
/dports/www/ilias/ILIAS-5.4.25/Services/Export/classes/
H A Dclass.ilExportFileInfo.php168 public function getCreationDate() function in ilExportFileInfo
205 …$db->quote($this->getCreationDate()->get(IL_CAL_DATETIME, '', ilTimeZone::UTC), 'timestamp') . ' '…
/dports/www/ilias6/ILIAS-6.14/Services/Export/classes/
H A Dclass.ilExportFileInfo.php168 public function getCreationDate() function in ilExportFileInfo
205 …$db->quote($this->getCreationDate()->get(IL_CAL_DATETIME, '', ilTimeZone::UTC), 'timestamp') . ' '…
/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/tests/
H A DSignatureTest.php108 $this->assertEquals(1221785858, $signature->getCreationDate());
184 $this->assertEquals(1221785858, $signature->getCreationDate());
/dports/java/bouncycastle15/crypto-169/prov/src/test/java/org/bouncycastle/jce/provider/test/
H A DBCFKSStoreTest.java254 Date entryDate = store1.getCreationDate("cert"); in shouldStoreOneCertificateWithECDSASignature()
299 Date entryDate = store1.getCreationDate("cert"); in shouldStoreOneCertificateWithECDSASignatureAndCertificates()
382 Date entryDate = store1.getCreationDate("cert"); in shouldStoreOneCertificateWithDSASignature()
427 Date entryDate = store1.getCreationDate("cert"); in shouldStoreOneCertificateWithRSASignature()
464 Date entryDate = store1.getCreationDate("cert"); in checkOneCertificate()
474 isTrue("", entryDate.equals(store2.getCreationDate("cert"))); in checkOneCertificate()
654 Date entryDate = store1.getCreationDate("privkey"); in checkOnePrivateKey()
1101 Date entryDate = store1.getCreationDate("seckey"); in checkOneSecretKey()
1111 isTrue("", entryDate.equals(store2.getCreationDate("seckey"))); in checkOneSecretKey()
1507 Date entryDate = store1.getCreationDate("cert"); in doStoreUsingStoreParameter()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/src/Domain/Model/Interfaces/
H A DCreationDate.php20 public function getCreationDate(); function
/dports/www/ilias6/ILIAS-6.14/Services/MainMenu/classes/Storage/Information/
H A DInformation.php42 public function getCreationDate() : DateTimeImmutable; function
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/phplist/core/src/Domain/Model/Traits/
H A DCreationDateTrait.php23 public function getCreationDate() function

12345678910>>...16