Home
last modified time | relevance | path

Searched refs:width (Results 101 – 125 of 127) sorted by relevance

123456

/PHP-5.6/sapi/apache2handler/
H A Dconfig.m4137 dnl ## tab-width: 4
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1820 int width; member
1840 if (pc->outwidth > pc->width) { in collector_strimwidth()
1865 int width) in mbfl_strimwidth() argument
1878 mbfl_memory_device_init(&pc.device, width, 0); in mbfl_strimwidth()
1905 pc.width = width - mkwidth; in mbfl_strimwidth()
1923 pc.width += mkwidth; in mbfl_strimwidth()
/PHP-5.6/ext/gd/libgd/
H A Dgdft.c649 for (col = 0; col < bitmap.width; col++, pc++) {
711 for (col = 0; col < bitmap.width; col++, pc++) {
/PHP-5.6/ext/ereg/regex/
H A DWHATSNEW87 word width isn't hardwired into regexec.c any more, the public header
H A Dtests321 # and one really big one, beyond any plausible word width
/PHP-5.6/ext/exif/tests/
H A Dexif017.phpt29 string(20) "width="1" height="1""
H A Dexif016.phpt29 string(20) "width="1" height="1""
H A Dexif018.phpt29 string(20) "width="1" height="1""
H A Dexif020.phpt29 string(20) "width="1" height="1""
H A Dexif021.phpt29 string(20) "width="1" height="1""
H A Dexif022.phpt29 string(20) "width="1" height="1""
H A Dexif023.phpt29 string(20) "width="1" height="1""
H A Dexif026.phpt29 string(20) "width="1" height="1""
H A Dexif027.phpt29 string(20) "width="1" height="1""
/PHP-5.6/sapi/apache/
H A Dconfig.m4272 dnl ## tab-width: 4
/PHP-5.6/sapi/apache_hooks/
H A Dconfig.m4274 dnl ## tab-width: 4
/PHP-5.6/ext/mbstring/
H A Dmbstring.c347 ZEND_ARG_INFO(0, width)
2925 long from, width; in PHP_FUNCTION() local
2929 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sll|ss", &str, &str_len, &from, &width, &tri… in PHP_FUNCTION()
2958 if (width < 0) { in PHP_FUNCTION()
2968 ret = mbfl_strimwidth(&string, &marker, &result, from, width); in PHP_FUNCTION()
H A DREADME_PHP3-i18n-ja630 Conversion between full width character and halfwidth character.
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.re518 * tab-width: 4
/PHP-5.6/
H A Dconfigure.in1681 dnl ## tab-width: 4
H A DNEWS501 . Fixed bug #72691 (mb_ereg_search raises a warning if a match zero-width).
504 zero-width). (cmb)
599 . Fixed bug #53640 (XBM images require width to be multiple of 8). (cmb)
1615 width decimal support) (Keyur Govande)
1865 . Fixed bug #68114 (linker error on some OS X machines with fixed width
6763 - Fixed bug #33210 (getimagesize() fails to detect width/height on certain
11509 - Fixed bug #29424 (width and height inverted for JPEG2000 files). (Ilia)
11625 - Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul
H A Dphp.ini-development2029 ; tab-width: 4
H A Dphp.ini-production2029 ; tab-width: 4
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c21604 if( width<0 ){
21606 width = width >= -2147483647 ? -width : 0;
21616 width = wx & 0x7fffffff;
21941 length = width;
21949 length = width = 0;
21967 width = 0;
22045 length = width = 0;
22059 length = width = 0;
22072 width -= length;
22073 if( width>0 && !flag_leftjustify ) sqlite3AppendChar(pAccum, width, ' ');
[all …]
/PHP-5.6/ext/standard/
H A Dbasic_functions.c2179 ZEND_ARG_INFO(0, width)

Completed in 407 milliseconds

123456