Searched refs:quote (Results 101 - 111 of 111) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A DMakefile117 $(top_srcdir)/gnulib-m4/quote.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.in134 $(top_srcdir)/gnulib-m4/quote.m4 \
H A DMakefile134 $(top_srcdir)/gnulib-m4/quote.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.in129 $(top_srcdir)/gnulib-m4/quote.m4 \
H A DMakefile129 $(top_srcdir)/gnulib-m4/quote.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile.in173 $(top_srcdir)/gnulib-m4/quote.m4 \
H A DMakefile173 $(top_srcdir)/gnulib-m4/quote.m4 \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Durl.c1718 data->set.quote = va_arg(param, struct curl_slist *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex605 % and you can use @w{...} around a quote to suppress ligatures.
6031 % quote/apostrophe (char 0x27), but instead use the undirected quote
6032 % from cmtt (char 0x0d). The undirected quote is ugly, so don't make it
6045 % and a similar option for the left quote char vs. a grave accent.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex609 % and you can use @w{...} around a quote to suppress ligatures.
2471 % quote/apostrophe (char 0x27), but instead use the undirected quote
2472 % from cmtt (char 0x0d). The undirected quote is ugly, so don't make it
2485 % and a similar option for the left quote char vs. a grave accent.
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c18555 ** the quote characters. The conversion is done in-place. If the
18556 ** input does not begin with a quote character, then this routine
18571 char quote; local
18574 quote = z[0];
18575 switch( quote ){
18579 case '[': quote = ']'; break; /* For MS SqlServer compatibility */
18583 if( z[i]==quote ){
18584 if( z[i+1]==quote ){
18585 z[j++] = quote;
98808 char quote; /* Quote character (if any ) */ local
[all...]

Completed in 427 milliseconds

12345