Home
last modified time | relevance | path

Searched refs:width (Results 101 – 125 of 142) sorted by relevance

123456

/php-src/ext/hash/tests/
H A Dhaval.phpt2 Hash: haval algorithm (multi-vector, multi-pass, multi-width)
/php-src/ext/gd/tests/
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/php-src/ext/exif/tests/
H A Dexif014.phpt29 string(20) "width="1" height="1""
H A Dexif015.phpt29 string(20) "width="1" height="1""
H A Dexif003.phpt45 string(20) "width="1" height="1""
H A Dbug50845.phpt27 string(26) "width="5472" height="3648""
H A Dexif016.phpt29 string(20) "width="1" height="1""
H A Dexif017.phpt29 string(20) "width="1" height="1""
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c55 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr() argument
59 if (width >= blen) in file_copystr()
60 width = blen - 1; in file_copystr()
61 memcpy(buf, str, width); in file_copystr()
62 buf[width] = '\0'; in file_copystr()
/php-src/ext/standard/tests/strings/
H A Dsprintf_star.phpt2 Star width and precision in sprintf()
H A Dprintf.phpt204 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
678 *** Output for invalid width(-15) specifier ***
H A Dprintf_64bit.phpt204 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
678 *** Output for invalid width(-15) specifier ***
/php-src/ext/dom/lexbor/lexbor/css/property/
H A Dres.h50 …&(lxb_css_property_border_t) {.style = LXB_CSS_BORDER_NONE, .width = {.type = LXB_CSS_BORDER_MEDIU…
53 …&(lxb_css_property_border_bottom_t) {.style = LXB_CSS_BORDER_NONE, .width = {.type = LXB_CSS_BORDE…
59 …&(lxb_css_property_border_left_t) {.style = LXB_CSS_BORDER_NONE, .width = {.type = LXB_CSS_BORDER_…
65 …&(lxb_css_property_border_right_t) {.style = LXB_CSS_BORDER_NONE, .width = {.type = LXB_CSS_BORDER…
71 …&(lxb_css_property_border_top_t) {.style = LXB_CSS_BORDER_NONE, .width = {.type = LXB_CSS_BORDER_M…
/php-src/ext/gd/
H A Dgd_arginfo.h17 ZEND_ARG_TYPE_INFO(0, width, IS_LONG, 0)
47 ZEND_ARG_TYPE_INFO(0, width, IS_LONG, 0)
56 ZEND_ARG_TYPE_INFO(0, width, IS_LONG, 0)
192 ZEND_ARG_TYPE_INFO(0, width, IS_LONG, 0)
363 ZEND_ARG_TYPE_INFO(0, width, IS_LONG, 0)
544 ZEND_ARG_TYPE_INFO(0, width, IS_LONG, 0)
H A Dgd.c1492 zend_long srcx, srcy, width, height; in _php_image_create_from() local
1501 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
1505 if (width < 1) { in _php_image_create_from()
1556 im = gdImageCreateFromGd2PartCtx(io_ctx, srcx, srcy, width, height); in _php_image_create_from()
1574 im = gdImageCreateFromGd2Part(fp, srcx, srcy, width, height); in _php_image_create_from()
3528 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
3712 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
/php-src/main/
H A Dsnprintf.c463 #define PAD( width, len, ch ) do \ argument
466 width-- ; \
468 while ( (size_t)width > len )
/php-src/ext/exif/
H A Dexif.c1924 size_t width, height; member
2036 size_t width; member
2707 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
3922 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
3958 if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) { in exif_scan_thumbnail()
4012 ImageInfo->Thumbnail.width = sof_info.width; in exif_scan_thumbnail()
4659 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4666 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4765 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4767 ImageInfo.Thumbnail.width = ImageInfo.Thumbnail.height = 0; in PHP_FUNCTION()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_getElementsByTagName.phpt17 <svg width="100" height="100">
/php-src/ext/gd/libgd/
H A Dgd.h315 int width, height; member
884 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he…
885 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int…
H A Dgdft.c659 for (col = 0; col < bitmap.width; col++, pc++) {
727 for (col = 0; col < bitmap.width; col++, pc++) {
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc203 // For variable-width encodings, where we have an exhaustive list of
204 // all valid characters of any width
/php-src/ext/mbstring/
H A Dmbstring.c2481 size_t width = 0; in mb_get_strwidth() local
2499 return width; in mb_get_strwidth()
2527 size_t remaining_width = width; in mb_trim_string()
2550 if (width <= marker_width) { in mb_trim_string()
2555 width -= marker_width; in mb_trim_string()
2613 width -= current_wchar_char_width; in mb_trim_string()
2636 zend_long from, width; in PHP_FUNCTION() local
2641 Z_PARAM_LONG(width) in PHP_FUNCTION()
2663 if (width < 0) { in PHP_FUNCTION()
2666 width += mb_get_strwidth(str, enc); in PHP_FUNCTION()
[all …]
H A Dmbstring.stub.php121 function mb_strimwidth(string $string, int $start, int $width, string $trim_marker = "", ?string $e… argument
/php-src/ext/dom/lexbor/lexbor/css/
H A Drule.h110 lxb_css_property_width_t *width; member
/php-src/
H A DREADME.md6 width="150">

Completed in 130 milliseconds

123456