Home
last modified time | relevance | path

Searched full:multiline (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/contrib/libucl/tests/basic/
H A Dload.in4 .load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1…
5 .load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1)…
6 .load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) …
7 .load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "…
8 .load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1)…
9 .load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1)…
10 .load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) …
11 .load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "…
12 .load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "…
13 .load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1…
H A D4.in34 multiline-key : <<EOD
H A D4.res41 multiline-key = <<EOD
/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-errors.mk11 all: fail-multiline
12 all: fail-multiline-intention
28 # The line continuations in multiline commands are turned into an ordinary
30 fail-multiline:
40 fail-multiline-intention:
H A Dopt-debug-errors-jobs.mk11 all: fail-multiline
12 all: fail-multiline-intention
24 # The line continuations in multiline commands are turned into an ordinary
26 fail-multiline:
35 fail-multiline-intention:
H A Dopt-debug-errors-jobs.exp38 *** Failed target: fail-multiline
42 *** [fail-multiline] Error code 1
48 *** Failed target: fail-multiline-intention
52 *** [fail-multiline-intention] Error code 1
H A Dopt-debug-errors.exp24 *** Failed target: fail-multiline
30 *** Failed target: fail-multiline-intention
H A Ddirective-include-guard.exp104 Parse_PushInput: multiline.tmp:1
105 Skipping 'multiline.tmp' because 'MULTILINE' is defined
H A Dcomment.mk8 This is a multiline comment.
10 # Another multiline comment \
H A Ddirective-include-guard.mk618 CASES+= multiline
619 LINES.multiline= \
622 ' MULTILINE' \
623 'MULTILINE=' \
625 # expect: Parse_PushInput: multiline.tmp:1
626 # expect: Skipping 'multiline.tmp' because 'MULTILINE' is defined
/freebsd/crypto/openssl/util/
H A Dwithlibctx.pl45 my $multiline = 0;
52 if (!$multiline) {
62 $multiline = 0;
64 $multiline = 1;
86 $multiline = 0;
93 die "End of multiline not found" if $multiline;
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt157 # Multiline output without padding
162 # Multiline output with padding
167 # Multiline output with line break in the middle of a b64 block is accepted
177 # Multiline input with data after '='.
/freebsd/usr.bin/wc/tests/
H A Dwc_test.sh112 atf_test_case multiline
115 atf_set "descr" "Multiline, multibyte input"
132 atf_set "descr" "Multiline input exceeding the input buffer size"
240 atf_add_test_case multiline
/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_print_ex.pod22 Each line (for multiline formats) is indented by I<indent> spaces. The
86 is only of use for multiline format.
102 B<XN_FLAG_MULTILINE> is a multiline format which is the same as:
/freebsd/secure/lib/libcrypto/man/man3/
H A DX509_NAME_print_ex.381 Each line (for multiline formats) is indented by \fIindent\fR spaces. The
144 is only of use for multiline format.
160 \&\fBXN_FLAG_MULTILINE\fR is a multiline format which is the same as:
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h40 /// multiline.
48 /// if the range is multiline.
/freebsd/sys/contrib/libsodium/msvc-scripts/
H A Drep.vbs6 rxp.Multiline = False
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-namedisplay-options.1103 .IP \fBmultiline\fR 4
104 .IX Item "multiline"
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h131 /// // This is a long multiline comment.
135 /// "This is a long multiline comment.\n"
/freebsd/usr.bin/unifdef/tests/
H A Dunifdef_test.sh9 atf_set descr "multiline comment follows directive"
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutpredef.c395 * MultiLine - TRUE if output should be on >1 line
409 BOOLEAN MultiLine) in AcpiUtDisplayPredefinedMethod() argument
420 if (MultiLine) in AcpiUtDisplayPredefinedMethod()
438 if (MultiLine) in AcpiUtDisplayPredefinedMethod()
/freebsd/contrib/lyaml/
H A DNEWS.md184 multiline
199 multiline
/freebsd/contrib/libucl/src/
H A Ducl_parser.c132 * Skip all comments from the current pos resolving nested and multiline comments
208 "unfinished multiline comment", &parser->err); in ucl_skip_comments()
1642 * Parse multiline string ending with \n{term}\n
1649 * @return size of multiline string or 0 in case of error
1881 ucl_set_err(parser, UCL_ESYNTAX, "multiline value must be a part of an object", in ucl_parse_value()
1885 /* We have something like multiline value, which must be <<[A-Z]+\n */ in ucl_parse_value()
1889 /* We allow only uppercase characters in multiline definitions */ in ucl_parse_value()
1895 "unterminated multiline value", &parser->err); in ucl_parse_value()
1899 /* Set chunk positions and start multiline parsing */ in ucl_parse_value()
1908 "unterminated multiline value", &parser->err); in ucl_parse_value()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-gre.c199 ND_PRINT("\n\t"); /* if verbose go multiline */ in gre_print_0()
300 ND_PRINT("\n\t"); /* if verbose go multiline */ in gre_print_1()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.1ntpdcmdoc391 .It Ic loopinfo Op Cm oneline | Cm multiline
417 .Cm multiline
420 .Cm multiline

12345