Home
last modified time | relevance | path

Searched refs:j (Results 176 – 200 of 249) sorted by last modified time

12345678910

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1855 int i, j=0; in convert_libmagic_pattern() local
1860 t[j++] = '~'; in convert_libmagic_pattern()
1862 for (i=0; i<Z_STRLEN_P(pattern); i++, j++) { in convert_libmagic_pattern()
1865 t[j++] = '\\'; in convert_libmagic_pattern()
1866 t[j] = '~'; in convert_libmagic_pattern()
1869 t[j] = Z_STRVAL_P(pattern)[i]; in convert_libmagic_pattern()
1873 t[j++] = '~'; in convert_libmagic_pattern()
1876 t[j++] = 'i'; in convert_libmagic_pattern()
1879 t[j++] = 'm'; in convert_libmagic_pattern()
1881 t[j]='\0'; in convert_libmagic_pattern()
[all …]
H A Dapprentice.c497 int j; in apprentice_unmap() local
498 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_unmap()
1217 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_load()
1226 qsort(mentry[j], mentrycount[j], sizeof(*mentry[j]), in apprentice_load()
1233 set_last_default(ms, mentry[j], mentrycount[j]); in apprentice_load()
1236 if (coalesce_entries(ms, mentry[j], mentrycount[j], in apprentice_load()
1237 &map->magic[j], &map->nmagic[j]) == -1) { in apprentice_load()
1244 for (j = 0; j < MAGIC_SETS; j++) in apprentice_load()
1245 magic_entry_free(mentry[j], mentrycount[j]); in apprentice_load()
1248 for (j = 0; j < MAGIC_SETS; j++) { in apprentice_load()
[all …]
H A Dcdf.c427 for (j = 0; j < h->h_num_sectors_in_master_sat; j++) { in cdf_read_sat()
477 for (j = i = 0; sid >= 0; i++, j++) { in cdf_count_chain()
511 for (j = i = 0; sid >= 0; i++, j++) { in cdf_read_long_sector_chain()
557 for (j = i = 0; sid >= 0; i++, j++) { in cdf_read_short_sector_chain()
622 for (j = i = 0; i < ns; i++, j++) { in cdf_read_dir()
632 for (j = 0; j < nd; j++) { in cdf_read_dir()
666 for (j = i = 0; sid >= 0; i++, j++) { in cdf_read_ssat()
1105 for (j = 0; j < s; j++) { in cdf_dump_sat()
1160 for (j = 0; j < sizeof(name); j++) in cdf_dump_dir()
1161 name[j] = (char)CDF_TOLE2(d->d_name[j]); in cdf_dump_dir()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch198 + int j;
199 + for (j = 0; j < MAGIC_SETS; j++) {
374 uint32_t i, j;
472 for (j = 0; j < MAGIC_SETS; j++) {
949 size_t i, j;
955 for (j = i = 0; sid >= 0; i++, j++) {
1000 - for (j = 0; j < nelements; j++, i++) {
1001 + for (j = 0; j < nelements && i < sh.sh_properties;
1057 size_t i, j;
3331 + int i, j=0;
[all …]
H A Dcreate_data_file.php6 $j = 0; variable
11 if ($j % 16 == 15) {
14 $j++;
/PHP-5.5/ext/ereg/regex/
H A Dtests383 a(b)(c)(d)(e)(f)(g)(h)(i)(j)k - abcdefghijk abcdefghijk b,c,d,e,f,g,h,i,j
384 a(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)l - abcdefghijkl abcdefghijkl b,c,d,e,f,g,h,i,j,k
/PHP-5.5/ext/ereg/tests/
H A Dspliti_variation_002.phpt19 $pattern = 'r|j|E';
H A Dsplit_variation_002.phpt19 $pattern = 'r|j|E';
/PHP-5.5/ext/dom/
H A Dxpath.c141 int j; in dom_xpath_ext_function_php() local
144 for (j = 0; j < obj->nodesetval->nodeNr; j++) { in dom_xpath_ext_function_php()
145 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in dom_xpath_ext_function_php()
/PHP-5.5/ext/ereg/
H A Dereg.c736 register int i, j; in PHP_FUNCTION() local
744 for (i = j = 0; i < string_len; i++) { in PHP_FUNCTION()
747 tmp[j++] = '['; in PHP_FUNCTION()
748 tmp[j++] = toupper(c); in PHP_FUNCTION()
749 tmp[j++] = tolower(c); in PHP_FUNCTION()
750 tmp[j++] = ']'; in PHP_FUNCTION()
752 tmp[j++] = c; in PHP_FUNCTION()
755 tmp[j] = 0; in PHP_FUNCTION()
757 RETVAL_STRINGL(tmp, j, 1); in PHP_FUNCTION()
/PHP-5.5/ext/date/tests/
H A Dmktime_basic1.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_error.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_variation7.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dstrftime_variation7.phpt22 'Day of the year as a decimal number' => "%j",
H A Dmktime_variation1.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_variation2.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_variation3.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_variation4.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_variation5.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dmktime_variation6.phpt5 …") [, int $second= date("s") [, int $month= date("n") [, int $day= date("j") [, int $year= dat…
H A Dgmstrftime_variation7.phpt21 'Day of the year as a decimal number' => "%j",
H A Ddate_variation2.phpt97 $format = "F j, Y, g:i a";
H A Dgmdate_variation3.phpt21 'Day without leading zeros' => 'j',
H A Ddate_basic1.phpt17 var_dump( date("F j, Y, g:i a", $timestamp) );
19 var_dump( date("j, n, Y", $timestamp) );
21 var_dump( date('h-i-s, j-m-y, it is w Day', $timestamp) );
23 var_dump( date("D M j G:i:s T Y", $timestamp) );
H A Ddate_format_basic1.phpt17 var_dump( date_format($date, "F j, Y, g:i a") );
19 var_dump( date_format($date, "j, n, Y") );
21 var_dump( date_format($date, 'h-i-s, j-m-y, it is w Day') );
23 var_dump( date_format($date, "D M j G:i:s T Y") );

Completed in 66 milliseconds

12345678910