Home
last modified time | relevance | path

Searched refs:repolist (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsGit/
H A DGitRemoteRepositoriesDialog.py55 self.__lastColumn = self.repolist.columnCount()
66 self.repolist.sortItems(
67 self.repolist.sortColumn(),
68 self.repolist.header().sortIndicatorOrder())
74 self.repolist.header().resizeSections(
76 self.repolist.header().setStretchLastSection(True)
86 foundItems = self.repolist.findItems(
117 self.repolist.clear()
319 enable = len(self.repolist.selectedItems()) == 1
382 repositoryItem = self.repolist.selectedItems()[0]
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Drepo_list.go82 repolist := make([]repositoryElement, 0, len(r.repos))
85 repolist = append(repolist, repositoryElement{Name: re.Name, URL: re.URL})
90 return output.EncodeJSON(out, repolist)
92 return output.EncodeYAML(out, repolist)
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Drepo_list.go83 repolist := make([]repositoryElement, 0, len(r.repos))
86 repolist = append(repolist, repositoryElement{Name: re.Name, URL: re.URL})
91 return output.EncodeJSON(out, repolist)
93 return output.EncodeYAML(out, repolist)
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/updateGenii/
H A DlistRepos.pl20 my @repolist = ();
43 push(@repolist, $dir);
46 return @repolist;
H A DupdateGenii.pl24 my @repolist = ();
33 push(@repolist, $_);
37 return @repolist;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/updateGenii/
H A DlistRepos.pl20 my @repolist = ();
43 push(@repolist, $dir);
46 return @repolist;
H A DupdateGenii.pl24 my @repolist = ();
33 push(@repolist, $_);
37 return @repolist;
/dports/sysutils/dnf/dnf-4.9.0/tests/cli/commands/
H A Dtest_repolist.py22 import dnf.cli.commands.repolist as repolist namespace
34 expire = repolist._expire_str(repo, None)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/common/bin/
H A Dtest_builds.sh65 repolist="${t0} ${t1} ${t2} ${t3}"
69 for i in ${repolist} ; do
86 for i in ${repolist} ; do
98 for i in ${repolist} ; do
106 for i in ${repolist} ; do
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/common/bin/
H A Dtest_builds.sh65 repolist="${t0} ${t1} ${t2} ${t3}"
69 for i in ${repolist} ; do
86 for i in ${repolist} ; do
98 for i in ${repolist} ; do
106 for i in ${repolist} ; do
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/PluginDownloader/
H A DREADME.md6 First start by using the `plugindownloader repolist` command to see the
10 `plugindownloader repolist <repository>`
25 < Mikaela> @plugindownloader repolist
27 < Mikaela> @plugindownloader repolist ProgVal
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A D_yum23 # -d 0 causes repolist to output nothing as of yum 3.2.22:
25 # Drop first ("repo id repo name") and last ("repolist: ...") rows
26 yum --noplugins -C repolist $1 2>/dev/null |
27 command sed -ne '/^repo\s\s*id/d' -e '/^repolist:/d' -e 's/[[:space:]].*//p'
86 repolist)
131 repolist help' -- "$cur"))
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/yum_repository/tasks/
H A Dmain.yml63 - name: get repolist
64 shell: yum repolist
65 register: repolist
66 until: repolist.rc == 0
74 - yum_repository_test_repo.name in repolist.stdout
/dports/devel/gitolite/gitolite-3.6.12/src/lib/Gitolite/Conf/
H A DStore.pm44 my @repolist; # current repo list; reset on each 'repo ...' line
67 @repolist = ();
86 push @repolist, $_;
128 for my $repo (@repolist) {
148 for my $repo (@repolist) {
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/yum_repository/tasks/
H A Dmain.yml64 - name: get repolist
65 shell: yum repolist
66 register: repolist
67 until: repolist.rc == 0
75 - yum_repository_test_repo.name in repolist.stdout
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/yum_repository/tasks/
H A Dmain.yml64 - name: get repolist
65 shell: yum repolist
66 register: repolist
67 until: repolist.rc == 0
75 - yum_repository_test_repo.name in repolist.stdout
/dports/devel/hs-git-annex/git-annex-8.20210903/templates/control/
H A Drepositoryswitcher.hamlet6 $if null repolist
12 $forall (name, path) <- repolist
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/PluginDownloader/locales/
H A Dit.po16 " multiple repositories easily. Use the \"repolist\" command to see list of\n"
17 " available repositories and \"repolist <repository>\" to list plugins, \n"
22 " repository. Usare il comando \"repolist\" per ottenere l'elenco dei repository\n"
23 " disponibili e \"repolist <repository>\" per elencare i plugin disponibili nel\n"
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/source/
H A D_matchesrepositoryfilter.py61 repolist = [x.ref for x in object.get_reporef_list()]
62 for repohandle in repolist:
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/citation/
H A D_matchesrepositoryfilter.py66 repolist = [x.ref for x in source.get_reporef_list()]
67 for repohandle in repolist:
/dports/sysutils/dnf/dnf-4.9.0/po/
H A Dhi.po131 #: ../dnf/cli/commands/repolist.py:188
208 #: ../dnf/cli/commands/repolist.py:43
574 #: ../dnf/cli/commands/repolist.py:74
922 #: ../dnf/cli/commands/repolist.py:40
1079 #: ../dnf/cli/commands/repolist.py:38
1416 #: ../dnf/cli/commands/repolist.py:195 ../dnf/cli/commands/repolist.py:199
1420 #: ../dnf/cli/commands/repolist.py:172
1932 #: ../dnf/cli/commands/repolist.py:140 ../dnf/cli/commands/repolist.py:141
1948 #: ../dnf/cli/commands/repolist.py:121 ../dnf/cli/commands/repolist.py:122
2020 #: ../dnf/cli/commands/repolist.py:225 ../dnf/cli/commands/repolist.py:254
[all …]
H A Dur.po131 #: ../dnf/cli/commands/repolist.py:188
208 #: ../dnf/cli/commands/repolist.py:43
574 #: ../dnf/cli/commands/repolist.py:74
922 #: ../dnf/cli/commands/repolist.py:40
1079 #: ../dnf/cli/commands/repolist.py:38
1416 #: ../dnf/cli/commands/repolist.py:195 ../dnf/cli/commands/repolist.py:199
1420 #: ../dnf/cli/commands/repolist.py:172
1932 #: ../dnf/cli/commands/repolist.py:140 ../dnf/cli/commands/repolist.py:141
1948 #: ../dnf/cli/commands/repolist.py:121 ../dnf/cli/commands/repolist.py:122
2020 #: ../dnf/cli/commands/repolist.py:225 ../dnf/cli/commands/repolist.py:254
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/templates/
H A Drepolist.hamlet3 $if not (null repolist)
9 $if not (null repolist)
14 $forall (name, repoid, currentlyconnected, actions) <- repolist
/dports/shells/zsh/zsh-5.8.1/Completion/Redhat/Command/
H A D_dnf12 _dnf_helper repolist disabled ""
16 _dnf_helper repolist enabled ""
87 "repolist:display the configured software repositories"
184 repolist)
186 _values 'repolist' 'enabled' 'disabled' 'all'
/dports/devel/fossil/fossil-src-2.17/www/server/windows/
H A Dservice.md48 fossil winsrv create --repository D:/Path/to/Repos --repolist
65 …yPathName '"C:\Program Files\FossilSCM\fossil.exe" server --port 8080 --repolist "D:/Path/to/Repos…
68 Please note the use of forward slashes in the repolist path passed to Fossil.
70 Fossil has a preference for forward slashes. The use of `--repolist` will make
72 repository, then leave off the `--repolist` parameter and provide the full path

1234567