Home
last modified time | relevance | path

Searched refs:http (Results 51 – 75 of 251) sorted by last modified time

1234567891011

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php6 * @see http://my.netscape.com/publish/formats/rss-spec-0.91.html
46 $feed .= " xmlns:georss=\"http://www.georss.org/georss/\"\n";
55 $feed .= " <channel xmlns:g=\"http://base.google.com/ns/1.0\">\n";
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";
H A DOPMLCreator.php6 * @see http://opml.scripting.com/spec
27 $feed .= "<opml xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n";
/dokuwiki/inc/lang/ko/
H A Dstopwords.txt4 # http://www.ranks.nl/stopwords/ 을 기준으로 만들어진 목록입니다.
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dlicense.txt4 License: Creative Commons Attribution License [http://creativecommons.org/licenses/by/3.0/]
5 URL: http://pc.de/icons/#Dusseldorf
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M16 13c-.29 0-.62 0-.97 (…)
/dokuwiki/inc/lang/id/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/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/vendor/geshi/geshi/src/geshi/
H A Dmysql.php6 * Copyright: (c) 2008 Marjolein Katsma (http://blog.marjoleinkatsma.com/)
403 10 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/non-typed-operators.html',
404 11 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/non-typed-operators.html',
406 12 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/control-flow-functions.html',
407 13 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/string-functions.html',
408 14 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/string-functions.html',
409 15 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/numeric-functions.html',
410 16 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/numeric-functions.html',
411 17 => 'http://dev.mysql.com/doc/refman/%35%2E%31/en/date-and-time-functions.html',
412 18 => 'http
[all...]
H A Dnginx.php6 * Copyright: (c) Cliff Wells (http://wiki.nginx.org/CliffWells)
8 * - Deoren Moor (http://www.whyaskwhy.org/blog/)
15 * Original release found at http://forum.nginx.org/read.php?2,123194,123210
65 // http://wiki.nginx.org/CoreModule
66 // http://nginx.org/en/docs/ngx_core_module.html
96 // http://wiki.nginx.org/EventsModule
97 // http://nginx.org/en/docs/ngx_core_module.html
114 3 => array( // http module
115 // http://wiki.nginx.org/HttpCoreModule
116 // http
[all...]
H A Dscilab.php273 1 => 'http://www.scilab.org/product/dic-mat-sci/M2SCI_doc.htm',
274 2 => 'http://www.scilab.org/product/dic-mat-sci/M2SCI_doc.htm',
275 3 => 'http://www.scilab.org/product/dic-mat-sci/M2SCI_doc.htm'
/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/pl/
H A Dstopwords.txt5 # Lista oparta na danych ze strony http://www.ranks.nl/stopwords/
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md
/dokuwiki/inc/Sitemap/
H A DMapper.php6 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
32 * @link http://www.sitemaps.org/
96 echo '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . NL;
148 $http = new DokuHTTPClient();
149 $http->timeout = 8;
165 $resp = $http->get($url);
166 if ($http->error) {
167 Logger::debug("Sitemapper:pingSearchengines(): $http->error", $resp);
/dokuwiki/conf/
H A Dinterwiki.conf29 man http://man.cx/
/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/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/lib/plugins/revert/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M13.5 7a6.5 6.5 0 0 1 6 (…)
/dokuwiki/lib/images/fileicons/svg/
H A Dcpp.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st2{fill:#215997}</style><path fill="#fff" d= (…)
H A Dcs.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st0{fill:#fff}.st1{fill:#d5006e}</style><path (…)
H A Dcss.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st0{fill:#fff}.st5{fill:#e6e6e5}</style><path (…)
H A Ddeb.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#a87d45}</style><path fill="#fff" d= (…)
/dokuwiki/vendor/geshi/geshi/
H A DBUGS29 sourceforge (http://sourceforge.net/tracker/?group_id=114997&atid=670231)

1234567891011