Home
last modified time | relevance | path

Searched refs:name (Results 1 – 17 of 17) sorted by relevance

/imagick/util/
H A Danalyze_params.php26 $name = $parameter->getName(); variable
27 $nameCounts[$name] = ($nameCounts[$name] ?? 0) + 1;
34 foreach ($nameCounts as $name => $count) {
35 echo "$name: $count \n";
H A Dcheck_methods.php164 foreach ($methods as $name => $found) {
169 $position = strpos($contents, $name);
172 $methods[$name] = true;
179 foreach ($methods as $name => $found) {
180 if (in_array($name, $unsupportedMethods) == true) {
185 echo "Missing: $name\n";
/imagick/
H A Dshim_php7_to_php8.h6 #define ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(pass_by_ref, name, type_hint, allow_null, default_val… argument
7 ZEND_ARG_INFO(pass_by_ref, name)
9 #define ZEND_ARG_OBJ_TYPE_MASK(pass_by_ref, name, class_name, type_mask, default_value) \ argument
10 ZEND_ARG_INFO(pass_by_ref, name)
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
23 may "PHP" appear in their name, without prior written permission
H A DImagick.stub.php137 public function getImageProperty(string $name): string {} argument
139 public function setImageProperty(string $name, string $value): bool {} argument
141 public function deleteImageProperty(string $name): bool {} argument
931 public function getImageProfile(string $name): string {} argument
1020 public function profileImage(string $name, string $profile): bool {} argument
1045 public function removeImageProfile(string $name): string {} argument
1081 public function setImageProfile(string $name, string $profile): bool {} argument
H A DChangeLog133 Legacy: FILTER_HANNING, new name: FILTER_HANN
134 Legacy: FILTER_WELSH, new name: FILTER_WELCH
304 font family to be set where the family name is not the same as the font name. However it also
305 means an invalid family name can be set, leading to the default font being used, instead of an
547 - Imagick progress monitor name is now correctly cloned
737 - Added support for passing color name as parameter for ImagickPixel constructor
H A Dimagick_class.c924 char *name, *value; in PHP_METHOD() local
935 value = MagickGetImageProperty(intern->magick_wand, name); in PHP_METHOD()
952 char *name, *value; in PHP_METHOD() local
964 status = MagickSetImageProperty(intern->magick_wand, name, value); in PHP_METHOD()
982 char *name; in PHP_METHOD() local
998 status = DeleteImageProperty(image, name); in PHP_METHOD()
5094 char *name, *profile; in PHP_METHOD() local
5221 char *name; in PHP_METHOD() local
5239 profile = MagickRemoveImageProfile(intern->magick_wand, name, &profile_len); in PHP_METHOD()
5695 char *name, *profile; local
[all …]
H A DImagick_arginfo.h567 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
569 ZEND_ARG_INFO(0, name)
584 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
586 ZEND_ARG_INFO(0, name)
607 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
609 ZEND_ARG_INFO(0, name)
3878 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
3880 ZEND_ARG_INFO(0, name)
4148 ZEND_ARG_TYPE_INFO(0, name, IS_STRING, 0)
4150 ZEND_ARG_INFO(0, name)
H A DREADME.md109 …rce limit in ImageMagick' policy.xml file with `<policy domain="resource" name="thread" value="1"/…
/imagick/.github/workflows/
H A Dmain.yml1 name: Tests
35 - name: Checkout code
38 - name: Setup PHP
43 - name: Apt install required packages
55 - name: Configure and check fonts are present
68 - name: Run Imagick tests
104 - name: Checkout code
107 - name: Setup PHP
112 - name: Apt install required packages
124 - name: Configure and check fonts are present
[all …]
/imagick/tests/
H A D244_Tutorial_psychedelicFontGif_basic.phpt13 function psychedelicFontGif($name = 'Danack') {
37 $draw->annotation((int)(60 * $scale), (int)(165 * $scale), $name);
43 $draw->annotation(60 * $scale, 165 * $scale, $name);
67 psychedelicFontGif($name = 'Danack') ;
H A D241_Tutorial_psychedelicFont_basic.phpt16 $name = 'Danack';
27 $draw->annotation(60, 165, $name);
H A DOFL.txt66 Copyright Holder. This restriction only applies to the primary font name as
69 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
/imagick/docker/testing7_2/
H A DREADME.md5 If you checkout the Imagick project to a project named different from 'imagick' that box name might…
/imagick/docker/testing8_0/
H A DREADME.md5 If you checkout the Imagick project to a project named different from 'imagick' that box name might…
/imagick/docker/fedora/
H A Ddebug_notes.txt8 Or if you checked imagick out into a different directory, then find the box name with `docker ps`
/imagick/rpm/
H A Dphp-imagick.spec15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Completed in 99 milliseconds