Searched refs:escaping (Results 1 – 25 of 29) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/t/ |
| D | htmlescp.pod | 8 instead of escaping them as E<lt> and E<gt>.
|
| D | htmlescp.t | 47 instead of escaping them as < and >.</p>
|
| /mirbsd/src/usr.bin/vi/docs/internals/ |
| D | quoting | 17 There are four different areas in ex/vi where escaping characters 104 escaping. This is NOT historic behavior in vi, making it 197 There is an additional escaping issue for regular expressions.
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | config.pod | 261 The escaping isn't quite right: if you want to use sequences like B<\n> 262 you can't use any quote escaping on the same line.
|
| D | x509.pod | 448 without the option all escaping is done with the B<\> character.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/MIME/Base64/ |
| D | Changes | 193 that need escaping.
|
| /mirbsd/src/bin/mksh/ |
| D | edit.c | 280 bool escaping = false; in x_glob_hlp_add_qchar() local 283 if (ch == '\\' && !escaping) { in x_glob_hlp_add_qchar() 284 escaping = true; in x_glob_hlp_add_qchar() 287 if (escaping || (ch == QCHAR && (cp - dp) > 1)) { in x_glob_hlp_add_qchar() 303 escaping = false; in x_glob_hlp_add_qchar()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq6.pod | 309 X<regex, escaping> X<regexp, escaping> X<regular expression, escaping>
|
| D | perlpod.pod | 565 X<POD, formatting code, escaping with multiple brackets> 575 X<POD, formatting code, escaping with multiple brackets>
|
| D | perldebug.pod | 387 as well as any escaping any escapes that immediately precede that 893 Note that this business of escaping a newline is specific to interactive
|
| D | perltodo.pod | 322 escaping that believe themselves to be newer than they actually are.
|
| D | perlre.pod | 191 while escaping will cause the literal string C<\$> to be matched. 1352 # We must also take care of not escaping the legitimate \\Y|
|
| D | perl5004delta.pod | 504 escaping repeat modifiers like "*" or "?"; for example, C</a *b/x> was
|
| D | perlmodlib.pod | 2677 changes (like escaping non-array @'s in double quoted strings) but
|
| D | perlop.pod | 966 while escaping will cause the literal string C<\$> to be inserted.
|
| D | perltoc.pod | 1436 X<regex, escaping> X<regexp, escaping> X<regular expression, escaping>
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | hsuser.texi | 417 Quote the substituted words, escaping further substitutions.
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/ |
| D | Changes | 300 2. HTML escaping code now replaced 0x8b and 0x9b with unicode 662 5. CGI::Carp now escapes the ampersand BEFORE escaping the > and <
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Harness/ |
| D | Changes | 90 that by escaping the newline so it is not subject to variable
|
| /mirbsd/src/gnu/usr.bin/lynx/samples/ |
| D | cernrules.txt | 249 # %-escaping in the scheme part (@@@ always?)
|
| /mirbsd/src/usr.bin/vi/docs/tutorial/ |
| D | vi.advanced | 64 34.4 escaping to a shell: {:sh} {:!} 477 Section 34.4: escaping to a shell: {:sh} {:!} {^Z}
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.win32 | 497 put a double quote in an argument by escaping it with a backslash and
|
| D | Changes5.8.7 | 3075 Allow escaping %m as %%m in Sys::Syslog format strings
|
| D | Changes5.004 | 3492 Title: "[PATCH] Re: q and escaping paired delimiters"
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Changes | 550 shell vs Makefile escaping makes testing difficult.
|
12