Home
last modified time | relevance | path

Searched refs:box (Results 1 – 22 of 22) sorted by relevance

/PHP-7.1/ext/gd/tests/
H A Dbug48555.phpt12 $box = ImageFTBBox(14, 0, $font, "Text without line-break");
13 //echo 'Top without line-break: ' . $box[7] . "\n";
14 $without_line_break = $box[7];
15 $box = ImageFTBBox(14, 0, $font, "Text with\nline-break\none more");
16 //echo 'Top with line-break: ' . $box[7] . "\n";
17 $with_line_break = $box[7];
H A Dbug48732.phpt2 Bug #48732 (TTF Bounding box wrong for letters below baseline)
H A Dbug48732-mb.phpt2 Bug #48732 (TTF Bounding box wrong for letters below baseline)
H A Dbug53504.phpt2 Bug #53504 imagettfbbox/imageftbbox gives incorrect values for bounding box
74 // draw bounding box:
H A Dbug43073.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0)
/PHP-7.1/sapi/tests/
H A Dtest006.phpt17 entry box
21 password box
55 [entry] => entry box
56 [password] => password box
H A Dtest007.phpt12 entry box
16 password box
/PHP-7.1/ext/ldap/
H A DLDAP_Win32_HOWTO.txt13 Select the C/C++ tab, and select 'Code Generation' in the Category box.
24 Select the C/C++ tab, and select 'Code Generation' in the Category box.
/PHP-7.1/ext/mysqli/tests/
H A D001.phpt38 /* temporary addition for Kent's setup, Win32 box */
/PHP-7.1/ext/ldap/tests/
H A DREADME6 You will need vagrant on your box. Get it from https://www.vagrantup.com
47 config.vm.box = "ubuntu/trusty64"
/PHP-7.1/ext/gd/libgd/
H A Dgd_topal.c418 box; typedef
420 typedef box *boxptr;
795 ((j_common_ptr) cinfo, JPOOL_IMAGE, desired_colors * SIZEOF (box));
797 boxlist = (boxptr) safe_emalloc(desired_colors, sizeof (box), 1);
/PHP-7.1/Zend/RFCs/
H A D001.txt118 that the amount of PHP applications that will work out of the box or
/PHP-7.1/sapi/litespeed/
H A DREADME.md83 Usually, PHP support has been configured out of box, you don't need to
/PHP-7.1/
H A DUPGRADING499 to ASCII or ANSI filenames anymore. This is supported out of the box on
H A DNEWS1696 . Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box).
2282 . Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box).
3916 . Fixed bug #68312 (Lookup for openssl.cnf causes a message box). (Anatol)
H A DINSTALL1790 exists' box when setting up the script mappings in the
/PHP-7.1/Zend/
H A DZEND_CHANGES19 the box or after a very small amount of modifications would be
/PHP-7.1/win32/
H A Dinstall.txt403 * When defining the executable, the 'check that file exists' box may
1668 can trap this error by ticking the 'check file exists' box when
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1855 2003/01/22: [memo] start CVS entry in my box.
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic11580 >>>>4 uleshort x bounding box [%d,
21328 >8 short 2826 out box
21329 >8 short 2827 in box
H A Dmagic私はガラスを食べられます11580 >>>>4 uleshort x bounding box [%d,
21328 >8 short 2826 out box
21329 >8 short 2827 in box
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c183869 RtreeCell box; /* Bounding box for pNode */
183870 nodeGetCell(pRtree, pNode, 0, &box);
183874 cellUnion(pRtree, &box, &cell);
183876 box.iRowid = pNode->iNode;
183879 nodeOverwriteCell(pRtree, pParent, &box, ii);

Completed in 682 milliseconds