Home
last modified time | relevance | path

Searched defs:Bundle (Results 1 – 25 of 1487) sorted by relevance

12345678910>>...60

/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/nicksnyder/go-i18n/v2/i18n/
H A Dbundle.go20 type Bundle struct { struct
21 defaultLanguage language.Tag
22 unmarshalFuncs map[string]UnmarshalFunc
23 messageTemplates map[language.Tag]map[string]*MessageTemplate
24 pluralRules plural.Rules
25 tags []language.Tag
26 matcher language.Matcher
54 func (b *Bundle) LoadMessageFile(path string) (*MessageFile, error) {
64 func (b *Bundle) MustLoadMessageFile(path string) {
121 func (b *Bundle) addTag(tag language.Tag) {
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/gohugoio/go-i18n/v2/i18n/
H A Dbundle.go20 type Bundle struct { struct
21 defaultLanguage language.Tag
22 unmarshalFuncs map[string]UnmarshalFunc
23 messageTemplates map[language.Tag]map[string]*MessageTemplate
24 pluralRules plural.Rules
25 tags []language.Tag
26 matcher language.Matcher
103 func (b *Bundle) LoadMessageFile(path string) (*MessageFile, error) {
113 func (b *Bundle) MustLoadMessageFile(path string) {
170 func (b *Bundle) addTag(tag language.Tag) {
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/go-i18n/i18n/bundle/
H A Dbundle.go24 type Bundle struct { struct
26 translations map[string]map[string]translation.Translation
29 fallbackTranslations map[string]map[string]translation.Translation
31 sync.RWMutex
44 func (b *Bundle) MustLoadTranslationFile(filename string) {
55 func (b *Bundle) LoadTranslationFile(filename string) error {
66 func (b *Bundle) ParseTranslationFileBytes(filename string, buf []byte) error {
247 func (b *Bundle) LanguageTags() []string {
258 func (b *Bundle) LanguageTranslationIDs(languageTag string) []string {
269 func (b *Bundle) MustTfunc(pref string, prefs ...string) TranslateFunc {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/go-i18n/i18n/bundle/
H A Dbundle.go24 type Bundle struct { struct
26 translations map[string]map[string]translation.Translation
29 fallbackTranslations map[string]map[string]translation.Translation
31 sync.RWMutex
44 func (b *Bundle) MustLoadTranslationFile(filename string) {
55 func (b *Bundle) LoadTranslationFile(filename string) error {
66 func (b *Bundle) ParseTranslationFileBytes(filename string, buf []byte) error {
247 func (b *Bundle) LanguageTags() []string {
258 func (b *Bundle) LanguageTranslationIDs(languageTag string) []string {
269 func (b *Bundle) MustTfunc(pref string, prefs ...string) TranslateFunc {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/go-i18n/i18n/bundle/
H A Dbundle.go24 type Bundle struct { struct
26 translations map[string]map[string]translation.Translation
29 fallbackTranslations map[string]map[string]translation.Translation
31 sync.RWMutex
44 func (b *Bundle) MustLoadTranslationFile(filename string) {
55 func (b *Bundle) LoadTranslationFile(filename string) error {
66 func (b *Bundle) ParseTranslationFileBytes(filename string, buf []byte) error {
247 func (b *Bundle) LanguageTags() []string {
258 func (b *Bundle) LanguageTranslationIDs(languageTag string) []string {
269 func (b *Bundle) MustTfunc(pref string, prefs ...string) TranslateFunc {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/bundler/
H A Dbundle.go21 type Bundle struct { struct
22 Chain []*x509.Certificate
23 Cert *x509.Certificate
24 Root *x509.Certificate
25 Key interface{}
26 Issuer *pkix.Name
27 Subject *pkix.Name
28 Expires time.Time
29 LeafExpires time.Time
30 Hostnames []string
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/bundle/
H A Dbundle.go32 type Bundle struct { struct
33 Manifest Manifest
34 Data map[string]interface{}
35 Modules []ModuleFile
52 func Write(w io.Writer, bundle Bundle) error {
83 func writeManifest(tw *tar.Writer, bundle Bundle) error {
162 func (b Bundle) Equal(other Bundle) bool {
183 func (b *Bundle) insert(key []string, value interface{}) error {
202 func (b *Bundle) mkdir(key []string) (map[string]interface{}, error) {
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_register_allocator.hpp28 struct Bundle { struct
29 static const int8_t any = -1;
31 int8_t bundle_id;
32 int8_t bank_id;
34 Bundle() : bundle_id(any), bank_id(any) {} in Bundle() function
35 Bundle(int8_t bank_id_, int8_t bundle_id_) : bundle_id(bundle_id_), bank_id(bank_id_) {} in Bundle() function
38 static constexpr int bundle_count(HW hw) { return (hw == HW::Xe_LP) ? 8 : 2; } in bundle_count()
40 static constexpr int bank_count(HW hw) { return 2; } in bank_count()
54 static bool conflicts(HW hw, RegData r1, RegData r2) { in conflicts()
58 static bool same_bank(HW hw, RegData r1, RegData r2) { in same_bank()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_register_allocator.hpp28 struct Bundle { struct
29 static const int8_t any = -1;
31 int8_t bundle_id;
32 int8_t bank_id;
34 Bundle() : bundle_id(any), bank_id(any) {} in Bundle() argument
35 Bundle(int8_t bank_id_, int8_t bundle_id_) : bundle_id(bundle_id_), bank_id(bank_id_) {} in Bundle() function
38 …onstexpr int bundle_count(HW hw) { return (hw >= HW::XeHP) ? 16 : (hw == HW::Gen12LP) ? 8 : 2; } in bundle_count()
40 static constexpr int bank_count(HW hw) { return 2; } in bank_count()
54 static bool conflicts(HW hw, RegData r1, RegData r2) { in conflicts()
58 static bool same_bank(HW hw, RegData r1, RegData r2) { in same_bank()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DModelBundle.go6 type Bundle struct { struct
8 Object
10 ChildCount *int `json:"childCount,omitempty"`
12 Album *Album `json:"album,omitempty"`
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx-0.17.1/src/pso/
H A Dbundle.rs9 pub struct Bundle<R: Resources, Data: PipelineData<R>> { struct
18 impl<R: Resources, Data: PipelineData<R>> Bundle<R, Data> { argument
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/bundle/
H A Dbundle.go42 type Bundle struct { struct
43 Manifest Manifest
44 Data map[string]interface{}
45 Modules []ModuleFile
46 Wasm []byte
290 func Write(w io.Writer, bundle Bundle) error {
325 func writeWasm(tw *tar.Writer, bundle Bundle) error {
333 func writeManifest(tw *tar.Writer, bundle Bundle) error {
359 func (b Bundle) Equal(other Bundle) bool {
384 func (b *Bundle) insert(key []string, value interface{}) error {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go111 type Bundle struct { struct
113 ID string
115 Path string
117 Namespace string
121 func (b *Bundle) Delete() error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/runtime/v2/
H A Dbundle.go108 type Bundle struct { struct
110 ID string
112 Path string
114 Namespace string
118 func (b *Bundle) Delete() error {
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/pkg/glexpr/
H A Dexpression.go43 type Bundle struct { struct
44 expressions []*Expression
45 Cblob unsafe.Pointer
66 func (b *Bundle) CompareExpressions(expressions []*Expression) bool {
80 …atch(value string, pattern string, mode int, output_template *string) (match bool, output string) {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/glexpr/
H A Dexpression.go43 type Bundle struct { struct
44 expressions []*Expression
45 Cblob unsafe.Pointer
66 func (b *Bundle) CompareExpressions(expressions []*Expression) bool {
80 …atch(value string, pattern string, mode int, output_template *string) (match bool, output string) {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/pkg/glexpr/
H A Dexpression.go43 type Bundle struct { struct
44 expressions []*Expression
45 Cblob unsafe.Pointer
66 func (b *Bundle) CompareExpressions(expressions []*Expression) bool {
80 …atch(value string, pattern string, mode int, output_template *string) (match bool, output string) {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/glexpr/
H A Dexpression.go43 type Bundle struct { struct
44 expressions []*Expression
45 Cblob unsafe.Pointer
66 func (b *Bundle) CompareExpressions(expressions []*Expression) bool {
80 …atch(value string, pattern string, mode int, output_template *string) (match bool, output string) {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/glexpr/
H A Dexpression.go43 type Bundle struct { struct
44 expressions []*Expression
45 Cblob unsafe.Pointer
66 func (b *Bundle) CompareExpressions(expressions []*Expression) bool {
80 …atch(value string, pattern string, mode int, output_template *string) (match bool, output string) {

12345678910>>...60