Home
last modified time | relevance | path

Searched defs:directives (Results 1 – 25 of 1680) sorted by relevance

12345678910>>...68

/dports/security/py-pysaml2/pysaml2-7.1.0/docs/howto/
H A Dconfig.rst67 logging
107 debug
238 entityid
250 name
278 key_file
339 ca_certs
349 metadata
469 service
595 secret
650 idp/aa
[all …]
/dports/security/py-pysaml26/pysaml2-6.5.2/docs/howto/
H A Dconfig.rst67 logging
107 debug
238 entityid
251 key_file
262 cert_file
286 metadata
405 service
479 valid_for
494 idp/aa
610 sp
[all …]
/dports/security/py-pysaml24/pysaml2-4.9.0/docs/howto/
H A Dconfig.rst117 cert_file
151 debug
160 entityid
172 key_file
183 metadata
223 organization
273 service
321 valid_for
336 idp/aa
421 sp
[all …]
/dports/devel/py-diazo/diazo-1.2.11/docs/
H A Dbasic.rst37 ``<theme />``
66 ``<notheme />``
92 ``<replace />``
162 ``<before />`` and ``<after />``
186 ``<drop />``
244 ``<strip />``
267 ``<merge />``
310 ``<copy />``
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go29 func parseIgnore(rest string, d *directives) (*Node, map[string]bool, error) {
38 func parseSubCommand(rest string, d *directives) (*Node, map[string]bool, error) {
54 func parseWords(rest string, d *directives) []string {
141 func parseNameVal(rest string, key string, d *directives) (*Node, error) {
196 func parseEnv(rest string, d *directives) (*Node, map[string]bool, error) {
201 func parseLabel(rest string, d *directives) (*Node, map[string]bool, error) {
214 func parseNameOrNameVal(rest string, d *directives) (*Node, map[string]bool, error) {
264 func parseString(rest string, d *directives) (*Node, map[string]bool, error) {
274 func parseJSON(rest string, d *directives) (*Node, map[string]bool, error) {
307 func parseMaybeJSON(rest string, d *directives) (*Node, map[string]bool, error) {
[all …]
H A Dparser.go104 type directives struct { struct
105 escapeToken rune // Current escape token
106 lineContinuationRegex *regexp.Regexp // Current line continuation regex
107 done bool // Whether we are done looking for directives
108 seen map[string]struct{} // Whether the escape directive has been seen
114 func (d *directives) setEscapeToken(s string) error {
136 func (d *directives) possibleParserDirective(line string) error {
207 func newNodeFromLine(line string, d *directives, comments []string) (*Node, error) {
352 func trimContinuationCharacter(line string, d *directives) (string, bool) {
362 func processLine(d *directives, token []byte, stripLeftWhitespace bool) ([]byte, error) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go29 func parseIgnore(rest string, d *directives) (*Node, map[string]bool, error) {
38 func parseSubCommand(rest string, d *directives) (*Node, map[string]bool, error) {
54 func parseWords(rest string, d *directives) []string {
141 func parseNameVal(rest string, key string, d *directives) (*Node, error) {
196 func parseEnv(rest string, d *directives) (*Node, map[string]bool, error) {
201 func parseLabel(rest string, d *directives) (*Node, map[string]bool, error) {
214 func parseNameOrNameVal(rest string, d *directives) (*Node, map[string]bool, error) {
264 func parseString(rest string, d *directives) (*Node, map[string]bool, error) {
274 func parseJSON(rest string, d *directives) (*Node, map[string]bool, error) {
307 func parseMaybeJSON(rest string, d *directives) (*Node, map[string]bool, error) {
[all …]
H A Dparser.go104 type directives struct { struct
105 escapeToken rune // Current escape token
106 lineContinuationRegex *regexp.Regexp // Current line continuation regex
107 done bool // Whether we are done looking for directives
108 seen map[string]struct{} // Whether the escape directive has been seen
114 func (d *directives) setEscapeToken(s string) error {
136 func (d *directives) possibleParserDirective(line string) error {
207 func newNodeFromLine(line string, d *directives, comments []string) (*Node, error) {
352 func trimContinuationCharacter(line string, d *directives) (string, bool) {
362 func processLine(d *directives, token []byte, stripLeftWhitespace bool) ([]byte, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go29 func parseIgnore(rest string, d *directives) (*Node, map[string]bool, error) {
38 func parseSubCommand(rest string, d *directives) (*Node, map[string]bool, error) {
54 func parseWords(rest string, d *directives) []string {
141 func parseNameVal(rest string, key string, d *directives) (*Node, error) {
196 func parseEnv(rest string, d *directives) (*Node, map[string]bool, error) {
201 func parseLabel(rest string, d *directives) (*Node, map[string]bool, error) {
214 func parseNameOrNameVal(rest string, d *directives) (*Node, map[string]bool, error) {
264 func parseString(rest string, d *directives) (*Node, map[string]bool, error) {
274 func parseJSON(rest string, d *directives) (*Node, map[string]bool, error) {
307 func parseMaybeJSON(rest string, d *directives) (*Node, map[string]bool, error) {
[all …]
H A Dparser.go104 type directives struct { struct
105 escapeToken rune // Current escape token
106 lineContinuationRegex *regexp.Regexp // Current line continuation regex
107 done bool // Whether we are done looking for directives
108 seen map[string]struct{} // Whether the escape directive has been seen
114 func (d *directives) setEscapeToken(s string) error {
136 func (d *directives) possibleParserDirective(line string) error {
207 func newNodeFromLine(line string, d *directives, comments []string) (*Node, error) {
352 func trimContinuationCharacter(line string, d *directives) (string, bool) {
362 func processLine(d *directives, token []byte, stripLeftWhitespace bool) ([]byte, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go29 func parseIgnore(rest string, d *directives) (*Node, map[string]bool, error) {
38 func parseSubCommand(rest string, d *directives) (*Node, map[string]bool, error) {
54 func parseWords(rest string, d *directives) []string {
141 func parseNameVal(rest string, key string, d *directives) (*Node, error) {
196 func parseEnv(rest string, d *directives) (*Node, map[string]bool, error) {
201 func parseLabel(rest string, d *directives) (*Node, map[string]bool, error) {
214 func parseNameOrNameVal(rest string, d *directives) (*Node, map[string]bool, error) {
264 func parseString(rest string, d *directives) (*Node, map[string]bool, error) {
274 func parseJSON(rest string, d *directives) (*Node, map[string]bool, error) {
307 func parseMaybeJSON(rest string, d *directives) (*Node, map[string]bool, error) {
[all …]
H A Dparser.go104 type directives struct { struct
105 escapeToken rune // Current escape token
106 lineContinuationRegex *regexp.Regexp // Current line continuation regex
107 done bool // Whether we are done looking for directives
108 seen map[string]struct{} // Whether the escape directive has been seen
114 func (d *directives) setEscapeToken(s string) error {
136 func (d *directives) possibleParserDirective(line string) error {
207 func newNodeFromLine(line string, d *directives, comments []string) (*Node, error) {
352 func trimContinuationCharacter(line string, d *directives) (string, bool) {
362 func processLine(d *directives, token []byte, stripLeftWhitespace bool) ([]byte, error) {
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/armips/
H A DReadme.md381 ### Create a new file
390 ### Close a file
450 ### Skip bytes
467 ### Write bytes
479 ### Write halfwords
490 ### Write words
500 ### Write doublewords
591 ### Define labels
599 ### Areas
608 ### Messages
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/armips/
H A DReadme.md381 ### Create a new file
390 ### Close a file
450 ### Skip bytes
467 ### Write bytes
479 ### Write halfwords
490 ### Write words
500 ### Write doublewords
591 ### Define labels
599 ### Areas
608 ### Messages
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/armips/
H A DReadme.md381 ### Create a new file
390 ### Close a file
450 ### Skip bytes
467 ### Write bytes
479 ### Write halfwords
490 ### Write words
500 ### Write doublewords
591 ### Define labels
599 ### Areas
608 ### Messages
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/content_security_policy/
H A Dconfig_loader.rb87 def self.allow_websocket_connections(directives) argument
103 def self.allow_webpack_dev_server(directives) argument
112 def self.allow_cdn(directives, cdn_host) argument
120 def self.append_to_directive(directives, directive, text) argument
124 def self.allow_customersdot(directives) argument
130 def self.allow_sentry(directives) argument
138 def self.allow_letter_opener(directives) argument
142 def self.allow_snowplow_micro(directives) argument
149 def self.allow_framed_gitlab_paths(directives) argument
/dports/net/quiche/quiche-0.9.0/extras/nginx/
H A DREADME.md100 ### http3_max_concurrent_streams
110 ### http3_max_requests
122 ### http3_max_header_size
132 ### http3_initial_max_data
142 ### http3_initial_max_stream_data
152 ### http3_idle_timeout
/dports/www/nginx-full/ngx_brotli-9aec15e/
H A DREADME.md64 ### `brotli_static`
74 ### `brotli`
82 ### `brotli_types`
92 ### `brotli_buffers`
100 ### `brotli_comp_level`
109 ### `brotli_window`
118 ### `brotli_min_length`
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/Doc/
H A DHermit.tex56 \subsection{General: \Sec{*INTEGRALS}}
1179 \subsection{One-electron integrals: \Sec{ONEINT}}
1232 \subsection{Two-electron integrals using {\twoint}: \Sec{TWOINT}}
1286 \subsection{Two-electron integrals using {\eri}: \Sec{ER2INT}}
1428 \subsection{Integral sorting: \Sec{SORINT}}
1482 \subsection{Construction of the supermatrix file:
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/language/
H A Dprinter.mjs60 directives = _ref3.directives, variable in printDocASTReducer
75 directives = _ref5.directives; variable in printDocASTReducer
81 directives = _ref6.directives, variable in printDocASTReducer
90 directives = _ref7.directives, variable in printDocASTReducer
165 var directives = _ref20.directives, variable in printDocASTReducer
242 directives = _ref31.directives; variable in printDocASTReducer
249 directives = _ref32.directives, variable in printDocASTReducer
256 directives = _ref33.directives, variable in printDocASTReducer
263 directives = _ref34.directives, variable in printDocASTReducer
270 directives = _ref35.directives, variable in printDocASTReducer
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/test/functional/expected/
H A Dlatex_memoir.tex816 \subsection{2.14.1   Document Parts%
825 \subsection{2.14.2   Images and Figures%
968 \subsection{2.14.3   Tables%
1114 \subsection{2.14.4   Admonitions%
1188 \subsection{2.14.5   Topics, Sidebars, and Rubrics%
1228 \subsection{2.14.6   Target Footnotes%
1261 \subsection{2.14.7   Replacement Text%
1268 \subsection{2.14.8   Compound Paragraph%
1405 \subsection{2.14.9   Parsed Literal Blocks%
1422 \subsection{2.14.10   Code%
[all …]
/dports/lang/cython/Cython-0.29.24/docs/src/userguide/
H A Dsource_files_and_compilation.rst861 .. _configurable_optimisations:
863 Configurable optimisations
883 Warnings
917 How to set directives
920 Globally
937 Locally
961 In :file:`setup.py`
/dports/lang/cython-devel/cython-2b1e743/docs/src/userguide/
H A Dsource_files_and_compilation.rst924 .. _configurable_optimisations:
926 Configurable optimisations
946 Warnings
980 How to set directives
983 Globally
1002 Locally
1026 In :file:`setup.py`
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.compiler/share/classes/javax/lang/model/util/
H A DElementFilter.java244 exportsIn(Iterable<? extends Directive> directives) { in exportsIn()
255 opensIn(Iterable<? extends Directive> directives) { in opensIn()
267 providesIn(Iterable<? extends Directive> directives) { in providesIn()
279 requiresIn(Iterable<? extends Directive> directives) { in requiresIn()
291 usesIn(Iterable<? extends Directive> directives) { in usesIn()
296 … private static <D extends Directive> List<D> listFilter(Iterable<? extends Directive> directives, in listFilter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.compiler/share/classes/javax/lang/model/util/
H A DElementFilter.java244 exportsIn(Iterable<? extends Directive> directives) { in exportsIn()
255 opensIn(Iterable<? extends Directive> directives) { in opensIn()
267 providesIn(Iterable<? extends Directive> directives) { in providesIn()
279 requiresIn(Iterable<? extends Directive> directives) { in requiresIn()
291 usesIn(Iterable<? extends Directive> directives) { in usesIn()
296 … private static <D extends Directive> List<D> listFilter(Iterable<? extends Directive> directives, in listFilter()

12345678910>>...68