Home
last modified time | relevance | path

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

/PHP-5.5/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_1.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype >= 2.4.10
H A Dbug43073.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype < 2.4.10
/PHP-5.5/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.5/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.5/ext/mysqli/tests/
H A D001.phpt38 /* temporary addition for Kent's setup, Win32 box */
/PHP-5.5/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.5/Zend/RFCs/
H A D001.txt118 that the amount of PHP applications that will work out of the box or
/PHP-5.5/sapi/litespeed/
H A DREADME83 Usually, PHP support has been configured out of box, you don't need to
/PHP-5.5/Zend/
H A DZEND_CHANGES19 the box or after a very small amount of modifications would be
/PHP-5.5/win32/
H A Dinstall.txt412 * When defining the executable, the 'check that file exists' box may
1677 can trap this error by ticking the 'check file exists' box when
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1831 2003/01/22: [memo] start CVS entry in my box.
/PHP-5.5/
H A DINSTALL1994 exists' box when setting up the script mappings in the
H A DNEWS6482 - Fixed bug #43073 (TrueType bounding box is wrong for angle<>0).
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic10275 >>>>4 uleshort x bounding box [%hd,
18372 >8 short 2826 out box
18373 >8 short 2827 in box
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c153415 RtreeCell box; /* Bounding box for pNode */
153416 nodeGetCell(pRtree, pNode, 0, &box);
153420 cellUnion(pRtree, &box, &cell);
153422 box.iRowid = pNode->iNode;
153425 nodeOverwriteCell(pRtree, pParent, &box, ii);

Completed in 392 milliseconds