Home
last modified time | relevance | path

Searched refs:N (Results 151 – 175 of 190) sorted by relevance

12345678

/PHP-7.2/ext/standard/html_tables/mappings/
H A DCP1251.TXT97 0x4E 0x004E #LATIN CAPITAL LETTER N
129 0x6E 0x006E #LATIN SMALL LETTER N
H A D8859-5.TXT126 0x4E 0x004E # LATIN CAPITAL LETTER N
158 0x6E 0x006E # LATIN SMALL LETTER N
H A DCP866.TXT96 0x4e 0x004e #LATIN CAPITAL LETTER N
128 0x6e 0x006e #LATIN SMALL LETTER N
H A DKOI8-R.TXT125 0x4E 0x004E # LATIN CAPITAL LETTER N
157 0x6E 0x006E # LATIN SMALL LETTER N
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h306 void (*str_append)(sqlite3_str*, const char *zIn, int N);
308 void (*str_appendchar)(sqlite3_str*, int N, char C);
H A Dsqlite3.c18670 # define sqlite3StackAllocZero(D,N) memset(alloca(N), 0, N) argument
28165 if( p->nChar+(i64)N >= p->nAlloc && (N = sqlite3StrAccumEnlarge(p, N))<=0 ){
28180 N = sqlite3StrAccumEnlarge(p, N);
28201 memcpy(&p->zText[p->nChar-N], z, N);
70037 assert( N>=0 && N<p->nCell );
70043 assert( N>=0 && N<p->nCell );
70044 if( p->szCell[N] ) return p->szCell[N];
82443 if( N<n && N>=0 ){
92897 while( N<nReader ) N += N;
140590 return N<=10 ? 0 : sqlite3LogEst(N) - 33;
[all …]
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DUNICODE_PROPERTIES22 20: N
H A DRE361 + \N{name}
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt27 $tableRows[] = "{$firstParameter}\t{$secondParameter}\t\\N";
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput14121 ddd\N
365 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
H A Dtestoutput18-16345 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
770 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestoutput18-32343 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
767 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestinput1471 ddd\N
H A Dtestoutput15487 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
889 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestinput11904 …lign=top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD al…
4923 /^\N+/
4926 /^\N{1,}/
5072 /(?<=a(*:N)b)c/K
5317 /aaaaa(*SKIP:N)(*PRUNE)b|a+c/
5320 /aaaa(*:N)a(*SKIP:N)(*PRUNE)b|a+c/
H A Dtestoutput12928 …lign=top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD al…
2929 …lign=top>43.<a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)</a></TD><TD al…
2933 4: <a href='joblist.cfm?JobID=94 6735&Keyword='>Word Processor<BR>(N-1286)
8211 /^\N+/
8215 /^\N{1,}/
8423 /(?<=a(*:N)b)c/K
8426 MK: N
8816 /aaaaa(*SKIP:N)(*PRUNE)b|a+c/
8820 /aaaa(*:N)a(*SKIP:N)(*PRUNE)b|a+c/
/PHP-7.2/ext/date/
H A Dphp_date.c4940 double h_rise, h_set, N; in php_do_date_sunrise_sunset() local
5009 N = (calc_sunset ? h_set : h_rise) + gmt_offset; in php_do_date_sunrise_sunset()
5011 if (N > 24 || N < 0) { in php_do_date_sunrise_sunset()
5012 N -= floor(N / 24) * 24; in php_do_date_sunrise_sunset()
5017 retstr = strpprintf(0, "%02d:%02d", (int) N, (int) (60 * (N - (int) N))); in php_do_date_sunrise_sunset()
5021 RETURN_DOUBLE(N); in php_do_date_sunrise_sunset()
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt100 // -t,[N] - maximum nesting level
/PHP-7.2/ext/exif/tests/
H A Dexif021.phpt1623 string(1) "N"
H A Dexif022.phpt1647 string(1) "N"
H A Dexif023.phpt1647 string(1) "N"
H A Dexif020.phpt1623 string(1) "N"
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt214 NonIgnorable (N), then differences among these characters are of the same importance as
228 S=3, A=N di Silva < Di Silva < diSilva < U.S.A. < USA
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.re173 N = (any\[<]);
527 N+ { passthru(STD_ARGS); goto state_plain; }
/PHP-7.2/ext/opcache/
H A DREADME186 Check the cache checksum each N requests.

Completed in 488 milliseconds

12345678