Home
last modified time | relevance | path

Searched refs:scheme_obj (Results 1 – 5 of 5) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DURI.php79 $scheme_obj = $registry->getScheme($this->scheme, $config, $context);
80 if (!$scheme_obj) {
86 $scheme_obj = $def->getDefaultScheme($config, $context);
87 if (!$scheme_obj) {
98 return $scheme_obj;
301 $scheme_obj = $this->getSchemeObj($config, $context);
302 if (!$scheme_obj) {
308 if (!$scheme_obj->secure) {
DURISchemeRegistry.php73 * @param HTMLPurifier_URIScheme $scheme_obj
75 public function register($scheme, $scheme_obj) argument
77 $this->schemes[$scheme] = $scheme_obj;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DURI.php79 $scheme_obj = $uri->getSchemeObj($config, $context);
80 if (!$scheme_obj) {
83 if ($this->embedsResource && !$scheme_obj->browsable) {
86 $result = $scheme_obj->validate($uri, $config, $context);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/
DMunge.php68 $scheme_obj = $uri->getSchemeObj($config, $context);
69 if (!$scheme_obj) {
72 if (!$scheme_obj->browsable) {
DMakeAbsolute.php68 $scheme_obj = $uri->getSchemeObj($config, $context);
69 if (!$scheme_obj) {
73 if (!$scheme_obj->hierarchical) {