Home
last modified time | relevance | path

Searched refs:hie (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hie-bios-0.7.5/
H A DChangeLog.md1 # ChangeLog hie-bios
7 …ked GHC. [#286](https://github.com/mpickering/hie-bios/pull/286), [#287](https://github.com/mpicke…
17 * Set builddir for cabal [#264](https://github.com/mpickering/hie-bios/pull/264)
19 directory (e.g. `~/.cache/hie-bios/...`). This way, user
26 * Faster Bios protocol [#271](https://github.com/mpickering/hie-bios/pull/271)
51 * Expose yamlConfig [#237](https://github.com/mpickering/hie-bios/pull/237)
76 * Improve the README [#225](https://github.com/mpickering/hie-bios/pull/225)
82 * Fix absolute mains [#205](https://github.com/mpickering/hie-bios/pull/205)
97 * Clean up hie-bios wrapper scripts after they are used. [#179](https://github.com/mpickering/hie-b…
108 * Correct path to .hie-bios example in readme (#159)
[all …]
H A Dhie-bios.cabal2 Name: hie-bios
8 Homepage: https://github.com/mpickering/hie-bios
21 tests/projects/symlink-test/hie.yaml
25 tests/projects/deps-bios-new/hie.yaml
28 tests/projects/multi-direct/hie.yaml
31 tests/projects/multi-cabal/hie.yaml
42 tests/projects/multi-stack/hie.yaml
174 Executable hie-bios
184 , hie-bios
193 hie-bios,
[all …]
H A DREADME.md1 # hie-bios
3 - [hie-bios](#hie-bios)
95 hie-bios:lib
96 hie-bios:exe:hie-bios
124 component: "hie-bios:exe:hie-bios"
126 component: "hie-bios:test:hie-bios"
150 component: "hie-bios:exe:hie-bios"
152 component: "hie-bios:test:hie-bios"
185 component: "hie-bios:exe:hie-bios"
187 component: "hie-bios:test:hie-bios"
[all …]
/dports/ftp/urlgfe/urlgfe-0.7.1/src/
H A Dhtml_import.c22 HtmlImportElement* hie = NULL; in html_import_start_element() local
37 hie = node->data; in html_import_start_element()
40 hie = node->data; in html_import_start_element()
46 html_import_element_add_url (hie, attr_values[index]); in html_import_start_element()
92 HtmlImportElement* hie; in html_import_add_grabbed_element() local
97 hie); in html_import_add_grabbed_element()
313 HtmlImportElement* hie; in html_import_get_url_next() local
320 hie = iter->element_list->data; in html_import_get_url_next()
446 gtk_list_store_set (hie->url_store, &iter_list, in html_import_class_apply_selection_to_element()
525 html_import_class_apply_selection_to_element (&hie->address, hie); in html_import_element_apply_selection()
[all …]
H A Dhtml_import_dialog.c9 HtmlImportElement* hie; in on_choose() local
15 hie = html_import_get_element (hid->html_import, n_page); in on_choose()
20 html_import_element_apply_selection (hie); in on_choose()
27 HtmlImportElement* hie; in on_select_all() local
32 hie = html_import_get_element (hid->html_import, n_page); in on_select_all()
34 selection_store_set_selection_all (hie->url_store, TRUE); in on_select_all()
39 HtmlImportElement* hie; in on_select_none() local
44 hie = html_import_get_element (hid->html_import, n_page); in on_select_none()
50 HtmlImportElement* hie);
155 sv = selection_view_new (hie->url_store, _("URL")); in html_import_dialog_add_page()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/implicit-hie-cradle-0.3.0.5/
H A DREADME.md1 # implicit-hie-cradle
3 Auto generate `stack` or `cabal` multi component [`hie-bios`](https://github.com/mpickering/hie-bio…
4hie-bios`'s `Cradle` type is, you're probably looking for the `gen-hie` command line utility conta…
H A Dimplicit-hie-cradle.cabal9 name: implicit-hie-cradle
13 synopsis: Auto generate hie-bios cradles
14 homepage: https://github.com/Avi-D-coder/implicit-hie-cradle#readme
15 bug-reports: https://github.com/Avi-D-coder/implicit-hie-cradle/issues
28 location: https://github.com/Avi-D-coder/implicit-hie-cradle
43 , hie-bios >=0.7.0
45 , implicit-hie >=0.1.2.6 && <1
62 test-suite implicit-hie-cradle-test
71 , implicit-hie-cradle
H A DChangeLog.md1 # Changelog for implicit-hie-cradle
4 Match `implicit-hie`'s cradle type ordering.
9 - @jneira updated hie-bios 0.5.1 => 0.7.0
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/implicit-hie-0.1.2.6/
H A Dimplicit-hie.cabal9 name: implicit-hie
12 Auto generate a stack or cabal multi component hie.yaml file
15 synopsis: Auto generate hie-bios cradles & hie.yaml
16 homepage: https://github.com/Avi-D-coder/implicit-hie#readme
17 bug-reports: https://github.com/Avi-D-coder/implicit-hie/issues
31 test/hie.yaml.cbl
36 location: https://github.com/Avi-D-coder/implicit-hie
64 executable gen-hie
81 , implicit-hie
88 test-suite implicit-hie-test
[all …]
H A DREADME.md1 # implicit-hie
4 stack install implicit-hie # or cabal install implicit-hie
5 gen-hie > hie.yaml
7 `gen-hie` should be run the root of a cabal or stack project.
15 ❯ gen-hie
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/implicit-hie-0.1.2.6/test/
H A DstackHie.yaml4 component: "implicit-hie:lib"
7 component: "implicit-hie:exe:gen-hie"
10 component: "implicit-hie:test:implicit-hie-test"
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi_monitor.c187 struct rfapi_it_extra *hie; in rfapiMonitorExtraFlush() local
209 hie->u.encap.e = NULL; in rfapiMonitorExtraFlush()
219 hie->u.vpn.v = NULL; in rfapiMonitorExtraFlush()
220 if (hie->u.vpn.e.source) { in rfapiMonitorExtraFlush()
228 if (hie->u.vpn.idx_rd) { in rfapiMonitorExtraFlush()
237 if (hie->u.vpn.mon_eth) { in rfapiMonitorExtraFlush()
272 if (hie->u.encap.e) in rfapiMonitorExtraPrune()
277 if (hie->u.vpn.v) in rfapiMonitorExtraPrune()
279 if (hie->u.vpn.mon_eth) { in rfapiMonitorExtraPrune()
293 if (hie->u.vpn.idx_rd) { in rfapiMonitorExtraPrune()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi_monitor.c187 struct rfapi_it_extra *hie; in rfapiMonitorExtraFlush() local
209 hie->u.encap.e = NULL; in rfapiMonitorExtraFlush()
219 hie->u.vpn.v = NULL; in rfapiMonitorExtraFlush()
220 if (hie->u.vpn.e.source) { in rfapiMonitorExtraFlush()
228 if (hie->u.vpn.idx_rd) { in rfapiMonitorExtraFlush()
237 if (hie->u.vpn.mon_eth) { in rfapiMonitorExtraFlush()
272 if (hie->u.encap.e) in rfapiMonitorExtraPrune()
277 if (hie->u.vpn.v) in rfapiMonitorExtraPrune()
279 if (hie->u.vpn.mon_eth) { in rfapiMonitorExtraPrune()
293 if (hie->u.vpn.idx_rd) { in rfapiMonitorExtraPrune()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hie-bios-0.7.5/tests/configs/
H A Dkeys-not-unique-fails.yaml5 component: "lib:hie-bios"
7 component: "lib:hie-bios"
10 component: "exe:hie-bios"
12 component: "exe:hie-bios"
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/
H A D.gitignore3 /hie.yaml
4 /install/hie.yaml
25 # ignore hie.yaml's for testdata
26 test/testdata/**/hie.yaml
H A Dstack-8.10.3.yaml5 - ./hie-compat
48 - hie-bios-0.7.5
49 - implicit-hie-cradle-0.3.0.5
50 - implicit-hie-0.1.2.6
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/
H A D.gitignore3 /hie.yaml
4 /install/hie.yaml
25 # ignore hie.yaml's for testdata
26 test/testdata/**/hie.yaml
H A Dstack-8.10.3.yaml5 - ./hie-compat
48 - hie-bios-0.7.5
49 - implicit-hie-cradle-0.3.0.5
50 - implicit-hie-0.1.2.6
H A Dstack-8.10.2.yaml5 - ./hie-compat
48 - hie-bios-0.7.5
49 - implicit-hie-cradle-0.3.0.5
50 - implicit-hie-0.1.2.6
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hiedb-0.4.0.0/
H A DREADME.md1 # HIE DB - A tool to index and query .hie files
7 - Recent version of GHC 8.8/HEAD which includes support for .hie files
18 ### Generating .hie files
21 `-hiedir <dir>`. This will generate `.hie` files and save them in `<dir>`
52 or lookup references for a point in a .hie file directly, which will be
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hie-bios-0.7.5/tests/projects/simple-bios/
H A Dhie.yaml3 program: ./hie-bios.sh
4 dependency-program: ./hie-bios-deps.sh
7 - hie.yaml
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/docs/contributing/
H A Dcontributing.md13 haskell-language-server can also be used with itself. We provide preset samples of `hie.yaml` for C…
15 …l/` folder is not directly tied to the project so it has dedicated `./install/hie.yaml.[cbl|stack]`
21 $ cp hie-cabal.yaml hie.yaml
22 $ cp install/hie-cabal.yaml install/hie.yaml
28 $ cp hie-stack.yaml hie.yaml
29 $ cp install/hie-stack.yaml install/hie.yaml
30 $ cp ghcide/hie-stack.yaml ghcide/hie.yaml
160 …"exclude": "(^Setup.hs$|test/testdata/.*$|test/data/.*$|^hie-compat/.*$|^plugins/hls-tactics-plugi…
180 - `hie-compat` is there as we want to keep its code as close to GHC as possible.
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/docs/contributing/
H A Dcontributing.md13 haskell-language-server can also be used with itself. We provide preset samples of `hie.yaml` for C…
15 …l/` folder is not directly tied to the project so it has dedicated `./install/hie.yaml.[cbl|stack]`
21 $ cp hie-cabal.yaml hie.yaml
22 $ cp install/hie-cabal.yaml install/hie.yaml
28 $ cp hie-stack.yaml hie.yaml
29 $ cp install/hie-stack.yaml install/hie.yaml
30 $ cp ghcide/hie-stack.yaml ghcide/hie.yaml
160 …"exclude": "(^Setup.hs$|test/testdata/.*$|test/data/.*$|^hie-compat/.*$|^plugins/hls-tactics-plugi…
180 - `hie-compat` is there as we want to keep its code as close to GHC as possible.
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/
H A DREADME.md1 # hie-compat
4 Files](https://gitlab.haskell.org/ghc/ghc/-/wikis/hie-files) for ghc 8.6, along
7 Fully compatible with `.hie` files natively produced by versions of GHC that support
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/
H A DREADME.md1 # hie-compat
4 Files](https://gitlab.haskell.org/ghc/ghc/-/wikis/hie-files) for ghc 8.6, along
7 Fully compatible with `.hie` files natively produced by versions of GHC that support

12345678910>>...23