Home
last modified time | relevance | path

Searched refs:http (Results 51 – 75 of 3455) sorted by relevance

12345678910>>...139

/plugin/divalign2/
H A DREADME9 http://www.dokuwiki.org/plugin:divalign2
12 http://ryan.gulix.cl/tests.doku
16 * Divalign Plugin http://www.dokuwiki.org/plugin:divalign
20 * ODT Plugin http://www.dokuwiki.org/plugin:odt
21 * Text Plugin http://www.dokuwiki.org/plugin:text
25 * Renderer (s5) http://www.dokuwiki.org/plugin:s5
26 * Renderer (purplenumbers) http://www.dokuwiki.org/plugin:purplenumbers
/plugin/slacknotifier/
H A Daction.php5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
141 $http = new DokuHTTPClient();
142 $http->headers['Content-Type'] = 'application/json';
144 $http->keep_alive = false;
146 $result = $http->post($url, ['payload' => json_encode($payload)]);
149 'resp_body' => $http->resp_body,
151 'http_error' => $http->error,
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php40 * @see http://php.net/fsockopen
62 * @see http://php.net/fwrite
75 * @see http://php.net/fgets
86 * @see http://php.net/feof
97 * @see http://php.net/fclose
/plugin/davcal/vendor/sabre/uri/tests/
H A DResolveTest.php25 'http://example.org/bar',
50 'http://example.org/foo/bar',
56 'http://example.org/foo/bar/',
62 'http://example.org/foo/bar/',
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt3 // available at http://getid3.sourceforge.net //
23 from the usual download location (http://getid3.sourceforge.net)
30 Taken from http://www.cygwin.com/
33 Taken from http://unxutils.sourceforge.net/
36 Taken from http://www.vorbis.com/download.psp
39 Taken from http://flac.sourceforge.net/download.html
42 Taken from http://www.etree.org/shncom.html
/plugin/jmol2/jmol/
H A DCOPYRIGHT.txt21 surrounding utilities is available from http://www.jmol.org
28 doc/ibm.license.html). See http://www.junit.org/.
33 See http://cdk.sf.net/.
38 See http://www.microstar.com/aelfred.html.
42 See http://www.megginson.com/SAX/.
47 See http://www.acme.com/.
53 See http://www.obrador.com/essentialjpeg/.
58 http://jas.freehep.org/source.htm). See http://jas.freehep.org/.
63 See http://www.esm.co.jp/divisions/open-sys/java/vecmath/.
68 See http://jfa.javalobby.org/projects/icons/
[all …]
/plugin/webdav/
H A Dcomposer.lock44 "homepage": "http://www.php-fig.org/"
83 "sabre/http": "^4.2.1",
124 "homepage": "http://evertpot.com/",
129 "homepage": "http://sabre.io/",
184 "homepage": "http://sabre.io/event/",
197 "name": "sabre/http",
245 …"description": "The sabre/http library provides utilities for dealing with http requests and respo…
248 "http"
295 "homepage": "http://sabre.io/uri/",
363 "homepage": "http://mnt.io/",
[all …]
/plugin/sentry/
H A Dhelper.php211 $http = new dokuwiki\HTTP\DokuHTTPClient();
213 $http = new DokuHTTPClient();
215 $http->timeout = 4; // this should not take long!
216 $http->headers['User-Agent'] = Event::CLIENT . Event::VERSION;
217 $http->headers['X-Sentry-Auth'] = $this->storeAuthHeader();
218 $http->headers['Content-Type'] = 'application/json';
219 $ok = $http->post($this->storeAPI(), $event->getJSON());
220 if (!$ok) dbglog($http->resp_body, 'Sentry returned Error');
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js.4.33 For licensing, see LICENSE.md or http://ckeditor.com/license
6 …KEDITOR.revision+')<br><a href="http://ckeditor.com/">http://ckeditor.com</a></p><p>'+a.help.repla…
7 …Info+'<br><a href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a></p><p>…
H A Dabout.js.4.5.unc3 * For licensing, see LICENSE.html or http://ckeditor.com/license
54 '<a href="http://ckeditor.com/">http://ckeditor.com</a>' +
59 … lang.help.replace( '$1', '<a href="http://docs.ckeditor.com/user">' + lang.userGuide + '</a>' ) +
63 '<a href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>' +
66 lang.copy.replace( '$1', '<a href="http://cksource.com/">CKSource</a> - Frederico Knabben' ) +
H A Dabout.js.unc3 * For licensing, see LICENSE.md or http://ckeditor.com/license
56 '<a target="_blank" href="http://ckeditor.com/">http://ckeditor.com</a>' +
61 …lang.help.replace( '$1', '<a target="_blank" href="http://docs.ckeditor.com/user">' + lang.userGui…
65 …'<a target="_blank" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>…
68 …lang.copy.replace( '$1', '<a target="_blank" href="http://cksource.com/">CKSource</a> - Frederico …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dyml_reference.rst9 xml_root_namespace: http://your.default.namespace
24 namespace: http://www.w3.org/2005/Atom
36 "": http://your.default.namespace
37 atom: http://www.w3.org/2005/Atom
62 namespace: http://www.w3.org/2005/Atom
67 namespace: http://www.w3.org/2005/Atom
71 namespace: http://www.w3.org/2005/Atom
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php26 $http = new DokuHTTPClient();
27 $http->max_bodysize = 32777216;
28 $http->timeout = 120;
29 $http->keep_alive = false;
31 $data = $http->get($url);
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md6 <!--[![Total Downloads](http://img.shields.io/packagist/dt/erusev/parsedown.svg?style=flat-square)](https://packagist.org/packages/erusev/parsedown)-->
10 [Demo](http://parsedown.org/demo) |
11 [Benchmarks](http://parsedown.org/speed) |
12 [Tests](http://parsedown.org/tests/) |
37 More examples in [the wiki](https://github.com/erusev/parsedown/wiki/) and in [this video tutorial](http://youtu.be/wYZBY8DEikI).
49 If instead, you wish to allow HTML within untrusted user-input, but still want output to be free from XSS it is recommended that you make use of a HTML sanitiser that allows HTML tags to be whitelisted, like [HTML Purifier](http://htmlpurifier.org/).
82 [Laravel Framework](https://laravel.com/), [Bolt CMS](http://bolt.cm/), [Grav CMS](http://getgrav.org/), [Herbie CMS](http://www.getherbie.org/), [Kirby CMS](http
[all...]
/plugin/quickstats/scripts/
H A Dget_geocity.php20 $http = new DokuHTTPClient();
21 $http->max_bodysize = 32777216;
22 $http->timeout = 120;
23 $http->keep_alive = false;
25 $data = $http->get($url);
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md1 [Snap.svg](http://snapsvg.io)
4 A JavaScript SVG library for the modern web. Learn more at [snapsvg.io](http://snapsvg.io).
9 * [Bower](http://bower.io/) - `bower install snap.svg`
16 * [About Snap.svg](http://snapsvg.io/about/)
17 * [Getting Started](http://snapsvg.io/start/)
18 * [API Reference](http://snapsvg.io/docs/)
27 Snap.svg uses [Grunt](http://gruntjs.com/) to build.
43 _*Snap.svg uses Grunt 0.4.0. You might want to [read](http://gruntjs.com/getting-started) more on t…
51 * [Fill out the CLA](http://snapsvg.io/contributions/).
/plugin/icons/assets/
H A DLICENSE.md10 - http://scripts.sil.org/OFL
16 - `Font Awesome by Dave Gandy - http://fontawesome.io`
17 - Full details: http://fontawesome.io/license/
27 - http://scripts.sil.org/OFL
29 - http://opensource.org/licenses/mit-license.html
31 - http://creativecommons.org/licenses/by/3.0/
42 - Distrubuited under [The Unlicense](http://unlicense.org)
59 - Distributed under [CC BY-SA](http://creativecommons.org/licenses/by-sa/3.0/) licence.
61 …- Distributed under [SIL Open Font Licence](http://scripts.sil.org/cms/scripts/page.php?item_id=OF…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Descape-in-link.md1 nice [video](http://www.youtube.com/video\-on\e). Nice\-vide\o star \*
3 nice ![video](http://www.youtube.com/video\-on\e). Nice\-vide\o star \*
5 [video]: http://www.youtube.com/video\-on\e
7 [video] and <http://www.youtube.com/video\-on\e> and <m\a\-il@cebe.cc>
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt3 <event start='1945' title='As We May Think (article)' durationEvent='false' link='http://www.theatl…
4 …notes created by that individual, or recorded by other researchers. (ref: http://en.wikipedia.org/…
7 … organized into "stacks", and linked together by clickable buttons; (ref: http://www.itworld.com/o…
10 …rarchically, with some hypertext like cross-referencing capability. (ref: http://www.livinginterne…
12 …earliestEnd='2011' end='2012' isDuration='true' title='WikiWikiWeb' link='http://c2.com/cgi/wiki?F…
13 …i software, called Wiki Base, to the public. (picture: by Andrew Laing at http://en.wikipedia.org/…
16 …icly available service on the Internet. (ref: http://en.wikipedia.org/wiki/History_of_wikis, pictu…
19 …Wiki written in PHP to be publicly released. (ref: http://en.wikipedia.org/wiki/PhpWiki, picture:
21 …est and most successful wikis and today contains over 20,000 pages. (ref: http://en.wikipedia.org/…
23 …r Thoeny, stores data in plain text files instead of in a database. (ref: http://en.wikipedia.org/…
[all …]
/plugin/latexit/tests/my/
H A Dtest5.latex7 \url{http://fit.cvut.cz}
9 \href{http://www.fit.cvut.cz}{www.fit.cvut.cz}
11 \url{http://fit.cvut.cz}
13 \href{http://fit.cvut.cz}{FIT}
H A Dtest6.latex8 \href{http://localhost/_bp/doku.php?id=projects:industry:profinit:dokument_tacr_jazyk}{Struktura do…
10 \href{http://localhost/_bp/doku.php?id=projects:open_case}{OpenCASE}
12 \href{http://localhost/_bp/doku.php?id=test:test4}{test4}
14 \href{http://localhost/_bp/doku.php?id=test:test2}{AAA}
/plugin/inserticon/
H A DLICENSE2 http://www.gnu.org/licenses/gpl.html
5 Icons are from the Tango Project (http://tango.freedesktop.org/)
7 http://creativecommons.org/licenses/by-sa/2.5/
10 http://www.gnu.org/licenses/gpl-2.0.html
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php67 private $http; variable in Google\\Client
418 $http = $http ?: $this->getHttpClient();
429 $http,
438 $http,
453 $http,
466 return $http;
915 $http = $this->authorize();
918 $http,
1158 $this->http = $http;
1166 if (null === $this->http) {
[all …]
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
13 * http://www.gnu.org/licenses/gpl.html
16 * http://www.gnu.org/licenses/lgpl.html
19 * http://www.mozilla.org/MPL/MPL-1.1.html
27 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht…
28 <html xmlns="http://www.w3.org/1999/xhtml">
31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md4 A [Mustache](http://mustache.github.com/) implementation in PHP.
6 [![Package version](http://img.shields.io/packagist/v/mustache/mustache.svg?style=flat-square)](htt…
7 [![Build status](http://img.shields.io/travis/bobthecow/mustache.php/dev.svg?style=flat-square)](ht…
9 [![Monthly downloads](http://img.shields.io/packagist/dm/mustache/mustache.svg?style=flat-square)](…
71 …* [Readme for the Ruby Mustache implementation](http://github.com/defunkt/mustache/blob/master/REA…
72 * [mustache(5)](http://mustache.github.com/mustache.5.html) man page.

12345678910>>...139