Home
last modified time | relevance | path

Searched defs:Apply (Results 1 – 25 of 5624) sorted by relevance

12345678910>>...225

/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/filters/
H A DChFilterAccess.cpp27 CH_SENSOR_API void ChFilterAccess<SensorHostR8Buffer, UserR8BufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
65 CH_SENSOR_API void ChFilterAccess<SensorHostRGBA8Buffer, UserRGBA8BufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
103 CH_SENSOR_API void ChFilterAccess<SensorHostSemanticBuffer, UserSemanticBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
142 CH_SENSOR_API void ChFilterAccess<SensorHostXYZIBuffer, UserXYZIBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
180 CH_SENSOR_API void ChFilterAccess<SensorHostDIBuffer, UserDIBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
218 CH_SENSOR_API void ChFilterAccess<SensorHostRadarBuffer, UserRadarBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
256 CH_SENSOR_API void ChFilterAccess<SensorHostRadarXYZBuffer, UserRadarXYZBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
296 CH_SENSOR_API void ChFilterAccess<SensorHostAccelBuffer, UserAccelBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
330 CH_SENSOR_API void ChFilterAccess<SensorHostGyroBuffer, UserGyroBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
364 CH_SENSOR_API void ChFilterAccess<SensorHostMagnetBuffer, UserMagnetBufferPtr>::Apply() { in Apply() function in chrono::sensor::ChFilterAccess
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/command/arguments/
H A Dapply.go11 type Apply struct { struct
13 State *State
14 Operation *Operation
15 Vars *Vars
18 AutoApprove bool
22 InputEnabled bool
25 PlanPath string
28 ViewType ViewType
/dports/math/fastops/fastops-1.0.0/tools/benchmark/
H A Dbenchmark.cpp26 static void Apply(const T* from, size_t size, T* to) { in Apply() function
34 static void Apply(const T* from, size_t size, T* to) { in Apply() function
41 static void Apply(const T* from, size_t size, T* to) { in Apply() function
48 static void Apply(const T* from, size_t size, T* to) { in Apply() function
74 static void Apply(const T* from, size_t size, T* to) { in Apply() function
82 static void Apply(const T* from, size_t size, T* to) { in Apply() function
90 static void Apply(const T* from, size_t size, T* to) { in Apply() function
97 static void Apply(const T* from, size_t size, T* to) { in Apply() function
104 static void Apply(const T* from, size_t size, T* to) { in Apply() function
113 static void Apply(const T* from, size_t size, T* to) { in Apply() function
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/Effects/
H A DUserBlendOps.Generated.cs323 …public override ColorBgra Apply (ColorBgra lhs, ColorBgra rhs) { int lhsA; { lhsA = ((lhs).A); }; … in Apply() method in Pinta.Core.UserBlendOps.NormalBlendOp
324 …public unsafe override void Apply (ColorBgra* dst, ColorBgra* src, int length) { while (length > 0… in Apply() method in Pinta.Core.UserBlendOps.NormalBlendOp
325 …public unsafe override void Apply (ColorBgra* dst, ColorBgra* lhs, ColorBgra* rhs, int length) { w… in Apply() method in Pinta.Core.UserBlendOps.NormalBlendOp
334 …public override ColorBgra Apply (ColorBgra lhs, ColorBgra rhs) { int lhsA; { lhsA = ((lhs).A); }; … in Apply() method in Pinta.Core.UserBlendOps.NormalBlendOp.NormalBlendOpWithOpacity
335 …public unsafe override void Apply (ColorBgra* dst, ColorBgra* src, int length) { while (length > 0… in Apply() method in Pinta.Core.UserBlendOps.NormalBlendOp.NormalBlendOpWithOpacity
336 …public unsafe override void Apply (ColorBgra* dst, ColorBgra* lhs, ColorBgra* rhs, int length) { w… in Apply() method in Pinta.Core.UserBlendOps.NormalBlendOp.NormalBlendOpWithOpacity
344 …tring StaticName { get { return "Additive"; } } public override ColorBgra Apply (ColorBgra lhs, Co… in Apply() method in Pinta.Core.UserBlendOps.AdditiveBlendOp
356 …ing StaticName { get { return "Difference"; } } public override ColorBgra Apply (ColorBgra lhs, Co… in Apply() method in Pinta.Core.UserBlendOps.DifferenceBlendOp
360 …string StaticName { get { return "Lighten"; } } public override ColorBgra Apply (ColorBgra lhs, Co… in Apply() method in Pinta.Core.UserBlendOps.LightenBlendOp.LightenBlendOpWithOpacity
362 … string StaticName { get { return "Darken"; } } public override ColorBgra Apply (ColorBgra lhs, Co… in Apply() method in Pinta.Core.UserBlendOps.DarkenBlendOp
[all …]
H A DUnaryPixelOps.cs30 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.Identity
59 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.Constant
99 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.BlendConstant
129 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.SetChannel
178 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.SetAlphaChannel
217 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.SetAlphaChannelTo255
251 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.Invert
276 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.RedEyeRemove
337 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.InvertWithAlpha
351 public override ColorBgra Apply(ColorBgra color) in Apply() method in Pinta.Core.UnaryPixelOps.AverageChannels
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/google.golang.org/api/option/
H A Doption.go18 Apply(*internal.DialSettings) methodSpec
29 func (w withTokenSource) Apply(o *internal.DialSettings) { func
35 func (w withCredFile) Apply(o *internal.DialSettings) { func
63 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
76 func (w withEndpoint) Apply(o *internal.DialSettings) { func
88 func (w withScopes) Apply(o *internal.DialSettings) { func
112 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
127 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
139 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
178 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/vendor/google.golang.org/api/option/
H A Doption.go18 Apply(*internal.DialSettings) methodSpec
29 func (w withTokenSource) Apply(o *internal.DialSettings) { func
35 func (w withCredFile) Apply(o *internal.DialSettings) { func
63 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
76 func (w withEndpoint) Apply(o *internal.DialSettings) { func
88 func (w withScopes) Apply(o *internal.DialSettings) { func
112 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
127 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
139 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
178 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/google.golang.org/api/option/
H A Doption.go18 Apply(*internal.DialSettings) methodSpec
29 func (w withTokenSource) Apply(o *internal.DialSettings) { func
35 func (w withCredFile) Apply(o *internal.DialSettings) { func
63 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
76 func (w withEndpoint) Apply(o *internal.DialSettings) { func
88 func (w withScopes) Apply(o *internal.DialSettings) { func
112 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
127 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
139 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
178 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/google.golang.org/api/option/
H A Doption.go18 Apply(*internal.DialSettings) methodSpec
29 func (w withTokenSource) Apply(o *internal.DialSettings) { func
35 func (w withCredFile) Apply(o *internal.DialSettings) { func
63 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
76 func (w withEndpoint) Apply(o *internal.DialSettings) { func
88 func (w withScopes) Apply(o *internal.DialSettings) { func
112 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
127 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
139 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
178 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/net/storj/storj-1.45.3/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/google.golang.org/api/option/
H A Doption.go19 Apply(*internal.DialSettings) methodSpec
30 func (w withTokenSource) Apply(o *internal.DialSettings) { func
36 func (w withCredFile) Apply(o *internal.DialSettings) { func
64 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
77 func (w withEndpoint) Apply(o *internal.DialSettings) { func
89 func (w withScopes) Apply(o *internal.DialSettings) { func
113 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
128 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
140 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
179 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/libcontainerd/
H A Dutils_windows.go19 func (s *ServicingOption) Apply(interface{}) error { func
24 func (f *FlushOption) Apply(interface{}) error { func
29 func (h *HyperVIsolationOption) Apply(interface{}) error { func
34 func (h *LayerOption) Apply(interface{}) error { func
39 func (s *NetworkEndpointsOption) Apply(interface{}) error { func
44 func (s *CredentialsOption) Apply(interface{}) error { func
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/google.golang.org/api/option/
H A Doption.go20 Apply(*internal.DialSettings) methodSpec
31 func (w withTokenSource) Apply(o *internal.DialSettings) { func
37 func (w withCredFile) Apply(o *internal.DialSettings) { func
65 func (w withCredentialsJSON) Apply(o *internal.DialSettings) { func
78 func (w withEndpoint) Apply(o *internal.DialSettings) { func
90 func (w withScopes) Apply(o *internal.DialSettings) { func
114 func (w withHTTPClient) Apply(o *internal.DialSettings) { func
129 func (w withGRPCConn) Apply(o *internal.DialSettings) { func
141 func (w withGRPCDialOption) Apply(o *internal.DialSettings) { func
180 func (w withAudiences) Apply(o *internal.DialSettings) { func
[all …]

12345678910>>...225