Searched refs:escape (Results 101 - 125 of 130) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex245 not be able to escape to another device, when route to endpoint changes.
H A Dip-cref.tex2394 not be able to escape to another device when the route to endpoint changes.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dmakefile-engine.mk719 # Command to escape spaces in a path
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_str.c2621 Add a shell escape character '\' to any character not in a known list
2686 * possibly escape next char (depending what it
2688 * add an \ escape to any unprotected character
2710 * Don't escape the next char.
2735 * so escape it if it's any of the other
2772 /* Check if we need to escape the character. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpod2man.pl223 =item Unknown escape: %s in %s
1051 # escape high bit characters in input stream
1081 warn "$0: Unknown escape in paragraph $. of $ARGV: ``$&''\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl223 =item Unknown escape: %s in %s
1051 # escape high bit characters in input stream
1081 warn "$0: Unknown escape in paragraph $. of $ARGV: ``$&''\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpod2man.pl223 =item Unknown escape: %s in %s
1051 # escape high bit characters in input stream
1081 warn "$0: Unknown escape in paragraph $. of $ARGV: ``$&''\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Drelaxng.c3441 xmlChar *ret, *escape; local
3450 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3451 if (escape == NULL) {
3455 return (escape);
3466 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3467 if (escape == NULL) {
3471 return (escape);
H A Dxpath.c14891 * Implement the escape-uri() XPath function
14892 * string escape-uri(string $str, bool $escape-reserved)
14897 * character in the string by an escape sequence of the form %xx%yy...,
14902 * boolean argument $escape-reserved.
14904 * If $escape-reserved is true, all characters are escaped other than lower
14911 * If $escape-reserved is false, the behavior differs in that characters
14920 * Generally, $escape-reserved should be set to true when escaping a string
14928 * xf:escape-uri ("gopher://spinaltap.micro.umn.edu/00/Weather/California/Los%20Angeles#ocean"), true())
14930 * xf:escape
14940 xmlChar escape[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drelaxng.c3441 xmlChar *ret, *escape; local
3450 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3451 if (escape == NULL) {
3455 return (escape);
3466 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3467 if (escape == NULL) {
3471 return (escape);
H A Dxpath.c14960 * Implement the escape-uri() XPath function
14961 * string escape-uri(string $str, bool $escape-reserved)
14966 * character in the string by an escape sequence of the form %xx%yy...,
14971 * boolean argument $escape-reserved.
14973 * If $escape-reserved is true, all characters are escaped other than lower
14980 * If $escape-reserved is false, the behavior differs in that characters
14989 * Generally, $escape-reserved should be set to true when escaping a string
14997 * xf:escape-uri ("gopher://spinaltap.micro.umn.edu/00/Weather/California/Los%20Angeles#ocean"), true())
14999 * xf:escape
15009 xmlChar escape[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drelaxng.c3441 xmlChar *ret, *escape; local
3450 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3451 if (escape == NULL) {
3455 return (escape);
3466 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3467 if (escape == NULL) {
3471 return (escape);
H A Dxpath.c14960 * Implement the escape-uri() XPath function
14961 * string escape-uri(string $str, bool $escape-reserved)
14966 * character in the string by an escape sequence of the form %xx%yy...,
14971 * boolean argument $escape-reserved.
14973 * If $escape-reserved is true, all characters are escaped other than lower
14980 * If $escape-reserved is false, the behavior differs in that characters
14989 * Generally, $escape-reserved should be set to true when escaping a string
14997 * xf:escape-uri ("gopher://spinaltap.micro.umn.edu/00/Weather/California/Los%20Angeles#ocean"), true())
14999 * xf:escape
15009 xmlChar escape[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Drelaxng.c3441 xmlChar *ret, *escape; local
3450 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3451 if (escape == NULL) {
3455 return (escape);
3466 escape = xmlURIEscapeStr(ret, BAD_CAST ":/#?");
3467 if (escape == NULL) {
3471 return (escape);
H A Dxpath.c14891 * Implement the escape-uri() XPath function
14892 * string escape-uri(string $str, bool $escape-reserved)
14897 * character in the string by an escape sequence of the form %xx%yy...,
14902 * boolean argument $escape-reserved.
14904 * If $escape-reserved is true, all characters are escaped other than lower
14911 * If $escape-reserved is false, the behavior differs in that characters
14920 * Generally, $escape-reserved should be set to true when escaping a string
14928 * xf:escape-uri ("gopher://spinaltap.micro.umn.edu/00/Weather/California/Los%20Angeles#ocean"), true())
14930 * xf:escape
14940 xmlChar escape[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex411 understand the escape characters). Note, however, that if
H A Dsocket.tex330 but only as an escape mechanism for exceptional situations where it is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c2482 int index, escape, run = 0, level = 0, lst = 0; local
2492 escape = decode210(gb);
2493 if (escape != 2) {
2498 if (escape == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c2567 int index, escape, run = 0, level = 0, lst = 0; local
2577 escape = decode210(gb);
2578 if (escape != 2) {
2583 if (escape == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4123 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
4162 % For the aux and toc files, @ is the escape character. So we want to
4163 % redefine everything using @ as the escape character (instead of
4625 % Index files are almost Texinfo source, but we use \ as the escape
5897 % One exception: @ is still an escape character, so that @end tex works.
7463 % @ is our escape character in .aux files, and we need braces.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3883 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
3922 % For the aux and toc files, @ is the escape character. So we want to
3923 % redefine everything using @ as the escape character (instead of
4383 % Index files are almost Texinfo source, but we use \ as the escape
5685 % One exception: @ is still an escape character, so that @end tex works.
7222 % @ is our escape character in .aux files, and we need braces.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex3913 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
3952 % For the aux and toc files, @ is the escape character. So we want to
3953 % redefine everything using @ as the escape character (instead of
4413 % Index files are almost Texinfo source, but we use \ as the escape
5716 % One exception: @ is still an escape character, so that @end tex works.
7256 % @ is our escape character in .aux files, and we need braces.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex3913 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
3952 % For the aux and toc files, @ is the escape character. So we want to
3953 % redefine everything using @ as the escape character (instead of
4413 % Index files are almost Texinfo source, but we use \ as the escape
5716 % One exception: @ is still an escape character, so that @end tex works.
7256 % @ is our escape character in .aux files, and we need braces.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.in2219 @WOE32_TRUE@ $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(top_srcdir)/../windows/gettext.rc -o gettext.res --output-format=coff
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.in1374 @WOE32_TRUE@ $(WINDRES) `$(SHELL) $(top_srcdir)/../windows/windres-options --escape $(VERSION)` -i $(srcdir)/libgettextpo.rc -o libgettextpo.res --output-format=coff

Completed in 498 milliseconds

123456