Home
last modified time | relevance | path

Searched +refs:find +refs:library +refs:collection +refs:links (Results 1 – 25 of 6170) sorted by relevance

12345678910>>...247

/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dcollects.scrbl86 see @racket[find-library-collection-paths].}
97 @racket[find-library-collection-links].}
128 @racket[(find-library-collection-links)], and the value of the
130 the result of @racket[(find-library-collection-paths)].
142 initialized to the result of @racket[find-library-collection-links].
186 @defproc[(find-library-collection-paths [pre-extras (listof path-string?) null]
231 @defproc[(find-library-collection-links)
257 (find-config-dir) "links.rktd")].}
344 @defparam*[current-library-collection-links paths
369 the initial value of @racket[find-library-collection-paths] omits the
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dmain-primitive.rkt7 "../eval/collection.rkt"
39 'collection-path collection-path
40 'collection-file-path collection-file-path
41 'find-library-collection-paths find-library-collection-paths
42 'find-library-collection-links find-library-collection-links
43 'find-compiled-file-roots find-compiled-file-roots
45 'current-library-collection-paths current-library-collection-paths
46 'current-library-collection-links current-library-collection-links
50 'use-collection-link-paths use-collection-link-paths
H A Dutils-primitive.rkt5 "../eval/collection.rkt")
24 find-executable-path
28 collection-path
29 collection-file-path
30 find-library-collection-paths
31 find-library-collection-links
35 find-main-config
36 find-main-collects))
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dmain-primitive.rkt7 "../eval/collection.rkt"
39 'collection-path collection-path
40 'collection-file-path collection-file-path
41 'find-library-collection-paths find-library-collection-paths
42 'find-library-collection-links find-library-collection-links
43 'find-compiled-file-roots find-compiled-file-roots
45 'current-library-collection-paths current-library-collection-paths
46 'current-library-collection-links current-library-collection-links
50 'use-collection-link-paths use-collection-link-paths
H A Dutils-primitive.rkt5 "../eval/collection.rkt")
24 find-executable-path
28 collection-path
29 collection-file-path
30 find-library-collection-paths
31 find-library-collection-links
35 find-main-config
36 find-main-collects))
/dports/lang/racket-minimal/racket-8.3/src/expander/eval/
H A Dcollection.rkt14 find-library-collection-paths
15 find-library-collection-links
18 find-col-file
109 (define (find-library-collection-links)
117 ;; `#f' means `current-library-collection-paths':
328 (define (find-col-file fail collection-in collection-path-in file-name check-compiled?)
335 (let loop ([l (current-library-collection-links)])
341 (current-library-collection-paths)
408 [clen (length (current-library-collection-paths))])
411 (append (current-library-collection-paths)
[all …]
/dports/lang/racket/racket-8.3/src/expander/eval/
H A Dcollection.rkt14 find-library-collection-paths
15 find-library-collection-links
18 find-col-file
109 (define (find-library-collection-links)
117 ;; `#f' means `current-library-collection-paths':
328 (define (find-col-file fail collection-in collection-path-in file-name check-compiled?)
335 (let loop ([l (current-library-collection-links)])
341 (current-library-collection-paths)
408 [clen (length (current-library-collection-paths))])
411 (append (current-library-collection-paths)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket-tool-lib/drracket/
H A Dfind-module-path-completions.rkt11 (define current-library-collection-links-info/c
17 (define current-library-collection-paths-info/c
24 current-library-collection-links-info/c
25 current-library-collection-paths-info/c
32 (values current-library-collection-links-info/c
43 (list/c current-library-collection-links-info/c
157 (define-values (library-collection-links library-collection-paths pkg-paths)
170 (for/list ([link (in-list library-collection-links)])
239 (values (current-library-collection-links)
254 (list (current-library-collection-links)
[all …]
/dports/lang/racket/racket-8.3/src/cs/demo/
H A Dexpander.ss37 (|#%app| current-library-collection-links
38 (find-library-collection-links))
39 (|#%app| current-library-collection-paths
40 (find-library-collection-paths))
/dports/lang/racket-minimal/racket-8.3/src/cs/demo/
H A Dexpander.ss37 (|#%app| current-library-collection-links
38 (find-library-collection-links))
39 (|#%app| current-library-collection-paths
40 (find-library-collection-paths))
/dports/lang/racket/racket-8.3/collects/setup/
H A Dsetup-core.rkt95 (current-library-collection-paths
100 (current-library-collection-paths
101 (if (member #f (current-library-collection-links))
475 ;; `current-library-collection-paths':
485 ;; Now from `current-library-collection-links' for installation-wide
498 (for ([inst-links (in-list (current-library-collection-links))]
511 ;; Now from `current-library-collection-links' for user-specific
523 ;; A links spec in `current-library-collection-links' counts as
525 (for ([inst-links (in-list (current-library-collection-links))]
529 [(not inst-links) ; covered by `current-library-collection-paths'
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/setup/
H A Dsetup-core.rkt95 (current-library-collection-paths
100 (current-library-collection-paths
101 (if (member #f (current-library-collection-links))
475 ;; `current-library-collection-paths':
485 ;; Now from `current-library-collection-links' for installation-wide
498 (for ([inst-links (in-list (current-library-collection-links))]
511 ;; Now from `current-library-collection-links' for user-specific
523 ;; A links spec in `current-library-collection-links' counts as
525 (for ([inst-links (in-list (current-library-collection-links))]
529 [(not inst-links) ; covered by `current-library-collection-paths'
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/raco/
H A Dconfig.scrbl13 command-line flag. Use @racket[find-config-dir] to locate the
18 @racketmodname[setup/dirs] library (which combines information from
24 @racket[find-addon-tethered-gui-bin-dir].
44 such as the initial path produced by @racket[find-library-collection-paths]
55 @deftech{main library directory}. It defaults to a @filepath{lib}
63 directory followed by the @tech{main library directory}.}
67 executable. It defaults to the @tech{main library directory}.}
83 @tech[#:doc reference-doc]{collection links file}. It defaults
87 but for @tech[#:doc reference-doc]{collection links file}. A @racket[#f]
216 @racket[(find-system-path 'cache-dir)].}
[all …]
H A Dsetup.scrbl755 library directory as reported by @racket[(find-lib-dir)].
812 A library module relative to the collection that provides
1423 @racket[(current-library-collection-paths)], but a
1426 @racket[(current-library-collection-paths)] is treated as
1441 @defproc[(find-links-file) (or/c path? #f)]{
1443 reference-doc]{collection links file}. The file indicated by the
1458 reference-doc]{collection links files} to search in
1460 @racket[(find-links-file)], which is where new installation-wide
1462 result of @racket[find-user-links-file]
1924 reference-doc]{collection links file} or packages with installation
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/
H A Dmain.rkt11 "eval/collection.rkt"
35 (only-in racket/private/config find-main-config)
73 find-library-collection-paths
74 find-library-collection-links
75 find-compiled-file-roots
76 find-main-config
78 current-library-collection-paths
79 current-library-collection-links
83 use-collection-link-paths
233 (collection-place-init!)
H A Drun.rkt8 [current-library-collection-paths host:current-library-collection-paths]
9 [current-library-collection-links host:current-library-collection-links]
153 [("-l") lib "Load specified library"
225 (host:current-library-collection-paths l))
227 (build-path checkout-directory "share" "links.rktd"))])
228 (host:current-library-collection-links l))
230 ;; collection and links paths; otherwise, caching can interfere
233 (current-library-collection-paths (host:current-library-collection-paths))
234 (current-library-collection-links (host:current-library-collection-links))
254 ;; always loading from source, so don't find the
/dports/lang/racket/racket-8.3/src/expander/
H A Dmain.rkt11 "eval/collection.rkt"
35 (only-in racket/private/config find-main-config)
73 find-library-collection-paths
74 find-library-collection-links
75 find-compiled-file-roots
76 find-main-config
78 current-library-collection-paths
79 current-library-collection-links
83 use-collection-link-paths
233 (collection-place-init!)
H A Drun.rkt8 [current-library-collection-paths host:current-library-collection-paths]
9 [current-library-collection-links host:current-library-collection-links]
153 [("-l") lib "Load specified library"
225 (host:current-library-collection-paths l))
227 (build-path checkout-directory "share" "links.rktd"))])
228 (host:current-library-collection-links l))
230 ;; collection and links paths; otherwise, caching can interfere
233 (current-library-collection-paths (host:current-library-collection-paths))
234 (current-library-collection-links (host:current-library-collection-links))
254 ;; always loading from source, so don't find the
/dports/lang/racket/racket-8.3/doc/drracket-tools/
H A Dblueboxes.rktd2find-module-path-completions.rkt")) () (h ! (equal) ((c def c (c (? . 0) q make-traversal)) q (456…
33 (send a-syncheck-annotations syncheck:find-source-object stx)
275 syncheck:find-source-object
323 (find-module-path-completions dir)
327 (find-module-path-completions/explicit-cache  
339        current-library-collection-links-info/c
340        current-library-collection-paths-info/c
346  -> current-library-collection-links-info/c
347 current-library-collection-paths-info/c
352 current-library-collection-links-info/c : contract?
[all …]
/dports/lang/racket/racket-8.3/src/cs/
H A Dmain.sps10 current-library-collection-links
11 find-library-collection-links
12 current-library-collection-paths
13 find-library-collection-paths
782 (current-library-collection-links
783 (find-library-collection-links))
784 (current-library-collection-paths
785 (find-library-collection-paths collects-pre-extra (reverse rev-collects-post-extra))))
857 (current-library-collection-paths)
858 (current-library-collection-links)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/cs/
H A Dmain.sps10 current-library-collection-links
11 find-library-collection-links
12 current-library-collection-paths
13 find-library-collection-paths
782 (current-library-collection-links
783 (find-library-collection-links))
784 (current-library-collection-paths
785 (find-library-collection-paths collects-pre-extra (reverse rev-collects-post-extra))))
857 (current-library-collection-paths)
858 (current-library-collection-links)
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/
H A DANNOUNCE17 where you will find links to general Common Lisp information
18 and documentation, as well as CLISP-specific links.
23 There are three mailing lists for users of CLISP. You will find
39 (there is a standard for the language and the library functions)
58 * automatic memory management (garbage collection)
69 * 800+ library functions and macros, 600+ of them written in C
/dports/lang/racket/racket-8.3/share/pkgs/shell-completion/
H A Dracket-completion.zsh9 # the zsh function directories which you can find with "echo $fpath". For
56 for f in "-"{X,S,A,C,U} "--"{collects,search,addon,links,no-user-path}; do
73 ( "file" ) _wanted libraries expl library-file _files \
130 '*'{-l,--lib}'+[Require a library file]:library-file:->libfile'
150 '(-I)'-I'+[Set init-lib]:library-file:->libfile'
155 '(-C --links)'{-C,--links}'+[User-specific collection links file]:file:_files'
157 '(-N --name)'{-N,--name}'+[Sets (find-system-path '"'"'run-file)]:file:_files'
258 '*'--redirect-main'+[Redirect main doc links to url]:url: ' \
334 '*'++ldl'+[Add C linker library]:library-file:_files' \
371 '(--repair)'--repair'[Enable repair mode to fix existing links]' \
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/dev_guide/
H A Dmigrating_roles.rst8collection and host the collection on Galaxy. With Ansible collections, you can distribute many ro…
23 Comparing standalone roles to collection roles
35 ├── library
87 Migrating a role to a collection
111 5. Update the collection README.md file to add links to any role README.md files.
142 …$ mv -r mynamespace/mycollection/roles/my_role/library/\* mynamespace/mycollection/plugins/modules/
148 7. Update the collection README.md file to add links to any role README.md files.
291 ├── library
322 …$ cp my-standalone-role.webapp/library/manage_webserver.py acme/webserver/plugins/modules/manage.py
416 …hey can no longer find those custom plugins. You can add the synthetic collection ``ansible.legacy…
[all …]
/dports/misc/magicpoint/magicpoint-1.13a/
H A DREADME.fonts22 - Scalable English fonts, with the FreeType library
25 renderer, provides the FreeType library at:
27 MagicPoint implements native support for the FreeType library. You
29 library (libttf.a) somewhere in your system, the "configure" script
30 will find the library and links the library into the MagicPoint
47 files. You can find some fonts in /usr/X11R6/lib/X11/fonts/Type1,
72 MagicPoint implements native support for VFlib library. You can
74 (libVFlib.a) somewhere in your system, "configure" script will find
75 the library and links the library into the MagicPoint binary.
186 TrueType font collections and collections of links.
[all …]

12345678910>>...247