Home
last modified time | relevance | path

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

/PHP-5.3/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 Dbug43073.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype < 2.4.10
H A Dbug43073_1.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype >= 2.4.10
/PHP-5.3/sapi/tests/
H A Dtest006.phpt17 entry box
21 password box
56 [entry] => entry box
57 [password] => password box
H A Dtest007.phpt12 entry box
16 password box
/PHP-5.3/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-5.3/ext/mysqli/tests/
H A D001.phpt38 /* temporary addition for Kent's setup, Win32 box */
/PHP-5.3/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-5.3/Zend/RFCs/
H A D001.txt118 that the amount of PHP applications that will work out of the box or
/PHP-5.3/sapi/litespeed/
H A DREADME83 Usually, PHP support has been configured out of box, you don't need to
/PHP-5.3/Zend/
H A DZEND_CHANGES19 the box or after a very small amount of modifications would be
/PHP-5.3/win32/
H A Dinstall.txt545 * When defining the executable, the 'check that file exists' box may
1818 can trap this error by ticking the 'check file exists' box when
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY1626 2003/01/22: [memo] start CVS entry in my box.
/PHP-5.3/
H A DINSTALL1994 exists' box when setting up the script mappings in the
H A DNEWS3432 - Fixed bug #43073 (TrueType bounding box is wrong for angle<>0).
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic8686 >4 leshort x bounding box [%hd,
15772 >8 short 2826 out box
15773 >8 short 2827 in box
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c126778 RtreeCell box; /* Bounding box for pNode */
126779 nodeGetCell(pRtree, pNode, 0, &box);
126783 cellUnion(pRtree, &box, &cell);
126785 box.iRowid = pNode->iNode;
126788 nodeOverwriteCell(pRtree, pParent, &box, ii);

Completed in 977 milliseconds