Home
last modified time | relevance | path

Searched refs:plus (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.0/ext/gd/libgd/
H A Dgd_filter.c29 int gdImageScatter(gdImagePtr im, int sub, int plus) in gdImageScatter() argument
34 s.plus = plus; in gdImageScatter()
40 int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], unsigned int num_colors) in gdImageScatterColor() argument
45 s.plus = plus; in gdImageScatterColor()
58 int sub = scatter->sub, plus = scatter->plus; in gdImageScatterEx() local
60 if (plus == 0 && sub == 0) { in gdImageScatterEx()
63 else if (sub >= plus) { in gdImageScatterEx()
72 dest_x = (int)(x + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
73 dest_y = (int)(y + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
94 dest_x = (int)(x + ((rand() % (plus - sub)) + sub)); in gdImageScatterEx()
[all …]
H A Dgd.h726 int plus; member
732 int gdImageScatter(gdImagePtr im, int sub, int plus);
733 int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], unsigned int num_colors);
/PHP-8.0/tests/basic/
H A Dbug78929.phpt2 Bug #78929 (plus signs in cookie values are converted to spaces)
/PHP-8.0/ext/json/tests/
H A Dbug64695.phpt2 Bug #64695 JSON_NUMERIC_CHECK has issues with strings that are numbers plus the letter e
/PHP-8.0/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt22 dump_string_length( 'plus one' );
/PHP-8.0/ext/standard/tests/mail/
H A Dbug69115.phpt2 Bug #69115 crash in mail (plus indirect pcre test)
/PHP-8.0/ext/spl/tests/
H A Diterator_032.phpt46 Cannot seek to 3 which is behind offset 1 plus count 2
/PHP-8.0/ext/pdo_mysql/tests/
H A DREADME.md38 database, plus the following additional permissions:
/PHP-8.0/ext/phar/
H A Dgdbhelp83 …displays all open file pointers in phar, and the phars plus entries that are open with reference c…
/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt67 [+] => +
/PHP-8.0/ext/intl/tests/
H A Dlocale_get_script.phpt26 //Language subtag plus Script subtag:
H A Dlocale_get_primary_language.phpt27 //Language subtag plus Script subtag:
H A Dlocale_get_region.phpt27 //Language subtag plus Script subtag:
H A Dlocale_parse_locale2.phpt27 //Language subtag plus Script subtag:
H A Dlocale_get_keywords2.phpt32 //Language subtag plus Script subtag:
H A Dlocale_set_default.phpt27 //Language subtag plus Script subtag:
H A Dlocale_get_display_region3.phpt30 //Language subtag plus Script subtag:
H A Dlocale_get_display_script3.phpt30 //Language subtag plus Script subtag:
H A Dlocale_get_display_script4.phpt30 //Language subtag plus Script subtag:
H A Dlocale_get_display_variant2.phpt29 //Language subtag plus Script subtag:
H A Dlocale_get_display_language.phpt31 //Language subtag plus Script subtag:
H A Dlocale_get_display_language2.phpt31 //Language subtag plus Script subtag:
H A Dlocale_get_display_region2.phpt30 //Language subtag plus Script subtag:
H A Dlocale_get_display_name5.phpt42 //Language subtag plus Script subtag:
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE138 all the source code for all modules it contains, plus any associated
139 interface definition files, plus the scripts used to control compilation
263 work. (Executables containing this object code plus portions of the

Completed in 41 milliseconds

12