Home
last modified time | relevance | path

Searched refs:getImportPath (Results 1 – 11 of 11) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DImports.hs9 , getImportPath
53 getImportPath :: TCM [C.TopLevelModuleName]
54 getImportPath = asksTC envImportPath function
116 caseListM getImportPath __IMPOSSIBLE__ $ \ m ms -> do
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/
H A DSymbolUtils.java178 return builder.namespace(dependency.getImportPath(), ".") in setImportedNamespace()
H A DGoDependency.java98 public String getImportPath() { in getImportPath() method in GoDependency
H A DGoWriter.java135 return addImport(goDependency.getImportPath(), goDependency.getAlias()); in addUseImports()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/
H A DSymbolUtils.java178 return builder.namespace(dependency.getImportPath(), ".") in setImportedNamespace()
H A DGoDependency.java98 public String getImportPath() { in getImportPath() method in GoDependency
H A DGoWriter.java135 return addImport(goDependency.getImportPath(), goDependency.getAlias()); in addUseImports()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/magefile/mage/parse/
H A Dparse.go371 name, alias, ok := getImportPath(impspec)
422 func getImportPath(imp *ast.ImportSpec) (path, alias string, ok bool) { func
/dports/devel/mage/mage-1.11.0/parse/
H A Dparse.go371 name, alias, ok := getImportPath(impspec)
422 func getImportPath(imp *ast.ImportSpec) (path, alias string, ok bool) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/magefile/mage/parse/
H A Dparse.go371 name, alias, ok := getImportPath(impspec)
422 func getImportPath(imp *ast.ImportSpec) (path, alias string, ok bool) { func
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DImports.hs719 ms <- getImportPath