Home
last modified time | relevance | path

Searched refs:TagCloud (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/p5-HTML-TagCloud/HTML-TagCloud-0.38/t/
H A Dsimple.t6 my $cloud = HTML::TagCloud->new;
51 $cloud = HTML::TagCloud->new;
63 $cloud = HTML::TagCloud->new( distinguish_adjacent_tags => 1 );
78 $cloud = HTML::TagCloud->new;
85 $cloud = HTML::TagCloud->new( distinguish_adjacent_tags => 1 );
92 $cloud = HTML::TagCloud->new;
104 $cloud = HTML::TagCloud->new( distinguish_adjacent_tags => 1 );
116 $cloud = HTML::TagCloud->new;
128 $cloud = HTML::TagCloud->new( distinguish_adjacent_tags => 1 );
/dports/www/p5-HTML-TagCloud-Extended/HTML-TagCloud-Extended-0.10/
H A DMANIFEST9 lib/HTML/TagCloud/Extended.pm
10 lib/HTML/TagCloud/Extended/Tag.pm
11 lib/HTML/TagCloud/Extended/TagList.pm
12 lib/HTML/TagCloud/Extended/TagColors.pm
13 lib/HTML/TagCloud/Extended/Factor.pm
14 lib/HTML/TagCloud/Extended/Exception.pm
H A DChanges1 Revision history for Perl extension HTML::TagCloud::Extended.
21 and now, this module doesn't depend on HTML::TagCloud
39 -X -A HTML::TagCloud::Extended
H A DMETA.yml3 name: HTML-TagCloud-Extended
5 version_from: lib/HTML/TagCloud/Extended.pm
/dports/www/p5-HTML-TagCloud-Extended/HTML-TagCloud-Extended-0.10/lib/HTML/TagCloud/
H A DExtended.pm1 package HTML::TagCloud::Extended;
6 use HTML::TagCloud::Extended::TagColors;
7 use HTML::TagCloud::Extended::TagList;
8 use HTML::TagCloud::Extended::Tag;
9 use HTML::TagCloud::Extended::Factor;
10 use HTML::TagCloud::Extended::Exception;
45 $self->colors ( HTML::TagCloud::Extended::TagColors->new );
46 $self->tags ( HTML::TagCloud::Extended::TagList->new );
111 HTML::TagCloud::Extended::Exception->throw(
121 my $tag = HTML::TagCloud::Extended::Tag->new(
[all …]
/dports/www/p5-HTML-TagCloud-Extended/HTML-TagCloud-Extended-0.10/t/
H A D03_tag_list.t3 use HTML::TagCloud::Extended::TagList;
4 use HTML::TagCloud::Extended::Tag;
6 my $list = HTML::TagCloud::Extended::TagList->new;
8 my $tag = HTML::TagCloud::Extended::Tag->new(
19 my $tag2 = HTML::TagCloud::Extended::Tag->new(
30 my $tag3 = HTML::TagCloud::Extended::Tag->new(
43 isa_ok( $tag4, "HTML::TagCloud::Extended::Tag" );
50 isa_ok( $ite, "HTML::TagCloud::Extended::TagList::Iterator" );
H A D02_tag.t3 use HTML::TagCloud::Extended::Tag;
12 my $tag = HTML::TagCloud::Extended::Tag->new(
24 my $tag2 = HTML::TagCloud::Extended::Tag->new(
36 my $tag3 = HTML::TagCloud::Extended::Tag->new(
49 my $tag4 = HTML::TagCloud::Extended::Tag->new(
H A D01_color.t3 use HTML::TagCloud::Extended::TagColors;
5 my $colors = HTML::TagCloud::Extended::TagColors->new;
/dports/www/p5-HTML-TagCloud-Extended/HTML-TagCloud-Extended-0.10/lib/HTML/TagCloud/Extended/
H A DTagColors.pm1 package HTML::TagCloud::Extended::TagColors;
4 use HTML::TagCloud::Extended::Exception;
68 HTML::TagCloud::Extended::Exception->throw(
75 HTML::TagCloud::Extended::Exception->throw(
83 HTML::TagCloud::Extended::Exception->throw(
96 HTML::TagCloud::Extended::Exception->throw(
H A DFactor.pm1 package HTML::TagCloud::Extended::Factor;
3 use HTML::TagCloud::Extended::Exception;
23 HTML::TagCloud::Extended::Exception->throw(qq/
H A DTag.pm1 package HTML::TagCloud::Extended::Tag;
5 use HTML::TagCloud::Extended::Exception;
37 HTML::TagCloud::Extended::Exception->throw(qq/
H A DTagList.pm1 package HTML::TagCloud::Extended::TagList;
31 my $taglist = HTML::TagCloud::Extended::TagList->new;
55 return HTML::TagCloud::Extended::TagList::Iterator->new($self);
82 package HTML::TagCloud::Extended::TagList::Iterator;
/dports/www/p5-HTML-TagCloud/HTML-TagCloud-0.38/
H A DMETA.yml12 name: HTML-TagCloud
14 HTML::TagCloud:
15 file: lib/HTML/TagCloud.pm
H A DREADME2 HTML::TagCloud - Generate An HTML Tag Cloud
5 my $cloud = HTML::TagCloud->new;
12 The HTML::TagCloud module enables you to generate "tag clouds" in HTML.
30 my $cloud = HTML::TagCloud->new(levels=>10);
75 https://github.com/dennisroberts71/HTML-TagCloud
/dports/www/p5-HTML-TagCloud-Extended/
H A D.license-catalog.mk9 _LICENSE_DISTFILES_ART10 =HTML-TagCloud-Extended-0.10.tar.gz
13 _LICENSE_DISTFILES_GPLv1+ =HTML-TagCloud-Extended-0.10.tar.gz
/dports/www/p5-MojoMojo/MojoMojo-1.12/lib/MojoMojo/Controller/
H A DTag.pm5 use HTML::TagCloud;
74 my $cloud = HTML::TagCloud->new();
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/interface/
H A Dtagcloud.py26 class TagCloud(Gtk.Layout): class
106 GObject.type_register(TagCloud)
/dports/www/elgg/elgg-3.3.23/mod/tagcloud/tests/phpunit/unit/Elgg/TagCloud/
H A DManifestParsingTest.php3 namespace Elgg\TagCloud;
H A DTranslatorUnitTest.php3 namespace Elgg\TagCloud;
H A DViewStackTest.php3 namespace Elgg\TagCloud;
H A DStaticConfigTest.php3 namespace Elgg\TagCloud;
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/tagcloud/tests/phpunit/unit/Elgg/TagCloud/
H A DViewStackTest.php3 namespace Elgg\TagCloud;
H A DManifestParsingTest.php3 namespace Elgg\TagCloud;
H A DTranslatorUnitTest.php3 namespace Elgg\TagCloud;
H A DStaticConfigTest.php3 namespace Elgg\TagCloud;

123