Searched refs:prefix (Results 1 – 5 of 5) sorted by relevance
16 $prefix = substr($key, 0, $first_underscore_position); variable17 if (in_array($prefix, $found_prefixes, true) === false) {18 $found_prefixes[] = $prefix;25 foreach ($found_prefixes as $prefix) {26 echo "$prefix\n";
95 --prefix="${HOME}/im/imagemagick-${version}" \
18 # 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`
2 [ --with-imagick[=DIR] Enables the imagick extension. DIR is the prefix to ImageMagick installation…
440 - Fixed a bug which caused failure in writing files with format prefix
Completed in 7 milliseconds