Home
last modified time | relevance | path

Searched refs:http (Results 201 – 225 of 251) sorted by relevance

1234567891011

/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md7 **Docs and Homepage:** <http://scripts.incutio.com/xmlrpc/>
22 A [Composer](http://getcomposer.org/) file has been added to this repository.
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
921 $http = new DokuHTTPClient();
922 $http->max_bodysize = 0;
923 $http->timeout = 25; //max. 25 sec
924 $http->keep_alive = false; // we do single ops here, no need for keep-alive
925 $http->agent = 'DokuWiki HTTP Client (Extension Manager)';
927 $data = $http->get($url);
931 if (isset($http->resp_headers['content-disposition'])) {
932 $content_disposition = $http->resp_headers['content-disposition'];
/dokuwiki/lib/images/smileys/
H A Ddeleteme.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 148 36">
H A Dfacepalm.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FA743E" d="M27 27H10v9h21v-5c0-2.209-1.791 (…)
/dokuwiki/inc/lang/da/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php42 * @link http://simplepie.org/ SimplePie
43 * @license http://www.opensource.org/licenses/bsd-license.php BSD License
183 public static function fix_protocol($url, $http = 1) argument
187 if ($parsed['scheme'] !== '' && $parsed['scheme'] !== 'http' && $parsed['scheme'] !== 'https') {
188 return Misc::fix_protocol(Misc::compress_parse_url('http', $parsed['authority'], $parsed['path'], $parsed['query'], $parsed['fragment']), $http);
192 return Misc::fix_protocol(Misc::compress_parse_url('http', $parsed['path'], '', $parsed['query'], $parsed['fragment']), $http);
195 if ($http === 2 && $parsed['scheme'] !== '') {
197 } elseif ($http
[all...]
/dokuwiki/inc/lang/ca/
H A Dstopwords.txt4 # Llista basada en http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/vi/
H A Dstopwords.txt4 # Danh sách này dựa trên những cái được tìm thấy tại http://www.ranks.nl/stopwords/
/dokuwiki/lib/plugins/authpdo/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/lib/styles/
H A Dgeshi.less5 * Cleaned up with http://cleancss.com/
/dokuwiki/inc/lang/pl/
H A Dstopwords.txt5 # Lista oparta na danych ze strony http://www.ranks.nl/stopwords/
/dokuwiki/conf/
H A Dinterwiki.conf29 man http://man.cx/
/dokuwiki/inc/Utf8/
H A DClean.php27 * @link http://php.net/manual/en/function.utf8-encode.php
108 * @see http://www.w3.org/International/questions/qa-forms-utf-8
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/fr/
H A Dstopwords.txt5 # Cette liste est basée sur http://www.ranks.nl/stopwords/
/dokuwiki/lib/plugins/styling/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/dokuwiki/inc/lang/it/
H A Dstopwords.txt4 # Questo elenco è basato su quello trovato in http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md13 - Additional code style and docblock fixing to properly follow the [PHP-FIG PSR-1](http://www.php-fig.org/psr/psr-1/)
14 and [PSR-2](http://www.php-fig.org/psr/psr-2/) documents
/dokuwiki/inc/lang/de/
H A Dstopwords.txt4 # Diese Liste basiert auf der folgenden: http://www.ranks.nl/stopwords/
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DServer.php134 'specUrl' => 'http://www.xmlrpc.com/spec',
138 'specUrl' => 'http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php',
142 'specUrl' => 'http://www.xmlrpc.com/discuss/msgReader$1208',
169 // See http://www.xmlrpc.com/discuss/msgReader$1208
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
41 automagically: http://www.google.com or simply www.google.com - You can set
42 link text as well: [[http://www.google.com|This Link points to google]]. Email
86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
99 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
101 [[http://php.net|{{wiki:dokuwiki-128.png}}]]
369 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
374 This is some text which contains addresses like this: http://www.splitbrain.org and **formatting**, but nothing is done with it.
406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md5 It was originally ported to PHP in 2006 as part of the [DokuWiki](http://www.dokuwiki.org) wiki engine. It has received several improvements over the years and is now available as a standalone library.
/dokuwiki/inc/lang/pt/
H A Dstopwords.txt4 # Esta lista é baseada nas encontradas em http://www.ranks.nl/stopwords/
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator10.php6 * @see http://www.purl.org/rss/1.0/
19 $this->cssStyleSheet = "http://www.w3.org/2000/08/w3c-synd/style.css";
23 $feed .= " xmlns=\"http://purl.org/rss/1.0/\"\n";
24 $feed .= " xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n";
25 $feed .= " xmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n";
27 $feed .= " xmlns:photo=\"http://www.pheed.com/pheed/\"\n";
30 $feed .= " xmlns:georss=\"http://www.georss.org/georss\"\n";
32 $feed .= " xmlns:dc=\"http://purl.org/dc/elements/1.1/\">\n";

1234567891011