Home
last modified time | relevance | path

Searched refs:LocalRepo (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/sysutils/aptly/aptly-1.4.0/deb/
H A Dlocal.go16 type LocalRepo struct { struct
35 return &LocalRepo{
43 func (repo *LocalRepo) String() string { argument
69 func (repo *LocalRepo) Encode() []byte { argument
85 func (repo *LocalRepo) Key() []byte { argument
98 cache map[string]*LocalRepo
110 … (collection *LocalRepoCollection) search(filter func(*LocalRepo) bool, unique bool) []*LocalRepo {
111 result := []*LocalRepo(nil)
123 r := &LocalRepo{}
218 r := &LocalRepo{}
[all …]
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/fsplugin/
H A DFinderSyncClient.h30 struct LocalRepo { struct
31 LocalRepo() = default;
32 LocalRepo(const LocalRepo &) = delete;
33 LocalRepo &operator=(const LocalRepo &) = delete; argument
35 LocalRepo(LocalRepo &&) = default;
36 LocalRepo &operator=(LocalRepo &&) = default; argument
48 LocalRepo(std::string &&r, std::string &&w, SyncState s, bool _internal_link_supported) in LocalRepo() function
50LocalRepo(const std::string &r, const std::string &w, SyncState s, bool _internal_link_supported) in LocalRepo() function
56 friend bool operator==(const LocalRepo &lhs, const LocalRepo &rhs) { argument
59 friend bool operator!=(const LocalRepo &lhs, const LocalRepo &rhs) {
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Types/
H A DRepo.hs7 LocalRepo (..),
101 data LocalRepo = LocalRepo function
108 instance Binary LocalRepo
109 instance Structured LocalRepo
112 instance Parsec LocalRepo where
117 return (LocalRepo n p False)
119 instance Pretty LocalRepo where
123 emptyLocalRepo :: RepoName -> LocalRepo
124 emptyLocalRepo name = LocalRepo name "" False
131 localRepoCacheKey :: LocalRepo -> String
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/filerepo/file/
H A DLocalFileTest.php36 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
58 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
80 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
103 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
132 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
161 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
185 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
211 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
285 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
294 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/filerepo/file/
H A DLocalFileTest.php36 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
58 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
80 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
103 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
132 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
161 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
185 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
211 $this->assertSame( $expected, ( new LocalRepo( $info + self::getDefaultInfo() ) )
285 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
294 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/filerepo/file/
H A DLocalFileTest.php306 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
314 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
505 $file = ( new LocalRepo( self::getDefaultInfo() ) )->newFile( 'test!' );
827 $repo = new LocalRepo(
829 'class' => LocalRepo::class,
864 $repo = new LocalRepo(
866 'class' => LocalRepo::class,
949 $repo = new LocalRepo( [
950 'class' => LocalRepo::class,
981 $repo = new LocalRepo( [
[all …]
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/rpc/
H A Dlocal-repo.h16 class LocalRepo {
49 LocalRepo() in LocalRepo() function
60 static LocalRepo fromGObject(_GObject *obj);
62 bool operator==(const LocalRepo& rhs) const {
77 bool operator!=(const LocalRepo& rhs) const {
92 Q_DECLARE_METATYPE(LocalRepo)
H A Dlocal-repo.cpp9 LocalRepo LocalRepo::fromGObject(GObject *obj) in fromGObject()
36 LocalRepo repo; in fromGObject()
57 void LocalRepo::setSyncInfo(const QString &state, const int error) in setSyncInfo()
68 void LocalRepo::translateSyncState(const QString &status) in translateSyncState()
131 void LocalRepo::translateSyncError(const int error) in translateSyncError()
138 QString LocalRepo::getErrorString() const in getErrorString()
H A Drpc-client.h22 class LocalRepo; variable
37 int listLocalRepos(std::vector<LocalRepo> *repos);
38 int getLocalRepo(const QString& repo_id, LocalRepo *repo);
61 void getSyncStatus(LocalRepo &repo);
/dports/devel/hub/hub-2.14.2/github/
H A Dbranch_test.go10 lp, _ := LocalRepo()
16 lp, _ := LocalRepo()
26 lp, _ := LocalRepo()
36 lp, _ := LocalRepo()
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Drepo-item-delegate.cpp262 const LocalRepo& r = item->localRepo(); in paintRepoItem()
264 if (r.sync_state == LocalRepo::SYNC_STATE_ING) { in paintRepoItem()
459 const LocalRepo& repo = item->localRepo(); in getSyncStatusIcon()
467 case LocalRepo::SYNC_STATE_DONE: in getSyncStatusIcon()
470 case LocalRepo::SYNC_STATE_ING: in getSyncStatusIcon()
473 case LocalRepo::SYNC_STATE_ERROR: in getSyncStatusIcon()
476 case LocalRepo::SYNC_STATE_WAITING: in getSyncStatusIcon()
479 case LocalRepo::SYNC_STATE_DISABLED: in getSyncStatusIcon()
482 case LocalRepo::SYNC_STATE_UNKNOWN: in getSyncStatusIcon()
485 case LocalRepo::SYNC_STATE_INIT: in getSyncStatusIcon()
[all …]
H A Drepo-detail-dialog.cpp44 LocalRepo lrepo; in RepoDetailDialog()
50 if (lrepo.sync_state == LocalRepo::SYNC_STATE_ERROR) { in RepoDetailDialog()
78 LocalRepo r; in updateRepoStatus()
82 if (r.sync_state == LocalRepo::SYNC_STATE_ERROR) { in updateRepoStatus()
86 if (r.sync_state == LocalRepo::SYNC_STATE_ING) { in updateRepoStatus()
H A Drepo-tree-view.cpp247 LocalRepo r; in updateRepoActions()
252 const LocalRepo& local_repo = item->localRepo(); in updateRepoActions()
464 LocalRepo repo = qvariant_cast<LocalRepo>(open_local_folder_action_->data()); in openLocalFolder()
470 LocalRepo repo = qvariant_cast<LocalRepo>(toggle_auto_sync_action_->data()); in toggleRepoAutoSync()
479 LocalRepo repo = qvariant_cast<LocalRepo>(toggle_auto_sync_action_->data()); in unsyncRepo()
528 const LocalRepo& local_repo = it->localRepo(); in onItemDoubleClicked()
606 LocalRepo local_repo; in onUnshareSuccess()
753 LocalRepo repo = qvariant_cast<LocalRepo>(sync_now_action_->data()); in syncRepoImmediately()
833 LocalRepo local_repo = qvariant_cast<LocalRepo>(unsync_action_->data()); in resyncRepo()
909 LocalRepo local_repo; in uploadDroppedFile()
[all …]
H A Drepo-item.h46 void setLocalRepo(const LocalRepo& repo);
51 const LocalRepo& localRepo() const { return local_repo_; } in localRepo()
84 LocalRepo local_repo_;
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Dext-handler.cpp124 QString repoStatus(const LocalRepo& repo) in repoStatus()
269 LocalRepo repo; in privateShare()
298 LocalRepo repo; in onLockFileSuccess()
560 foreach (const LocalRepo& repo, listLocalRepos()) { in handleGenShareLink()
654 foreach (const LocalRepo& repo, listLocalRepos()) { in handleLockFile()
676 foreach (const LocalRepo& repo, listLocalRepos()) { in handlePrivateShare()
698 foreach (const LocalRepo& repo, listLocalRepos()) { in handleShowHistory()
720 foreach (const LocalRepo& repo, listLocalRepos()) { in handleShowLockedBy()
737 foreach (const LocalRepo& repo, listLocalRepos()) { in handleGetUploadLink()
795 std::vector<LocalRepo> repos; in getReposInfo()
[all …]
H A Drepo-service.h30 const std::vector<LocalRepo>& localRepos() const { return local_repos_; } in localRepos()
84 std::vector<LocalRepo> local_repos_;
97 WipeFilesThread(const std::vector<LocalRepo>& local_repos, in WipeFilesThread()
108 const std::vector<LocalRepo> local_repos_;
/dports/devel/stack/stack-2.7.3/_cabal_deps/hackage-security-0.6.0.1/src/Hackage/Security/Client/Repository/
H A DLocal.hs3 LocalRepo
23 type LocalRepo = Path Absolute function
33 :: LocalRepo -- ^ Location of local repository
63 getRemote :: RepoLayout -> LocalRepo -> Cache
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/filerepo/
H A DLocalRepoTest.php12 * @return LocalRepo
15 return new LocalRepo( $extraInfo + [
127 $this->assertSame( $expected, LocalRepo::getHashFromKey( $input ) );
283 // make sure they're true for LocalRepo too. How should we do this? A trait?
/dports/devel/hs-git-annex/git-annex-8.20210903/RemoteDaemon/
H A DTypes.hs36 newtype LocalRepo = LocalRepo Git.Repo constructor
43 data TransportHandle = TransportHandle LocalRepo (MVar Annex.AnnexState) Annex.AnnexRead
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DTypes.hs339 data LocalRepo = LocalRepo function
346 instance Binary LocalRepo
347 instance Structured LocalRepo
350 emptyLocalRepo :: String -> LocalRepo
351 emptyLocalRepo name = LocalRepo name "" False
358 localRepoCacheKey :: LocalRepo -> String
377 { repoLocal :: LocalRepo
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/filerepo/
H A DLocalRepoTest.php12 * @return LocalRepo
15 return new LocalRepo( $extraInfo + [
135 $this->assertSame( $expected, LocalRepo::getHashFromKey( $input ) );
295 // make sure they're true for LocalRepo too. How should we do this? A trait?
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/
H A Dopkman_options.pas141 LocalRepo: String;
146 LocalRepo := AppendPathDelim(AppendPathDelim(LazarusIDE.GetPrimaryConfigPath) + cLocalRepository);
147 FLocalPackagesDefault := LocalRepo + AppendPathDelim(cLocalRepositoryPackages);
148 FLocalArchiveDefault := LocalRepo + AppendPathDelim(cLocalRepositoryArchive);
149 FLocalUpdateDefault := LocalRepo + AppendPathDelim(cLocalRepositoryUpdate);
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/
H A Dopkman_options.pas141 LocalRepo: String;
146 LocalRepo := AppendPathDelim(AppendPathDelim(LazarusIDE.GetPrimaryConfigPath) + cLocalRepository);
147 FLocalPackagesDefault := LocalRepo + AppendPathDelim(cLocalRepositoryPackages);
148 FLocalArchiveDefault := LocalRepo + AppendPathDelim(cLocalRepositoryArchive);
149 FLocalUpdateDefault := LocalRepo + AppendPathDelim(cLocalRepositoryUpdate);
/dports/archivers/py-bup/bup-0.31/lib/cmd/
H A Drm-cmd.py27 from bup.repo import LocalRepo
50 repo = LocalRepo()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/integration/includes/filerepo/
H A DLocalAndForeignDBRepoTest.php11 $localRepo = new LocalRepo( [
60 $localRepo = new LocalRepo( [

123456789