Searched refs:string (Results 1 – 19 of 19) sorted by relevance
/imagick/tests/ |
H A D | 254_getConfigureOptions.phpt | 40 // string(3) "gcc" 54 // string(3) "g++" 56 // string(9) " -pthread" 82 // string(5) "0x70B" 90 // string(4) "/tmp" 98 // string(2) "16" 106 // string(6) "x86_64" 110 // string(2) "pc" 112 // string(6) "7.0.11" 126 // string(4) "/tmp" [all …]
|
H A D | 274_imagick_setImageAlpha.phpt | 33 $string = "Expected: " . $actual . "\n"; 34 $string .= "Actual : " . $actual . "\n"; 36 return $string;
|
H A D | 255_getFeatures.phpt | 18 echo "Features failed to return a string";
|
H A D | 276_Imagick_artifacts.phpt | 26 string(12) "1,0,-0.5,0.5"
|
H A D | functions.inc | 24 …die("Failed to understand version string [$versionInstalledStringComplete] - finding first space"); 29 …die("Failed to understand version string [$versionInstalledStringComplete] - finding second space"…
|
H A D | 239_Tutorial_gradientReflection_basic.phpt | 23 //Putting spaces in the rgba string is bad
|
H A D | 282_ini_settings_set_falsy_string.phpt | 32 // it's stored as a string...
|
H A D | 150_Imagick_setregistry.phpt | 45 $tmpPath = Imagick::getRegistry("non-existent string");
|
H A D | 149_Imagick_sparseColorImage.phpt | 41 "Value %s is neither a string nor an ImagickPixel class. Cannot use as a color.",
|
/imagick/ |
H A D | Imagick.stub.php | 137 public function getImageProperty(string $name): string {} 147 public function identifyFormat(string $format): string {} 324 string $map, 374 string $map, 409 public function getImageArtifact(string $artifact): string {} 856 public function getImageAttribute(string $key): string {} 931 public function getImageProfile(string $name): string {} 1045 public function removeImageProfile(string $name): string {} 1157 public function getOption(string $key): string {} 1196 public function setOption(string $key, string $value): bool {} [all …]
|
H A D | ImagickPixel.stub.php | 7 public function __construct(?string $color = null) {} 16 public function getColorAsString(): string {} 37 public function isPixelSimilar(ImagickPixel|string $color, float $fuzz): bool {} 42 …public function isPixelSimilarQuantum(ImagickPixel|string $color, float $fuzz_quantum_range_scaled… 47 ImagickPixel|string $color, 52 public function setColor(string $color): bool {}
|
H A D | ImagickDraw.stub.php | 48 public function setTextEncoding(string $encoding): bool {} 50 public function setFont(string $font_name): bool {} 65 public function getFont(): string {} 67 public function getFontFamily(): string {} 144 public function getTextEncoding(): string {} 182 public function comment(string $comment): bool {} 184 public function getClipPath(): string {} 220 public function getVectorGraphics(): string {} 321 string $pattern_id, 398 public function setDensity(string $density): bool {} [all …]
|
H A D | ImagickKernel.stub.php | 13 public static function fromBuiltin(int $kernel, string $shape): ImagickKernel {}
|
H A D | .travis.yml | 66 …- export PHP_IMAGICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $…
|
H A D | imagickkernel_class.c | 660 char *string; in PHP_METHOD() local 667 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ls", &kernel_type, &string, &string_len) == … in PHP_METHOD() 671 flags = ParseGeometry(string, &geometry_info); in PHP_METHOD()
|
H A D | ChangeLog | 15 * Imagick::setImagePixelColor(int $x, int $y, ImagickPixel|string $color) 174 * ImagickDraw::getDensity() : string|null 175 * ImagickDraw::setDensity(string density_string) : bool 460 - Return empty string if original value is empty in: 569 - Fixes a small memory leak when casting a string to ImagickPixel object 612 + All methods that expect ImagickPixel now allow a string representing the color 642 + Added check for empty or invalid pseudo format string in Imagick::newPseudoImage 687 + Fixed imagick::__tostring to return empty string if the object doesnt contain images. 812 - imagick_error() returns 1 string representing any errors that have occurred
|
/imagick/examples/ |
H A D | captcha.php | 25 $string = substr( str_shuffle( $alphanum ), 2, 6 ); variable 31 $Imagick->annotateImage( $ImagickDraw, 4, 20, 0, $string );
|
/imagick/util/ |
H A D | checkSymbols.php | 22 public function addExclusion($string) argument 24 $this->exclusions[] = $string;
|
/imagick/.github/workflows/ |
H A D | main.yml | 60 …GICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $sxe->version->re… 129 …GICK_VERSION=$(php -r '$sxe = simplexml_load_file ("package.xml"); echo (string) $sxe->version->re…
|
Completed in 190 milliseconds