Lines Matching refs:getDefinition
415 return $this->getDefinition('HTML', $raw, $optimized);
434 return $this->getDefinition('CSS', $raw, $optimized);
453 return $this->getDefinition('URI', $raw, $optimized);
473 public function getDefinition($type, $raw = false, $optimized = false) function in HTMLPurifier_Config
646 return $this->getDefinition($name, true, true);
654 return $this->getDefinition('HTML', true, true);
662 return $this->getDefinition('CSS', true, true);
670 return $this->getDefinition('URI', true, true);
912 $this->getDefinition('HTML');
913 $this->getDefinition('CSS');
914 $this->getDefinition('URI');