Lines Matching refs:attribute
696 my $attribute = {};
715 $attribute->{'name'} = $name;
716 return (0, $attribute);
723 $attribute->{'name'} = $name;
832 $attribute->{'values'} = $ref;
836 return (0, $attribute);
858 my $attribute;
967 my ($attribute) = @_;
970 $string = $attribute->{'name'};
972 if (ref($attribute->{'values'}) && @{$attribute->{'values'}}) {
974 projent_values2string(($attribute->{'values'}));
987 my $attribute;
989 foreach $attribute (@{$projent->{'attributelist'}}) {
990 push(@attributestrings, projent_attribute2string($attribute));
1328 my ($attribute, $flags) = @_;
1329 my $name = $attribute->{'name'};
1330 my $values = $attribute->{'values'};
1437 projent_validate_rctl($attribute, $flags);
1461 my $attribute;
1463 foreach $attribute (@$attributes) {
1465 ($ret, $ref) = projent_validate_attribute($attribute, $flags);