Home
last modified time | relevance | path

Searched refs:top (Results 26 – 50 of 112) sorted by path

12345

/PHP-5.5/ext/gd/
H A Dgd.c1965 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2041 Height = rc.bottom - rc.top; in PHP_FUNCTION()
2048 BitBlt( memDC, 0, 0, Width, Height , hdc, rc.left, rc.top , SRCCOPY ); in PHP_FUNCTION()
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c187 int top, left; in gdImageCreateFromGifCtx() local
219 top = LM_to_uint(buf[2], buf[3]); in gdImageCreateFromGifCtx()
223 if (left + width > screen_width || top + height > screen_height) { in gdImageCreateFromGifCtx()
H A Dgdft.c1106 …, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + ((pen.y + 31) >> 6) - bm->top);
/PHP-5.5/ext/gd/tests/
H A Dlibgd00100.phpt25 $top = 240;
30 $x, $top,
31 $x+2*$d, $top,
39 $top = 40;
44 $left, $top,
45 $right, $top,
53 $top = 240;
58 $left, $top,
59 $right, $top,
67 $top = -15;
[all …]
/PHP-5.5/ext/imap/
H A Dphp_imap.c4693 static int build_thread_tree(THREADNODE *top, zval **tree) in build_thread_tree() argument
4700 build_thread_tree_helper(top, *tree, &numNodes, buf); in build_thread_tree()
4714 THREADNODE *top; in PHP_FUNCTION() local
4725 top = mail_thread(imap_le_struct->imap_stream, "REFERENCES", NIL, pgm, flags); in PHP_FUNCTION()
4730 if(top == NIL) { in PHP_FUNCTION()
4736 if(build_thread_tree(top, &return_value) == FAILURE) { in PHP_FUNCTION()
4737 mail_free_threadnode(&top); in PHP_FUNCTION()
4740 mail_free_threadnode(&top); in PHP_FUNCTION()
/PHP-5.5/ext/json/
H A DJSON_parser.c204 jp->top += 1; in push()
205 if (jp->top >= jp->depth) { in push()
209 jp->stack[jp->top] = mode; in push()
221 if (jp->top < 0 || jp->stack[jp->top] != mode) { in pop()
225 jp->top -= 1; in pop()
247 jp->top = -1; in new_JSON_parser()
599 if (jp->top > 0) { in parse_JSON_ex()
616 if (jp->top > 1) { in parse_JSON_ex()
617 attach_zval(jp, jp->top - 1, jp->top, &key, assoc TSRMLS_CC); in parse_JSON_ex()
632 if (jp->top > 0) { in parse_JSON_ex()
[all …]
H A DJSON_parser.h15 int top; member
/PHP-5.5/ext/ldap/tests/
H A Dconnect.inc26 "top",
H A Dldap_add_basic.phpt18 "top",
51 string(3) "top"
H A Dldap_add_error.phpt39 "top",
52 0 => "top",
69 "top",
H A Dldap_delete_basic.phpt16 "top",
H A Dldap_errno_basic.phpt16 "top",
H A Dldap_error_basic.phpt16 "top",
H A Dldap_get_attributes_basic.phpt36 string(3) "top"
H A Dldap_get_entries_basic.phpt42 string(3) "top"
H A Dldap_mod_add_basic.phpt49 string(3) "top"
H A Dldap_mod_add_error.phpt31 "top",
H A Dldap_modify_basic.phpt18 "top",
55 string(3) "top"
H A Dldap_modify_batch_error.phpt40 "top",
H A Dldap_modify_error.phpt31 "top",
H A Dldap_read_basic.phpt43 string(3) "top"
H A Dldap_search_error.phpt27 $result = ldap_search($link, $dn, $filter, array(1 => 'top'));
30 $result = ldap_search(array(), $dn, $filter, array('top'));
33 $result = ldap_search(array($link, $link), array($dn), $filter, array('top'));
36 $result = ldap_search(array($link, $link), $dn, array($filter), array('top'));
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1518 2003/06/30: [spec] allow different length top-level alternatives
H A Dregexec.c1091 , OnigStackType* top, OnigStackType* stk_base in backref_match_at_nested_level() argument
1100 k = top; in backref_match_at_nested_level()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE224 But different character length is allowed in top level

Completed in 219 milliseconds

12345