Home
last modified time | relevance | path

Searched refs:getArchive (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/
H A DReaderWriterOSGA.cpp71 osgDB::Registry::instance()->addToArchiveCache(file, result.getArchive()); in readMasterFile()
86 …return result.getArchive()->readObject(result.getArchive()->getMasterFileName(), local_options.get… in readMasterFile()
88 …return result.getArchive()->readImage(result.getArchive()->getMasterFileName(), local_options.get(… in readMasterFile()
90 …return result.getArchive()->readHeightField(result.getArchive()->getMasterFileName(), local_option… in readMasterFile()
92 …return result.getArchive()->readNode(result.getArchive()->getMasterFileName(), local_options.get()… in readMasterFile()
94 …return result.getArchive()->readShader(result.getArchive()->getMasterFileName(), local_options.get… in readMasterFile()
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreFactory/
H A DIFactory.cpp62 Alembic::Abc::IArchive IFactory::getArchive( const std::string & iFileName, in getArchive() function in Alembic::AbcCoreFactory::ALEMBIC_VERSION_NS::IFactory
115 Alembic::Abc::IArchive IFactory::getArchive( const std::string & iFileName ) in getArchive() function in Alembic::AbcCoreFactory::ALEMBIC_VERSION_NS::IFactory
118 return getArchive( iFileName, coreType ); in getArchive()
121 Alembic::Abc::IArchive IFactory::getArchive( in getArchive() function in Alembic::AbcCoreFactory::ALEMBIC_VERSION_NS::IFactory
125 return getArchive(iFileNames, coreType); in getArchive()
128 Alembic::Abc::IArchive IFactory::getArchive( in getArchive() function in Alembic::AbcCoreFactory::ALEMBIC_VERSION_NS::IFactory
140 Alembic::Abc::IArchive archive = getArchive( *it, coreType ); in getArchive()
167 Alembic::Abc::IArchive IFactory::getArchive( in getArchive() function in Alembic::AbcCoreFactory::ALEMBIC_VERSION_NS::IFactory
H A DIFactory.h65 Alembic::Abc::IArchive getArchive( const std::string & iFileName,
70 Alembic::Abc::IArchive getArchive( const std::string & iFileName );
74 Alembic::Abc::IArchive getArchive(
81 Alembic::Abc::IArchive getArchive(
87 Alembic::Abc::IArchive getArchive(
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/
H A DReaderWriterOSGA.cpp69 …ReadResult result_2 = result.getArchive()->readImage(result.getArchive()->getMasterFileName(),loca… in readImage()
75 osgDB::Registry::instance()->addToArchiveCache(file, result.getArchive()); in readImage()
97 …ReadResult result_2 = result.getArchive()->readNode(result.getArchive()->getMasterFileName(),local… in readNode()
103 osgDB::Registry::instance()->addToArchiveCache(file, result.getArchive()); in readNode()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-jute/src/test/java/org/apache/jute/
H A DTestCheckWriterReader.java32 OutputArchive getArchive(OutputStream os) throws IOException; in getArchive() method
36 InputArchive getArchive(InputStream is) throws IOException; in getArchive() method
46 OutputArchive oa = output.getArchive(baos); in checkWriterAndReader()
53 InputArchive ia = input.getArchive(is); in checkWriterAndReader()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/core/sourcelookup/containers/
H A DZipEntryStorage.java69 return getArchive().getInputStream(getZipEntry()); in getContents()
77 return new Path(getArchive().getName()).append(getZipEntry().getName()); in getFullPath()
111 public ZipFile getArchive() { in getArchive() method in ZipEntryStorage
136 getArchive().equals(((ZipEntryStorage)object).getArchive()) && in equals()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Filter/Compress/
H A DTar.php74 public function getArchive() function in Zend_Filter_Compress_Tar
158 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
193 return $this->getArchive();
204 $archive = $this->getArchive();
H A DBz2.php94 public function getArchive() function in Zend_Filter_Compress_Bz2
119 $archive = $this->getArchive();
148 $archive = $this->getArchive();
/dports/lang/abcl/abcl-src-1.8.0/test/src/org/armedbear/lisp/
H A DZipTest.java37 public void getArchive() { in getArchive() method in ZipTest
38 ZipCache.Archive archive1 = ZipCache.getArchive(zip); in getArchive()
44 ZipCache.Archive archive2 = ZipCache.getArchive(zip2); in getArchive()
71 ZipCache.Archive archive = ZipCache.getArchive(nested); in getNestedJar()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-filter/src/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Filter/Compress/
H A DTar.php60 public function getArchive() function in Zend\\Filter\\Compress\\Tar
157 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
191 return $this->getArchive();
204 $archive = $this->getArchive();
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-filter/src/Compress/
H A DTar.php59 public function getArchive() function in Laminas\\Filter\\Compress\\Tar
156 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
190 return $this->getArchive();
203 $archive = $this->getArchive();
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-filter/src/Compress/
H A DTar.php59 public function getArchive() function in Laminas\\Filter\\Compress\\Tar
156 $archive = new Archive_Tar($this->getArchive(), $this->getMode());
190 return $this->getArchive();
203 $archive = $this->getArchive();
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DArchiveTest.cpp91 IArchive archive = factory.getArchive("archiveInfo.abc", coreType); in archiveInfoTest()
138 IArchive archive = factory.getArchive("archiveInfoWFPS.abc", coreType); in archiveInfoTest()
199 TESTING_ASSERT(prop.getObject().getArchive().getName() == in scopingTest()
208 IArchive archive = factory.getArchive("archiveScopeTest.abc", in scopingTest()
224 TESTING_ASSERT( top.getArchive().getName() == in scopingTest()
228 TESTING_ASSERT(prop.getObject().getArchive().getName() == in scopingTest()

12345678910>>...20