Home
last modified time | relevance | path

Searched defs:archiveName (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/games/residualvm/residualvm-0.3.1/engines/stark/services/
H A Darchiveloader.cpp31 ArchiveLoader::LoadedArchive::LoadedArchive(const Common::String& archiveName) : in LoadedArchive()
58 bool ArchiveLoader::load(const Common::String &archiveName) { in load()
82 …Stream *ArchiveLoader::getFile(const Common::String &fileName, const Common::String &archiveName) { in getFile()
94 bool ArchiveLoader::returnRoot(const Common::String &archiveName) { in returnRoot()
101 bool ArchiveLoader::hasArchive(const Common::String &archiveName) { in hasArchive()
111 ArchiveLoader::LoadedArchive *ArchiveLoader::findArchive(const Common::String &archiveName) { in findArchive()
142 …ArchiveLoader::getExternalFile(const Common::String &fileName, const Common::String &archiveName) { in getExternalFile()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DObjectTests.cpp58 void writeFlatHierarchy(const std::string &archiveName, bool useOgawa) in writeFlatHierarchy()
96 void readFlatHierarchy(const std::string &archiveName) in readFlatHierarchy()
160 void writeThreeDeepHierarchy(const std::string &archiveName, bool useOgawa) in writeThreeDeepHierarchy()
230 void readDeepHierarchy(const std::string &archiveName) in readDeepHierarchy()
266 void readHierarchyMulti(const std::string &archiveName) in readHierarchyMulti()
391 std::string archiveName("flatHierarchy.abc"); in main() local
422 std::string archiveName("threeDeepHierarchy.abc"); in main() local
441 std::string archiveName("threeDeepHierarchy.abc"); in main() local
H A DPropertyTests.cpp63 void writeSimpleProperties(const std::string &archiveName, bool useOgawa) in writeSimpleProperties()
139 void readSimpleProperties(const std::string &archiveName) in readSimpleProperties()
395 void writeEmptyCompoundProperties(const std::string &archiveName, bool useOgawa) in writeEmptyCompoundProperties()
441 void readEmptyCompoundProperties(const std::string &archiveName) in readEmptyCompoundProperties()
511 std::string archiveName("flatHierarchy.abc"); in main() local
543 std::string archiveName("nestedCompounds.abc"); in main() local
H A DArrayPropertyTest.cpp67 void writeUInt32ArrayProperty(const std::string &archiveName, bool useOgawa) in writeUInt32ArrayProperty()
117 void readUInt32ArrayProperty(const std::string &archiveName, bool useOgawa) in readUInt32ArrayProperty()
222 void writeV3fArrayProperty(const std::string &archiveName, bool useOgawa) in writeV3fArrayProperty()
292 void readV3fArrayProperty(const std::string &archiveName, bool useOgawa) in readV3fArrayProperty()
391 void readWriteColorArrayProperty(const std::string &archiveName, bool useOgawa) in readWriteColorArrayProperty()
501 void emptyAndValueTest(const std::string &archiveName, bool useOgawa) in emptyAndValueTest()
703 std::string archiveName("v3f_array_test.abc"); in main() local
739 std::string archiveName("uint_array_test.abc"); in main() local
H A DUniformPropertyTest.cpp48 void writeProperty(const std::string &archiveName) in writeProperty()
94 void readProperty(const std::string &archiveName) in readProperty()
170 std::string archiveName("uniform_sampling_test.abc"); in main() local
H A DIdentityPropertyTest.cpp56 void writeProperty(const std::string &archiveName, bool useOgawa) in writeProperty()
110 void readProperty(const std::string &archiveName) in readProperty()
184 std::string archiveName("identity_sampling_test.abc"); in main() local
H A DCyclicPropertyTest.cpp59 void writeProperty(const std::string &archiveName, bool useOgawa) in writeProperty()
126 void readProperty(const std::string &archiveName, bool useOgawa) in readProperty()
222 std::string archiveName("cyclic_sampling_test.abc"); in main() local
H A DOctessenceBug16.cpp52 void writeSimpleProperties(const std::string &archiveName) in writeSimpleProperties()
99 void readSimpleProperties(const std::string &archiveName) in readSimpleProperties()
345 std::string archiveName("flatHierarchy.abc"); in main() local
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaArchive.cpp94 const std::string archiveName = luaL_checksstring(L, 1); in HasArchive() local
105 const std::string archiveName = luaL_checksstring(L, 1); in GetArchiveInfo() local
142 const std::string archiveName = luaL_checksstring(L, 1); in GetArchiveDependencies() local
163 const std::string archiveName = luaL_checksstring(L, 1); in GetArchiveReplaces() local
187 const std::string archiveName = luaL_checksstring(L, 1); in GetArchiveChecksum() local
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/upgrade/
H A Dupgrade_supported.go192 func upgradeToURL(archiveName, binary string, url string) error { argument
212 func readRelease(archiveName, dir, url string) (string, error) { argument
235 func readTarGz(archiveName, dir string, r io.Reader) (string, error) { argument
285 func readZip(archiveName, dir string, r io.Reader) (string, error) { argument
368 func verifyUpgrade(archiveName, tempName string, sig []byte) error { argument
/dports/devel/websvn/websvn-2.6.1/
H A Ddl.php130 $archiveName = $path; variable
135 $archiveName = substr($archiveName, 0, -1); variable
138 $archiveName = basename($archiveName); variable
142 $archiveName = $rep->name; variable
/dports/games/scummvm/scummvm-2.5.1/engines/stark/services/
H A Darchiveloader.cpp31 ArchiveLoader::LoadedArchive::LoadedArchive(const Common::String& archiveName) : in LoadedArchive()
58 bool ArchiveLoader::load(const Common::String &archiveName) { in load()
82 …Stream *ArchiveLoader::getFile(const Common::String &fileName, const Common::String &archiveName) { in getFile()
94 bool ArchiveLoader::returnRoot(const Common::String &archiveName) { in returnRoot()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcGeom/Tests/
H A DHelperLibTest.cpp58 void writeSimpleProperties(const std::string &archiveName) in writeSimpleProperties()
121 void readSimpleProperties(const std::string &archiveName) in readSimpleProperties()
406 void writeNestedCommpoundWithVis(const std::string &archiveName) in writeNestedCommpoundWithVis()
457 void readNestedCommpoundWithVis(const std::string &archiveName) in readNestedCommpoundWithVis()
574 std::string archiveName("nestedCompounds.abc"); in main() local
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Darchivelib.h117 …StoredArchiveFile(const char* name, const char* archiveName, position_type position, size_type str… in StoredArchiveFile()
122 …static StoredArchiveFile* create(const char* name, const char* archiveName, position_type position… in create()
156 …StoredArchiveTextFile(const char* name, const char* archiveName, position_type position, size_type… in StoredArchiveTextFile()
161 …static StoredArchiveTextFile* create(const char* name, const char* archiveName, position_type posi… in create()
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Darchivelib.h107 StoredArchiveFile( const char* name, const char* archiveName, position_type position, size_type str… in StoredArchiveFile()
111 static StoredArchiveFile* create( const char* name, const char* archiveName, position_type position… in create()
140 StoredArchiveTextFile( const char* name, const char* archiveName, position_type position, size_type… in StoredArchiveTextFile()
144 static StoredArchiveTextFile* create( const char* name, const char* archiveName, position_type posi… in create()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/file/
H A DOldLocalFile.php67 public static function newFromArchiveName( $title, $repo, $archiveName ) {
173 public function __construct( $title, $repo, $time, $archiveName ) {
439 protected function recordOldUpload( $srcPath, $archiveName, $timestamp, $comment, $user ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/file/
H A DOldLocalFile.php67 public static function newFromArchiveName( $title, $repo, $archiveName ) {
173 public function __construct( $title, $repo, $time, $archiveName ) {
434 protected function recordOldUpload( $srcPath, $archiveName, $timestamp, $comment, $user ) {
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/wasm/
H A DInputFiles.h57 StringRef archiveName; variable
92 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile()
155 explicit BitcodeFile(MemoryBufferRef m, StringRef archiveName) in BitcodeFile()
/dports/games/spring/spring_98.0/rts/System/FileSystem/
H A DVFSHandler.cpp38 bool CVFSHandler::AddArchive(const std::string& archiveName, bool override, const std::string& type) in AddArchive()
81 bool CVFSHandler::AddArchiveWithDeps(const std::string& archiveName, bool override, const std::stri… in AddArchiveWithDeps()
98 bool CVFSHandler::RemoveArchive(const std::string& archiveName) in RemoveArchive()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreOgawa/Tests/
H A DHashesTests.cpp52 std::string archiveName = "arrayHashTest.abc"; in testArrayPropHashes() local
273 std::string archiveName = "scalarHashTest.abc"; in testScalarPropHashes() local
475 std::string archiveName = "compoundHashTest.abc"; in testCompoundPropHashes() local
610 std::string archiveName = "objectHashTest.abc"; in testObjectHashes() local
730 std::string archiveName = "stringsHashTest.abc"; in testStringHashes() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/wasm/
H A DInputFiles.h57 std::string archiveName; variable
92 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile()
155 explicit BitcodeFile(MemoryBufferRef m, StringRef archiveName) in BitcodeFile()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/wasm/
H A DInputFiles.h57 std::string archiveName; variable
92 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile()
156 explicit BitcodeFile(MemoryBufferRef m, StringRef archiveName) in BitcodeFile()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/wasm/
H A DInputFiles.h57 std::string archiveName; variable
92 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile()
156 explicit BitcodeFile(MemoryBufferRef m, StringRef archiveName) in BitcodeFile()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/wasm/
H A DInputFiles.h57 std::string archiveName; variable
92 explicit ObjFile(MemoryBufferRef m, StringRef archiveName) in ObjFile()
155 explicit BitcodeFile(MemoryBufferRef m, StringRef archiveName) in BitcodeFile()
/dports/www/mediawiki137/mediawiki-1.37.1/includes/filerepo/file/
H A DOldLocalFile.php69 public static function newFromArchiveName( $title, $repo, $archiveName ) {
187 public function __construct( $title, $repo, $time, $archiveName ) {
463 protected function recordOldUpload( $srcPath, $archiveName, $timestamp, $comment, $user ) {

12345678910>>...15