Lines Matching refs:def
80 * @param HTMLPurifier_ElementDef $def HTMLPurifier_ElementDef reference
83 public function generateChildDef(&$def, $module) argument
85 if (!empty($def->child)) { // already done!
88 $content_model = $def->content_model;
91 $def->content_model = preg_replace_callback(
99 $def->child = $this->getChildDef($def, $module);
112 * @param HTMLPurifier_ElementDef $def HTMLPurifier_ElementDef to have ChildDef extracted
116 public function getChildDef($def, $module) argument
118 $value = $def->content_model;
127 switch ($def->content_model_type) {
140 $return = $module->getChildDef($def);