Home
last modified time | relevance | path

Searched refs:has_curl (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/ada-util/ada-util-b6612400/debian/
H A Ddev-postinst9 has_curl="no"
11 has_curl="yes"
17 test "$has_curl" = "no" || echo 'with "util_http_curl";'
21 echo ' Has_Curl : Yes_No := "'$has_curl'";'
H A Ddev-postrm11 has_curl="no"
13 has_curl="yes"
19 test "$has_curl" = "no" || echo 'with "util_http_curl";'
23 echo ' Has_Curl : Yes_No := "'$has_curl'";'
/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Commands/
H A DDownload.pm44 use vars qw($has_wget $has_curl $has_lwp);
54 $has_curl = !$?;
154 if ($has_curl) {
/dports/www/drupal8/drupal-8.9.20/core/modules/aggregator/
H A Daggregator.install12 $has_curl = function_exists('curl_init');
16 'value' => $has_curl ? t('Enabled') : t('Not found'),
18 if (!$has_curl) {
/dports/devel/stack/stack-2.7.3/etc/scripts/
H A Dget-stack.sh504 if has_curl ; then
522 if ! has_curl && ! has_wget ; then
675 has_curl() { function
759 if has_curl; then
/dports/www/drupal8/drupal-8.9.20/core/modules/simpletest/
H A Dsimpletest.install32 $has_curl = function_exists('curl_init');
45 'value' => $has_curl ? t('Enabled') : t('Not found'),
47 if (!$has_curl) {
/dports/devel/R-cran-remotes/remotes/R/
H A Ddownload.R193 has_curl <- function() isTRUE(unname(capabilities("libcurl"))) function
203 } else if (has_curl()) {
/dports/www/drupal7/drupal-7.82/modules/simpletest/
H A Dsimpletest.install20 $has_curl = function_exists('curl_init');
27 'value' => $has_curl ? $t('Enabled') : $t('Not found'),
29 if (!$has_curl) {
/dports/www/py-flup6/flup6-1.1.1/
H A Dez_setup.py211 def has_curl(): function
220 download_file_curl.viable = has_curl
/dports/net/py-suds-community/suds-community-1.0.0/
H A Dez_setup.py211 def has_curl(): function
220 download_file_curl.viable = has_curl
H A Dez_setup_1_4_2.py201 def has_curl(): function
215 download_file_curl.viable = has_curl
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/
H A Dez_setup.py252 def has_curl(): function
261 download_file_curl.viable = has_curl
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/
H A Dez_setup.py252 def has_curl(): function
261 download_file_curl.viable = has_curl
/dports/misc/py-palettable/palettable-3.3.0/
H A Dez_setup.py211 def has_curl(): function
220 download_file_curl.viable = has_curl
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/
H A Dez_setup.py252 def has_curl(): function
261 download_file_curl.viable = has_curl
/dports/science/healpix/Healpix_3.50/src/healpy/
H A Dez_setup.py258 def has_curl(): function
268 download_file_curl.viable = has_curl
/dports/devel/py-d2to1/d2to1-0.2.12.post1/
H A Dez_setup.py255 def has_curl(): function
263 download_file_curl.viable = has_curl
/dports/archivers/py-lzma/pylzma-0.5.0/
H A Dez_setup.py278 def has_curl(): function
286 download_file_curl.viable = has_curl
/dports/databases/pymongo/pymongo-3.12.0/
H A Dez_setup.py278 def has_curl(): function
286 download_file_curl.viable = has_curl
/dports/devel/py-xmltodict/xmltodict-0.12.0/
H A Dez_setup.py278 def has_curl(): function
286 download_file_curl.viable = has_curl
/dports/devel/hgsvn/hgsvn-0.6.0/
H A Dez_setup.py281 def has_curl(): function
289 download_file_curl.viable = has_curl
/dports/devel/py-py-ubjson/py-ubjson-0.16.1/
H A Dez_setup.py258 def has_curl(): function
266 download_file_curl.viable = has_curl
/dports/devel/py-blist/blist-1.3.6/
H A Dez_setup.py187 def has_curl(): function
199 download_file_curl.viable = has_curl
/dports/databases/py-sqlobject/SQLObject-1.6.0/
H A Dez_setup.py199 def has_curl(): function
211 download_file_curl.viable = has_curl
/dports/net/py-suds-jurko/suds-jurko-0.6/
H A Dez_setup.py199 def has_curl(): function
211 download_file_curl.viable = has_curl

123