Lines Matching refs:specified

8 # Public License or the Artistic License, as specified in the F<LICENCE> file.
1109 # with a delimiter(s) specified by $delim (where the string
1131 # of Perl code, bracketed by any of character(s) specified by $delim
1137 # one or more sequential applications of the specified functions
1149 # that matches a substring delimited by any of the specified characters
1166 specified prefix string. By default, that prefix is
1189 The extracted string, including the specified delimiters.
1275 All arguments are optional. If the escape characters are not specified,
1277 If the prefix is not specified, the
1279 is also not specified, the set C</["'`]/> is used. If the text to be processed
1280 is not specified either, C<$_> is used.
1340 substring (using any one (or more) of the user-specified delimiter
1346 specified by giving either the left or right (or both!) versions
1348 two or more delimiter brackets are specified is not significant.
1357 In other words, each type of bracket specified as a delimiter must be
1381 would return the same result, since all sets of both types of specified
1397 case, since they have not been specified as acceptable delimiters and are
1423 quoting (i.e. q{string}, qq{string}, etc) can be specified by including the
1483 any specified prefix) removed.
1488 specified tags.
1511 is specified as C<'{{\w+}}'> and actually matched the opening tag
1525 The various options that can be specified are:
1586 Note that the specified C<fail> behaviour applies to nested tags as well.
1628 any specified prefix) removed.
1633 extracts text between (balanced) specified tags. In other words,
1716 is specified, optional whitespace is the default. If no text is given,
1781 void context, the input text has the same substring (and any specified
1904 outermost delimiter brackets to be specified separately (see below),
1962 are specified using a C<E<lt>defer:...E<gt>> directive. For example:
1991 of the original string, as extracted by the specified extractors.
2001 possible, by repeatedly applying each of the specified extractors
2077 If the extractor was specified in a hash reference, the field is also
2146 Note that the specified delimiters are automatically quotemeta'd.
2163 Different escape characters can be specified for different delimiters.
2169 If more delimiters than escape chars are specified, the last escape char
2171 If no escape char is specified for a given specified delimiter, '\' is used.
2205 A non-optional prefix was specified but wasn't found at the start of the text.
2264 that were specified.
2268 A nested code block was found that started with a delimiter that was specified
2283 C<extract_tagged> did not find a suitable opening tag (after any specified
2288 C<extract_tagged> matched the specified opening tag and tried to
2290 none was specified). It failed to generate the closing tag, almost
2420 License or the Artistic License, as specified in the F<LICENCE> file.