Home
last modified time | relevance | path

Searched refs:getAllVersions (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/dep/dep-0.5.4/gps/
H A Dsource_cache_multi.go130 func (c *singleSourceMultiCache) getAllVersions() ([]PairedVersion, bool) { func
131 pvs, ok := c.mem.getAllVersions()
136 pvs, ok = c.disk.getAllVersions()
H A Dsource_cache_bolt_test.go133 gotV, ok := c.getAllVersions()
176 pvs, ok := c.getAllVersions()
210 gotV, ok := c.getAllVersions()
299 gotV, ok := c.getAllVersions()
H A Dsource_cache.go59 getAllVersions() ([]PairedVersion, bool) methodSpec
220 func (c *singleSourceCacheMemory) getAllVersions() ([]PairedVersion, bool) { func
H A Dsource.go538 if pvs, ok := sg.cache.getAllVersions(); ok {
546 if pvs, ok := sg.cache.getAllVersions(); ok {
654 if _, ok := sg.cache.getAllVersions(); !ok {
H A Dsource_cache_test.go330 got, ok := c.getAllVersions()
602 func (singleSourceDiscardCache) getAllVersions() ([]PairedVersion, bool) { func
/dports/net/libcmis/libcmis-0.5.2/src/libcmis/
H A Dws-document.cxx123 vector< libcmis::DocumentPtr > WSDocument::getAllVersions( ) in getAllVersions() function in WSDocument
132 versions = getSession( )->getVersioningService( ).getAllVersions( repoId, versionSeries ); in getAllVersions()
H A Dws-document.hxx57 virtual std::vector< libcmis::DocumentPtr > getAllVersions( );
H A Dws-versioningservice.hxx60 … std::vector< libcmis::DocumentPtr > getAllVersions( std::string repoId, std::string objectId );
H A Datom-document.hxx60 virtual std::vector< libcmis::DocumentPtr > getAllVersions( );
H A Dsharepoint-document.hxx69 virtual std::vector< libcmis::DocumentPtr > getAllVersions( );
H A Donedrive-document.hxx72 virtual std::vector< libcmis::DocumentPtr > getAllVersions( );
H A Dgdrive-document.hxx84 virtual std::vector< libcmis::DocumentPtr > getAllVersions( );
H A Dws-versioningservice.cxx121 vector< libcmis::DocumentPtr > VersioningService::getAllVersions( string repoId, string objectId ) in getAllVersions() function in VersioningService
H A Donedrive-document.cxx174 vector< libcmis::DocumentPtr > OneDriveDocument::getAllVersions( ) in getAllVersions() function in OneDriveDocument
H A Dsharepoint-document.cxx181 vector< libcmis::DocumentPtr > SharePointDocument::getAllVersions( ) in getAllVersions() function in SharePointDocument
H A Dgdrive-document.cxx220 vector< libcmis::DocumentPtr > GDriveDocument::getAllVersions( ) in getAllVersions() function in GDriveDocument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/ee/
H A DEnvironmentAnalyzerDelegate.java42 List<String> allVersions = JavaCore.getAllVersions(); in analyze()
/dports/net/libcmis/libcmis-0.5.2/inc/libcmis/
H A Ddocument.hxx137 virtual std::vector< boost::shared_ptr< Document > > getAllVersions( ) = 0;
/dports/www/owncloud/owncloud/apps/files_versions/lib/
H A DFileHelper.php75 public function getAllVersions($uid) { function in OCA\\Files_Versions\\FileHelper
H A DStorage.php478 $versions = self::getFileHelper()->getAllVersions($uid);
709 $result = self::getFileHelper()->getAllVersions($uid);
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/document/
H A DXCmisDocument.idl50 sequence <com::sun::star::document::CmisVersion> getAllVersions( );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/document/
H A DXCmisDocument.idl50 sequence <com::sun::star::document::CmisVersion> getAllVersions( );
/dports/www/matomo/piwik/plugins/TagManager/Dao/
H A DContainerVersionsDao.php174 public function getAllVersions() function in Piwik\\Plugins\\TagManager\\Dao\\ContainerVersionsDao
/dports/net/libcmis/libcmis-0.5.2/
H A DNEWS48 * Added Document::getAllVersions( )
/dports/net/libcmis/libcmis-0.5.2/qa/libcmis-c/
H A Dtest-dummies.hxx216 virtual std::vector< libcmis::DocumentPtr > getAllVersions( );

123