Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 5 of 5) sorted by relevance

/imagick/util/
H A Dtype_check.php16 $prefix = substr($key, 0, $first_underscore_position); variable
17 if (in_array($prefix, $found_prefixes, true) === false) {
18 $found_prefixes[] = $prefix;
25 foreach ($found_prefixes as $prefix) {
26 echo "$prefix\n";
/imagick/
H A Dimagemagick_dependency.sh95 --prefix="${HOME}/im/imagemagick-${version}" \
H A Dimagemagick.m418 # IM_PREFIX - the directory reported by `MagickWand-config --prefix`
155 IM_PREFIX=`$IM_WAND_BINARY --variable prefix MagickWand`
157 IM_PREFIX=`$IM_WAND_BINARY --prefix`
H A Dconfig.m42 [ --with-imagick[=DIR] Enables the imagick extension. DIR is the prefix to ImageMagick installation…
H A DChangeLog440 - Fixed a bug which caused failure in writing files with format prefix

Completed in 13 milliseconds