Home
last modified time | relevance | path

Searched refs:escaping (Results 1 – 25 of 29) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/lib/Pod/t/
Dhtmlescp.pod8 instead of escaping them as E<lt> and E<gt>.
Dhtmlescp.t47 instead of escaping them as &lt; and &gt;.</p>
/mirbsd/src/usr.bin/vi/docs/internals/
Dquoting17 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/
Dconfig.pod261 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.
Dx509.pod448 without the option all escaping is done with the B<\> character.
/mirbsd/src/gnu/usr.bin/perl/ext/MIME/Base64/
DChanges193 that need escaping.
/mirbsd/src/bin/mksh/
Dedit.c280 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/
Dperlfaq6.pod309 X<regex, escaping> X<regexp, escaping> X<regular expression, escaping>
Dperlpod.pod565 X<POD, formatting code, escaping with multiple brackets>
575 X<POD, formatting code, escaping with multiple brackets>
Dperldebug.pod387 as well as any escaping any escapes that immediately precede that
893 Note that this business of escaping a newline is specific to interactive
Dperltodo.pod322 escaping that believe themselves to be newer than they actually are.
Dperlre.pod191 while escaping will cause the literal string C<\$> to be matched.
1352 # We must also take care of not escaping the legitimate \\Y|
Dperl5004delta.pod504 escaping repeat modifiers like "*" or "?"; for example, C</a *b/x> was
Dperlmodlib.pod2677 changes (like escaping non-array @'s in double quoted strings) but
Dperlop.pod966 while escaping will cause the literal string C<\$> to be inserted.
Dperltoc.pod1436 X<regex, escaping> X<regexp, escaping> X<regular expression, escaping>
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dhsuser.texi417 Quote the substituted words, escaping further substitutions.
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/
DChanges300 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/
DChanges90 that by escaping the newline so it is not subject to variable
/mirbsd/src/gnu/usr.bin/lynx/samples/
Dcernrules.txt249 # %-escaping in the scheme part (@@@ always?)
/mirbsd/src/usr.bin/vi/docs/tutorial/
Dvi.advanced64 34.4 escaping to a shell: {:sh} {:!}
477 Section 34.4: escaping to a shell: {:sh} {:!} {^Z}
/mirbsd/src/gnu/usr.bin/perl/
DREADME.win32497 put a double quote in an argument by escaping it with a backslash and
DChanges5.8.73075 Allow escaping %m as %%m in Sys::Syslog format strings
DChanges5.0043492 Title: "[PATCH] Re: q and escaping paired delimiters"
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DChanges550 shell vs Makefile escaping makes testing difficult.

12