Home
last modified time | relevance | path

Searched refs:outdated (Results 1 – 25 of 5109) sorted by relevance

12345678910>>...205

/dports/security/nikto/nikto-2.1.6/program/databases/
H A Ddb_outdated19 "600001","0W/","0.6","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
20 "600002","3Com/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
21 "600003","3Com/v","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
26 "600008","ABWS/","537","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
29 "600011","Academy/","5.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
30 "600012","accela/","1.92","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
43 "600025","AG/","1.3.27","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
53 "600035","AMOS/","1.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
76 "600058","ASP/","4.0","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
95 "600077","AWS/","1.2","@RUNNING_VER appears to be outdated (current is at least @CURRENT_VER)"
[all …]
/dports/devel/py-buildbot-www/buildbot-www-3.4.1/buildbot_www/static/
H A Dbrowser-warning.css1 #outdated {
16 #outdated.fullscreen {
18 #outdated .vertical-center {
22 #outdated h6 {
26 #outdated p {
30 #outdated #buttonUpdateBrowser {
40 #outdated #buttonUpdateBrowser:hover {
43 #outdated .last {
50 #outdated .last[dir=rtl] {
53 #outdated #buttonCloseUpdateBrowser {
/dports/print/scribus-devel/scribus-1.5.7/
H A D.travis.yml37 - brew outdated cmake || brew upgrade cmake
38 - brew outdated zlib || brew upgrade zlib
39 - brew outdated icu4c || brew upgrade icu4c
40 - brew outdated xz || brew upgrade xz
41 - brew outdated cairo || brew upgrade cairo
42 - brew outdated qt5 || brew upgrade qt5
44 - brew outdated poppler || brew upgrade poppler
46 - brew outdated jpeg || brew upgrade jpeg
47 - brew outdated libpng || brew upgrade libpng
48 - brew outdated libtiff || brew upgrade libtiff
[all …]
/dports/devel/p5-App-cpanoutdated/App-cpanoutdated-0.24/
H A DREADME.md3 cpan-outdated - detect outdated CPAN modules in your environment
7 # print list of outdated modules
8 % cpan-outdated
11 % cpan-outdated --verbose
14 % cpan-outdated | xargs cpan -i
17 % cpan-outdated | xargs cpanm
21 This module print list of outdated CPAN modules in your machine.
23 It's same feature of 'CPAN::Shell->r', but cpan-outdated is so fast and less memory.
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/test/Util/
H A DLanguageUtilTest.cpp92 bool outdated;
93 outdated = Language::isOutdated("fr_FR");
94 QVERIFY(outdated == true);
96 outdated = Language::isOutdated("de_DE");
97 QVERIFY(outdated == false);
99 outdated = Language::isOutdated("pt_PT");
100 QVERIFY(outdated == true);
102 outdated = Language::isOutdated("ab_CD");
103 QVERIFY(outdated == false);
105 outdated = Language::isOutdated("");
[all …]
/dports/sysutils/burp/burp-2.4.0/configs/server/
H A Dout_of_date_report_script9 outdated=`date -d "1 days ago" +%F`
17 repoutdfile=$logfolder/burp-outdated.$outdated.$timestamp.log
19 repokfile=$logfolder/burp-ok.$outdated.$timestamp.log
35 if [[ "$date_backup" < "$outdated" ]] ; then
59 send_email_report $repoutdfile "Outdated hosts older than $outdated on $HOSTNAME"
60 send_email_report $repokfile "Burp Hosts ok newer than $outdated on $HOSTNAME"
/dports/sysutils/burp-devel/burp-2.5.4/configs/server/
H A Dout_of_date_report_script9 outdated=`date -d "1 days ago" +%F`
17 repoutdfile=$logfolder/burp-outdated.$outdated.$timestamp.log
19 repokfile=$logfolder/burp-ok.$outdated.$timestamp.log
35 if [[ "$date_backup" < "$outdated" ]] ; then
59 send_email_report $repoutdfile "Outdated hosts older than $outdated on $HOSTNAME"
60 send_email_report $repokfile "Burp Hosts ok newer than $outdated on $HOSTNAME"
/dports/sysutils/conan/conan-1.44.0/conans/client/cmd/
H A Dsearch.py39 def search_packages(self, ref=None, remote_name=None, query=None, outdated=False): argument
50 return self._search_packages_in_local(ref, query, outdated)
57 return self._search_packages_in_all(ref, query, outdated)
59 return self._search_packages_in(remote_name, ref, query, outdated)
61 def _search_packages_in_local(self, ref=None, query=None, outdated=False): argument
71 if outdated:
83 def _search_packages_in_all(self, ref=None, query=None, outdated=False): argument
97 if outdated and recipe_hash:
105 return self._search_packages_in('all', ref, query, outdated)
107 def _search_packages_in(self, remote_name, ref=None, query=None, outdated=False): argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/position_tracer/
H A Dline_strategy.rb101 { position: new_position, outdated: false }
107 … { position: new_position(ac_diff, nil, c_line, position.line_range), outdated: true }
111 { position: new_position(cd_diff, nil, d_line, position.line_range), outdated: false }
115 { position: new_position(bd_diff, b_line, nil, position.line_range), outdated: true }
143 { position: new_position(bd_diff, nil, d_line, position.line_range), outdated: true }
146 { position: new_position(cd_diff, c_line, nil, position.line_range), outdated: false }
150 { position: new_position(ac_diff, a_line, nil, position.line_range), outdated: true }
180 { position: new_position, outdated: false }
185 { position: nil, outdated: true }
191 { position: new_position(cd_diff, nil, d_line, position.line_range), outdated: false }
[all …]
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-outdated.md3 title: npm-outdated
4 description: Check for outdated packages
7 # npm-outdated(1)
9 ## Check for outdated packages
14 npm outdated [[<@scope>/]<pkg> ...]
20 packages are currently outdated.
46 $ npm outdated
48 glob 5.0.15 5.0.15 6.0.1 test-outdated-output
49 nothingness 0.0.3 git git test-outdated-output
50 npm 3.5.1 3.5.2 3.5.1 test-outdated-output
[all …]
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-outdated.md3 title: npm-outdated
4 description: Check for outdated packages
7 # npm-outdated(1)
9 ## Check for outdated packages
14 npm outdated [[<@scope>/]<pkg> ...]
20 packages are currently outdated.
46 $ npm outdated
48 glob 5.0.15 5.0.15 6.0.1 test-outdated-output
49 nothingness 0.0.3 git git test-outdated-output
50 npm 3.5.1 3.5.2 3.5.1 test-outdated-output
[all …]
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-outdated.md3 title: npm-outdated
4 description: Check for outdated packages
7 # npm-outdated(1)
9 ## Check for outdated packages
14 npm outdated [[<@scope>/]<pkg> ...]
20 packages are currently outdated.
46 $ npm outdated
48 glob 5.0.15 5.0.15 6.0.1 test-outdated-output
49 nothingness 0.0.3 git git test-outdated-output
50 npm 3.5.1 3.5.2 3.5.1 test-outdated-output
[all …]
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/docs/content/cli-commands/
H A Dnpm-outdated.md3 title: npm-outdated
4 description: Check for outdated packages
7 # npm-outdated(1)
9 ## Check for outdated packages
14 npm outdated [[<@scope>/]<pkg> ...]
20 packages are currently outdated.
46 $ npm outdated
48 glob 5.0.15 5.0.15 6.0.1 test-outdated-output
49 nothingness 0.0.3 git git test-outdated-output
50 npm 3.5.1 3.5.2 3.5.1 test-outdated-output
[all …]
/dports/www/node10/node-v10.24.1/deps/npm/docs/content/cli-commands/
H A Dnpm-outdated.md3 title: npm-outdated
4 description: Check for outdated packages
7 # npm-outdated(1)
9 ## Check for outdated packages
14 npm outdated [[<@scope>/]<pkg> ...]
20 packages are currently outdated.
46 $ npm outdated
48 glob 5.0.15 5.0.15 6.0.1 test-outdated-output
49 nothingness 0.0.3 git git test-outdated-output
50 npm 3.5.1 3.5.2 3.5.1 test-outdated-output
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-testsuite/PackageTests/Outdated/
H A Doutdated_freeze.out3 # cabal outdated
7 # cabal outdated
9 # cabal outdated
12 # cabal outdated
16 # cabal outdated
18 # cabal outdated
H A Doutdated.out3 # cabal outdated
7 # cabal outdated
10 # cabal outdated
12 # cabal outdated
15 # cabal outdated
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-testsuite/PackageTests/Outdated/
H A Doutdated_freeze.out3 # cabal outdated
7 # cabal outdated
9 # cabal outdated
12 # cabal outdated
16 # cabal outdated
18 # cabal outdated
H A Doutdated.out3 # cabal outdated
7 # cabal outdated
10 # cabal outdated
12 # cabal outdated
15 # cabal outdated
/dports/security/vuls/vuls-0.13.7/vendor/github.com/kotakanbe/go-cve-dictionary/models/
H A Dmodels_test.go11 outdated bool
20 outdated: false,
29 outdated: true,
38 outdated: false,
49 if tt.outdated != aout {
50 t.Errorf("[%d] out expected: %#v\n actual: %#v\n", i, tt.outdated, aout)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/models/
H A Dmodels_test.go11 outdated bool
20 outdated: false,
29 outdated: true,
38 outdated: false,
49 if tt.outdated != aout {
50 t.Errorf("[%d] out expected: %#v\n actual: %#v\n", i, tt.outdated, aout)
/dports/devel/elixir-hex/hex-1.0.1/test/mix/tasks/
H A Dhex.outdated_test.exs78 test "outdated" do test
106 test "outdated --all" do
189 test "outdated --all --within-requirements" do
241 test "outdated --all --within-requirements (not outdated)" do
262 test "outdated --pre" do
272 Mix.Task.run("hex.outdated", [])
287 Mix.Task.reenable("hex.outdated")
305 test "outdated app" do
389 test "not outdated app" do
399 Mix.Task.run("hex.outdated", ["ex_doc"])
[all …]
/dports/devel/monotone/monotone-1.1/test/unit/tests/
H A Doutdated_indicator.cc19 UNIT_TEST_CHECK(indicator.outdated()); in UNIT_TEST()
21 UNIT_TEST_CHECK(!indicator.outdated()); in UNIT_TEST()
23 UNIT_TEST_CHECK(indicator.outdated()); in UNIT_TEST()
27 UNIT_TEST_CHECK(!indicator.outdated()); in UNIT_TEST()
29 UNIT_TEST_CHECK(indicator.outdated()); in UNIT_TEST()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/
H A Dconfigure.ac540 GP_CAMLIB([aox],[outdated])dnl
542 GP_CAMLIB([barbie],[outdated])dnl
547 GP_CAMLIB([digita],[outdated])dnl
554 GP_CAMLIB([fuji],[outdated])dnl
556 GP_CAMLIB([hp215],[outdated])dnl
557 GP_CAMLIB([iclick],[outdated])dnl
558 GP_CAMLIB([jamcam],[outdated])dnl
559 GP_CAMLIB([jd11],[outdated])dnl
567 GP_CAMLIB([konica],[outdated])dnl
590 GP_CAMLIB([ricoh],[outdated])dnl
[all …]
/dports/devel/cask/cask-0.8.3/features/
H A Doutdated.feature2 List outdated dependencies
4 Scenario: Without outdated dependency
12 And I run cask "outdated"
18 Scenario: With outdated dependency
32 When I run cask "outdated"
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/language/
H A Dbower.py152 outdated = list()
162 outdated.append(dep)
164 outdated.append(dep)
171 return installed, missing, outdated
212 installed, missing, outdated = bower.list()
217 installed, missing, outdated = bower.list()
218 if missing or outdated:
222 installed, missing, outdated = bower.list()

12345678910>>...205