Home
last modified time | relevance | path

Searched refs:browsable (Results 1 – 15 of 15) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/
Dhttp.php16 public $browsable = true; variable in HTMLPurifier_URIScheme_http
Dnntp.php16 public $browsable = false; variable in HTMLPurifier_URIScheme_nntp
Dmailto.php17 public $browsable = false; variable in HTMLPurifier_URIScheme_mailto
Dfile.php13 public $browsable = false; variable in HTMLPurifier_URIScheme_file
Dnews.php11 public $browsable = false; variable in HTMLPurifier_URIScheme_news
Dtel.php17 public $browsable = false; variable in HTMLPurifier_URIScheme_tel
Dftp.php16 public $browsable = true; // usually variable in HTMLPurifier_URIScheme_ftp
Ddata.php11 public $browsable = true; variable in HTMLPurifier_URIScheme_data
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/
DTargetBlank.php38 if ($scheme->browsable && !$url->isBenign($config, $context)) {
DNofollow.php37 if ($scheme->browsable && !$url->isLocal($config, $context)) {
/plugin/letsencrypt/lang/en/
Dinfo.txt3 Root Directory. This directory needs to be browsable from all domains! See the [[doku>plugin:letsen…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DURIScheme.php22 public $browsable = false; variable in HTMLPurifier_URIScheme
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DURI.php83 if ($this->embedsResource && !$scheme_obj->browsable) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.Munge.txt8 Munges all browsable (usually http, https and ftp)
32 of browsable external resources, which could break things if your redirection
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/
DMunge.php72 if (!$scheme_obj->browsable) {