Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 142) sorted by path

123456

/php-src/
H A DCODING_STANDARDS.md12 1. PHP is implemented in C99. The optional fixed-width integers from
H A DREADME.md6 width="150">
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h86 lxb_css_value_length_type_t width; member
H A Drule.h110 lxb_css_property_width_t *width; member
/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/dom/tests/modern/html/interactions/
H A DHTMLDocument_getElementsByTagName.phpt17 <svg width="100" height="100">
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_createFromString_namespaced_attributes.phpt11 <svg width="1" xmlns:xlink='http://www.w3.org/1999/xlink'>
31 string(5) "width"
H A Dpredefined_namespaces.phpt15 <svg width="100" height="100" viewBox="0 0 4 2">
16 <rect id="rectangle" x="10" y="20" width="90" height="60">
48 Attribute: width (NONE)
55 Attribute: width (NONE)
68 <svg width="100" height="100" viewbox="0 0 4 2">
69 <rect id="rectangle" x="10" y="20" width="90" height="60">
88 <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewbox="0 0 4 2">
89 <rect id="rectangle" x="10" y="20" width="90" height="60">
/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 …]
H A Dexif.stub.php23 * @param int $width
28 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false … argument
H A Dexif_arginfo.h17 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, width, "null")
/php-src/ext/exif/tests/
H A Dbug34704-mb.phpt30 string(24) "width="386" height="488""
H A Dbug34704.phpt30 string(24) "width="386" height="488""
H A Dbug50845.phpt27 string(26) "width="5472" height="3648""
H A Dbug68547.phpt27 string(20) "width="1" height="1""
H A Dbug68799.phpt53 [html] => width="1" height="1"
H A Dbug72627.phpt32 string(24) "width="128" height="132""
H A Dbug77540.phpt7 $width = $height = 42;
8 $s = exif_thumbnail(__DIR__."/bug77540.jpg", $width, $height);
9 echo "Width ".$width."\n";
H A Dexif000.phpt28 [html] => width="1" height="1"
H A Dexif001.phpt37 string(20) "width="1" height="1""
H A Dexif003.phpt45 string(20) "width="1" height="1""
H A Dexif007.phpt29 string(20) "width="1" height="1""
H A Dexif008.phpt29 string(20) "width="1" height="1""
H A Dexif009.phpt29 string(20) "width="1" height="1""
/php-src/ext/exif/tests/bug74428/
H A Dbug74428.phpt30 string(22) "width="88" height="28""

Completed in 96 milliseconds

123456