Home
last modified time | relevance | path

Searched refs:URI (Results 1 – 25 of 112) sorted by relevance

12345

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.Base.txt1 URI.Base
8 The base URI is the URI of the document this purified HTML will be
10 to calculate absolute URIs from relative URIs, such as when %URI.MakeAbsolute
11 is on. You may use a non-absolute URI for this value, but behavior
12 may vary (%URI.MakeAbsolute deals nicely with both absolute and
14 <strong>Warning:</strong> If set, the scheme on this URI
15 overrides the one specified by %URI.DefaultScheme.
DURI.Munge.txt1 URI.Munge
9 absolute URIs into another URI, usually a URI redirection service.
10 This directive accepts a URI, formatted with a <code>%s</code> where
11 the url-encoded original URI should be inserted (sample:
34 previous behavior, please use %URI.MungeResources.
37 You may want to also use %URI.MungeSecretKey along with this directive
56 <td>1 - The URI embeds a resource<br />(blank) - The URI is merely a link</td>
61 <td>The name of the tag this URI came from</td>
66 <td>The name of the attribute this URI came from</td>
71 <td>The name of the CSS property this URI came from, or blank if irrelevant</td>
DURI.MungeSecretKey.txt1 URI.MungeSecretKey
7 This directive enables secure checksum generation along with %URI.Munge.
9 The checksum can be placed in the URI using %t. Use of this checksum
11 to check if a URI has passed through HTML Purifier with this line:
17 If the output is TRUE, the redirector script should accept the URI.
28 Remember this has no effect if %URI.Munge is not on.
DURI.MungeResources.txt1 URI.MungeResources
7 If true, any URI munging directives like %URI.Munge
15 %URI.MungeSecretKey to mitigate the security risk of an open redirector.
DURI.Host.txt1 URI.Host
9 an absolute URI is from your website or not. Not strictly necessary,
14 if you set %URI.Host to sub.example.com, example.com will be blocked.
15 <strong>Note:</strong> This directive overrides %URI.Base because
DURI.MakeAbsolute.txt1 URI.MakeAbsolute
10 viewed in a different context (and setting an alternate base URI is
11 not possible). %URI.Base must be set for this directive to work.
DURI.AllowedSchemes.txt1 URI.AllowedSchemes
14 Whitelist that defines the schemes that a URI is allowed to have. This
17 URI schemes, but they are not enabled by default.
DURI.DefinitionID.txt1 URI.DefinitionID
8 Unique identifier for a custom-built URI definition. If you want
DURI.OverrideAllowedSchemes.txt1 URI.OverrideAllowedSchemes
6 %URI.AllowedSchemes by simply registering a HTMLPurifier_URIScheme to the
DURI.HostBlacklist.txt1 URI.HostBlacklist
6 List of strings that are forbidden in the host of any URI. Use it to kill
DURI.DisableResources.txt1 URI.DisableResources
8 still link to them though. See %URI.DisableExternalResources for why
DURI.DisableExternal.txt1 URI.DisableExternal
10 absolute URIs, specify %URI.Host for your website.
DURI.SafeIframeRegexp.txt1 URI.SafeIframeRegexp
7 A PCRE regular expression that will be matched against an iframe URI. This is
DURI.DefinitionRev.txt1 URI.DefinitionRev
DURI.Disable.txt1 URI.Disable
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
Dschema.ser1URI.AllowedSchemes";a:7:{s:4:"http";b:1;s:5:"https";b:1;s:6:"mailto";b:1;s:3:"ftp";b:1;s:4:"nntp";…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md357 Constructs a URI for an HTTP request message.
461 - uri: (UriInterface) Set the URI.
462 - query: (string) Set the query string value of the URI.
586 # Additional URI Methods
591 ## URI Types
593 An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative referenc…
594 An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI,
595 the base URI. Relative references can be divided into several forms according to
602 The following methods can be used to identify the type of the URI.
608 Whether the URI is absolute, i.e. it has a scheme.
[all …]
DCHANGELOG.md97 - Fixed encoding of special characters in the `userInfo` component of an URI (#253)
157 - Reverted BC break by reintroducing behavior to automagically fix a URI with a
166 - Added common URI utility methods based on RFC 3986 (see documentation in the readme):
180 - Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form.
182 - Ensure each URI modification results in a valid URI according to PSR-7 discussions.
183 Invalid modifications will throw an exception instead of returning a wrong URI or
186 because the path of a URI with an authority must start with a slash "/" or be empty
208 - Handling of URI components in case they are `'0'` in a lot of places,
282 - URI paths no longer encode the following characters because they are allowed
284 - A port is no longer added to a URI when the scheme is missing and no port is
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md372 Constructs a URI for an HTTP request message.
494 - uri: (UriInterface) Set the URI.
495 - query: (string) Set the query string value of the URI.
630 # Additional URI Methods
635 ## URI Types
637 An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative referenc…
638 An absolute URI has a scheme. A relative reference is used to express a URI relative to another URI,
639 the base URI. Relative references can be divided into several forms according to
646 The following methods can be used to identify the type of the URI.
652 Whether the URI is absolute, i.e. it has a scheme.
[all …]
DCHANGELOG.md136 - Attempting to create a `Uri` object from a malformed URI will no longer throw a generic
233 - Fixed encoding of special characters in the `userInfo` component of an URI (#253)
293 - Reverted BC break by reintroducing behavior to automagically fix a URI with a
302 - Added common URI utility methods based on RFC 3986 (see documentation in the readme):
316 - Ensure `ServerRequest::getUriFromGlobals` returns a URI in absolute form.
318 - Ensure each URI modification results in a valid URI according to PSR-7 discussions.
319 Invalid modifications will throw an exception instead of returning a wrong URI or
322 because the path of a URI with an authority must start with a slash "/" or be empty
344 - Handling of URI components in case they are `'0'` in a lot of places,
418 - URI paths no longer encode the following characters because they are allowed
[all …]
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md14 …(http://www.php-fig.org/psr/psr-7/#psrhttpmessageuriinterface) | Value object representing a URI. |
44 | `getUri()` | Retrieves the URI instance | |
45 …Interface $uri, $preserveHost = false)` | Returns a new message instance with the provided URI | |
100 | `getScheme()` | Retrieve the scheme component of the URI. | |
101 | `getAuthority()` | Retrieve the authority component of the URI. | |
102 | `getUserInfo()` | Retrieve the user information component of the URI. | |
103 | `getHost()` | Retrieve the host component of the URI. | |
104 | `getPort()` | Retrieve the port component of the URI. | |
105 | `getPath()` | Retrieve the path component of the URI. | |
106 | `getQuery()` | Retrieve the query string of the URI. | |
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
DCHANGELOG.txt111 - Support for <ds:RetrievalMethod> with simple URI Id reference.
118 - ds:References using empty or simple URI Id reference should never include
127 - Add reference option to force creation of URI attribute. For use
128 when adding a DOM Document where by default no URI attribute is added.
156 - New addReference/List option (overwrite). Boolean flag indicating if URI
/plugin/saml/phpsaml/extlib/xmlseclibs/
DCHANGELOG.txt111 - Support for <ds:RetrievalMethod> with simple URI Id reference.
118 - ds:References using empty or simple URI Id reference should never include
127 - Add reference option to force creation of URI attribute. For use
128 when adding a DOM Document where by default no URI attribute is added.
156 - New addReference/List option (overwrite). Boolean flag indicating if URI
/plugin/webdav/vendor/sabre/http/lib/
DURLUtil.php5 use Sabre\URI; alias
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php5 use Sabre\URI; alias

12345