Home
last modified time | relevance | path

Searched refs:StringCodec (Results 1 – 25 of 102) sorted by relevance

12345

/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go21 type StringCodec struct { struct
25 var _ ValueCodec = &StringCodec{}
28 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
30 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
34 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
47 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go21 type StringCodec struct { struct
25 var _ ValueCodec = &StringCodec{}
28 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
30 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
34 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
47 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
H A Dstring_codec_test.go31 {"default", bsonoptions.StringCodec(), true, oid.Hex()},
32 {"true", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(true), true, oid.Hex()},
33 {"false", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(false), false, string(byteArray[:])},
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go21 type StringCodec struct { struct
25 var _ ValueCodec = &StringCodec{}
28 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
30 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
34 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
47 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go21 type StringCodec struct { struct
25 var _ ValueCodec = &StringCodec{}
28 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
30 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
34 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
47 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
H A Dstring_codec_test.go31 {"default", bsonoptions.StringCodec(), true, oid.Hex()},
32 {"true", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(true), true, oid.Hex()},
33 {"false", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(false), false, string(byteArray[:])},
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go21 type StringCodec struct { struct
25 var _ ValueCodec = &StringCodec{}
28 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
30 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
34 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
47 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
/dports/sysutils/bareos-server/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-vmware/python-modules/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/vmware/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-vmware/python-modules/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/vmware/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-vmware/python-modules/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/vmware/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/vmware/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/systemtests/tests/py2plug-fd-vmware/python-modules/
H A DBareosFdPluginVMware.py259 % (option, StringCodec.encode(self.options[option])),
360 StringCodec.encode(self.vadp.file_to_backup),
477 % (StringCodec.encode(fname)),
950 % (StringCodec.encode(vmname)),
957 % (StringCodec.encode(vmname)),
962 % (StringCodec.encode(vmname)),
1018 % (StringCodec.encode(vmname)),
1067 % (StringCodec.encode(vm_path), self.options["dc"]),
1184 StringCodec.encode(
1326 "/var/tmp" + StringCodec.encode(self.file_to_backup),
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go19 type StringCodec struct { struct
31 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
33 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
37 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
49 func (sc *StringCodec) decodeType(dc DecodeContext, vr bsonrw.ValueReader, t reflect.Type) (reflect… argument
107 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
H A Dstring_codec_test.go31 {"default", bsonoptions.StringCodec(), true, oid.Hex()},
32 {"true", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(true), true, oid.Hex()},
33 {"false", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(false), false, string(byteArray[:])},
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go19 type StringCodec struct { struct
31 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
33 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
37 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
49 func (sc *StringCodec) decodeType(dc DecodeContext, vr bsonrw.ValueReader, t reflect.Type) (reflect… argument
107 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go19 type StringCodec struct { struct
31 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
33 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
37 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
49 func (sc *StringCodec) decodeType(dc DecodeContext, vr bsonrw.ValueReader, t reflect.Type) (reflect… argument
107 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go19 type StringCodec struct { struct
31 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
33 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
37 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
49 func (sc *StringCodec) decodeType(dc DecodeContext, vr bsonrw.ValueReader, t reflect.Type) (reflect… argument
107 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
H A Dstring_codec_test.go31 {"default", bsonoptions.StringCodec(), true, oid.Hex()},
32 {"true", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(true), true, oid.Hex()},
33 {"false", bsonoptions.StringCodec().SetDecodeObjectIDAsHex(false), false, string(byteArray[:])},
/dports/www/gitea/gitea-1.16.5/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/
H A Dstring_codec.go19 type StringCodec struct { struct
31 func NewStringCodec(opts ...*bsonoptions.StringCodecOptions) *StringCodec {
33 return &StringCodec{*stringOpt.DecodeObjectIDAsHex}
37 func (sc *StringCodec) EncodeValue(ectx EncodeContext, vw bsonrw.ValueWriter, val reflect.Value) er… argument
49 func (sc *StringCodec) decodeType(dc DecodeContext, vr bsonrw.ValueReader, t reflect.Type) (reflect… argument
107 func (sc *StringCodec) DecodeValue(dctx DecodeContext, vr bsonrw.ValueReader, val reflect.Value) er… argument
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/points/
H A DAttributeArrayString.h36 struct StringCodec
49 using StringAttributeArray = TypedAttributeArray<Index, StringCodec<false>>;
126 StringCodec<Truncate>::decode(const StorageType& data, ValueType& val)
135 StringCodec<Truncate>::encode(const ValueType& val, StorageType& data)
178 AttributeHandle<Index, StringCodec<false>> mHandle;
235 AttributeWriteHandle<Index, StringCodec<false>> mWriteHandle;
/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/original/
H A DMutableStringCodec.java27 public class MutableStringCodec <A extends StringCodec> implements StringCodec {
/dports/net/wangle/wangle-2021.12.27.00/
H A Dtutorial.md49 pipeline->addBack(StringCodec());
65 - **StringCodec**
70 - Downstream: receives a std::string and forwards it to StringCodec.
80 #include <wangle/codec/StringCodec.h>
106 pipeline->addBack(StringCodec());
163 pipeline->addBack(StringCodec());
181 #include <wangle/codec/StringCodec.h>
216 pipeline->addBack(StringCodec());

12345