Searched refs:quotes (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Doneliner.t40 # Lets see how it deals with quotes.
41 try_oneliner(q{print "foo'o", ' bar"ar'}, [], q{foo'o bar"ar}, 'quotes');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL82 'quotes|q=s', 'sentence|s', 'termcap|t', 'width|w=i') or exit 1;
113 pod2text [B<-aclost>] [B<--code>] [B<-i> I<indent>] S<[B<-q> I<quotes>]>
178 =item B<-q> I<quotes>, B<--quotes>=I<quotes>
180 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
181 I<quotes> is a single character, it is used as both the left and right
182 quote; if I<quotes> is two characters, the first character is used as the
183 left quote and the second as the right quoted; and if I<quotes> is four
187 I<quotes> ma
[all...]
H A Dpod2man.PL69 'fixedbolditalic=s', 'name|n=s', 'official|o', 'quotes|q=s',
108 [B<--lax>] [B<--quotes>=I<quotes>] [B<--verbose>]
142 long dashes--like this--into proper em dashes, fixes "paired quotes," and
212 =item B<-q> I<quotes>, B<--quotes>=I<quotes>
214 Sets the quote marks used to surround CE<lt>> text to I<quotes>. If
215 I<quotes> is a single character, it is used as both the left and right
216 quote; if I<quotes> i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToText.pm18 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
60 L<Pod::Text>: alt, indent, loose, quotes, sentence, width
H A DToNroff.pm23 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
67 fixeditalic, fixedbolditalic, quotes, release, section
H A DToMan.pm29 sub quotes { shift->_perldoc_elem('quotes' , @_) } subroutine
142 fixeditalic, fixedbolditalic, quotes, release, section
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm167 words ignoring delimiters that appear inside quotes. &quotewords()
176 split on the specified delimiter, but all other characters (quotes,
178 &*quotewords() functions remove all quotes and backslashes that are
179 not themselves backslash-escaped or inside of single quotes (i.e.,
227 use of quotes to include a space in a word
H A DBalanced.pm1354 Note that the embedded single-quotes in the string don't help in this
1647 one of the various Perl quotes and quotelike operators (see
1819 "'EOMSG'" (i.e. the left delimiter of the here document, including any quotes),
1866 inside Perl quotes or quotelike operations. That is, C<extract_codeblock>
2134 For example, to specify that '/' is the escape for single quotes
2135 and '%' is the escape for double quotes:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm279 iso-8859-* family. Note the double quotes inside the single quotes.
283 If you are using a regex here, you have to use the quotes as shown or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm50 # If the whole link is enclosed in quotes, interpret it all as a section
133 double-quotes are interpreted as links to a section (LE<lt>/sectionE<gt>).
143 formatting codes. Any double quotes around the section are removed as part
146 If the text of the LE<lt>E<gt> escape is entirely enclosed in double quotes,
H A DText.pm185 # Figure out what quotes we'll be using for C<> text.
186 $$self{quotes} ||= '"';
187 if ($$self{quotes} eq 'none') {
189 } elsif (length ($$self{quotes}) == 1) {
190 $$self{LQUOTE} = $$self{RQUOTE} = $$self{quotes};
191 } elsif ($$self{quotes} =~ /^(.)(.)$/
192 || $$self{quotes} =~ /^(..)(..)$/) {
196 croak qq(Invalid quote specification "$$self{quotes}");
734 =item quotes
784 (F) The quote specification given (the quotes optio
[all...]
H A DMan.pm51 # quotes to use for C<> text, designated by @LQOUTE@ and @RQUOTE@. $PREAMBLE
184 # with double quotes since they contain embedded single quotes, so use \\
267 # Protect leading quotes and periods against interpretation as commands. Also
340 # Double quotes in things that will be quoted.
345 # Figure out what quotes we'll be using for C<> text.
346 $$self{quotes} ||= '"';
347 if ($$self{quotes} eq 'none') {
349 } elsif (length ($$self{quotes}) == 1) {
350 $$self{LQUOTE} = $$self{RQUOTE} = $$self{quotes};
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/base/
H A Dlex.t57 ok 12 - make sure single quotes are honored \nnot ok
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm318 automatically quotes barewords (as is true for any subroutine call).
322 kicking in. Similarly, since the C<< => >> operator quotes a bareword
H A Dperl5db.pl1665 # Make sure backslashes before single quotes are stripped out, and
5525 # Backslash any single-quotes or backslashes.
5557 # Escape backslashed single-quotes again if necessary.
6114 It cleans up escaped single-quotes and then displays the option and
6867 Set options. Use quotes in spaces in value.
7043 Set options. Use quotes in spaces in value.
8088 # Don't need any quotes.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm105 quotes metacharacters in the given suffixes. It is provided for
H A DDosGlob.pm28 # if arg is within quotes strip em and do no globbing
115 # if arg is within quotes strip em and do no globbing
457 pattern, you can escape them with either double quotes, or backslashes.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm231 surrounded with double-quotes if they contain spaces. For example,
236 Note how the first and last entries are protected by quotes in order
H A DMM_Any.pm692 For example, on Unix this would escape any single-quotes in $text and
693 put single-quotes around the whole thing.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm609 # put a string value in double quotes
860 When set, enables the use of double quotes for representing string values.
916 string. Default is 1, which will always enclose hash keys in quotes.
1044 $Data::Dumper::Useqq = 1; # print strings in double quotes
H A DDumper.xs185 /* Single quotes. */
913 # * doesnt do double-quotes yet.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm384 So feel free to put your strings in your encoding in quotes and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm1089 including the string "bdc" (without quotes).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL801 your message should be sent, type in "yes" (without the quotes) at the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm2289 command line contains special characters, in particular quotes or
2290 backslashes. For example, with Unix shells you can use single quotes
2291 (C<'>) and double quotes (C<">) to group words together. The following

Completed in 59 milliseconds

12