Home
last modified time | relevance | path

Searched refs:importMap (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/imports/
H A DRepositoryImportWizard.java57 public RepositoryImportWizard(Map<?, ?> importMap) { in RepositoryImportWizard() argument
62 fImportMap = importMap; in RepositoryImportWizard()
102 Map<IBundleImporter, ScmUrlImportDescription[]> importMap = new HashMap<>(); in performFinish() local
112 importMap.put((IBundleImporter) importer, descriptions); in performFinish()
125 if (!importMap.isEmpty()) { in performFinish()
126 …_REPOSITORY, plugins.toArray(new IPluginModelBase[plugins.size()]), false, false, null, importMap); in performFinish()
/dports/security/vuls/vuls-0.13.7/vendor/moul.io/http2curl/vendor/github.com/smartystreets/assertions/internal/oglemock/generate/
H A Dgenerate.go118 Imports importMap
187 type importMap map[string]string type
192 func addImportForType(imports importMap, t reflect.Type) { argument
221 func addImportsForType(imports importMap, t reflect.Type) { argument
249 func addImportsForInterfaceMethods(imports importMap, it reflect.Type) { argument
260 func getImports(interfaces []reflect.Type) importMap {
261 imports := make(importMap)
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/moul/http2curl/vendor/github.com/smartystreets/assertions/internal/oglemock/generate/
H A Dgenerate.go118 Imports importMap
187 type importMap map[string]string type
192 func addImportForType(imports importMap, t reflect.Type) { argument
221 func addImportsForType(imports importMap, t reflect.Type) { argument
249 func addImportsForInterfaceMethods(imports importMap, it reflect.Type) { argument
260 func getImports(interfaces []reflect.Type) importMap {
261 imports := make(importMap)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/smartystreets/assertions/internal/oglemock/generate/
H A Dgenerate.go125 Imports importMap
176 type importMap map[string]string type
181 func addImportForType(imports importMap, t reflect.Type) { argument
210 func addImportsForType(imports importMap, t reflect.Type) { argument
238 func addImportsForInterfaceMethods(imports importMap, it reflect.Type) { argument
251 pkgPath string) importMap {
252 imports := make(importMap)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/assertions/internal/oglemock/generate/
H A Dgenerate.go125 Imports importMap
176 type importMap map[string]string type
181 func addImportForType(imports importMap, t reflect.Type) { argument
210 func addImportsForType(imports importMap, t reflect.Type) { argument
238 func addImportsForInterfaceMethods(imports importMap, it reflect.Type) { argument
251 pkgPath string) importMap {
252 imports := make(importMap)
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/assertions/internal/oglemock/generate/
H A Dgenerate.go125 Imports importMap
176 type importMap map[string]string type
181 func addImportForType(imports importMap, t reflect.Type) { argument
210 func addImportsForType(imports importMap, t reflect.Type) { argument
238 func addImportsForInterfaceMethods(imports importMap, it reflect.Type) { argument
251 pkgPath string) importMap {
252 imports := make(importMap)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/migration/
H A Dreplace-internal-references.ts72 const importMap = new Map<string, any[]>(); constant
94 if (!importMap.has(targetImportFile)) {
95 importMap.set(targetImportFile, []);
98 const imports = importMap.get(targetImportFile)!;
116 for (const [targetImportFile, specifiers] of importMap) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/migration/
H A Dreplace-internal-references.ts76 const importMap = new Map<string, any[]>(); constant
98 if (!importMap.has(targetImportFile)) {
99 importMap.set(targetImportFile, []);
102 const imports = importMap.get(targetImportFile)!;
120 for (const [targetImportFile, specifiers] of importMap) {
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/OpenPeeDeeP/depguard/
H A Ddepguard.go134 importMap := make(map[string][]token.Position)
147 positions, found := importMap[fileImportPath]
149 importMap[fileImportPath] = []token.Position{
154 importMap[fileImportPath] = append(positions, position)
158 return importMap, nil
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/OpenPeeDeeP/depguard/
H A Ddepguard.go134 importMap := make(map[string][]token.Position)
147 positions, found := importMap[fileImportPath]
149 importMap[fileImportPath] = []token.Position{
154 importMap[fileImportPath] = append(positions, position)
158 return importMap, nil
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/OpenPeeDeeP/depguard/
H A Ddepguard.go134 importMap := make(map[string][]token.Position)
147 positions, found := importMap[fileImportPath]
149 importMap[fileImportPath] = []token.Position{
154 importMap[fileImportPath] = append(positions, position)
158 return importMap, nil
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/tools/go/packages/
H A Dgolist_fallback.go63 importMap := func(importlist []string) map[string]*Package {
64 importMap := make(map[string]*Package)
69 if pkgpath != path && importMap[path] == nil {
70 importMap[path] = &Package{ID: path}
75 importMap[vendorlessPath(id)] = &Package{ID: id}
77 return importMap
128 Imports: importMap(p.Imports),
149 Imports: importMap(append(p.Imports, p.TestImports...)),
167 Imports: importMap(p.XTestImports),
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/packages/
H A Dgolist_fallback.go63 importMap := func(importlist []string) map[string]*Package {
64 importMap := make(map[string]*Package)
69 if pkgpath != path && importMap[path] == nil {
70 importMap[path] = &Package{ID: path}
75 importMap[vendorlessPath(id)] = &Package{ID: id}
77 return importMap
128 Imports: importMap(p.Imports),
149 Imports: importMap(append(p.Imports, p.TestImports...)),
167 Imports: importMap(p.XTestImports),
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/tommy-muehle/go-mnd/v2/vendor/golang.org/x/tools/go/packages/
H A Dgolist_fallback.go63 importMap := func(importlist []string) map[string]*Package {
64 importMap := make(map[string]*Package)
69 if pkgpath != path && importMap[path] == nil {
70 importMap[path] = &Package{ID: path}
75 importMap[vendorlessPath(id)] = &Package{ID: id}
77 return importMap
128 Imports: importMap(p.Imports),
149 Imports: importMap(append(p.Imports, p.TestImports...)),
167 Imports: importMap(p.XTestImports),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DInstructionParser.java45 Map<String, ActionEntry> importMap = parseImportAttribute(instruction.getImportAttribute()); in parseActions() local
48 actions.add(parseAction(tokenizer.nextToken(), importMap, touchpointType)); in parseActions() local
104 …private ProvisioningAction lookupAction(String actionId, Map<String, ActionEntry> importMap, ITouc… in lookupAction() argument
106 ActionEntry actionEntry = importMap.get(actionId); in lookupAction()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jshell/share/classes/jdk/jshell/
H A DKeyMap.java56 private final Map<String, ImportKey> importMap = new LinkedHashMap<>(); field in KeyMap
72 return importMap.computeIfAbsent(name + ":" in keyForImport()
96 return importMap.values().stream(); in importKeys()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dgenv.h34 typedef mem::map<CONST string,record *> importMap; typedef
35 importMap imap;
/dports/math/asymptote/asymptote-2.67/
H A Dgenv.h34 typedef mem::map<CONST string,record *> importMap; typedef
35 importMap imap;

12345678910>>...14