Home
last modified time | relevance | path

Searched refs:getModifiedTime (Results 26 – 50 of 81) sorted by relevance

1234

/dports/www/nextcloud/nextcloud/lib/private/FullTextSearch/Model/
H A DIndexDocument.php213 final public function getModifiedTime(): int { function in OC\\FullTextSearch\\Model\\IndexDocument
974 'modifiedTime' => $this->getModifiedTime(),
/dports/science/py-h5json/h5json-1.1.3/h5json/
H A Dhdf5db.py303 def getModifiedTime(self, uuid, objType="object", name=None, useRoot=True): member in Hdf5db
781 item['mtime'] = self.getModifiedTime(obj_uuid)
961 if self.getModifiedTime(obj_uuid, useRoot=False):
1000 item['mtime'] = self.getModifiedTime(obj_uuid)
1085 item['mtime'] = self.getModifiedTime(obj_uuid)
1119 if self.getModifiedTime(obj_uuid, useRoot=False):
1137 item['mtime'] = self.getModifiedTime(obj_uuid)
1261 item['mtime'] = self.getModifiedTime(obj_uuid, objType="attribute", name=name)
2820 item['mtime'] = self.getModifiedTime(obj_uuid)
2966 if self.getModifiedTime(obj_uuid, useRoot=False):
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreZip.h110 time_t getModifiedTime(const String& filename);
/dports/www/aria2/aria2-1.36.0/test/
H A DMultiDiskAdaptorTest.cc434 File(entries[0]->getPath()).getModifiedTime().getTimeFromEpoch()); in testUtime()
438 File(entries[3]->getPath()).getModifiedTime().getTimeFromEpoch()); in testUtime()
442 File(entries[2]->getPath()).getModifiedTime().getTimeFromEpoch()); in testUtime()
H A DFileTest.cc269 CPPUNIT_ASSERT_EQUAL((time_t)mtime, f.getModifiedTime().getTimeFromEpoch()); in testUtime()
/dports/archivers/jzlib/jzlib-1.1.1/src/main/java/com/jcraft/jzlib/
H A DGZIPHeader.java77 public long getModifiedTime() { in getModifiedTime() method in GZIPHeader
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jzlib/
H A DGZIPHeader.java77 public long getModifiedTime() { in getModifiedTime() method in GZIPHeader
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jzlib/
H A DGZIPHeader.java77 public long getModifiedTime() { in getModifiedTime() method in GZIPHeader
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/
H A DElggFileUnitTest.php41 $time = $this->file->getModifiedTime();
43 $this->assertNotEquals($time, $this->file->getModifiedTime());
/dports/www/nextcloud/nextcloud/lib/public/FullTextSearch/Model/
H A DIIndexDocument.php119 public function getModifiedTime(): int; function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreFileSystem.cpp115 time_t getModifiedTime(const String& filename) const;
540 time_t FileSystemArchive::getModifiedTime(const String& filename) const in getModifiedTime() function in Ogre::FileSystemArchive
H A DOgreZip.cpp90 time_t getModifiedTime(const String& filename) const;
387 time_t ZipArchive::getModifiedTime(const String& filename) const in getModifiedTime() function in Ogre::ZipArchive
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md48 * Improved the error message in getModifiedTime when a file asset uses an invalid file
/dports/www/aria2/aria2-1.36.0/src/
H A DHttpRequestCommand.cc167 file.getModifiedTime().toHTTPDate()); in executeInternal()
H A DFile.cc366 Time File::getModifiedTime() in mkdirs() function in aria2::File
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/Android/
H A DOgreAPKFileSystemArchive.cpp167 time_t APKFileSystemArchive::getModifiedTime(const Ogre::String &filename) in getModifiedTime() function in Ogre::APKFileSystemArchive
/dports/www/owncloud/owncloud/apps/files_external/lib/Lib/Storage/
H A DGoogle.php416 $stat['mtime'] = \strtotime($file->getModifiedTime());
768 $childMTime = \strtotime($child->getModifiedTime());
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/components/filetree/
H A DRemoteFileNode_ESTest.java107 remoteFileNode0.getModifiedTime(); in test07()
564 Date date0 = remoteFileNode0.getModifiedTime(); in test46()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/extraction/
H A DTskL01Extract.cpp501 fileInfo.mtime = getModifiedTime(parent); in traverse()
668 const uint32_t TskL01Extract::getModifiedTime(ewf::libewf_file_entry_t *node) in getModifiedTime() function in TskL01Extract
/dports/lang/ferite/ferite-1.0.2/scripts/test-suite/
H A Dposix.fe114 function getModifiedTime() { }
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/
H A DElggFile.php310 public function getModifiedTime() { function in ElggFile
/dports/www/davix/davix-0.7.6/test/pywebdav/lib/
H A Dlocks.py191 def getModifiedTime(self): member in LockItem
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DDriveFile.php314 public function getModifiedTime() function in Google_Service_Drive_DriveFile
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/
H A DTimelineStoreTestUtils.java957 assertTrue(actualDomain1.getModifiedTime() > 0); in testGetDomain()
959 actualDomain1.getCreatedTime(), actualDomain1.getModifiedTime()); in testGetDomain()
966 assertTrue(actualDomain2.getModifiedTime() > 0); in testGetDomain()
968 actualDomain2.getCreatedTime() < actualDomain2.getModifiedTime()); in testGetDomain()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DMissionSpecDialogModel.cpp179 SCP_string MissionSpecDialogModel::getModifiedTime() { in getModifiedTime() function in fso::fred::dialogs::MissionSpecDialogModel

1234