Home
last modified time | relevance | path

Searched refs:getCreationTime (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/views/markers/
H A DMarkerCreationTimeField.java35 long creationTime = ((MarkerSupportItem) item).getCreationTime(); in getValue()
44 long time1 = ((MarkerSupportItem) item1).getCreationTime(); in compare()
45 long time2 = ((MarkerSupportItem) item2).getCreationTime(); in compare()
60 long creationTime=((MarkerEntry)element).getCreationTime(); in update()
H A DDeltaMarkerEntry.java59 long getCreationTime() { in getCreationTime() method in DeltaMarkerEntry
61 return super.getCreationTime(); in getCreationTime()
/dports/audio/polyphone/polyphone-75a5e88/sources/repository/soundfont/viewer/
H A Dsoundfontcomment.cpp47 return s1->getCreationTime() > s2->getCreationTime();
52 return s1->getCreationTime() < s2->getCreationTime();
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/dht/impl/
H A DDHTPluginValueImpl.java46 getCreationTime() in getCreationTime() method in DHTPluginValueImpl
48 return( value.getCreationTime()); in getCreationTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_check/android/internal/java/src/org/chromium/chrome/browser/password_check/
H A DPasswordCheckMediator.java412 if (lhsInitial && rhsInitial && lhs.getCreationTime() != rhs.getCreationTime()) { in sortCredentials()
413 return -Long.compare(lhs.getCreationTime(), rhs.getCreationTime()); in sortCredentials()
418 if (!lhsInitial && !rhsInitial && lhs.getCreationTime() != rhs.getCreationTime()) { in sortCredentials()
419 return Long.compare(lhs.getCreationTime(), rhs.getCreationTime()); in sortCredentials()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/
H A DUtil.java83 public static String getCreationTime(long timestamp) { in getCreationTime() method in Util
97 public static String getCreationTime(IMarker marker) { in getCreationTime() method in Util
99 return getCreationTime(marker.getCreationTime()); in getCreationTime()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMessageStore.h83 virtual UtcTimeStamp getCreationTime() const throw ( IOException ) = 0;
119 UtcTimeStamp getCreationTime() const throw ( IOException ) in getCreationTime() function
167 UtcTimeStamp getCreationTime( bool&, IOException& );
/dports/databases/hbase/hbase-1.2.1/hbase-shell/src/main/ruby/shell/commands/
H A Ddelete_all_snapshot.rb36 creation_time = Time.at(snapshot.getCreationTime() / 1000).to_s
55 creation_time = Time.at(snapshot.getCreationTime() / 1000).to_s
/dports/devel/stack/stack-2.7.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/easy-file-0.2.2/System/EasyFile/
H A DMissing.hs63 getCreationTime :: FilePath -> IO (Maybe UTCTime)
65 getCreationTime file = Just . creationTime <$> fileTime file function
67 getCreationTime _ = return Nothing function
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/bindings/wp8/
H A DMContactRequest.cpp82 int64_t MContactRequest::getCreationTime() in getCreationTime() function in MContactRequest
84 return megaContactRequest ? megaContactRequest->getCreationTime() : 0; in getCreationTime()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.net.http/share/classes/jdk/internal/net/http/common/
H A DImmutableSSLSession.java53 public long getCreationTime() { in getCreationTime() method in ImmutableSSLSession
54 return delegate.getCreationTime(); in getCreationTime()

12345678910>>...22