Home
last modified time | relevance | path

Searched refs:outdated (Results 26 – 50 of 7285) sorted by relevance

12345678910>>...292

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dbower.py149 outdated = list()
159 outdated.append(dep)
161 outdated.append(dep)
168 return installed, missing, outdated
209 installed, missing, outdated = bower.list()
214 installed, missing, outdated = bower.list()
215 if missing or outdated:
219 installed, missing, outdated = bower.list()
H A Dyarn.py274 outdated = list()
277 return outdated
284 return outdated
293 return outdated
298 outdated.append(dep[0])
299 return outdated
376 outdated = yarn.list_outdated()
380 if len(outdated):
H A Dmas.py214 return int(id) in self.outdated()
216 def outdated(self): member in Mas
234 outdated = self.outdated()
243 self.count_upgrade += len(outdated)
287 if upgrade and mas.outdated():
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/language/
H A Dbower.py149 outdated = list()
159 outdated.append(dep)
161 outdated.append(dep)
168 return installed, missing, outdated
209 installed, missing, outdated = bower.list()
214 installed, missing, outdated = bower.list()
215 if missing or outdated:
219 installed, missing, outdated = bower.list()
H A Dyarn.py274 outdated = list()
277 return outdated
284 return outdated
293 return outdated
298 outdated.append(dep[0])
299 return outdated
376 outdated = yarn.list_outdated()
380 if len(outdated):
/dports/devel/R-cran-testthat/testthat/R/
H A Dsnapshot-cleanup.R2 outdated <- snapshot_outdated(path, test_files_seen, snap_files_seen) functionVar
3 if (length(outdated) == 0) {
7 inform(c("Deleting unused snapshots:", outdated))
8 unlink(file.path(path, outdated), recursive = TRUE)
15 invisible(outdated)
/dports/devel/elixir-hex/hex-1.0.1/lib/mix/tasks/
H A Dhex.outdated.ex5 @shortdoc "Shows outdated Hex deps for the current project"
10 $ mix hex.outdated [APP]
72 mix hex.outdated [APP]
99 outdated? = Hex.Version.compare(current, latest) == :lt
104 if outdated? do
126 if outdated?, do: Mix.Tasks.Hex.set_exit_code(1)
253 outdated? = Hex.Version.compare(lock, latest) == :lt
254 latest_color = if outdated?, do: :red, else: :green
258 case {outdated?, req_matches?} do
273 outdated? = Hex.Version.compare(lock, latest) == :lt
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/brew/
H A DREADME.md18 | `bubo` | `brew update && brew outdated` | Update Homebrew data, then list outdated formu…
19 | `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae and casks, then run …
22 | `bcubo` | `brew update && brew outdated --cask` | Update Homebrew data, then list outdated casks…
23 | `bcubc` | `brew upgrade --cask && brew cleanup` | Update outdated casks, then run cleanup. …
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/cmd/
H A Dlist.lua31 local outdated = {}
47 …table.insert(outdated, { name = name, installed = latest_installed, available = latest_available, …
51 return outdated
56 local outdated = check_outdated(trees, query)
57 for _, item in ipairs(outdated) do
80 if args.outdated then
/dports/sysutils/kubectl/kubernetes-1.22.2/hack/
H A Dlint-dependencies.sh58 outdated=$(go list -m -json all | jq -r "
67 if [[ -n "${outdated}" ]]; then
75 echo "${outdated}"
87 if [[ -n "${unused}${outdated}" ]]; then
/dports/devel/git-town/git-town-7.6.0/features/shared/
H A Dauto_remove_outdated_config.feature1 Feature: automatically remove outdated git-town configuration
4 I want my outdated configuration to be automatically removed
5 So that my Git configuration isn’t littered with outdated entries.
8 Scenario: automatically remove outdated branch hierarchy information
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/position_tracer/
H A Dimage_strategy.rb18 return { position: new_position(position, bd_diff), outdated: true } if bd_diff
23 return { position: new_position(position, cd_diff), outdated: false } if cd_diff
29 return { position: new_position(position, ac_diff), outdated: true } if ac_diff
36 { outdated: true }
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/PackageTests/Outdated/
H A Doutdated-project-file.out3 # cabal outdated
6 # cabal outdated
9 # cabal outdated
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/PackageTests/Outdated/
H A Doutdated-project-file.out3 # cabal outdated
6 # cabal outdated
9 # cabal outdated
/dports/security/py-zkg/package-manager-2.12.0/testing/tests/
H A Dlist23 # @TEST-EXEC: zkg list outdated > outdated.out
24 # @TEST-EXEC: btest-diff outdated.out
27 # @TEST-EXEC: zkg list outdated > after_upgrade.out
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dmas.py214 return int(id) in self.outdated()
216 def outdated(self): member in Mas
234 outdated = self.outdated()
243 self.count_upgrade += len(outdated)
287 if upgrade and mas.outdated():
/dports/devel/py-pip/pip-20.3.4/docs/html/reference/
H A Dpip_list.rst62 #. List outdated packages (excluding editables), and the latest version available.
68 $ python -m pip list --outdated
76 C:\> py -m pip list --outdated
104 #. List outdated packages with column formatting.
133 $ python -m pip list --outdated --not-required
140 C:\> py -m pip list --outdated --not-required
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/
H A D.build.osx.sh24 if ! brew outdated libuv; then
34 if ! brew outdated openssl; then
44 if ! brew outdated zlib; then
/dports/sysutils/py-glances/glances-3.1.4/glances/
H A Dstandalone.py32 from glances.outdated import Outdated
101 self.outdated = Outdated(config=config, args=args)
166 if self.outdated.is_outdated():
168 self.outdated.installed_version(), self.outdated.latest_version()))
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/language/
H A Dyarn.py272 outdated = list()
275 return outdated
288 return outdated
293 outdated.append(dep[0])
294 return outdated
371 outdated = yarn.list_outdated()
375 if len(outdated):
/dports/www/ilias/ILIAS-5.4.25/Services/Skill/classes/
H A Dclass.ilVirtualSkillTree.php24 protected $outdated = array(); variable in ilVirtualSkillTree
153 $outdated = array();
190 in_array($a_parent_id, $this->outdated)) {
191 $this->outdated[] = $child_id;
192 $outdated[] = $k;
201 foreach ($outdated as $d) {
362 return in_array($a_node_id, $this->outdated);
/dports/www/ilias6/ILIAS-6.14/Services/Skill/classes/
H A Dclass.ilVirtualSkillTree.php24 protected $outdated = array(); variable in ilVirtualSkillTree
153 $outdated = array();
190 in_array($a_parent_id, $this->outdated)) {
191 $this->outdated[] = $child_id;
192 $outdated[] = $k;
201 foreach ($outdated as $d) {
362 return in_array($a_node_id, $this->outdated);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/discussions/
H A Dupdate_diff_position_service.rb11 outdated = result[:outdated]
14 if outdated
31 if outdated && current_user
/dports/graphics/libgphoto2/libgphoto2-2.5.26/gphoto-m4/
H A Dgp-camlibs.m422 dnl * the 'outdated' set
97 GP_SET_DEFINE([camlib-set-outdated])dnl
104 dnl GP_CAMLIB([mycamlib], [outdated])
106 dnl the "outdated" set of camlibs, respectively.
117 ], [outdated], [dnl
118 GP_SET_ADD([camlib-set-outdated], [$1])
187 dnl GP_SET_MSG([camlib-set-outdated])
200 dnl GP_SET_MSG([m4-camlib-set-outdated])
217 ['outdated' is a set of camlibs for very old cameras: ]dnl
316 outdated)
[all …]
/dports/lang/perl5.30/perl-5.30.3/cpan/IPC-SysV/
H A Dregen.pl28 my @outdated = grep { (-M) > $depage } @files;
31 print STDERR <<EOM if @outdated;
37 @outdated

12345678910>>...292