Home
last modified time | relevance | path

Searched refs:gvm (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/dports/security/py-python-gvm/python-gvm-21.10.0/gvm/protocols/gmpv214/
H A D__init__.py32 from gvm.protocols.base import GvmProtocol
34 from gvm.protocols.gmpv208.entities.alerts import (
48 from gvm.protocols.gmpv208.entities.entities import (
51 from gvm.protocols.gmpv208.entities.filter import (
56 from gvm.protocols.gmpv208.entities.hosts import (
81 from gvm.protocols.gmpv208.entities.secinfo import (
90 from gvm.protocols.gmpv208.entities.tickets import (
95 from gvm.protocols.gmpv208.entities.users import (
106 from gvm.protocols.gmpv208.system.feed import (
110 from gvm.protocols.gmpv208.system.help import (
[all …]
/dports/security/py-python-gvm/python-gvm-21.10.0/gvm/protocols/gmpv208/
H A D__init__.py31 from gvm.protocols.base import GvmProtocol
33 from gvm.protocols.gmpv208.entities.alerts import (
47 from gvm.protocols.gmpv208.entities.entities import (
50 from gvm.protocols.gmpv208.entities.filter import (
55 from gvm.protocols.gmpv208.entities.hosts import (
86 from gvm.protocols.gmpv208.entities.secinfo import (
94 from gvm.protocols.gmpv208.entities.targets import (
104 from gvm.protocols.gmpv208.entities.users import (
116 from gvm.protocols.gmpv208.system.feed import (
120 from gvm.protocols.gmpv208.system.help import (
[all …]
/dports/security/gvm-libs/gvm-libs-21.4.3/
H A DCHANGELOG.md10 [21.4.3]: https://github.com/greenbone/gvm-libs/compare/v21.4.3...gvm-libs-21.04
43 [#407](https://github.com/greenbone/gvm-libs/pull/407)
44 [#410](https://github.com/greenbone/gvm-libs/pull/410)
45 …s for nvti [#317](https://github.com/greenbone/gvm-libs/pull/317) [#472](https://github.com/greenb…
58 [#447](https://github.com/greenbone/gvm-libs/pull/447)
59 [#451](https://github.com/greenbone/gvm-libs/pull/451)
70 [21.4.0]: https://github.com/greenbone/gvm-libs/compare/gvm-libs-20.08...v21.4.0
79 * GVM_PID_DIR is /run/gvm by default now
85 [20.8.4]: https://github.com/greenbone/gvm-libs/compare/v20.8.3...gvm-libs-20.08
153 - Move alive detection module Boreas into gvm-libs. [#346](https://github.com/greenbone/gvm-libs/pu…
[all …]
H A D.mergify.yml10 - gvm-libs-21.04
19 - gvm-libs-20.08
24 - base=gvm-libs-21.04
33 - base=gvm-libs-21.04
38 - gvm-libs-20.08
43 - base=gvm-libs-20.08
52 - base=gvm-libs-20.08
57 - gvm-libs-21.04
/dports/security/py-gvm-tools/gvm-tools-21.10.0/
H A DREADME.md30 - [gvm-cli](#gvm-cli)
32 - [gvm-script](#gvm-script)
35 - [gvm-pyshell](#gvm-pyshell)
45 [https://gvm-tools.readthedocs.io/](https://gvm-tools.readthedocs.io/). Please
56 Please consider to always use the **newest** version of `gvm-tools` and `python-gvm`.
85 ### gvm-cli
120 ### gvm-script
124 from the [python-gvm library](https://github.com/greenbone/python-gvm) and from
152 ### gvm-pyshell
155 API as [gvm-script](#gvm-script) using the
[all …]
H A DPKG-INFO2 Name: gvm-tools
57 - [gvm-cli](#gvm-cli)
59 - [gvm-script](#gvm-script)
62 - [gvm-pyshell](#gvm-pyshell)
72 [https://gvm-tools.readthedocs.io/](https://gvm-tools.readthedocs.io/). Please
112 ### gvm-cli
147 ### gvm-script
151 from the [python-gvm library](https://github.com/greenbone/python-gvm) and from
179 ### gvm-pyshell
182 API as [gvm-script](#gvm-script) using the
[all …]
/dports/security/py-python-gvm/python-gvm-21.10.0/
H A DREADME.md5 …/img.shields.io/github/release-pre/greenbone/python-gvm.svg)](https://github.com/greenbone/python-
6 [![PyPI release](https://img.shields.io/pypi/v/python-gvm.svg)](https://pypi.org/project/python-gvm
8 …ttps://codecov.io/gh/greenbone/python-gvm/branch/main/graph/badge.svg)](https://codecov.io/gh/gree…
31 The documentation for python-gvm can be found at
32 [https://python-gvm.readthedocs.io/](https://python-gvm.readthedocs.io/en/latest/).
40 Please consider to always use the **newest** version of `gvm-tools` and `python-gvm`.
58 python3 -m pip install --user python-gvm
63 from gvm.connections import UnixSocketConnection
64 from gvm.protocols.gmp import Gmp
65 from gvm.transforms import EtreeTransform
[all …]
H A DPKG-INFO2 Name: python-gvm
5 Home-page: https://github.com/greenbone/python-gvm
33 [![PyPI release](https://img.shields.io/pypi/v/python-gvm.svg)](https://pypi.org/project/python-gvm
58 The documentation for python-gvm can be found at
59 [https://python-gvm.readthedocs.io/](https://python-gvm.readthedocs.io/en/latest/).
67 Please consider to always use the **newest** version of `gvm-tools` and `python-gvm`.
85 python3 -m pip install --user python-gvm
90 from gvm.connections import UnixSocketConnection
91 from gvm.protocols.gmp import Gmp
92 from gvm.transforms import EtreeTransform
[all …]
/dports/security/openvas/openvas-scanner-21.4.3/.circleci/
H A Dconfig.yml16 working_directory: ~/gvm-libs
17 name: Checkout gvm-libs
18 command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-21.04
20 working_directory: ~/gvm-libs
32 working_directory: ~/gvm-libs
33 name: Checkout gvm-libs
34 command: git clone --depth 1 https://github.com/greenbone/gvm-libs.git -b gvm-libs-21.04
36 working_directory: ~/gvm-libs
48 working_directory: ~/gvm-libs
49 name: Checkout gvm-libs
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/matc/src/
H A Dgra.c268 GMATRIX gvm; local
288 gvm[1][2] = -1;
289 gvm[2][1] = 1;
290 gvm[1][1] = 0;
291 gvm[2][2] = 0;
299 gvm[2][2] = gvm[0][0];
301 gvm[2][0] = -gvm[0][2];
310 gvm[2][2] = gvm[1][1];
312 gvm[2][1] = -gvm[1][2];
316 gra_ident(gvm);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/matc/src/
H A Dgra.c269 GMATRIX gvm; local
289 gvm[1][2] = -1;
290 gvm[2][1] = 1;
291 gvm[1][1] = 0;
292 gvm[2][2] = 0;
300 gvm[2][2] = gvm[0][0];
302 gvm[2][0] = -gvm[0][2];
311 gvm[2][2] = gvm[1][1];
313 gvm[2][1] = -gvm[1][2];
317 gra_ident(gvm);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/matc/src/
H A Dgra.c268 GMATRIX gvm; local
288 gvm[1][2] = -1;
289 gvm[2][1] = 1;
290 gvm[1][1] = 0;
291 gvm[2][2] = 0;
299 gvm[2][2] = gvm[0][0];
301 gvm[2][0] = -gvm[0][2];
310 gvm[2][2] = gvm[1][1];
312 gvm[2][1] = -gvm[1][2];
316 gra_ident(gvm);
[all …]
/dports/security/gvmd/gvmd-21.4.4/.github/workflows/
H A Dcodeql-analysis-c.yml5 branches: [ master, gvm-libs-20.08, gvm-libs-21.04 ]
7 branches: [ master, gvm-libs-20.08, gvm-libs-21.04 ]
22 container: greenbone/build-env-gvm-master-debian-buster-gcc-postgresql
44 - name: Select gvm-libs branch
50 | sed 's/gvmd-/gvm-libs-/g' -); \
53 - name: Check out gvm-libs
56 repository: greenbone/gvm-libs
58 path: gvm-libs
59 - name: Configure and compile gvm-libs (${{ env.BUILD_TYPE }})
60 working-directory: gvm-libs
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/testing/ansible/roles/gvm/tasks/common/
H A Dunix.yml3 - name: check if gvm is installed
9 - name: install gvm if absent
11 url: "https://github.com/andrewkroh/gvm/releases/download/v{{ gvm_version }}/gvm-{{ gvm_arch }}"
20 # gvm reports the version in stderr, redirect to stdout for future safety
21 - name: get gvm version if present
26 - name: upgrade gvm to the specified version
28 … url: "https://github.com/andrewkroh/gvm/releases/download/v{{ gvm_version }}/gvm-{{ gvm_arch }}"
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/elastic/go-sysinfo/testing/ansible/roles/gvm/tasks/win32nt/
H A Dmain.yml3 - name: check if gvm is installed
9 - name: install gvm if absent
11 …url: "https://github.com/andrewkroh/gvm/releases/download/v{{ gvm_version }}/gvm-{{ gvm_arch }}.ex…
17 - name: get gvm version if present
22 - name: upgrade gvm to the specified version
24 …url: "https://github.com/andrewkroh/gvm/releases/download/v{{ gvm_version }}/gvm-{{ gvm_arch }}.ex…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/
H A Dcircle.yml3 …- bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/1.0.22/binscripts/gvm-insta…
6 - gvm install go1.6 -B --name=stable
11 BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
17 gvm use stable &&
23 - gvm use stable && make build:
25 - gvm use stable && go get github.com/docker/docker-machine-driver-ci-test
28 …- gvm use stable && PATH=../../../../bin:$PATH DRIVER=ci-test go test -v github.com/docker/machine…
/dports/sysutils/docker-machine/machine-0.16.2/
H A Dcircle.yml3 …- bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/1.0.22/binscripts/gvm-insta…
6 - gvm install go1.7 -B --name=stable
11 BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
17 gvm use stable &&
23 - gvm use stable && make build:
25 - gvm use stable && go get github.com/docker/docker-machine-driver-ci-test
28 …- gvm use stable && PATH=../../../../bin:$PATH DRIVER=ci-test go test -v github.com/docker/machine…
/dports/security/openvas/openvas-scanner-21.4.3/.github/workflows/
H A Dci-c.yml95 - name: Select gvm-libs branch
104 - name: Check out gvm-libs
109 path: gvm-libs
111 working-directory: gvm-libs
134 - name: Select gvm-libs branch
143 - name: Check out gvm-libs
148 path: gvm-libs
150 working-directory: gvm-libs
189 - name: Check out gvm-libs
194 path: gvm-libs
[all …]
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/
H A Dshippable.yml11 - source $HOME/.gvm/scripts/gvm;
12 - if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
13 - if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
14 …- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use…
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/
H A Dshippable.yml11 - source $HOME/.gvm/scripts/gvm;
12 - if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
13 - if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
14 …- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use…
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/
H A Dshippable.yml11 - source $HOME/.gvm/scripts/gvm;
12 - if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
13 - if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
14 …- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use…
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/
H A Dshippable.yml11 - source $HOME/.gvm/scripts/gvm;
12 - if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
13 - if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
14 …- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use…
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/
H A Dshippable.yml11 - source $HOME/.gvm/scripts/gvm;
12 - if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
13 - if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
14 …- if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use…
/dports/graphics/grx/grx249/pascal/
H A Dmodetest.pas9 gvm : GrVideoMode;
21 gvm := fivm^;
25 Write (gvm.Mode:6);
26 Write (gvm.Width:5, 'x',gvm.Height:4, 'x', gvm.BPP:3);
/dports/games/openjk/OpenJK-07675e2/codemp/server/
H A Dsv_gameapi.cpp49 VMSwap v( gvm ); in GVM_InitGame()
59 VMSwap v( gvm ); in GVM_ShutdownGame()
67 VMSwap v( gvm ); in GVM_ClientConnect()
77 VMSwap v( gvm ); in GVM_ClientBegin()
85 VMSwap v( gvm ); in GVM_ClientUserinfoChanged()
95 VMSwap v( gvm ); in GVM_ClientDisconnect()
105 VMSwap v( gvm ); in GVM_ClientCommand()
115 VMSwap v( gvm ); in GVM_ClientThink()
2811 if ( gvm && !gvm->isLegacy ) { in SV_BindGame()
3145 gvm = NULL; in SV_UnbindGame()
[all …]

12345678910>>...28