Home
last modified time | relevance | path

Searched refs:K (Results 26 – 50 of 57) sorted by relevance

123

/PHP-5.3/ext/standard/tests/misc/
H A Dbrowscap.ini8279 [K-Meleon]
8293 Parent=K-Meleon
8301 Parent=K-Meleon
8309 Parent=K-Meleon
8317 Parent=K-Meleon
8325 Parent=K-Meleon
8333 Parent=K-Meleon
8341 Parent=K-Meleon
8349 Parent=K-Meleon
8357 Parent=K-Meleon
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput17127 /abc\K|def\K/g+
7148 /^abc\K/+
8235 /^(?=a(*:M))aZ/K
8240 /^(?!(*:M)b)aZ/K
8276 name)/K
8450 /(?<=a(*:N)b)c/K
8540 /A(*:A)B|XX(*:B)Y/K
8604 /A(*PRUNE:A)B/K
8611 /A(*:A)B|X(*:A)Y/K
8619 /b(*:m)f|a(*:n)w/K
[all …]
H A Dtestinput4618 /a(*:a\x{1234}b)/8K
621 /a(*:a£b)/8K
H A Dgrepoutput349 ./testdata/grepinput-12-Here follows a whole lot of stuff that makes the file over 24K long.
516 that the pcregrep command is working correctly. The file must be more than 24K
526 that the pcregrep command is working correctly. The file must be more than 24K
H A Dtestoutput41084 /a(*:a\x{1234}b)/8K
1089 /a(*:a£b)/8K
H A Dtestoutput29802 /abc\K/+
9819 /^(?:(?=abc)|abc\K)/+
10595 /A(*COMMIT)B/+K
10602 /A(*THEN)B|A(*THEN)C/K
10606 /A(*PRUNE)B|A(*PRUNE)C/K
10620 /^A(*:A)B|^X(*:A)Y/K
12038 /(b|q)(*:m)f|a(*:n)w/K
12047 /(q|b)(*:m)f|a(*:n)w/K
12058 /^a(*:X)bcde/K
12064 /(?=(*:x))(q|)/K+
[all …]
/PHP-5.3/ext/standard/
H A Dcrypt_sha256.c90 static const uint32_t K[64] = { variable
169 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
H A Dcrypt_sha512.c91 static const uint64_t K[80] = { variable
196 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
/PHP-5.3/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc14 …kYa12FecgDSsD86KHnATUwz8uzu3jbL5Bkb9UyUtMjL30feyC0oVBYY/DcR8DYdAnbI1FcItMFuAcIkNLx7498TGqFlN49v/K'.
/PHP-5.3/
H A DCODING_STANDARDS178 2. Use K&R-style. Of course, we can't and don't want to
181 of PHP or one of its standard modules, please maintain the K&R
H A DEXTENSIONS464 PRIMARY MAINTAINER: Kristian K�hntopp <kris@koehntopp.de>
479 PRIMARY MAINTAINER: Kristian K�hntopp <kris@koehntopp.de>
/PHP-5.3/ext/phar/tests/files/
H A Dopenssl.phar292 …ile1.txt�����AH����*�ض������hi�'�޵@]_�- ^x���=��Hb�(л2�r/BM�1�-K�/{>D@Mmj����[0(�…
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dopenssl.phar292 …ile1.txt�����AH����*�ض������hi�'�޵@]_�- ^x���=��Hb�(л2�r/BM�1�-K�/{>D@Mmj����[0(�…
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strlen_variation3.phpt84 $string_mb = base64_decode('44K/44OT44Ol44Os44O844OG44Kj44Oz44Kw44O744Oe44K344O844Oz44O744Kr44Oz44O…
H A Dmb_substr_variation3.phpt85 $string_mb = base64_decode('44K/44OT44Ol44Os44O844OG44Kj44Oz44Kw44O744Oe44K344O844Oz44O744Kr44Oz44O…
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS263 recompiled for use with 7.2 (necessitated by the addition of \K, \h, \H, \v,
282 \K to reset the start of the matched string; for example, (foo)\Kbar
444 support, an additional 90K data structure is include, which increases the
H A DREADME229 "configure" command. This adds about 30K to the size of the library (in the
283 . The default maximum compiled pattern size is around 64K. You can increase
360 --with-pcregrep-bufsize=50K
362 The default value is 20K.
H A DHACKING153 than 64K are going to be processed. In this description, we assume the "normal"
168 OP_SET_SOM, set start of match (\K)
H A DChangeLog833 8K to 20K. (The actual buffer used is three times this size.)
841 (d) Numerical values in pcregrep options can be followed by K or M, for
842 example --buffer-size=50K.
1158 10. \K gave a compile-time error if it appeared in a lookbehind assersion.
1160 11. \K was not working if it appeared in an atomic group or in a group that
1162 \K is "not well defined" if used in an assertion. PCRE now accepts it if
1390 starts with a lookbehind assertion or \b or \B (\K is not supported by
2242 (d) \K resets the start of the current match so that everything before
2529 than about 50K.
2712 default size has been increased from 32K to 50K.
[all …]
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY6 2007/07/04: [spec] (thanks K.Takata)
8 2007/07/04: [dist] (thanks K.Takata)
67 2006/10/30: [impl] (thanks K.Takata)
113 2006/09/08: [bug] (thanks K.Takata)
115 2006/09/04: [spec] (thanks K.Takata)
1755 2002/03/11: [new] \k (single-byte word char), \K (multi-byte char).
/PHP-5.3/ext/exif/
H A Dtest.txt50 $ret = '<b style="color:green">O.K.</b>';
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja650 "K" : HW katakana -> FW katakana
660 "V" : merge dakuon character. only works with "K" and "H" option
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dparse.y884 cmd ::= ATTACH database_kw_opt ids(F) AS nm(D) key_opt(K). {
885 sqliteAttach(pParse, &F, &D, &K);
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic7012 # 8192 on 68K - except for "68k4k", which is presumably "68K with 4K
7941 >7 string K (wildcard)
7960 >7 string K (wildcard)
8379 #>26 byte 0 deflate/32K,
10828 # motorola: file(1) magic for Motorola 68K and 88K binaries
10830 # 68K
10850 # 88K
12699 >15 byte 0x01 - P/K/D format
12700 >15 byte 0x02 - K/D format
14320 >4 belong 826 (68K)
[all …]
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt967 Including Unicode property support adds around 30K of tables to the
1057 for a compiled pattern of around 64K. This is sufficient to handle all
1198 whose default value is 20K. The buffer itself is three times this size,
1203 --with-pcregrep-bufsize=50K
1469 5. Because many paths through the tree may be active, the \K escape
3178 anchored, such a match can occur only if the pattern contains \K.
6972 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
6992 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7388 \K reset start of match
8019 (1) If callback is NULL and data is NULL, an internal 32K block
[all …]

Completed in 234 milliseconds

123