Home
last modified time | relevance | path

Searched refs:curl (Results 26 – 50 of 98) sorted by relevance

1234

/plugin/authyubikey/
H A DREADME.md8 You have to ensure, that your PHP installation supports PEAR and curl (i.e. php-pear and php5-curl
/plugin/letsencrypt/
H A DLescript.php454 protected function curl($method, $url, $data = null) function in Analogic\\ACME\\Client
495 return $this->curl('POST', $url, $data);
500 return $this->curl('GET', $url);
509 $this->curl('GET', '/directory');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc8 * http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for
71 curl -s http://getcomposer.org/installer | php
H A Dper-request-configuration.asciidoc214 [curl] => Array
254 It is possible to configure per-request curl timeouts via the `timeout` and
255 `connect_timeout` parameters. These control the client-side, curl timeouts. The
256 `connect_timeout` parameter controls how long curl should wait for the "connect"
257 phase to finish, while the `timeout` parameter controls how long curl should
260 If either timeout expires, curl closes the connection and returns an error. Both
H A Dset-retries.asciidoc29 `MaxRetriesException`. For example, you can catch a specific curl exception then
49 Alternatively, all "hard" curl exceptions (`CouldNotConnectToHost`,
/plugin/odtplus2dw/
H A DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep amd64.deb | cut -d '"' -f 4 | wget
/plugin/file2dw/docker/dokuwikiapp/
H A DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep …
H A DDockerfile8 apt-get install -y nano sudo wget curl default-jre libreoffice-writer
/plugin/quickstats/GEOIP/
H A Dinitialize_vendor.txt1 curl -sS https://getcomposer.org/installer | php
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml22 - bash <(curl -s https://codecov.io/bash)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.travis.yml24 - bash <(curl -s https://codecov.io/bash)
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml27 - bash <(curl -s https://codecov.io/bash)
/plugin/gitlabapi/
H A DREADME.md6 The curl library (``php-curl``) for PHP is required.
/plugin/daummovie/
H A DREADME.md43 * curl 함수로 변경...
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml32 - bash <(curl -s https://codecov.io/bash)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml38 - bash <(curl -s https://codecov.io/bash)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
/plugin/authyubikey/lib/
H A DREADME13 Make sure your PHP installation supports curl, and that you have
16 $ apt-get install libapache2-mod-php5 php5-curl php-pear
/plugin/tagfilter/script/select2/
H A Drelease.sh61 curl -s \
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md21 $ curl -s https://getcomposer.org/installer | php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml51 - bash <(curl -s https://codecov.io/bash)
/plugin/hipchat/
H A Dcomposer.lock23 "ext-curl": "*",
91 "curl",
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md22 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
25 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php11 * Creates curl resources from a request
20 * @param null|resource $handle Optionally provide a curl handle to modify
22 * @return array Returns an array of the curl handle, headers array, and
40 if (isset($request['client']['curl'])) {
42 $request['client']['curl'],
90 return !empty($response['curl']['errno']) || !isset($response['status'])
108 // Retry when nothing is present or when curl failed to rewind.
110 && (empty($response['curl']['errno'])
111 || $response['curl']['errno'] == 65)
119 $response['curl']['errn
[all...]
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh61 curl --output "${dw_package}" --silent --show-error "${dw_download}"

1234