Home
last modified time | relevance | path

Searched refs:subNames (Results 1 – 25 of 78) sorted by relevance

1234

/dports/shells/elvish/elvish-0.17.0/pkg/eval/
H A Dvar_ref.go31 subNames []string member
105 return &varRef{scope: externalScope, subNames: []string{rest[:len(rest)-1]}}
108 return &varRef{scope: envScope, subNames: []string{rest}}
137 variable, subNames := derefBase(fm, ref)
138 for _, subName := range subNames {
154 return fm.local.slots[ref.index], ref.subNames
156 return fm.up.slots[ref.index], ref.subNames
158 return fm.Evaler.Builtin().slots[ref.index], ref.subNames
160 return vars.FromEnv(ref.subNames[0]), nil
162 return vars.NewReadOnly(NewExternalCmd(ref.subNames[0])), nil
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/
H A Dmatch.go26 subNames map[string]int32 member
62 subNames: map[string]int32{},
96 for key := range m.subNames {
97 delete(m.subNames, key)
200 n := m.subNames[base]
204 m.subNames[base] = n + 1
208 if len(prefix) < len(base) && nn < m.subNames[prefix] {
218 if m.subNames[name] != 0 {
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DCreateManifestResourceName.cs343 string[] subNames = name.Split(new char[] { '.' }); in MakeValidEverettFolderIdentifier()
346 everettId.Append(MakeValidEverettSubFolderIdentifier(subNames[0])); in MakeValidEverettFolderIdentifier()
348 for (int i = 1; i < subNames.Length; i++) in MakeValidEverettFolderIdentifier()
351 everettId.Append(MakeValidEverettSubFolderIdentifier(subNames[i])); in MakeValidEverettFolderIdentifier()
374 …string[] subNames = name.Split(new char[] { Path.DirectorySeparatorChar, Path.AltDirectorySeparato… in MakeValidEverettIdentifier()
377 everettId.Append(MakeValidEverettFolderIdentifier(subNames[0])); in MakeValidEverettIdentifier()
379 for (int i = 1; i < subNames.Length; i++) in MakeValidEverettIdentifier()
382 everettId.Append(MakeValidEverettFolderIdentifier(subNames[i])); in MakeValidEverettIdentifier()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc8/gcc-8.5.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc11/gcc-11.2.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc10/gcc-10.3.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc9/gcc-9.4.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/testing/
H A Dmatch.go21 subNames map[string]int64 member
46 subNames: map[string]int64{},
118 next, exists := m.subNames[name]
120 m.subNames[name] = 1 // next count is 1
125 m.subNames[name] = next + 1
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/dhowden/tag/
H A Dmp4.go234 subNames := make(map[string]string)
259 subNames[subName] = string(b[4:])
271 if subNames["mean"] != "com.apple.iTunes" || subNames["name"] == "" || len(data) == 0 {
274 return subNames["name"], data, nil
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/pubsub/
H A Dsubscription_test.go101 got := subNames(subs)
129 got := subNames(subs)
139 func subNames(subs []*Subscription) []string { func
/dports/lang/spidermonkey78/firefox-78.9.0/browser/extensions/formautofill/
H A DFormAutofillUtils.jsm607 * @param {string[]} subNames An array of regionName strings
609 * @returns {Map?} Returns null if subKeys or subNames are not truthy.
612 buildRegionMapIfAvailable(subKeys, subIsoids, subNames, subLnames) {
617 (!subNames && !subLnames) ||
618 (subNames && subKeys.length != subNames.length) ||
634 let names = subNames || subLnames;
737 sub_names: subNames,
745 subNames = subNames || subLnames;
751 subNames,
760 [subKeys, subNames].forEach(sub => {
/dports/www/firefox/firefox-99.0/toolkit/components/formautofill/
H A DFormAutofillUtils.jsm630 * @param {string[]} subNames An array of regionName strings
632 * @returns {Map?} Returns null if subKeys or subNames are not truthy.
635 buildRegionMapIfAvailable(subKeys, subIsoids, subNames, subLnames) {
640 (!subNames && !subLnames) ||
641 (subNames && subKeys.length != subNames.length) ||
657 let names = subNames || subLnames;
760 sub_names: subNames,
768 subNames = subNames || subLnames;
774 subNames,
783 [subKeys, subNames].forEach(sub => {

1234