Home
last modified time | relevance | path

Searched +defs:interface +defs:update (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Dupdate.go12 update struct { struct
13 col IdentifierExpression
14 val interface{}
18 func set(col IdentifierExpression, val interface{}) UpdateExpression {
22 func NewUpdateExpressions(update interface{}) (updates []UpdateExpression, err error) {
55 func (u update) Expression() Expression {
59 func (u update) Clone() Expression {
63 func (u update) Col() IdentifierExpression {
67 func (u update) Val() interface{} {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/storage/inmem/
H A Dtxn.go264 type update struct { struct
265 path storage.Path // data path modified by update
266 remove bool // indicates whether update removes the value at path
267 value interface{} // value to add/replace at path (ignored if remove is true)
270 func newUpdate(data interface{}, op storage.PatchOp, path storage.Path, idx int, value interface{})…
289 func newUpdateArray(data []interface{}, op storage.PatchOp, path storage.Path, idx int, value inter…
336 func newUpdateObject(data map[string]interface{}, op storage.PatchOp, path storage.Path, idx int, v…
354 func (u *update) Apply(data interface{}) interface{} {
381 func (u *update) Relative(path storage.Path) *update {
387 func deepCopy(val interface{}) interface{} {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/storage/inmem/
H A Dtxn.go268 type update struct { struct
269 path storage.Path // data path modified by update
270 remove bool // indicates whether update removes the value at path
271 value interface{} // value to add/replace at path (ignored if remove is true)
274 func newUpdate(data interface{}, op storage.PatchOp, path storage.Path, idx int, value interface{})…
293 func newUpdateArray(data []interface{}, op storage.PatchOp, path storage.Path, idx int, value inter…
340 func newUpdateObject(data map[string]interface{}, op storage.PatchOp, path storage.Path, idx int, v…
358 func (u *update) Apply(data interface{}) interface{} {
385 func (u *update) Relative(path storage.Path) *update {
391 func deepCopy(val interface{}) interface{} {
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DDiagnostic.td67 // This defines documentation for diagnostic groups.
81 string Text = text;
82 DiagClass Class = DC;
92 class SFINAEFailure {
93 SFINAEResponse SFINAE = SFINAE_SubstitutionFailure;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/connect/envoy/
H A Denvoy_test.go23 var update = flag.Bool("update", false, "update golden files") var
579 func testMockAgent(agentCfg map[string]interface{}, grpcPort int) http.HandlerFunc {
595 func testMockAgentProxyConfig(cfg map[string]interface{}) http.HandlerFunc {
/dports/security/lego/lego-4.5.3/vendor/gopkg.in/ns1/ns1-go.v2/rest/_examples/
H A Dautomated_failover.go33 func prettyPrint(header string, v interface{}) {
42 type update map[string]data.Meta type
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libvirtio/
H A Dvirtio.in24 cod(virtio-scsi-init)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/connect/envoy/
H A Denvoy_test.go24 var update = flag.Bool("update", false, "update golden files") var
843 func testMockAgent(agentCfg map[string]interface{}, grpcPort int) http.HandlerFunc {
897 func testMockAgentProxyConfig(cfg map[string]interface{}) http.HandlerFunc {
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/v3/
H A Dendpoints.py49 def _validate_interface(self, interface): argument
55 def create(self, service, url, interface=None, region=None, enabled=True, argument
97 def list(self, service=None, interface=None, region=None, enabled=None, argument
127 def update(self, endpoint, service=None, url=None, interface=None, member in EndpointManager
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dnetapp_e_mgmt_interface.py367 def interface(self): member in MgmtInterface
416 def get_enable_interface_settings(self, iface, expected_iface, update, body): argument
430 def get_interface_settings(self, iface, expected_iface, update, body): argument
463 def get_dns_server_settings(self, iface, expected_iface, update, body): argument
491 def get_ntp_server_settings(self, iface, expected_iface, update, body): argument
525 def get_remote_ssh_settings(self, settings, update, body): argument
684 def update(self): member in MgmtInterface
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/plugins/modules/
H A Dnetapp_e_mgmt_interface.py382 def interface(self): member in MgmtInterface
431 def get_enable_interface_settings(self, iface, expected_iface, update, body): argument
445 def get_interface_settings(self, iface, expected_iface, update, body): argument
478 def get_dns_server_settings(self, iface, expected_iface, update, body): argument
506 def get_ntp_server_settings(self, iface, expected_iface, update, body): argument
540 def get_remote_ssh_settings(self, settings, update, body): argument
699 def update(self): member in MgmtInterface
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/devel/bit/bit-1.1.2/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/dsnet/compress/bzip2/
H A Dcommon.go56 func errorf(c int, f string, a ...interface{}) error {
60 func panicf(c int, f string, a ...interface{}) {
96 func (c *crc) update(buf []byte) { func

12345678910>>...28