Home
last modified time | relevance | path

Searched refs:searchpaths (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Dsrd.c29 SRD_PRIV GSList *searchpaths = NULL; variable
157 for (l = searchpaths; l; l = l->next) in print_searchpaths()
322 g_slist_free_full(searchpaths, g_free); in srd_exit()
323 searchpaths = NULL; in srd_exit()
386 searchpaths = g_slist_prepend(searchpaths, g_strdup(path)); in srd_decoder_searchpath_add()
407 for (GSList *l = searchpaths; l; l = l->next) in srd_searchpaths_get()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Post/
H A DXSLT.pm41 paths => $$self{searchpaths} || ['.']);
92 my @searchpaths = ($doc->getSearchPaths, ($$self{searchpaths} ? @{ $$self{searchpaths} } : ()));
98 paths => [@searchpaths],
123 "Couldn't find resource file $reqsrc in paths " . join(',', @searchpaths));
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_cache/
H A D3d_plugin_manager.cpp123 std::list< wxString > searchpaths; in loadPlugins() local
137 checkPluginPath( testpath, searchpaths ); in loadPlugins()
147 checkPluginPath( testpath + subdir, searchpaths ); in loadPlugins()
150 checkPluginPath( testpath + subdir, searchpaths ); in loadPlugins()
155 checkPluginPath( std::string( fn.GetPathWithSep().ToUTF8() ), searchpaths ); in loadPlugins()
160 checkPluginPath( fn.GetPathWithSep(), searchpaths ); in loadPlugins()
165 checkPluginPath( PATHS::GetOSXKicadUserDataDir() + wxT( "/PlugIns/3d" ), searchpaths ); in loadPlugins()
168 checkPluginPath( PATHS::GetOSXKicadMachineDataDir() + wxT( "/PlugIns/3d" ), searchpaths ); in loadPlugins()
172 checkPluginPath( fn.GetPathWithSep(), searchpaths ); in loadPlugins()
176 std::list< wxString >::iterator sPL = searchpaths.begin(); in loadPlugins()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dsearchpath.c174 char ** searchpaths; in bg_search_file_exec() local
195 searchpaths = bg_strbreak(path, ':'); in bg_search_file_exec()
197 while(searchpaths[i]) in bg_search_file_exec()
199 test_filename = bg_sprintf("%s/%s", searchpaths[i], file); in bg_search_file_exec()
206 bg_strbreak_free(searchpaths); in bg_search_file_exec()
212 bg_strbreak_free(searchpaths); in bg_search_file_exec()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/internal/gccgoimporter/
H A Dimporter.go42 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
43 for _, spath := range searchpaths {
61 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
147 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
153 fpath, err := findExportFile(searchpaths, pkgpath)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/internal/gccgoimporter/
H A Dimporter.go42 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
43 for _, spath := range searchpaths {
61 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
142 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
148 fpath, err := findExportFile(searchpaths, pkgpath)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/internal/gccgoimporter/
H A Dimporter.go42 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
43 for _, spath := range searchpaths {
61 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
147 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
153 fpath, err := findExportFile(searchpaths, pkgpath)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/
H A Dimporter.go42 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
43 for _, spath := range searchpaths {
61 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
147 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
153 fpath, err := findExportFile(searchpaths, pkgpath)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go44 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
45 for _, spath := range searchpaths {
63 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
144 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
150 fpath, err := findExportFile(searchpaths, pkgpath)
/dports/devel/kf5-kapidox/kapidox-5.89.0/src/kapidox/
H A Dhlfunctions.py28 def do_it(maintainers_fct, copyright, searchpaths=None): argument
30 if searchpaths is None:
31 searchpaths = searchpaths=['/usr/share/doc/qt5', '/usr/share/doc/qt']
45 searchpaths=searchpaths)
/dports/math/R/R-4.1.2/src/library/base/man/
H A Dsearch.Rd9 \alias{searchpaths}
13 searchpaths()
25 \code{searchpaths} gives a similar character vector, with the
36 Springer. (\code{searchpaths}.)
48 searchpaths()
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A Dsearch.Rd9 \alias{searchpaths}
13 searchpaths()
25 \code{searchpaths} gives a similar character vector, with the
36 Springer. (\code{searchpaths}.)
48 searchpaths()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gotools/go/gccgoimporter/
H A Dimporter.go45 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
46 for _, spath := range searchpaths {
64 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
135 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) types.Importer {
141 fpath, err := findExportFile(searchpaths, pkgpath)
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/internal/gccgoimporter/
H A Dimporter.go43 func findExportFile(searchpaths []string, pkgpath string) (string, error) {
44 for _, spath := range searchpaths {
62 …", fmt.Errorf("%s: could not find export data (tried %s)", pkgpath, strings.Join(searchpaths, ":"))
134 func GetImporter(searchpaths []string, initmap map[*types.Package]InitData) Importer {
169 fpath, err = findExportFile(searchpaths, pkgpath)

12345678