Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

URI.Base.txt 654B

1234567891011121314151617
  1. URI.Base
  2. TYPE: string/null
  3. VERSION: 2.1.0
  4. DEFAULT: NULL
  5. --DESCRIPTION--
  6. <p>
  7. The base URI is the URI of the document this purified HTML will be
  8. inserted into. This information is important if HTML Purifier needs
  9. to calculate absolute URIs from relative URIs, such as when %URI.MakeAbsolute
  10. is on. You may use a non-absolute URI for this value, but behavior
  11. may vary (%URI.MakeAbsolute deals nicely with both absolute and
  12. relative paths, but forwards-compatibility is not guaranteed).
  13. <strong>Warning:</strong> If set, the scheme on this URI
  14. overrides the one specified by %URI.DefaultScheme.
  15. </p>
  16. --# vim: et sw=4 sts=4