Home
last modified time | relevance | path

Searched refs:is_nillable (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/p5-XML-Compile/XML-Compile-1.63/lib/XML/Compile/Translate/
H A DWriter.pm491 { my ($self, $path, $tag, $elems, $attrs, $any_attr,undef, $is_nillable) = @_;
498 my $nilattr = $is_nillable ? $self->nil($path) : undef;
519 my @childs = ($is_nillable && (delete $copy->{_} || '') eq 'NIL')
566 { my ($self, $path, $tag, $st, $attrs, $attrs_any,undef, $is_nillable) = @_;
569 my $nilattr = $is_nillable ? $self->nil($path) : undef;
583 elsif($is_nillable && $content eq 'NIL')
621 my $nilattr = $is_nillable ? $self->nil($path) : undef;
659 elsif($is_nillable && $content eq 'NIL')
720 { my ($self, $path, $tag, $st, undef, undef, undef, $is_nillable) = @_;
721 my $nilattr = $is_nillable ? $self->nil($path) : undef;
[all …]
H A DTemplate.pm239 { my ($self, $path, $tag, $elems, $attrs, $any_attr, $type, $is_nillable)=@_;
272 , struct => ($is_nillable ? "is nillable, as: $tag => NIL" : undef)
282 { my ($self, $path, $tag, $st, $attrs, $attrs_any, $type, $is_nillable) = @_;
290 push @struct, 'is nillable, hence value or NIL' if $is_nillable;
310 { my ($self, $path, $tag, $elems, $attrs, $attrs_any, $type, $is_nillable)=@_;
314 push @struct, 'is nillable' if $is_nillable;
340 { my ($self, $path, $tag, $st, undef, undef, $type, $is_nillable) = @_;
342 push @struct, 'is nillable, hence value or NIL' if $is_nillable;
H A DReader.pm596 { my ($self, $path, $tag, $elems, $attrs, $attrs_any,undef,$is_nillable) = @_;
602 $is_nillable and return
651 { my ($self, $path, $tag, $st, $attrs, $attrs_any,undef,$is_nillable) = @_;
655 my $simple = $is_nillable && ref $tree && $tree->nodeNil ? 'NIL' : $st->($tree);
668 { my ($self, $path, $tag, $elems, $attrs, $attrs_any,undef,$is_nillable) = @_;
672 $is_nillable and panic "nillable mixed not yet supported";
716 { my ( $self, $path, $tag, $st, undef, undef, $comptype, $is_nillable) = @_;
718 $is_nillable
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapwfs.c1071 WFSSchemaVersion outputformat, int is_nillable) in msWFSWriteItemElement() argument
1099 if( is_nillable ) in msWFSWriteItemElement()