Home
last modified time | relevance | path

Searched refs:http (Results 2301 – 2325 of 4735) sorted by path

1...<<919293949596979899100>>...190

/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/'],
H A DParseTest.php48 'scheme' => 'http',
60 'http://example.org/有词法别名.zh',
89 'scheme' => 'http',
165 'scheme' => 'http',
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/',
86 'http://example.org/path.json',
91 'http://www.example.com',
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md403 * Removed documentation from source repository, to http://sabre.io/vobject/
421 * Updated copyright links to point to http://sabre.io/
782 [iTip]: http://tools.ietf.org/html/rfc5546
H A DREADME.md26 * [Working with vCards](http://sabre.io/vobject/vcard/)
27 * [Working with iCalendar](http://sabre.io/vobject/icalendar/)
48 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DUUIDUtil.php23 * @see http://www.php.net/manual/en/function.uniqid.php#94959
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php2373 'LOGO:http://www.example.com/pub/logos/abccorp.jpg' . "\n" .
2809 'CALADRURI:http://example.com/calendar/jdoe' . "\n" .
2864 'CAPURI:http://cap.example.com/capA' . "\n" .
/plugin/icalevents/vendor/sabre/xml/
H A DREADME.md4 [![Build Status](https://secure.travis-ci.org/fruux/sabre-xml.svg?branch=master)](http://travis-ci.…
11 * [Introduction](http://sabre.io/xml/).
12 * [Installation](http://sabre.io/xml/install/).
13 * [Reading XML](http://sabre.io/xml/reading/).
14 * [Writing XML](http://sabre.io/xml/writing/).
20 Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any q…
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DKeyValueTest.php36 'name' => '{http://sabredav.org/ns}root',
H A DValueObjectTest.php112 'http://example.net/',
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php42 '{http://sabredav.org/ns}root' => new Cdata('<foo&bar>'),
H A DElementsTest.php106 '{http://sabredav.org/ns}root' => new Elements($value),
H A DKeyValueTest.php155 '{http://sabredav.org/ns}root' => new KeyValue($value),
H A DUriTest.php22 '{http://sabredav.org/ns}uri' => 'Sabre\\Xml\\Element\\Uri',
49 'http://sabredav.org/ns' => null
56 '{http://sabredav.org/ns}root' => [
H A DXmlFragmentTest.php127 '{http://sabredav.org/ns}root' => [
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php49 $this->assertEquals('{http://sabre.io/ns}root', $rootElement);
183 $result = $util->write('{http://sabre.io/ns}root', [
256 $ns = 'http://sabredav.org/ns';
270 $expected->link = ['http://example.org/', 'http://example.com/'];
293 ], Service::parseClarkNotation('{http://sabredav.org/ns}elem'));
H A DWriterTest.php32 '{http://sabredav.org/ns}root' => 'text',
297 '{http://sabredav.org/ns}root' => new Element\Mock()
313 '{http://sabredav.org/ns}root' => new Element\Mock()
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DByteOrderMarkSniff.php28 * @see http://en.wikipedia.org/wiki/Byte_order_mark
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md6 …niffer) [![Code consistency](http://squizlabs.github.io/PHP_CodeSniffer/analysis/squizlabs/PHP_Cod…
20 The easiest way to get started with PHP\_CodeSniffer is to download the [Phar](http://php.net/manua…
28 …eSniffer using the PEAR installer, first ensure you have [installed PEAR](http://pear.php.net/manu…
32 If you prefer using [Composer](http://getcomposer.org/) you can easily install PHP_CodeSniffer syst…
65 Information about upcoming features and releases is available on the [Squiz Labs blog](http://www.s…
70 …://github.com/squizlabs/PHP_CodeSniffer/issues) or the [PEAR bug tracker](http://pear.php.net/pack…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat11 REM @link http://pear.php.net/package/PHP_CodeSniffer
H A Dphpcs.bat13 REM @link http://pear.php.net/package/PHP_CodeSniffer
/plugin/icon/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
H A DSVG.php40 $http = new HTTPClient();
41 $svg = $http->get($this->url);
42 if (!$svg) throw new \RuntimeException('Failed to download SVG: ' . $http->error);
/plugin/icons/
H A DLICENSE4 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
H A DREADME.md7 http://www.dokuwiki.org/plugin:icons
13 Please refer to http://www.dokuwiki.org/plugins for additional info

1...<<919293949596979899100>>...190