Result:
found more than 786 distributions - search limited to the first 2001 files matching your query ( run in 4.215 )


Gtk2-Ex-QuadButton

 view release on metacpan or  search on metacpan

inc/MyMakeMakerExtras.pm  view on Meta::CPAN

    # the "." obscures it from MyExtractUse.pm
    $post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
  }
  # ------ pc: podlinkcheck ------
  $post .= <<'HERE';
	-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
  # ------ pc: podchecker ------
  # "podchecker -warnings -warnings" too much reporting every < and >
  $post .= <<'HERE';
	-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
	perlcritic $(LINT_FILES)
HERE
  # ------ cpants_lint ------
  $post .= <<'HERE';
kw:

inc/MyMakeMakerExtras.pm  view on Meta::CPAN

	  && dpkg-checkbuilddeps debian/control \
	  && fakeroot debian/rules binary
	rm -rf $(DISTVNAME)

lintian-deb: $(DEBFILE)
	lintian -I -i --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key \
	  $(DEBFILE)
lintian-source:
	rm -rf temp-lintian; \
	mkdir temp-lintian; \
	cd temp-lintian; \

 view all matches for this distribution


Gtk2-Ex-Splash

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

debian/control
debian/copyright
debian/rules
debian/source/format
debian/watch
devel/gtk2-ex-splash.desktop
devel/root.pl
devel/run-splash-gdk.pl
devel/run-splash.pl
devel/SplashGdk.pm
gtk2-ex-splash

 view all matches for this distribution


Gtk2-Ex-TiedListColumn

 view release on metacpan or  search on metacpan

inc/MyMakeMakerExtras.pm  view on Meta::CPAN

	perl -MO=Lint $(LINT_FILES)
pc:
HERE
  # "podchecker -warnings -warnings" too much reporting every < and >
  $post .= $podcoverage . <<'HERE';
	-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
	-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
	perlcritic $(LINT_FILES)
unused:
	for i in $(LINT_FILES); do perl -Mwarnings::unused -I lib -c $$i; done

HERE

 view all matches for this distribution


Gtk2-Ex-TreeMaker

 view release on metacpan or  search on metacpan

lib/Gtk2/Ex/TreeMaker.pm  view on Meta::CPAN

		Veggies                                     20
	------------------------------------------------------

With web-based business apps, similar views are created in the browser using lots of html/jsp coding.

The Gtk2::TreeView is an excellent widget to display a similar presentation of data in a desktop app. But creating a (hierarchical) TreeView from flat relational data can require some recursive function coding. It would be great if all this recursive...

This high level widget is designed with that purpose in mind. This module will accept a relational feed of records and automatically convert it into a hierarchical treeview using the Gtk2::TreeView. The process involves invoking some recursive functi...

Details on the widget including a screenshot can be found at: http://ofey.blogspot.com/2005/02/gtk2extreemaker.html

 view all matches for this distribution


Gtk2-Ex-TreeModelFilter-DragDest

 view release on metacpan or  search on metacpan

inc/MyMakeMakerExtras.pm  view on Meta::CPAN

	perl -MO=Lint $(LINT_FILES)
pc:
HERE
  # "podchecker -warnings -warnings" too much reporting every < and >
  $post .= $podcoverage . <<'HERE';
	-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
	-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
	perlcritic $(LINT_FILES)
unused:
	for i in $(LINT_FILES); do perl -Mwarnings::unused -I lib -c $$i; done

HERE

 view all matches for this distribution


Gtk2-Ex-WidgetBits

 view release on metacpan or  search on metacpan

inc/MyMakeMakerExtras.pm  view on Meta::CPAN

    # the "." obscures it from MyExtractUse.pm
    $post .= "\t-\$(PERLRUNINST) -e 'use "."Pod::Coverage package=>$class'\n";
  }
  # ------ pc: podlinkcheck ------
  $post .= <<'HERE';
	-podlinkcheck -I lib `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
HERE
  # ------ pc: podchecker ------
  # "podchecker -warnings -warnings" too much reporting every < and >
  $post .= <<'HERE';
	-podchecker `ls $(LINT_FILES) | grep -v '\.bash$$|\.desktop$$\.png$$|\.xpm$$'`
	perlcritic $(LINT_FILES)
HERE

  # ------ check-copyright-years ------
  $post .= <<'HERE';

 view all matches for this distribution


Gtk2-Ex-WidgetCursor

 view release on metacpan or  search on metacpan

xtools/my-deb.sh  view on Meta::CPAN


#------------------------------------------------------------------------------
# lintian .deb and source

lintian -I -i \
  --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
  $DEBFILE

lintian -I -i \
  --suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc

 view all matches for this distribution


Gtk2-Recent

 view release on metacpan or  search on metacpan

Recent.pm  view on Meta::CPAN


B<NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE>


This model allows you to access, modify and show the recent files list,
using the recent files specification provided by freedesktop.org and
implemented using the Gtk libraries.

The recent files list are accessed using the Gtk2::Recent::Model object;
single entries in the recent files list are represented using the
Gtk2::Recent::Item object.

Recent.pm  view on Meta::CPAN

it is not api stable, nor it is installed as a shared object

=head1 SEE ALSO

L<perl>(1), L<Gtk2>(3pm), L<Gnome2>(3pm) and the recent files spec on
http://freedesktop.org

=head1 AUTHOR

Emmanuele Bassi E<lt>ebassi (at) gmail.comE<gt>

 view all matches for this distribution


Gtk2-TrayIcon

 view release on metacpan or  search on metacpan

TrayIcon.pm  view on Meta::CPAN


=back

=head1 SEE ALSO

L<Glib>, L<Gtk2> and The System Tray Spec http://www.freedesktop.org/Standards/systemtray-spec.

=head1 AUTHOR

Christian Borup E<lt>gtk2-perl at borup dot comE<gt>

 view all matches for this distribution


Gtk2-TrayManager

 view release on metacpan or  search on metacpan

TrayManager.pm  view on Meta::CPAN

		bless( {}, 'Gtk2::Socket' )
	);

=item C<message_sent>, C<message_removed>

The Freedesktop.org specification includes support for "balloon messages", but
these are not currently implemented in EggTrayManager.

=item C<lost_selection>

As a rule, compliant applications should check to for an already running

TrayManager.pm  view on Meta::CPAN


=back

=head1 SEE ALSO

L<Glib>, L<Gtk>, L<Gtk2::TrayIcon> and the System Tray spec at L<http://www.freedesktop.org/Standards/systemtray-spec>.

=head1 AUTHOR

Christian Borup <borup at cpan dot org>. Nagging and documentation by Gavin Brown <gavin.brown@uk.com>

 view all matches for this distribution


Gtk3-Notify

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

Gtk3::Notify.pm
============

This module provides the Perl bindings for libnotify.

Libnotify is a library that sends desktop notifications to a notification
daemon, as defined in the Desktop Notifications spec. These notifications can
be used to inform the user about an event or display some form of information
without getting in the user's way.

For more information about Notify visit:

 view all matches for this distribution


Gtk3-WebKit

 view release on metacpan or  search on metacpan

lib/Gtk3/WebKit.pm  view on Meta::CPAN


=head1 INSTALLATION

=head2 "Headless" Debian based systems (inc Ubuntu)

If you are running an X Server (desktop environment) then you should be fine.
If you are trying to install this on a "headless" server, then you will need a
framebuffer display to take the place of the X server.

The xvfb-run command can do this for you.

 view all matches for this distribution


Gtk3-WebKit2

 view release on metacpan or  search on metacpan

lib/Gtk3/WebKit2.pm  view on Meta::CPAN


=head1 INSTALLATION

=head2 "Headless" Debian based systems (inc Ubuntu)

If you are running an X Server (desktop environment) then you should be fine.
If you are trying to install this on a "headless" server, then you will need a
framebuffer display to take the place of the X server.

The xvfb-run command can do this for you.

 view all matches for this distribution


HDB

 view release on metacpan or  search on metacpan

lib/HDB.pm  view on Meta::CPAN


=head1 DESCRIPTION

B<HDB is an easy, fast and powerfull way to access any type of database>. With it you B<don't need to know SQL, DBI, or the type of the database> that you are using.
HDB will make all the work around between the differences of any database. From HDB you still can use DBI and SQL commands if needed, but this won't be portable between database types.
If you use only HDB querys (not DBI) B<you can change the database that you are using, Server and OS without change your code!> For example, you can test/develope your code in your desktop (let's say Win32) with SQLite, and send your code to the Serv...

HDB borns like a module to access in a easy way MySQL databases from HPL Documents.
From HPL6, when it was fully rewrited, the module MYSQL was rewrited too and called HDB, where the resources were expanded for other DB types, like SQLite.
Also HDB was turned into a Perl module, that can run independent of HPL when not called from it.

 view all matches for this distribution


HTML-Clean

 view release on metacpan or  search on metacpan

t/testpages/cnn.html  view on Meta::CPAN

		href="http://email.cnn.com/member/login.page"
		alt="Free Email"
		onMouseOver="window.status='Free Email'; return true;"
		onMouseOut="window.status=''; return true;">
	<area shape="rect" coords="261, 4, 368, 17"
		href="/desktop/"
		alt="Open a pop-up controller to bring you CNN news anytime"
		onMouseOver="window.status='Open a pop-up controller to bring you CNN news anytime'; return true;"
		onMouseOut="window.status=''; return true;">
	<area shape="rect" coords="166, 4, 259, 17"
		href="/CustomNews/"
		alt="Personalize your CNN Home Page"
		onMouseOver="window.status='Personalize your CNN Home Page'; return true;"
		onMouseOut="window.status=''; return true;">
	<area shape="rect" coords="84, 4, 164, 17"
		href="/audioselect/"
		alt="Listen to the CNN Networks LIVE on your desktop"
		onMouseOver="window.status='Listen to the CNN Networks LIVE on your desktop'; return true;"
		onMouseOut="window.status=''; return true;">
	<area shape="rect" coords="0, 4, 81, 17"
		href="/videoselect/"
		alt="View video news and CNN Programs on demand"
		onMouseOver="window.status='View video news and CNN Programs on demand'; return true;"

t/testpages/cnn.html  view on Meta::CPAN

        <td><font face="Helvetica, Arial,sans-serif" size="1">&nbsp;<a href="http://email.cnn.com/member/login.page"><font color="#000000">free email accounts</font></a></font></td>
</tr>


<tr> 
        <td><font face="Helvetica, Arial,sans-serif" size="1">&nbsp;<a href="/desktop/"><font color="#000000">desktop headlines</font></a></font></td>
</tr>

<tr> 
        <td><font face="Helvetica, Arial,sans-serif" size="1">&nbsp;<a href="http://www.pointcast.com/special/affiliates/cnn.html"><font color="#000000">pointcast</font></a></font><br></td>
</tr>

t/testpages/cnn.html  view on Meta::CPAN

<A HREF="http://reservationdesk.com"><IMG SRC="/images/lotd/resdesk.gif" ALT="Link of the day" ALIGN=RIGHT WIDTH="73" HEIGHT="61" BORDER="0" HSPACE="0" VSPACE="0"></A>
<BR><br>FIND LOW FARES FAST WITH:
<BR><BR>
Air deals at a glance<BR>
Speedy roundtrip flight search<BR>
Low-fare desktop ticker
<BR><BR>The <A HREF="http://reservationdesk.com">online booking source</A> for busy people
</font>
<br>


 view all matches for this distribution


HTML-Data-Parser

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

	:test_requires "Test::More 0.61";
	:recommends "XML::GRDDL 0";
	:requires "XML::LibXML 1.60".

_:main
	<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/Data/Parser.pm".

 view all matches for this distribution


HTML-Embedded-Turtle

 view release on metacpan or  search on metacpan

META.ttl  view on Meta::CPAN

@prefix dcs:   <http://ontologi.es/doap-changeset#> .
@prefix deps:  <http://ontologi.es/doap-deps#> .
@prefix dist:  <http://purl.org/NET/cpan-uri/dist/HTML-Embedded-Turtle/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

dist:project

 view all matches for this distribution


HTML-FormatExternal

 view release on metacpan or  search on metacpan

xtools/my-deb.sh  view on Meta::CPAN


#------------------------------------------------------------------------------
# lintian .deb and source

lintian -I -i \
  --suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key \
  $DEBFILE

TEMP="/tmp/temp-lintian-$DISTVNAME"
rm -rf $TEMP
mkdir $TEMP

 view all matches for this distribution


HTML-HTML5-Builder

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

	:version_from _:main ;
	:readme_from _:main ;
	:test_requires "Test::More 0.61" ;
	:requires "Scalar::Util" , "XML::LibXML 1.60", "HTML::HTML5::Writer", "common::sense" .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/Builder.pm" .

 view all matches for this distribution


HTML-HTML5-Microdata-Parser

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

		"Scalar::Util 0" ,
		"URI::Escape 0" ,
		"URI::URL 0" ,
		"XML::LibXML 1.70" .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/Microdata/Parser.pm" .

 view all matches for this distribution


HTML-HTML5-Microdata-ToRDFa

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

		"HTML::HTML5::Writer 0" ,
		"RDF::Prefixes 0.002" ,
		"Scalar::Util 0" ,
		"XML::LibXML 1.70" .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/Microdata/ToRDFa.pm" .

 view all matches for this distribution


HTML-HTML5-Outline

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

	:requires "Exporter" ;
	:requires "HTML::HTML5::Parser 0.001" ;
	:requires "Scalar::Util" ;
	:requires "XML::LibXML 1.60" .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/Outline.pm" .

 view all matches for this distribution


HTML-HTML5-Parser

 view release on metacpan or  search on metacpan

lib/HTML/HTML5/Parser.pm  view on Meta::CPAN

 # Get an XML::LibXML::NodeList
 my $list = $parser->parse_balanced_chunk($str, {as=>'list'});

The exact implementation of this method may change from version to
version, but the long-term goal will be to approach how common
desktop browsers parse HTML fragments when implementing the setter 
for DOM's C<innerHTML> attribute.

=back

The push parser and SAX-based parser are not supported. Trying

 view all matches for this distribution


HTML-HTML5-ToText

 view release on metacpan or  search on metacpan

META.ttl  view on Meta::CPAN

@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/ToText.pm" .
_:r1371215311r0 dcs:item [
		a dcs:Documentation ;
		rdfs:label "Include examples of how to extend HTML::HTML5::ToText using traits."@en
	], [
		a dcs:Addition ;

 view all matches for this distribution


HTML-HTML5-Writer

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

	:test_requires "Test::More 0.61";
	:recommends "HTML::HTML5::Sanity", "HTML::HTML5::Parser", "XML::LibXML 1.94";
	:requires "Exporter", "XML::LibXML 1.60", "HTML::HTML5::Entities 0.001".

_:main
	<http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/HTML5/Writer.pm".

 view all matches for this distribution


HTML-ListScraper

 view release on metacpan or  search on metacpan

testdata/google2.html  view on Meta::CPAN

--></style>
<script><!--
(function(){window.google={kEI:"6htHRvv0DpCGQNfW5P8F",kEXPI:"17259",kHL:"cs"};})();(function(){window.ss=function(){window.status="";return true};})();(function(){})();//-->
</script></head><body bgcolor=#ffffff topmargin=3 marginheight=3><noscript></noscript><table border=0 cellpadding=0 cellspacing=0 width=100%><tr><form name=gs method=GET action=/search><td valign=top><a id=logo href="http://www.google.cz/webhp?hl=cs"...
//-->
</script><table border=0 cellspacing=0 cellpadding=4><tr><td nowrap><font size=-1><b>Web</b>&nbsp;&nbsp;&nbsp;&nbsp;<a class=q href="http://images.google.cz/images?hl=cs&q=Acer+notebook&btnG=Vyhledat+Googlem&lr=&ie=UTF-8&oe=ISO-8859-2&um=1&sa=N&tab=w...
<br clear=all><br><table border=0 cellpadding=0 cellspacing=0 width=100% class="ft t bb bt"><tr><td align=center>&nbsp;<br><table border=0 cellpadding=0 cellspacing=0 align=center><form method=GET action=/search><tr><td nowrap>
<font size=-1><input type=text name=q size=31 maxlength=2048 value="Acer notebook" title="Hledat"> <input type=submit name=btnG value="Hledat"><input type=hidden name=hl value="cs"><input type=hidden name=ie value="UTF-8"></font></td></tr></form></ta...

 view all matches for this distribution


HTML-Menu-TreeView

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

httpdocs/style/Crystal/22/mimetypes/colorscm.png
httpdocs/style/Crystal/22/mimetypes/core.png
httpdocs/style/Crystal/22/mimetypes/cpp.png
httpdocs/style/Crystal/22/mimetypes/database.png
httpdocs/style/Crystal/22/mimetypes/deb.png
httpdocs/style/Crystal/22/mimetypes/desktop.png
httpdocs/style/Crystal/22/mimetypes/document.png
httpdocs/style/Crystal/22/mimetypes/document2.png
httpdocs/style/Crystal/22/mimetypes/down.png
httpdocs/style/Crystal/22/mimetypes/drawing.png
httpdocs/style/Crystal/22/mimetypes/dvi.png

MANIFEST  view on Meta::CPAN

httpdocs/style/Crystal/48/mimetypes/colorscm.png
httpdocs/style/Crystal/48/mimetypes/core.png
httpdocs/style/Crystal/48/mimetypes/cpp.png
httpdocs/style/Crystal/48/mimetypes/database.png
httpdocs/style/Crystal/48/mimetypes/deb.png
httpdocs/style/Crystal/48/mimetypes/desktop.png
httpdocs/style/Crystal/48/mimetypes/document.png
httpdocs/style/Crystal/48/mimetypes/document2.png
httpdocs/style/Crystal/48/mimetypes/down.png
httpdocs/style/Crystal/48/mimetypes/drawing.png
httpdocs/style/Crystal/48/mimetypes/dvi.png

MANIFEST  view on Meta::CPAN

httpdocs/style/Crystal/64/mimetypes/colorscm.png
httpdocs/style/Crystal/64/mimetypes/core.png
httpdocs/style/Crystal/64/mimetypes/cpp.png
httpdocs/style/Crystal/64/mimetypes/database.png
httpdocs/style/Crystal/64/mimetypes/deb.png
httpdocs/style/Crystal/64/mimetypes/desktop.png
httpdocs/style/Crystal/64/mimetypes/document.png
httpdocs/style/Crystal/64/mimetypes/document2.png
httpdocs/style/Crystal/64/mimetypes/drawing.png
httpdocs/style/Crystal/64/mimetypes/dvi.png
httpdocs/style/Crystal/64/mimetypes/empty.png

 view all matches for this distribution


HTML-Microformats

 view release on metacpan or  search on metacpan

meta/makefile.ttl  view on Meta::CPAN

	:recommends "RDF::iCalendar::Exporter 0.002";
	:recommends "RDF::KML::Exporter 0";
	:recommends "RDF::vCard::Exporter 0.006";
	:recommends "XML::Atom::FromOWL 0".

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/HTML/Microformats.pm" .

 view all matches for this distribution


HTML-Valid

 view release on metacpan or  search on metacpan

tidy-html5.c  view on Meta::CPAN

  {  48, "greek7",                                            0,  no }, /* IANA */
  {  48, "csiso88greek7",                                     0,  no }, /* IANA */
  {  49, "iso-ir-18",                                         0,  no }, /* IANA */
  {  49, "greek7-old",                                        0,  no }, /* IANA */
  {  49, "csiso18greek7old",                                  0,  no }, /* IANA */
  {  50, "hp-desktop",                                        0,  no }, /* IANA */
  {  50, "cshpdesktop",                                       0,  no }, /* IANA */
  {  51, "hp-legal",                                          0,  no }, /* IANA */
  {  51, "cshplegal",                                         0,  no }, /* IANA */
  {  52, "hp-math8",                                          0,  no }, /* IANA */
  {  52, "cshpmath8",                                         0,  no }, /* IANA */
  {  53, "hp-pi-font",                                        0,  no }, /* IANA */

 view all matches for this distribution


HTML-Zoom-Parser-HH5P

 view release on metacpan or  search on metacpan

lib/HTML/Zoom/Parser/HH5P.pm  view on Meta::CPAN


C<HTML::Zoom::Parser::HH5P> is glue between L<HTML::Zoom> and
L<HTML::HTML5::Parser>. It is likely to be slower than HTML::Zoom's
built in parser and L<HTML::Zoom::Parser::HTML::Parser>, but because
HTML::HTML5::Parser uses the HTML5 parsing algorithm, should handle
malformed HTML in a manner more consistent with popular desktop web
browsers.

=head2 Constructor

=over

 view all matches for this distribution


( run in 4.215 seconds using v1.01-cache-2.11-cpan-b16cb0d3907 )