Home
last modified time | relevance | path

Searched refs:http (Results 326 – 350 of 4095) sorted by relevance

1...<<11121314151617181920>>...164

/plugin/tools/
H A DREADME5 Documentation on the tools plugin can be found at http://www.dokuwiki.org/plugin:tools.
11 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/selfmeasurement/
H A DREADME.md7 Please refer to http://www.dokuwiki.org/plugins for additional info
12 License: BSD-3 Clause http://www.gnu.org/licenses/bsd.html
/plugin/googlefonts/
H A DREADME5 More information can be found at: http://www.dokuwiki.org/plugin:googlefonts
9 You can use any of the fonts listed here: http://www.google.com/webfonts
/plugin/authgoogle/
H A DREADME.md11 is available online at http://www.dokuwiki.org/plugin:authgoogle
14 http://www.dokuwiki.org/plugin:authgoogle#installation
/plugin/diagramsnet/lib/img/lib/mscae/
H A DExpress_Route.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" heigh…
H A DCognitive_Services_emotion.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" heigh…
H A DCognitive_Services_face.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" heigh…
H A DFile.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="50" widt…
H A DBacklog.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" heigh…
/plugin/odt/
H A DREADME.txt7 http://en.wikipedia.org/wiki/OpenDocument
13 http://www.dokuwiki.org/plugin:odt
/plugin/doi/Resolver/
H A DIsbnOpenLibraryResolver.php41 $http = new DokuHTTPClient();
42 $json = $http->get('https://openlibrary.org/api/books?jscmd=details&format=json&bibkeys=ISBN:' . $id);
43 if (!$json) throw new \Exception('Could not fetch data from Open Library. ' . $http->error);
H A DIsbnGoogleBooksResolver.php50 $http = new DokuHTTPClient();
51 $json = $http->get('https://www.googleapis.com/books/v1/volumes?q=isbn:' . $id);
52 if (!$json) throw new \Exception('Could not fetch data from Google Books. ' . $http->error);
/plugin/amazon/
H A Dsyntax.php155 $http = new DokuHTTPClient();
157 $xml = $http->get($url);
159 if($http->error) return $http->error;
160 … if($http->status == 403) return 'Signature check failed, did you set your Access Keys in config?';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group…
54 * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/p…
55 * [Download 1.0.20 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.20.zip/down…
65 * [Checkout Questions and Answers on Stack Overflow](http://stackoverflow.com/questions/tagged/phps…
67 * [Browse the Support Forum](http://www.frostjedi.com/phpbb/viewforum.php?f=46) (no longer in use)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php20 * @see http://php.net/manual/en/function.fsockopen.php
136 * @see http://php.net/manual/en/function.fsockopen.php
149 * @see http://php.net/manual/en/function.stream-set-timeout.php
266 * @see http://php.net/manual/en/function.stream-set-timeout.php
285 * @see http://php.net/manual/en/function.stream-set-chunk-size.php
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md40 * The async client wouldn't `wait()` for new http requests being started
117 * `getHeaders()` now returns header values as an array, just like psr/http.
125 representing HTTP messages. [Reference here][psr-http].
145 * #14: The client now only follows http and https urls.
160 arguments that were valid for sabre/http 1.0. Hopefully this will aid with
209 * Added: Ability to catch and retry http requests in the client when a curl
230 * Changed: setHeaders() now overwrites any existing http headers.
267 [psr-http]: https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md
268 [rfc7240]: http://tools.ietf.org/html/rfc7240
/plugin/sympaauth/lang/en/
H A Dlogin.txt7 You must use your email and password as they are known by [[<http URL for sympa list server>|sympa …
10 If you have lost your password or for the first login [[<http URL for sympa list server>/remindpass…
/plugin/dir/
H A DREADME5 * http://www.dokuwiki.org/plugin:dir
13 http://groups.google.com/group/dokuwiki-plugin-dir (outdated)
/plugin/anewssystem/
H A DREADME4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
28 for example please refer to: http://www.fristercons.de/fcon/doku.php?id=news:descr&#examples_usage
/plugin/searchcombinedgoogle/
H A Daction.php78 $http = new DokuHTTPClient();
79 $http->timeout = 25; //max. 25 sec
83 …$tempResults = $json->decode($http->get($url . '&start=' . intval($maxQueries[$i]->start), $params…
/plugin/socialshareprivacy/
H A DREADME6 http://www.heise.de/ct/artikel/2-Klicks-fuer-mehr-Datenschutz-1333879.html
9 http://www.heise.de/extras/socialshareprivacy/
18 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php17 define('Auth_OpenID_TYPE_1_2', 'http://openid.net/signon/1.2');
19 define('Auth_OpenID_TYPE_1_0', 'http://openid.net/signon/1.0');
21 define('Auth_OpenID_TYPE_2_0', 'http://specs.openid.net/auth/2.0/signon');
/plugin/ryubin/
H A DREADME6 http://kormann.info
12 Please refer to http://www.dokuwiki.org/plugins for additional info
19 (http://www.ryubin.com/panolab/panoflash/).
/plugin/oauthdoorkeeper/
H A DREADME6 http://www.dokuwiki.org/plugin:oauthgithub
12 Please refer to http://www.dokuwiki.org/plugins for additional info
19 * http://localhost:3000
/plugin/doodle4/
H A DREADME.md9 Icons from http://www.famfamfam.com/lab/icons/silk/
11 Licensed under [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.…

1...<<11121314151617181920>>...164