Home
last modified time | relevance | path

Searched refs:right (Results 76 – 100 of 108) sorted by relevance

12345

/PHP-5.5/ext/ereg/regex/
H A DWHATSNEW17 tests, including a couple right at the end which are commented out
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO81 should set right type, function name and parameter mask for the
/PHP-5.5/ext/standard/tests/math/
H A Dhypot_basic.phpt9 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c351 sljit_si negated, ones, right; in logical_imm() local
389 COUNT_TRAILING_ZERO(uimm, right); in logical_imm()
406 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16); in logical_imm()
408 return ins | ((ones - 1) << 10) | ((len - right) << 16); in logical_imm()
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation26.phpt64 // use the right delimiter and enclosure with max length
H A Dfgetcsv_variation1.phpt75 // use the right delimiter and enclosure with max length
H A Dfgetcsv_variation25.phpt78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation27.phpt78 // use the right delimiter and enclosure with negative length
H A Dfgetcsv_variation28.phpt78 // use the right delimiter and enclosure with negative length
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH180 - Did I send the patch to the right mail list?
H A DINSTALL221 14. Edit your httpd.conf to load the PHP module. The path on the right hand
449 7. Edit your httpd.conf to load the PHP module. The path on the right
1373 didn't download the right DLL. Try downloading again the extension with
1374 the right settings. Again, phpinfo() can be of great help.
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1211 node_new_list(Node* left, Node* right) in node_new_list() argument
1218 NCDR(node) = right; in node_new_list()
1223 onig_node_new_list(Node* left, Node* right) in onig_node_new_list() argument
1225 return node_new_list(left, right); in onig_node_new_list()
1247 onig_node_new_alt(Node* left, Node* right) in onig_node_new_alt() argument
1254 NCDR(node) = right; in onig_node_new_alt()
H A Dregcomp.c4118 concat_opt_anc_info(OptAncInfo* to, OptAncInfo* left, OptAncInfo* right, in concat_opt_anc_info() argument
4125 to->left_anchor |= right->left_anchor; in concat_opt_anc_info()
4128 to->right_anchor = right->right_anchor; in concat_opt_anc_info()
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT19 # Unicode, Inc. hereby grants the right to freely use the information
H A D8859-1.TXT19 # Unicode, Inc. hereby grants the right to freely use the information
H A D8859-15.TXT20 # Unicode, Inc. hereby grants the right to freely use the information
H A DKOI8-R.TXT19 # Unicode, Inc. hereby grants the right to freely use the information
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI476 Return right-adjusted head address of a character.
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE203 exercise the right to control the distribution of derivative or
392 patents or other property right claims or to contest validity of any
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1000 const int right = contrib->ContribRow[x].Right; in _gdScaleRow() local
1004 for (i = left; i <= right; i++) { in _gdScaleRow()
/PHP-5.5/ext/gd/
H A Dgd.c1960 Width = rc.right; in PHP_FUNCTION()
1964 Width = rc.right - rc.left; in PHP_FUNCTION()
2040 Width = rc.right - rc.left; in PHP_FUNCTION()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1007 not quite right. There is now a test that can be run on ASCII systems to
1407 not work when the shorter character appeared right at the end of the
2271 but it seems right to fix it, and I didn't think it was worth preserving
2328 matching functions compatible, and I think it's the right thing to do.
2764 building it automatically is not really right. What is more, it gave
2796 this is right because (?- can be followed by option settings as well as by
2912 LF". That isn't really right - the whole point of the change was to try to
2987 brackets there is not right, since it causes compilers to look for an
3336 This doesn't seem right; it now treats the CRLF combination as the line
4598 is the right thing to do, as I do not use Windows. No doubt I'll get told
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1442 string from left to right, once, character by character, and as it does
3562 flow) when in fact the vector is exactly the right size for the final
4050 What you have to do is to insert a callout right at the end of the pat-
4773 together right at the start of the pattern string, and the letters must
4897 string from left to right. Most characters stand for themselves in a
5974 to right, and the first one that succeeds is used. If the alternatives
6004 the pattern that follows. If the change is placed right at the start of
6060 Opening parentheses are counted from left to right (starting from 1) to
6090 tried from left to right, and options are not reset until the end of
6316 does the right thing with the C comments. The meaning of the various
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2672 # is this next line right? it came this way...
8033 # what the right answer is (although using ">4095", FreeBSD-style, is
10096 >4 leshort >0 \b, lower right corner: %d
10518 >768 beshort 0 left to right/top to bottom
10519 >768 beshort 1 right to left/top to bottom
10520 >768 beshort 2 left to right/bottom to top
10521 >768 beshort 3 right to left/bottom to top
10522 >768 beshort 4 top to bottom/left to right
10523 >768 beshort 5 top to bottom/right to left
10524 >768 leshort 6 bottom to top/left to right
[all …]
/PHP-5.5/win32/
H A Dinstall.txt426 Windows 2000/XP). Then right click on your Web server node (this will
866 is the right one.

Completed in 140 milliseconds

12345