Home
last modified time | relevance | path

Searched refs:curl (Results 51 – 75 of 98) sorted by last modified time

1234

/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dcontent-mathml.js19 …mo","\u2061");l.appendChild(a.createmfenced(m,"(",")"));k.appendChild(l)},curl:function(l,h,j,n,g,…
/plugin/authnc/
H A Dauth.php21 protected $curl = NULL; variable in auth_plugin_authnc
32 $this->curl = curl_init();
38 curl_setopt_array($this->curl, $options);
66 curl_close($this->curl);
443 curl_setopt($this->curl, CURLOPT_USERPWD, $user . ':' . $pass);
444 curl_setopt($this->curl, CURLOPT_URL, $url);
445 if ($result = curl_exec($this->curl)) {
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php22 $curl = curl_init();
23 curl_setopt($curl, CURLOPT_URL, $url);
24 curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
25 $result = curl_exec($curl);
26 curl_close($curl);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D58.58.js.map1 … 'chmod',\n 'chroot',\n 'clear',\n 'cp',\n 'curl',\n 'cut',\n…
/plugin/webdav/
H A Dcomposer.lock95 "ext-curl": "*",
222 "ext-curl": " to make http requests with the Client class"
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md209 * Added: Ability to catch and retry http requests in the client when a curl
H A DREADME.md742 [4]: http://php.net/curl
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php551 $curl = curl_init();
553 $curl,
556 curl_multi_add_handle($this->curlMultiHandle, $curl);
557 $this->curlMultiMap[intval($curl)] = [
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md45 * Add the way to contact closure compiler API using curl, if available and allow_url_fopen is off
/plugin/adfs/phpsaml/
H A DREADME.md101 * `curl`. Install that library and its php driver if you plan to use the IdP Metadata parser.
/plugin/codemirror/dist/modes/
H A Dshell.min.js.map1 …cc\", \"cd\", \"chown\", \"chmod\", \"chroot\", \"clear\",\n \"cp\", \"curl\", \"cut\", \"diff\…
/plugin/webexteamsnotifier/
H A DREADME.md7 This tool depends on php-curl (and by that also curl).
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1095 curl-amd@~0.8.12:
1097 …resolved "https://registry.yarnpkg.com/curl-amd/-/curl-amd-0.8.12.tgz#e3912ecf6bd83e782aef91610da0…
/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/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md21 $ curl -s https://getcomposer.org/installer | php
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml32 - bash <(curl -s https://codecov.io/bash)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml22 - 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/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml51 - bash <(curl -s https://codecov.io/bash)
/plugin/file2dw/docker/dokuwikiapp/
H A DDockerfile8 apt-get install -y nano sudo wget curl default-jre libreoffice-writer
H A DinstallLatestPandoc.sh3 curl -s https://api.github.com/repos/jgm/pandoc/releases/latest | grep browser_download_url | grep …
/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/autotweet2/
H A Daction.php162 $this->curl = curl_init() ;
163 curl_setopt( $this->curl, CURLOPT_URL , $request_url ) ; // Request URL
164 curl_setopt( $this->curl, CURLOPT_HEADER, true ) ; // Get the header
165 curl_setopt( $this->curl, CURLOPT_CUSTOMREQUEST, $context['http']['method'] ) ; // Method
166 curl_setopt( $this->curl, CURLOPT_SSL_VERIFYPEER, false ) ; // Don't verify the certificate
168 curl_setopt( $this->curl, CURLOPT_HTTPHEADER, $context['http']['header'] ) ; // Header
170 … curl_setopt( $this->curl, CURLOPT_POSTFIELDS, $context['http']['content'] ) ; // Request body
172 curl_setopt( $this->curl, CURLOPT_TIMEOUT, 5 ) ; // Timeout seconds
173 $res1 = curl_exec( $this->curl ) ;
174 $res2 = curl_getinfo( $this->curl ) ;
[all …]
/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

1234