Home
last modified time | relevance | path

Searched +refs:read +refs:config +refs:keep +refs:comment (Results 1 – 25 of 17119) sorted by relevance

12345678910>>...685

/dports/lang/racket-minimal/racket-8.3/src/expander/read/
H A Dconfig.rkt14 keep-comment
33 * keep-comment? ; make main dispatch return on comment
55 #:keep-comment? [keep-comment? #f])
81 keep-comment?
93 #:keep-comment? keep-comment?)
99 [keep-comment? keep-comment?]
130 (define (keep-comment config)
132 [keep-comment? #t]))
134 (define (discard-comment config)
136 [(not (read-config-keep-comment? config))
[all …]
H A Dwhitespace.rkt16 ;; `special`-wrapped) if `(read-config-keep-comment? config)`. The
18 (define (read-char/skip-whitespace-and-comments init-c read-one in config)
19 (define rt (read-config-readtable config))
20 (define source (read-config-source config))
31 (not (read-config-keep-comment? config)))
44 (if (read-config-keep-comment? config)
50 (if (read-config-keep-comment? config)
59 (if (read-config-keep-comment? config)
65 (define v (read-one #f in config))
71 (if (read-config-keep-comment? config)
[all …]
H A Dmain.rkt17 "special-comment.rkt"
69 #:keep-comment? [keep-comment? recursive?])
81 #:keep-comment? keep-comment?))]
94 #:keep-comment? keep-comment?)]))
181 (if (read-config-keep-comment? config)
188 (retry-special-comment v in config))]
196 (define r-config (reading-at (discard-comment config) line col pos))
260 (retry-special-comment v in config)])]))
276 (retry-special-comment v in orig-config))]
406 (define (retry-special-comment v in config)
[all …]
H A Dsequence.rkt15 "special-comment.rkt")
19 (define (read-unwrapped-sequence read-one opener-c opener closer in seq-config
27 (define config (struct*-copy read-config elem-config
32 (define config/keep-comment (keep-comment config))
34 (define (read-one/not-eof init-c read-one config)
35 (define e (read-one init-c in config))
55 (check-parameter read-accept-dot config)
68 (define v (read-one/not-eof #f first-read-one config))
81 (check-parameter read-accept-dot config)
107 (define v (read-one/not-eof c first-read-one config/keep-comment))
[all …]
H A Dhash.rkt17 "special-comment.rkt")
22 (define (read-hash read-one dispatch-c init-c in config)
28 (define c (read-char/special in config))
41 (define c (read-char/special in config))
47 (values (read-unwrapped-sequence read-one-key+value c #\( #\) in config
95 (read-config-st config))
118 (define c (read-char/skip-whitespace-and-comments init-c read-one in config))
146 ;; to make sure that it's not a comment. For consistency, always
148 (define v (read-one c in (keep-comment elem-config)))
150 [(special-comment? v)
[all …]
/dports/lang/racket/racket-8.3/src/expander/read/
H A Dconfig.rkt14 keep-comment
33 * keep-comment? ; make main dispatch return on comment
55 #:keep-comment? [keep-comment? #f])
81 keep-comment?
93 #:keep-comment? keep-comment?)
99 [keep-comment? keep-comment?]
130 (define (keep-comment config)
132 [keep-comment? #t]))
134 (define (discard-comment config)
136 [(not (read-config-keep-comment? config))
[all …]
H A Dwhitespace.rkt16 ;; `special`-wrapped) if `(read-config-keep-comment? config)`. The
18 (define (read-char/skip-whitespace-and-comments init-c read-one in config)
19 (define rt (read-config-readtable config))
20 (define source (read-config-source config))
31 (not (read-config-keep-comment? config)))
44 (if (read-config-keep-comment? config)
50 (if (read-config-keep-comment? config)
59 (if (read-config-keep-comment? config)
65 (define v (read-one #f in config))
71 (if (read-config-keep-comment? config)
[all …]
H A Dmain.rkt17 "special-comment.rkt"
69 #:keep-comment? [keep-comment? recursive?])
81 #:keep-comment? keep-comment?))]
94 #:keep-comment? keep-comment?)]))
181 (if (read-config-keep-comment? config)
188 (retry-special-comment v in config))]
196 (define r-config (reading-at (discard-comment config) line col pos))
260 (retry-special-comment v in config)])]))
276 (retry-special-comment v in orig-config))]
406 (define (retry-special-comment v in config)
[all …]
H A Dsequence.rkt15 "special-comment.rkt")
19 (define (read-unwrapped-sequence read-one opener-c opener closer in seq-config
27 (define config (struct*-copy read-config elem-config
32 (define config/keep-comment (keep-comment config))
34 (define (read-one/not-eof init-c read-one config)
35 (define e (read-one init-c in config))
55 (check-parameter read-accept-dot config)
68 (define v (read-one/not-eof #f first-read-one config))
81 (check-parameter read-accept-dot config)
107 (define v (read-one/not-eof c first-read-one config/keep-comment))
[all …]
H A Dhash.rkt17 "special-comment.rkt")
22 (define (read-hash read-one dispatch-c init-c in config)
28 (define c (read-char/special in config))
41 (define c (read-char/special in config))
47 (values (read-unwrapped-sequence read-one-key+value c #\( #\) in config
95 (read-config-st config))
118 (define c (read-char/skip-whitespace-and-comments init-c read-one in config))
146 ;; to make sure that it's not a comment. For consistency, always
148 (define v (read-one c in (keep-comment elem-config)))
150 [(special-comment? v)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/doc/
H A Dcoding_standards.md9 It's easier when you read good, well-formatted, with a clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/doc/
H A Dcoding_standards.md9 It's easier when you read good, well formatted, with clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it in ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with comment containing [Apache License](http://www.apache.org/licenses/L…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/doc/
H A Dcoding_standards.md9 It's easier when you read good, well formatted, with clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it in ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with comment containing [Apache License](http://www.apache.org/licenses/L…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/devel/thrift-c_glib/thrift-0.14.0/doc/
H A Dcoding_standards.md9 It's easier when you read good, well-formatted, with a clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/devel/thrift-cpp/thrift-0.14.0/doc/
H A Dcoding_standards.md9 It's easier when you read good, well-formatted, with a clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/devel/thrift/thrift-0.14.0/doc/
H A Dcoding_standards.md9 It's easier when you read good, well-formatted, with a clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/doc/
H A Dcoding_standards.md9 It's easier when you read good, well formatted, with clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it in ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with comment containing [Apache License](http://www.apache.org/licenses/L…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/devel/node-thrift/thrift-0.14.0/doc/
H A Dcoding_standards.md9 It's easier when you read good, well-formatted, with a clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/devel/py-thrift/thrift-0.14.0/doc/
H A Dcoding_standards.md9 It's easier when you read good, well-formatted, with a clearly defined purpose, code.
10 But the only way to read clean code is to write such.
12 This document can help achieve that, but keep in mind that
14 Write code like you would have to read it ten years from now.
33 git config core.autocrlf true
38 …* Each file has to start with a comment containing [Apache License](http://www.apache.org/licenses…
40 … are lies. When one has to make comment it means one failed to write readable code. Instead of "I …
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_abcde10 …_values -s , action cddb cue read getalbumart embedalbumart normalize encode tag move replaygain p…
18 '-c[specify an additional configuration file to parse]:config:_files' \
20 '-d[CD-ROM block device that contains audio tracks to be read]:cd-rom-file:_files' \
28 '-k[keep the wav files after encoding]' \
36 '-P[use Unix PIPES to read and encode in one step]' \
45 '-x[eject the CD when all tracks have been read]' \
47 '-w[add a comment to the tracks ripped from the CD]:comment' \
/dports/sysutils/cfengine-masterfiles317/cfengine-masterfiles-3.17.0/cfe_internal/enterprise/
H A Dmission_portal.cf27 comment => "The template used to render the apache config file.";
31 comment => "This is the location of the apache config file.";
35 comment => "This is the temporary file we will render the config and
48 comment => "We render the config to a staging location so that it can be
75 # comment => "This is the location of the apache config file.";
79 # comment => "This is the temporary file we will render the config and
109 comment => "Without an apache config, Mission Mortal and Enterprise API
116 comment => "We make sure that the deployed config is a copy of the staged
118 the output to keep policy runs clean and not generate lots of
128 comment => "We have to restart apache after a config change in order
[all …]
/dports/sysutils/cfengine-masterfiles316/cfengine-masterfiles-3.16.0/cfe_internal/enterprise/
H A Dmission_portal.cf27 comment => "The template used to render the apache config file.";
31 comment => "This is the location of the apache config file.";
35 comment => "This is the temporary file we will render the config and
48 comment => "We render the config to a staging location so that it can be
75 # comment => "This is the location of the apache config file.";
79 # comment => "This is the temporary file we will render the config and
109 comment => "Without an apache config, Mission Mortal and Enterprise API
116 comment => "We make sure that the deployed config is a copy of the staged
118 the output to keep policy runs clean and not generate lots of
128 comment => "We have to restart apache after a config change in order
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/tasks/
H A Descript.build.ex29 All of the configuration defined in `config/config.exs` will
40 > that need to store or read artifacts from the priv directory.
71 Can be set to `[keep: ["Docs", "Dbgi"]]` to strip while keeping some chunks
89 * `:comment` - comment line to follow shebang directive in the escript.
162 # Need to keep :strip_beam option for backward compatibility so
194 comment = build_comment(escript_opts[:comment])
197 script = IO.iodata_to_binary([shebang, comment, emu_args, zip])
279 {String.to_charlist(basename), File.read!(beam_path)}
326 config = Config.Reader.read!(config_path, env: Mix.env(), target: Mix.target())
336 File.read!(runtime_path)
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/tasks/
H A Descript.build.ex29 All of the configuration defined in `config/config.exs` will
40 > that need to store or read artifacts from the priv directory.
71 Can be set to `[keep: ["Docs", "Dbgi"]]` to strip while keeping some chunks
89 * `:comment` - comment line to follow shebang directive in the escript.
162 # Need to keep :strip_beam option for backward compatibility so
188 comment = build_comment(escript_opts[:comment])
191 script = IO.iodata_to_binary([shebang, comment, emu_args, zip])
273 {String.to_charlist(basename), File.read!(beam_path)}
320 config = Config.Reader.read!(config_path, env: Mix.env(), target: Mix.target())
330 File.read!(runtime_path)
[all …]
/dports/sysutils/cfengine-masterfiles318/cfengine-masterfiles-3.18.1/cfe_internal/enterprise/
H A Dmission_portal.cf27 comment => "The template used to render the apache config file.";
31 comment => "This is the location of the apache config file.";
35 comment => "This is the temporary file we will render the config and
48 comment => "We render the config to a staging location so that it can be
64 comment => "We need to know if index_page config in Mission Portal
84 # comment => "This is the location of the apache config file.";
88 # comment => "This is the temporary file we will render the config and
118 comment => "Without an apache config, Mission Mortal and Enterprise API
126 comment => "We make sure that the deployed config is a copy of the staged
128 the output to keep policy runs clean and not generate lots of
[all …]

12345678910>>...685