Group
Extension

Matches 3

Web-Components ( P/PJ/PJFL/web-components/Web-Components-0.13.1.tar.gz, PJFL, 2025; MetaCPAN )
Web-Components/lib/Web/Components/Navigation.pm ( view source; MetaCPAN )
 qw( class_type );
use Unexpected::Functions qw( UnknownMethod Unspecified );
use HTML::Tiny;
use JSON::MaybeXS;
use Try::Tiny;
use Moo;

=encoding utf-8

=head1 Name

Web::Components::Navigation - Co
mg/icons.svg';

=item C<json_view>

An immutable string which defaults to C<json>. Stashed by C<finalise> as the
view which will serialise the response as JSON

=cut

has 'json_view' => is => 'ro', is
     'class' => "navigation ${location} ${display}",
         'data-navigation-config' => $self->_json->encode({
            'menus'      => $self->_menus,
            'messages'   => $self->_messages
Web-Components ( P/PJ/PJFL/web-components/Web-Components-0.13.1.tar.gz, PJFL, 2025; MetaCPAN )
Web-Components/lib/Web/Components/ConfigLoader.pm ( view source; MetaCPAN )
t($attr->{appclass}, 'config')
      // $name;
   my $extensions = $attr->{config_extensions} // 'json yaml';

   return map { "${file}.${_}" } split m{ \s }mx, $extensions;
}

sub _home_indicator_dir
Web-Components ( P/PJ/PJFL/web-components/Web-Components-0.13.1.tar.gz, PJFL, 2025; MetaCPAN )
Web-Components/lib/Web/Components/Role/ConfigLoader.pm ( view source; MetaCPAN )
t($attr->{appclass}, 'config')
      // $name;
   my $extensions = $attr->{config_extensions} // 'json yaml';

   return map { "${file}.${_}" } split m{ \s }mx, $extensions;
}

sub _home_indicator_dir

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.