Home
last modified time | relevance | path

Searched refs:k (Results 301 – 320 of 320) sorted by relevance

1...<<111213

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16346 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
771 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
H A Dtestoutput18-32344 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
768 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82 \x83 \x84
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)))$/
2919 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)\12\123/
3000 /[^k]$/
3008 /[^k]{2,3}$/
3024 /^\d{8,}\@.+[^k]$/
4859 /(bc+d$|ef*g.|h?i(j|k))/
4901 /[k]/
5305 /(bc+d$|ef*g.|h?i(j|k))/i
5357 /[k]/i
H A Dtestoutput15488 Z [ \ ] ^ _ ` c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
890 i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xc0 \xc1 \xc2 \xc3 \xc4
H A Dtestoutput14366 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f
H A Dtestoutput17233 f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \xff
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY95 2007/04/03: [spec] add new notation (?'name'), \k'name', \g'name'.
141 2006/11/24: [bug] should call callback for to[j] <-> to[k] in
403 \k<name+n>, \k<name-n>
1648 backref: \k<name>, call: \g<name> (thanks akr)
1960 2002/03/11: [new] \k (single-byte word char), \K (multi-byte char).
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI315 Return the group number corresponding to the named backref (\k<name>).
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch402 + int k;
403 + for (k = 0; k < MAGIC_SETS; k++) {
404 + maxmagic[k] = 0;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt359 foreach ($value_list as $k => $values) {
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3322 0 long 0406 68k Blit mpx/mux executable
4098 #>3 string =1 \b, compression block size 100k
4099 #>3 string =2 \b, compression block size 200k
4100 #>3 string =3 \b, compression block size 300k
4101 #>3 string =4 \b, compression block size 400k
4102 #>3 string =5 \b, compression block size 500k
4103 #>3 string =6 \b, compression block size 600k
4104 #>3 string =7 \b, compression block size 700k
5602 >18 leshort 97 NatSemi 32k,
8794 # (use -k if you do want them as well)
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS385 \k{name} and \g{name} are synonyms for \k<name>.
H A DChangeLog30 current group, for example in this pattern: /(?|(\k'Pm')|(?'Pm'))/, caused
39 numbers, for example: /(?J:(?|(?'R')(\k'R')|((?'R'))))/. This has been
117 30. Error messages for syntax errors following \g and \k were giving inaccurate
1707 31. If \k was not followed by a braced, angle-bracketed, or quoted name, PCRE
2792 makes it give the same error for \k'' (previously it complained that that
3182 (e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible).
3567 (c) A backreference to a named group can now be defined as \k<name> or
3568 \k'name' as well as (?P=name). The new forms, as well as being in Perl
3869 (k) Allow "-" to be used as a file name for -f as well as for a data file.
4244 (k) Re-factored the options decoding logic because we are going to add
[all …]
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt189 <wddxPacket version='1.0'><header/><data><string>k</string></data></wddxPacket>
/PHP-5.5/build/
H A Dlibtool.m4834 # the test eventually succeeds (with a max line length of 256k).
1696 linux* | k*bsd*-gnu)
2483 linux* | k*bsd*-gnu)
3329 linux* | k*bsd*-gnu)
4572 linux* | k*bsd*-gnu)
4890 linux* | k*bsd*-gnu)
5160 linux* | k*bsd*-gnu)
5503 gnu* | linux* | k*bsd*-gnu)
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja648 "k" : FW katakana -> HW katakana
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2489 69 \k is not followed by a braced, angle-bracketed, or quoted name
4708 (k) The alternative matching functions (pcre_dfa_exec(),
6196 (?:(?<n>foo)|(?<n>bar))\k<n>
6552 subpatterns. The .NET syntax \k{name} and the Perl syntax \k<name> or
6553 \k'name' are supported, as is the Python syntax (?P=name). Perl 5.10's
6558 (?<p1>(?i)rah)\s+\k<p1>
6559 (?'p1'(?i)rah)\s+\k{p1}
7992 \k<name> reference by name (Perl)
7993 \k'name' reference by name (Perl)
7995 \k{name} reference by name (.NET)
/PHP-5.5/
H A Dphp.ini-development330 ;realpath_cache_size = 16k
H A Dphp.ini-production330 ;realpath_cache_size = 16k
H A DNEWS3458 (r dot i dot k at free dot fr, Ilia)

Completed in 191 milliseconds

1...<<111213