Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 2815) sorted by relevance

12345678910>>...113

/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf10 wp http://en.wikipedia.org/wiki/
11 wpde http://de.wikipedia.org/wiki/
12 wpmeta http://meta.wikipedia.org/wiki/
14 doku http://wiki.splitbrain.org/
15 freecache http://freecache.org/{NAME}
17 sb http://www.splitbrain.org/go/
21 google.de http://www.google.de/search?q=
22 man http://man.cx/
23 phpfn http://www.php.net/{NAME}
69 IAWiki http://www.IAwiki.net/
[all …]
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... org/ org/apache/ org/apache/http/ org/apache/http/cookie/ org
H A Dhttpcore-4.0.1.jar ... apache/http/io/ org/apache/http/message/ org/apache/http/entity ...
H A Dhttpmime-4.0.1.jar ... org/ org/apache/ org/apache/http/ org/apache/http/entity/ org ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... org/ org/apache/ org/apache/http/ org/apache/http/cookie/ org
H A Dhttpcore-4.0.1.jar ... apache/http/io/ org/apache/http/message/ org/apache/http/entity ...
H A Dhttpmime-4.0.1.jar ... org/ org/apache/ org/apache/http/ org/apache/http/entity/ org ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... org/ org/apache/ org/apache/http/ org/apache/http/auth/ org
H A Dhttpcore-4.4.9.jar ... apache/http/concurrent/ org/apache/http/config/ org/apache/http/entity
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md8http://dev.ckeditor.com/ticket/13793): The [`embed_provider`](http://docs.ckeditor.com/#!/api/CKED…
286 * [#13885](http://dev.ckeditor.com/ticket/13885): Fixed: [Enhanced Image](http://ckeditor.com/addon…
346 * [#13388](http://dev.ckeditor.com/ticket/13388): Fixed: [Table Resize](http://ckeditor.com/addon/t…
865 * [#11390](http://dev.ckeditor.com/ticket/11390): [IE] All [XML](http://ckeditor.com/addon/xml) plu…
967http://dev.ckeditor.com/ticket/10848): Integrate remaining plugins ([Styles](http://ckeditor.com/a…
990 …0430](http://dev.ckeditor.com/ticket/10430): Resolve dependence of the [Image](http://ckeditor.com…
1023 * [#10708](http://dev.ckeditor.com/ticket/10708): New [smileys](http://ckeditor.com/addon/smiley).
1085http://dev.ckeditor.com/ticket/10281): The [jQuery Adapter](http://docs.ckeditor.com/#!/guide/dev_…
1094 * [#10599](http://dev.ckeditor.com/ticket/10599): [Indent](http://ckeditor.com/addon/indent) plugin…
1236http://dev.ckeditor.com/ticket/9364), [#9368](http://dev.ckeditor.com/ticket/9368), [#9369](http:/…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php30 ClientInterface $http, argument
47 ClientInterface $http, argument
54 $authHttp = $this->createAuthHttp($http);
63 $http->getEmitter()->attach($subscriber);
65 return $http;
81 $http->setDefaultOption('auth', 'scoped');
82 $http->getEmitter()->attach($subscriber);
84 return $http;
92 $http->getEmitter()->attach($subscriber);
94 return $http;
[all …]
H A DGuzzle6AuthHandler.php30 ClientInterface $http, argument
47 ClientInterface $http, argument
62 $config = $http->getConfig();
66 $http = new Client($config);
68 return $http;
84 $config = $http->getConfig();
88 $http = new Client($config);
90 return $http;
97 $config = $http->getConfig();
101 $http = new Client($config);
[all …]
/plugin/tuxquote/
H A Dimages-license.txt26 brunocb (http://igloo.crystalxp.net/Brunocb)
27 SMN (http://tux.crystalxp.net/en.user.190553.1.12.html)
28 Debsy (http://tux.crystalxp.net/en.user.24307.1.12.html)
33 fcys14 (http://tux.crystalxp.net/en.user.386.1.12.html)
38 BB42 (http://tux.crystalxp.net/en.user.77497.1.12.html)
39 chaco (http://tux.crystalxp.net/en.user.9168.1.12.html)
41 ZafX (http://tux.crystalxp.net/en.user.342192.1.12.html)
45 silver4 (http://tux.crystalxp.net/en.user.609.1.12.html)
56 batux (http://tux.crystalxp.net/en.user.110.1.12.html)
63 fcys14 (http://tux.crystalxp.net/en.user.386.1.12.html)
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Durl.md1 here is the url: http://www.cebe.cc/
3 here is the url: http://www.cebe.cc
5 here is the url: http://www.cebe.cc/ and some text
7 using http is cool and http:// is the beginning of an url.
11 link in the end of the sentence: See this http://example.com/.
13 this one is in parenthesis (http://example.com/).
25 ... (see http://en.wikipedia.org/wiki/Port)
27 ... (see http://en.wikipedia.org/wiki/Port).
29 http://www.cebe.cc, http://www.cebe.net, and so on
31 [link to http://www.google.com/](http://www.google.com/)
[all …]
/plugin/letsencrypt/classes/
H A DClient.php11 protected $http; variable in dokuwiki\\plugin\\letsencrypt\\classes\\Client
20 $this->http = new \DokuHTTPClient();
33 $this->http->headers['Content-Type'] = 'application/json';
34 $response = $this->http->post($url, $fields);
35 if($response === false) $response = $this->http->resp_body;
46 $response = $this->http->get($url);
62 if(isset($this->http->resp_headers['replay-nonce'])) {
63 return $this->http->resp_headers['replay-nonce'];
80 if(isset($this->http->resp_headers['location'])) {
81 return $this->http->resp_headers['location'];
[all …]
/plugin/icalevents/vendor/sabre/uri/tests/
H A DNormalizeTest.php22 ['http://example.org/', 'http://example.org/'],
23 ['HTTP://www.EXAMPLE.com/', 'http://www.example.com/'],
24 ['http://example.org/%7Eevert', 'http://example.org/~evert'],
25 ['http://example.org/./evert', 'http://example.org/evert'],
26 ['http://example.org/../evert', 'http://example.org/evert'],
27 ['http://example.org/foo/../evert', 'http://example.org/evert'],
31 ['http://example.org', 'http://example.org/'],
32 ['http://example.org:/', 'http://example.org/'],
33 ['http://example.org:80/', 'http://example.org/'],
/plugin/davcal/vendor/sabre/uri/tests/
H A DNormalizeTest.php22 [ 'http://example.org/', 'http://example.org/' ],
23 [ 'HTTP://www.EXAMPLE.com/', 'http://www.example.com/'],
24 [ 'http://example.org/%7Eevert', 'http://example.org/~evert'],
25 [ 'http://example.org/./evert', 'http://example.org/evert'],
26 [ 'http://example.org/../evert', 'http://example.org/evert'],
27 [ 'http://example.org/foo/../evert', 'http://example.org/evert'],
31 [ 'http://example.org', 'http://example.org/'],
32 [ 'http://example.org:/', 'http://example.org/'],
33 [ 'http://example.org:80/', 'http://example.org/'],
/plugin/csv/_test/
H A Davengers.csv13 http://marvel.wikia.com/Hercules_(Earth-616),Heracles,741,YES,MALE,,Oct-67,1967,48,Full,NO,,,,,,,,,…
14 http://marvel.wikia.com/T%27Challa_(Earth-616),T'Challa,780,NO,MALE,,May-68,1968,47,Full,NO,,,,,,,,…
16 http://marvel.wikia.com/Dane_Whitman,Dane Whitman,482,NO,MALE,,Dec-69,1969,46,Full,NO,,,,,,,,,,NA
38 http://marvel.wikia.com/Eros_(Earth-616)#,Eros,206,NO,MALE,Jun-83,May-84,1984,31,Full,NO,,,,,,,,,,NA
71 http://marvel.wikia.com/Tippy-Toe_(Earth-616)#,,16,NO,FEMALE,,5-Jul,2005,10,Full,NO,,,,,,,,,,NA
74 http://marvel.wikia.com/Sersi_(Earth-616)#,Circe,237,NO,FEMALE,,Feb-90,1990,25,Full,NO,,,,,,,,,,NA
129 http://marvel.wikia.com/Hollow_(Earth-616)#,Yvette,22,YES,FEMALE,,,1900,115,Academy,NO,,,,,,,,,,NA
135 http://marvel.wikia.com/Lyra_(Earth-8009)#,Lyra,55,YES,FEMALE,,,1900,115,Academy,NO,,,,,,,,,,NA
150 http://marvel.wikia.com/Captain_Universe_(Earth-616)#,,55,YES,MALE,,13-Feb,2013,2,Full,NO,,,,,,,,,,…
169 http://marvel.wikia.com/Alexis_(Earth-616)#,Alexis,13,YES,FEMALE,,13-Nov,2013,2,Full,NO,,,,,,,,,,NA
[all …]
/plugin/oauth/
H A DHTTPClient.php22 $http = new DokuHTTPClient();
23 $http->keep_alive = false;
24 $http->headers = array_merge($http->headers, $extraHeaders);
26 $ok = $http->sendRequest($endpoint->getAbsoluteUri(), $requestBody, $method);
27 if (!$ok || $http->status < 200 || $http->status > 299) {
29 throw new TokenResponseException($msg . $http->error . ' [HTTP ' . $http->status . ']');
32 return $http
[all...]
/plugin/ghissues/helper/
H A DapiCacheInterface.php95 $http = new DokuHTTPClient();
100 $http->user = $oauth_token;
101 $http->pass = 'x-oauth-basic';
104 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
106 $http->keep_alive = FALSE;
116 $apiResp = $http->get($apiURL);
120 $apiHead = $http->resp_headers;
241 …$http->agent = substr($http->agent,0,-1).' via ghissue plugin from user '.$this->getConf('ghissueu…
243 unset($http->headers['If-None-Match']);
244 $apiNext = $http->get($apiURL);
[all …]
/plugin/socialmark/
H A Dlist.txt5 #http://blogmarks.net/my/new.php?mini=1&simple=1&url=|Blogmarks it !
9 http://www.connectedy.com/add-link.php?remote=1&url=|Connectedy it !
10 http://blogmarks.net/my/new.php?mini=1&simple=1&url=|Blogmark it !
11 http://www.netvouz.com/action/submitBookmark?url=|Netvouz it !
12 http://scuttle.org/bookmarks.php/?action=add&address=|Scuttle it !
14 http://www.spurl.net/spurl.php?v=3&url=|Spurl it !
15 http://del.icio.us/post?v=4;url=|Del.icio.us it !
16 http://www.connotea.org/addpopup?continue=confirm&uri=|Connotea it !
17 http://www.linkroll.com/index.php?action=insertLink&url=|Linkroll it !
18 http://www.openbm.de/bm.php?outside=1&link=|Openbm it !
[all …]
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php5 use dokuwiki\http\DokuHTTPClient;
35 protected $http; variable in dokuwiki\\plugin\\aichat\\Model\\OpenAI\\GPT35Turbo
46 $this->http = new DokuHTTPClient();
47 $this->http->timeout = 60;
48 $this->http->headers['Authorization'] = 'Bearer ' . $openAIKey;
50 $this->http->headers['OpenAI-Organization'] = $openAIOrg;
52 $this->http->headers['Content-Type'] = 'application/json';
103 $result = $this->http->get($url);
146 $this->http->post($url, json_encode($data, JSON_THROW_ON_ERROR));
147 $response = $this->http
[all...]
/plugin/svgpureinsert/_test/
H A Dsvglogo.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
12 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
13 xmlns:dc="http://purl.org/dc/elements/1.1/"
14 xmlns:cc="http://web.resource.org/cc/">
25 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
29 <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
30 <cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
31 <cc:requires rdf:resource="http://web.resource.org/cc/Attribution" />
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md355 http://ff123.net/identify.html
515 [www.id3.org](http://www.id3.org) material now mirrored at <http://id3lib.sourceforge.net/id3/>
540 * http://www.wotsit.org/
546 * http://www.replaygain.org/
547 * http://www.lossless-audio.com/
551 * http://jfaul.de/atl/
563 * http://www.nullsoft.com/nsv/
570 * http://ghido.shelter.ro/
574 * http://cartchunk.org:8080/
582 * http://j-faul.virtualave.net/
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DObjectWithXmlNamespaces.yml4 xml_root_namespace: http://example.com/namespace
6 "": http://example.com/namespace
7 gd: http://schemas.google.com/g/2005
8 atom: http://www.w3.org/2005/Atom
13 namespace: http://purl.org/dc/elements/1.1/
21 namespace: http://schemas.google.com/g/2005
25 namespace: http://www.w3.org/2005/Atom
30 namespace: http://purl.org/dc/elements/1.1/

12345678910>>...113