Searched refs:files (Results 1 – 9 of 9) sorted by relevance
/imagick/util/ |
H A D | check_methods.php | 138 $files = glob("../*.c"); variable 146 foreach ($files as $file) {
|
/imagick/tests/ |
H A D | OFL.txt | 30 "Font Software" refers to the set of files released by the Copyright 32 include source files, build scripts and documentation. 60 included either as stand-alone text files, human-readable headers or 62 binary files as long as those fields can be easily viewed by the user.
|
H A D | 014-setresourcelimit.phpt | 28 …//Set maximum number of open pixel cache files. When this limit is exceeded, any subsequent pixels…
|
/imagick/ |
H A D | README.md | 63 …ick also uses a lot of third party libraries to open, read and manipulate files. The writers of th… 71 2) Run it as a very low privileged process. As much as possible the files and system resources acce… 73 3) Verify that all image files begin with the expected "magic bytes" corresponding to the image fil… 75 …. In the extremely unlikely event that a hacker is able to pipe arbitrary files to the output of I… 95 5) NEVER directly serve any files that have been uploaded by users directly through PHP, instead ei…
|
H A D | imagick_class.c | 3196 zval *files = NULL; in PHP_METHOD() local 3206 if (!files) { in PHP_METHOD() 3211 if (Z_TYPE_P (files) == IS_LONG || Z_TYPE_P (files) == IS_DOUBLE) { in PHP_METHOD() 3212 convert_to_string (files); in PHP_METHOD() 3219 if (!php_imagick_file_init(&file, Z_STRVAL_P(files), Z_STRLEN_P(files) TSRMLS_CC)) { in PHP_METHOD() 3253 if (Z_TYPE_P(files) == IS_FALSE || Z_TYPE_P(files) == IS_TRUE) { in PHP_METHOD() 3263 zval *files = NULL; in PHP_METHOD() local 3272 if (!files) { in PHP_METHOD() 3277 if (Z_TYPE_P (files) == IS_LONG || Z_TYPE_P (files) == IS_DOUBLE) { in PHP_METHOD() 3638 zval *files; in PHP_METHOD() local [all …]
|
H A D | ChangeLog | 3 … lower case. Both method names and parameter information is built from the Imagick*.stub.php files. 440 - Fixed a bug which caused failure in writing files with format prefix 942 - fixed minor issue with a number of example files; was nothing critical 1047 - fixed minor issue with a number of example files; was nothing
|
H A D | Imagick.stub.php | 438 public function __construct(string|array|int|float|null $files = null) {} argument
|
H A D | Imagick_arginfo.h | 1722 …ZEND_ARG_TYPE_MASK(0, files, MAY_BE_STRING|MAY_BE_ARRAY|MAY_BE_LONG|MAY_BE_DOUBLE|MAY_BE_NULL, "nu… 1724 ZEND_ARG_INFO(0, files)
|
/imagick/rpm/ |
H A D | php-imagick.spec | 47 %files
|
Completed in 59 milliseconds