Home
last modified time | relevance | path

Searched refs:getModifiedTime (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Application/
H A DServeFileHandlerUnitTest.php126 $request->headers->set('if_none_match', '"' . $test_file->getModifiedTime() . '"');
189 $this->assertEquals('"' . $test_file->getModifiedTime() . '"', $response->headers->get('Etag'));
217 $this->assertEquals('"' . $test_file->getModifiedTime() . '"', $response->headers->get('Etag'));
251 $request->headers->set('if_none_match', '"' . $test_file->getModifiedTime() . '"');
271 $request->headers->set('if_none_match', '"' . $test_file->getModifiedTime() . '-gzip"');
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/filetree/
H A DRemoteFileNode.java89 long modTime = fat.getModifiedTime().longValue()*1000; in RemoteFileNode()
253 public Date getModifiedTime() in getModifiedTime() method in RemoteFileNode
307 long modTime = fat.getModifiedTime().longValue()*1000; in put()
319 long modTime = fat.getModifiedTime().longValue()*1000; in stat()
H A DFileSystemModel.java240 return ((RemoteFileNode)node).getModifiedTime() != null ? in getValueAt()
241 formatter.format(((RemoteFileNode)node).getModifiedTime()) : null; in getValueAt()
/dports/www/aria2/aria2-1.36.0/src/
H A DFile.h121 Time getModifiedTime();
/dports/math/reduce/Reduce-svn5758-src/jslisp/src/java/org/mathpiper/mpreduce/zip/
H A DGZIPHeader.java57 public long getModifiedTime() { in getModifiedTime() method in GZIPHeader
H A DGZIPInputStream.java57 return inflater.istate.getGZIPHeader().getModifiedTime(); in getModifiedtime()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/main/java/org/apache/hadoop/yarn/server/timeline/
H A DMemoryTimelineStore.java244 domain.getModifiedTime()); in getDomain()
264 domain.getModifiedTime()); in getDomains()
274 return domain2.getModifiedTime().compareTo( in getDomains()
275 domain1.getModifiedTime()); in getDomains()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DReply.php105 public function getModifiedTime() function in Google_Service_Drive_Reply
H A DRevision.php101 public function getModifiedTime() function in Google_Service_Drive_Revision
H A DComment.php111 public function getModifiedTime() function in Google_Service_Drive_Comment
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DReply.php105 public function getModifiedTime() function in Google_Service_Drive_Reply
H A DComment.php111 public function getModifiedTime() function in Google_Service_Drive_Comment
H A DRevision.php102 public function getModifiedTime() function in Google_Service_Drive_Revision
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/Android/
H A DOgreAPKFileSystemArchive.h80 time_t getModifiedTime(const String& filename);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreFileSystem.h107 time_t getModifiedTime(const String& filename);
H A DOgreArchive.h216 virtual time_t getModifiedTime(const String& filename) = 0;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreArchive.h201 virtual time_t getModifiedTime(const String& filename) const = 0;
/dports/lang/ferite/ferite-1.0.2/tools/farm/rulesets/
H A DRuleSets.fe72 … if( sstat == null or dstat == null or (dstat.getModifiedTime() < sstat.getModifiedTime()) )
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/Android/
H A DOgreAPKFileSystemArchive.cpp50 time_t getModifiedTime(const String& filename) const;
222 time_t APKFileSystemArchive::getModifiedTime(const Ogre::String &filename) const in getModifiedTime() function in Ogre::APKFileSystemArchive
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/extraction/
H A DTskL01Extract.h78 const uint32_t getModifiedTime(ewf::libewf_file_entry_t *node);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/timeline/
H A DTimelineDomain.java181 public Long getModifiedTime() { in getModifiedTime() method in TimelineDomain
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DMissionSpecDialogModel.h68 SCP_string getModifiedTime();
/dports/archivers/jzlib/jzlib-1.1.1/src/main/java/com/jcraft/jzlib/
H A DGZIPInputStream.java54 return inflater.istate.getGZIPHeader().getModifiedTime(); in getModifiedtime()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jzlib/
H A DGZIPInputStream.java54 return inflater.istate.getGZIPHeader().getModifiedTime(); in getModifiedtime()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jzlib/
H A DGZIPInputStream.java54 return inflater.istate.getGZIPHeader().getModifiedTime(); in getModifiedtime()

1234