Home
last modified time | relevance | path

Searched refs:l (Results 326 – 333 of 333) sorted by relevance

1...<<11121314

/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog226 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
2723 diagnose an unknown class for, for example, [[:l\ower:]] where Perl will
3695 (l) Added the --colo(u)r option.
3868 1. Change 6.0/10/(l) to pcregrep introduced a bug that caused separator lines
4072 (l) Added the -A, -B, and -C options for requesting that lines of context
4076 any matching lines, that is, the complement of -l.
4664 \L, \l, \N, \P, \p, \U, \u, and \X.
4727 30. If pcregrep was called with the -l option and just a single file name, it
/PHP-5.4/Zend/
H A Dzend_language_scanner.c98 #define HANDLE_NEWLINES(s, l) \ argument
100 char *p = (s), *boundary = p+(l); \
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c217 LengthType l = (LengthType )len; in add_length() local
219 BBUF_ADD(reg, &l, SIZE_LENGTH); in add_length()
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput81540 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
1544 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
/PHP-5.4/ext/pgsql/
H A Dpgsql.c268 ZEND_ARG_INFO(0, l)
/PHP-5.4/build/
H A Dlibtool.m43868 -L* | -R* | -l*)
3891 # The "-l" case would never come before the object being
/PHP-5.4/ext/date/lib/
H A Dparse_date.c124 #define TIMELIB_PROCESS_YEAR(x, l) { \ argument
125 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2442 37 PCRE does not support \L, \l, \N{name}, \U, or \u
4558 5. The following Perl escape sequences are not supported: \l, \u, \L,
4701 (l) PCRE recognizes some special sequences such as (*CR) at the start
5125 In Perl, the sequences \l, \L, \u, and \U are recognized by its string

Completed in 116 milliseconds

1...<<11121314