Home
last modified time | relevance | path

Searched refs:k (Results 276 – 300 of 303) sorted by relevance

1...<<111213

/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput1776 11: k
790 11: k
2197 11: k
2213 11: k
2302 /[^k]$/
2310 /[^k]{2,3}$/
2326 /^\d{8,}\@.+[^k]$/
4400 /(bc+d$|ef*g.|h?i(j|k))/
4483 /[k]/
5049 /[k]/i
[all …]
H A Dtestinput8820 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
823 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
1939 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)\12\123/
1988 /[^k]$/
1993 /[^k]{2,3}$/
2002 /^\d{8,}\@.+[^k]$/
3056 /(bc+d$|ef*g.|h?i(j|k))/
3084 /[k]/
3366 /(bc+d$|ef*g.|h?i(j|k))/i
3401 /[k]/i
H A Dtestoutput25840 1: k
5873 11: k
5894 11: k
9111 /\k''/
9114 /\k<>/
9117 /\k{}/
9120 /\k/
12782 \k<a>2
14057 /\k<5ghj>/
14060 /\k'5ghj'/
[all …]
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
/PHP-5.4/ext/interbase/tests/
H A D004.phpt18 /* create 100k blob file */
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c1161 int k; in apprentice_load() local
1162 for (k = 0; k < MAGIC_SETS; k++) { in apprentice_load()
1163 maxmagic[k] = 0; in apprentice_load()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt208 foreach ($column_def as $k => $v) {
H A Dmysqli_get_client_stats.phpt536 foreach ($info as $k => $v)
537 if ($info[$k] != $expected[$k])
538 printf("$k - $v != %s\n", $expected[$k]);
H A Dmysqli_stmt_bind_param.phpt359 foreach ($value_list as $k => $values) {
/PHP-5.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar296 �8�ā�k����GBMB
/PHP-5.4/ext/phar/tests/files/
H A Dnophar.phar296 �8�ā�k����GBMB
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c24033 for(k=i; sqlite3Isxdigit(z[k]); k++){
72887 for(k=0; k<n; k++) if( aPermute[k]>mx ) mx = aPermute[k];
81443 for(k=0; k<pUsing->nId; k++){
89368 for(k=sqliteHashFirst(&pSchema->tblHash); k; k=sqliteHashNext(k)){
93966 for(k=0; k<pIdx->nKeyCol; k++){
104636 for(k=1; k<=pTab->nCol && pPk->aiColumn[k-1]!=i; k++){}
108112 for(k=nName-1; k>1 && sqlite3Isdigit(zName[k]); k--){}
110694 for(k=0; k<pEList->nExpr; k++){
110720 for(k=0; k<pEList->nExpr; k++){
120006 for(k=1; k<=nNotReady; k++){
[all …]
/PHP-5.4/ext/ldap/
H A Dldap.c1532 int i, j, k; in PHP_FUNCTION() local
1697 for (k = 0; k < num_modvals; k++) { in PHP_FUNCTION()
1698 if (zend_hash_index_find(Z_ARRVAL_P(modinfo), k, (void **) &fetched) != SUCCESS) { in PHP_FUNCTION()
/PHP-5.4/
H A Dltmain.sh4125 k=1
4126 output=$output_objdir/$output_la-${k}.$objext
4138 if test "$k" -eq 1 ; then
4146 last_robj=$output_objdir/$output_la-${k}.$objext
4147 k=`expr $k + 1`
4148 output=$output_objdir/$output_la-${k}.$objext
/PHP-5.4/ext/standard/
H A Dhtml_tables.h95 #define ENT_ENC_TO_UNI_STAGE1(k) ((k & 0xC0) >> 6) argument
97 #define ENT_ENC_TO_UNI_STAGE2(k) ((k) & 0x3F) argument
1092 #define ENT_STAGE1_INDEX(k) (((k) & 0xFFF000) >> 12) /* > 1D, we have no mapping */ argument
1093 #define ENT_STAGE2_INDEX(k) (((k) & 0xFC0) >> 6) argument
1094 #define ENT_STAGE3_INDEX(k) ((k) & 0x3F) argument
1095 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI298 Return the group number corresponding to the named backref (\k<name>).
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch402 + int k;
403 + for (k = 0; k < MAGIC_SETS; k++) {
404 + maxmagic[k] = 0;
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY198 \k<name+n>, \k<name-n>
1443 backref: \k<name>, call: \g<name> (thanks akr)
1755 2002/03/11: [new] \k (single-byte word char), \K (multi-byte char).
/PHP-5.4/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.4/ext/pcre/pcrelib/
H A DNEWS377 \k{name} and \g{name} are synonyms for \k<name>.
H A DChangeLog1531 31. If \k was not followed by a braced, angle-bracketed, or quoted name, PCRE
2616 makes it give the same error for \k'' (previously it complained that that
3006 (e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible).
3391 (c) A backreference to a named group can now be defined as \k<name> or
3392 \k'name' as well as (?P=name). The new forms, as well as being in Perl
3693 (k) Allow "-" to be used as a file name for -f as well as for a data file.
4068 (k) Re-factored the options decoding logic because we are going to add
5507 4. A regex ending with a one-character negative class (e.g. /[^k]$/) did not
/PHP-5.4/ext/wddx/tests/
H A Dbug37569.phpt189 <wddxPacket version='1.0'><header/><data><string>k</string></data></wddxPacket>
/PHP-5.4/build/
H A Dlibtool.m4828 # the test eventually succeeds (with a max line length of 256k).
1690 linux* | k*bsd*-gnu)
2476 linux* | k*bsd*-gnu)
3322 linux* | k*bsd*-gnu)
4565 linux* | k*bsd*-gnu)
4883 linux* | k*bsd*-gnu)
5153 linux* | k*bsd*-gnu)
5496 gnu* | linux* | k*bsd*-gnu)
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja648 "k" : FW katakana -> HW katakana
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt2478 69 \k is not followed by a braced, angle-bracketed, or quoted name
4697 (k) The alternative matching functions (pcre_dfa_exec(),
6172 (?:(?<n>foo)|(?<n>bar))\k<n>
6528 subpatterns. The .NET syntax \k{name} and the Perl syntax \k<name> or
6529 \k'name' are supported, as is the Python syntax (?P=name). Perl 5.10's
6534 (?<p1>(?i)rah)\s+\k<p1>
6535 (?'p1'(?i)rah)\s+\k{p1}
7968 \k<name> reference by name (Perl)
7969 \k'name' reference by name (Perl)
7971 \k{name} reference by name (.NET)

Completed in 548 milliseconds

1...<<111213