Home
last modified time | relevance | path

Searched refs:code (Results 1 – 8 of 8) sorted by relevance

/imagick/docker/testing7_2/
H A DREADME.md3 … imagick_testing7_2_1 bash` to create a bash session in the container, and then run code inside it.
/imagick/docker/testing8_0/
H A DREADME.md3 … imagick_testing8_0_1 bash` to create a bash session in the container, and then run code inside it.
/imagick/
H A DLICENSE10 1. Redistributions of source code must retain the above copyright
31 Once covered code has been published under a particular version
33 of that version. You may also choose to use such covered code
36 the right to modify the terms applicable to covered code created
H A DREADME.md5 … and they both call the ImageMagick library, the two extensions are completely separate code-bases.
9 * Source code + issues - https://github.com/imagick/imagick
52 …hpimagick.com](http://www.phpimagick.com/), where you can see the example code to call the functio…
63code. ImageMagick also uses a lot of third party libraries to open, read and manipulate files. The…
75 …nd not the source code of your application that is being sent, is a sensible precaution. This can …
H A Dimagick_helpers.c672 int code; in php_imagick_throw_exception() local
679 code = 1; in php_imagick_throw_exception()
684 code = 2; in php_imagick_throw_exception()
689 code = 3; in php_imagick_throw_exception()
694 code = 4; in php_imagick_throw_exception()
699 code = 5; in php_imagick_throw_exception()
703 zend_throw_exception(ce, description, code TSRMLS_CC); in php_imagick_throw_exception()
707 void s_convert_exception (char *description, const char *default_message, long severity, int code T… in s_convert_exception()
714 zend_throw_exception(php_imagick_exception_class_entry, default_message, code TSRMLS_CC); in s_convert_exception()
H A DChangeLog340 - A lot of internal improvements on the code
434 - Internal refactoring on read/write code
806 I can think of many uses for this code.
845 - fixed bad code in these functions:
920 - more appropriate changelog/notes, no changes in code.
940 - added Christian's code to info function for displaying a list of supported image formats
941 - rewrote all code to use proper parameter parsing function
1044 - added Christian's code to info function for displaying a list of
1046 - rewrote all code to use proper parameter parsing function
/imagick/docker/nixos/
H A DDockerfile23 # Make the default directory the mounted source code.
/imagick/.github/workflows/
H A Dmain.yml35 - name: Checkout code
104 - name: Checkout code

Completed in 24 milliseconds