Home
last modified time | relevance | path

Searched refs:url (Results 1 – 4 of 4) sorted by relevance

/imagick/util/
H A Dcheck_methods.php24 foreach ($urls as $type => $url) {
25 $html = file_get_contents($url);
38 foreach ($urls as $type => $url) {
/imagick/tests/
H A D270_imagick_restoreErrorHandler.phpt12 $f = new Imagick('http://any/url/here');
H A D243_Tutorial_svgExample_basic.phpt39 clip-path="url(#myClip)"/>
/imagick/
H A Dimagickdraw_class.c2573 char *url; local
2578 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &url, &url_len) == FAILURE) {
2583 status = DrawSetFillPatternURL(internd->drawing_wand, url);
2639 char *url; local
2644 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &url, &url_len) == FAILURE) {
2649 status = DrawSetStrokePatternURL(internd->drawing_wand, url);

Completed in 13 milliseconds