Lines Matching refs:attr
47 $attr = $token->attr;
52 $attr = $transform->transform($o = $attr, $config, $context);
54 if ($attr != $o) {
55 $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
63 $attr = $transform->transform($o = $attr, $config, $context);
65 if ($attr != $o) {
66 $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
74 $defs = $definition->info[$token->name]->attr;
81 foreach ($attr as $attr_key => $value) {
123 unset($attr[$attr_key]);
130 $attr[$attr_key] = $result;
148 $attr = $transform->transform($o = $attr, $config, $context);
150 if ($attr != $o) {
151 $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
158 $attr = $transform->transform($o = $attr, $config, $context);
160 if ($attr != $o) {
161 $e->send(E_NOTICE, 'AttrValidator: Attributes transformed', $o, $attr);
166 $token->attr = $attr;