Searched defs:name (Results 1 – 4 of 4) sorted by relevance
/imagick/ |
H A D | shim_php7_to_php8.h | 6 #define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_val… argument 9 #define ZEND_ARG_OBJ_TYPE_MASK(pass_by_ref, name, class_name, type_mask, default_value) \ argument
|
H A D | Imagick.stub.php | 137 public function getImageProperty(string $name): string {} 139 public function setImageProperty(string $name, string $value): bool {} 141 public function deleteImageProperty(string $name): bool {} 931 public function getImageProfile(string $name): string {} 1020 public function profileImage(string $name, string $profile): bool {} 1045 public function removeImageProfile(string $name): string {} 1081 public function setImageProfile(string $name, string $profile): bool {}
|
H A D | imagick_class.c | 924 char *name, *value; in PHP_METHOD() local 952 char *name, *value; in PHP_METHOD() local 982 char *name; in PHP_METHOD() local 5094 char *name, *profile; in PHP_METHOD() local 5221 char *name; in PHP_METHOD() local 5695 char *name, *profile; local 7472 char *profile, *name; local
|
/imagick/util/ |
H A D | analyze_params.php | 26 $name = $parameter->getName(); variable
|
Completed in 41 milliseconds