Home
last modified time | relevance | path

Searched defs:setMatrix (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/common/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/common/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/common/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/common/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/internal/setmatrix/
H A Dsetmatrix.go35 type setMatrix struct { struct
36 matrix map[string]mapset.Set
38 sync.Mutex
48 func (s *setMatrix) init() {
52 func (s *setMatrix) Get(key string) ([]interface{}, bool) {
62 func (s *setMatrix) Contains(key string, value interface{}) (bool, bool) {
72 func (s *setMatrix) Insert(key string, value interface{}) (bool, int) {
85 func (s *setMatrix) Remove(key string, value interface{}) (bool, int) {
106 func (s *setMatrix) Cardinality(key string) (int, bool) {
117 func (s *setMatrix) String(key string) (string, bool) {
[all …]
/dports/games/torcs/torcs-1.3.7/src/modules/simu/simuv2/SOLID-2.0/src/
H A DObject.h54 void setMatrix(const float v[16]) { curr.setValue(v); } in setMatrix() function
55 void setMatrix(const double v[16]) { curr.setValue(v); } in setMatrix() function
/dports/graphics/nurbs++/nurbs++-3.0.11/image/
H A Dimage_.cpp32 void IM_ImageT<Color>::setMatrix(){ in setMatrix() function in PLib::IM_ImageT
50 void IM_ImageT<unsigned char>::setMatrix(){ in setMatrix() function in PLib::IM_ImageT
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKMatrixWidget.cpp24 void ctkVTKMatrixWidget::setMatrix(vtkMatrix4x4* _matrix) in setMatrix() function in ctkVTKMatrixWidget
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWMatrix.h44 void setMatrix(const COLLADABU::Math::Matrix4& matrix) { mMatrix = matrix; } in setMatrix() function
/dports/science/clhep/2.4.1.0/CLHEP/Vector/test/
H A DtestSubscripts.cc24 void setMatrix(double xx1, double xy1, double xz1, in setMatrix() function in Rot3
35 void setMatrix(double xx1, double xy1, double xz1, double xt1, in setMatrix() function in Rot4
/dports/devel/gammaray/GammaRay-2.11.3/ui/propertyeditor/
H A Dpropertymatrixdialog.cpp51 void PropertyMatrixDialog::setMatrix(const QVariant &matrix) in setMatrix() function in PropertyMatrixDialog
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/matrix/
H A DColorMapDialog.cpp72 void ColorMapDialog::setMatrix(Matrix *m) in setMatrix() function in ColorMapDialog
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DTexturedPlane.h39 void setMatrix(MatrixFP& matrix) { rotMatrix = matrix; } in setMatrix() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/
H A Dcss_matrix_component.h36 void setMatrix(DOMMatrix* matrix) { matrix_ = matrix; } in setMatrix() function
/dports/games/residualvm/residualvm-0.3.1/engines/grim/costume/
H A Dmesh_component.h45 void setMatrix(const Math::Matrix4 &matrix) override { _matrix = matrix; }; in setMatrix() function
/dports/games/scummvm/scummvm-2.5.1/engines/grim/costume/
H A Dmesh_component.h45 void setMatrix(const Math::Matrix4 &matrix) override { _matrix = matrix; }; in setMatrix() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/cssom/
H A Dcss_matrix_component.h37 void setMatrix(DOMMatrix* matrix) { matrix_ = matrix; } in setMatrix() function
/dports/graphics/qcomicbook/QComicBook-0.9.1/src/Job/
H A DImageTransformJob.cpp45 void ImageTransformJob::setMatrix(const QMatrix &m) in setMatrix() function in ImageTransformJob

12345678910>>...20