Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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.2/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.2/ext/mysqli/tests/
H A D001.phpt38 /* temporary addition for Kent's setup, Win32 box */
/PHP-7.2/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.2/ext/sodium/tests/
H A Dcrypto_box.phpt2 Check for libsodium box
/PHP-7.2/ext/gd/libgd/
H A Dgd_topal.c370 box; typedef
372 typedef box *boxptr;
711 boxlist = (boxptr) safe_emalloc(desired_colors, sizeof (box), 1); in select_colors()
/PHP-7.2/sapi/litespeed/
H A DREADME.md83 Usually, PHP support has been configured out of box, you don't need to
/PHP-7.2/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.2/ext/mbstring/oniguruma/
H A DHISTORY1943 2003/01/22: [memo] start CVS entry in my box.
/PHP-7.2/
H A DINSTALL1790 exists' box when setting up the script mappings in the
H A DNEWS2701 . Fixed bug #53504 (imagettfbbox gives incorrect values for bounding box).
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic14033 >>>>4 uleshort x bounding box [%d,
25368 >>9 byte 10 Corel Mail out box
25369 >>9 byte 11 Corel Mail in box
H A Dmagic私はガラスを食べられます14033 >>>>4 uleshort x bounding box [%d,
25368 >>9 byte 10 Corel Mail out box
25369 >>9 byte 11 Corel Mail in box
/PHP-7.2/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 510 milliseconds