view release on metacpan or search on metacpan
t/jquery-1.10.2.t view on Meta::CPAN
rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
rscriptType = /^$|\/(?:java|ecma)script/i,
rscriptTypeMasked = /^true\/(.*)/,
rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,
// We have to close these tags to support XHTML (#13200)
wrapMap = {
option: [ 1, "<select multiple='multiple'>", "</select>" ],
legend: [ 1, "<fieldset>", "</fieldset>" ],
area: [ 1, "<map>", "</map>" ],
param: [ 1, "<object>", "</object>" ],
view all matches for this distribution
view release on metacpan or search on metacpan
htdocs/assets/templates/marpax/languages/svg/parser/marpax.languages.svg.parser.tx view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Index of sample files created by MarpaX::Demo::StringParser</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
view all matches for this distribution
view release on metacpan or search on metacpan
htdocs/Apache2Handler.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Beau E. Cox > MasonX-Apache2Handler-0.05 > MasonX::Apache2Handler</title>
<link rel="stylesheet" href="pod.css" type="text/css" />
<link rev="made" href="mailto:test@cathy.beaucox.com" />
view all matches for this distribution
view release on metacpan or search on metacpan
doc/templates/factory/header view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><% $the_title %></title>
<meta http-equiv="Content-Type" content="text/html; charset=<% $request->document_encoding %>"/>
view all matches for this distribution
view release on metacpan or search on metacpan
doc/coverage/blib-lib-Math-Permute-Array-pm--branch.html view on Meta::CPAN
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
This file was generated by Devel::Cover Version 0.94
Devel::Cover is copyright 2001-2012, Paul Johnson (paul@pjcj.net)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MathML/Entities.pm view on Meta::CPAN
XHTML+MathML entities. There are over two thousand named entities in the
XHTML+MathML DTD. All the Entities defined in the XHTML+MathML DTD
except the five "safe" ones (C<<>, C<>>, C<&>, C<">, C<'>),
will be converted to the equivalent numeric character references or to utf-8 characters.
Named entities which are not in the XHTML+MathML DTD are escaped. This makes
the resulting XHTML (or XHTML+MathML) safe for consumption by non-validating
XML parsers.
Unlike, HTML::Entities, the mapping between MathML named entities and codepoints
is many-to-one. Therefore, there's no particular sense in having an inverse
function, which takes codepoints to named entities.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Maypole/Plugin/FormBuilder.pm view on Meta::CPAN
Returns a form marked up as a single row for a table.
This will probably get converted to a template some time.
Yes, it's bad XHTML - suggestions about how to do this legally would be good.
=cut
# chopped out of CGI::FormBuilder::render()
# XXX - maybe better implemented as a post-processor now
view all matches for this distribution
view release on metacpan or search on metacpan
templates/factory/header view on Meta::CPAN
<%args>
</%args>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
<%
view all matches for this distribution
view release on metacpan or search on metacpan
arg after fetching objects
2.03 Tue Oct 26 13:00:00 2004
- increased version number of Apache::MVC
- fixed display_tables bug (Steve Simms)
- fixed templates, now again XHTML compliant
- documentation fix (Dave Howorth)
- only set charset for text/*
2.02 Mon Oct 25 13:00:00 2004
- Fixed charset in http header.
- added exception handling (Simon Flack)
- fixed documentation bugs
- changed default documentencoding to utf8. Change with
$r->config->{document_encoding}
- removed Maypole::View::Mason as it's distributed separately on CPAN.
- factory templates are now XHTML 1.1 compliant.
- made the config hash into -> Maypole::Config
- accessors for everything
- win32 support
- new documentation for Maypole.pm (Simon Flack)
- moved doc/*.pod to lib/Maypole/Manual
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/English-Wikipedia-Perl-Page-2012-04-26.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" dir="ltr" class="client-nojs" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Perl - Wikipedia, the free encyclopedia</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
view all matches for this distribution
view release on metacpan or search on metacpan
examples/mb.pl view on Meta::CPAN
use HTML::Entities qw(encode_entities);
use Encode;
use base qw(HTTP::Server::Simple::CGI);
our $HEAD = <<"";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml;charset=UTF-8" />
<title>Mediawiki::Blame/$Mediawiki::Blame::VERSION</title>
<style type="text/css">
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mediawiki/Spider.pm view on Meta::CPAN
my @rawheader=<FILE2>;
my $header=join('',@rawheader);
close(FILE2);
open(FILEHANDLE, ">$page") || die("($page): cannot open file: ". $!);
print FILEHANDLE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
print FILEHANDLE "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n";
print FILEHANDLE "<title>Index</title>\n<link rel=stylesheet href=\"style.css\" type=\"text/css\"> \n</head>\n<body>\n";
print FILEHANDLE "<?php include('header.inc');?>";
print FILEHANDLE "$header\n";
print FILEHANDLE "<div id=\"column-content\">";
lib/Mediawiki/Spider.pm view on Meta::CPAN
open(FILEHANDLE, ">$folder/".$self->urldecode($word).".".$self->extension()) || die("($word): cannot open file: ". $!);
open (FILE2,"<header.html");
my @rawheader=<FILE2>;
my $header=join('',@rawheader);
close(FILE2);
print FILEHANDLE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
print FILEHANDLE "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<title>$word</title>\n<link rel=stylesheet href=\"style.css\" type=\"text/css\"/>\n </head>\n<body>\n";
print FILEHANDLE "\n<?php include('header.inc'); ?>\n";
print FILEHANDLE "$header\n$text\n";
print FILEHANDLE "\n<?php include('footer.inc'); ?>\n";
lib/Mediawiki/Spider.pm view on Meta::CPAN
open (FILE2,"<header.html");
my @rawheader=<FILE2>;
my $header=join('',@rawheader);
close(FILE2);
#print FILEHANDLE "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />";
print FILEHANDLE "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">";
print FILEHANDLE "<html xmlns=\"http://www.w3.org/1999/xhtml\"><head><title>$word</title><link rel=stylesheet href=\"style.css\" type=\"text/css\"> </head><body>";
print FILEHANDLE "\n<?php include('header.inc'); ?>\n";
print FILEHANDLE "$header\n$text";
print FILEHANDLE "\n<?php include('footer.inc'); ?>\n";
print FILEHANDLE "</body></html>";
view all matches for this distribution
view release on metacpan or search on metacpan
Meta/Lang/Xml/xml_html_to_xml.pl view on Meta::CPAN
xml_html_to_xml.pl [options]
=head1 DESCRIPTION
This script converts HTML to XHTML using the SAX driver.
=head1 OPTIONS
=over 4
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MetaCPAN/Pod/XHTML.pm view on Meta::CPAN
1;
__END__
=head1 NAME
MetaCPAN::Pod::XHTML - Format Pod as HTML for MetaCPAN
=head1 SYNOPSIS
my $parser = MetaCPAN::Pod::XHTML->new;
$parser->link_mappings({
lib/MetaCPAN/Pod/XHTML.pm view on Meta::CPAN
$parser->output_string(\my $html);
$parser->parse_string_document($pod);
=head1 DESCRIPTION
This is a subclass of Pod::Simple::XHTML with improved header linking, link
overrides, and errata included in the HTML. Used internally by MetaCPAN.
=head1 ROLES
The behavior of this subclass is implemented through reusable roles:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MetaCPAN/Pod/XHTML.pm view on Meta::CPAN
1;
__END__
=head1 NAME
MetaCPAN::Pod::XHTML - Format Pod as HTML for MetaCPAN
=head1 SYNOPSIS
my $parser = MetaCPAN::Pod::XHTML->new;
$parser->link_mappings({
lib/MetaCPAN/Pod/XHTML.pm view on Meta::CPAN
$parser->output_string(\my $html);
$parser->parse_string_document($pod);
=head1 DESCRIPTION
This is a subclass of Pod::Simple::XHTML with improved header linking, link
overrides, and errata included in the HTML. Used internally by MetaCPAN.
=head1 ROLES
The behavior of this subclass is implemented through reusable roles:
lib/MetaCPAN/Pod/XHTML.pm view on Meta::CPAN
=back
=head1 COPYRIGHT
Copyright (c) 2017 the MetaCPAN::Pod::XHTML L</AUTHOR> and L</CONTRIBUTORS>
as listed above.
=head1 LICENSE
This library is free software and may be distributed under the same terms
view all matches for this distribution
view release on metacpan or search on metacpan
doc/slides/_index.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><% $ARGS{title} %></title>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Miril/Theme/Flashyweb.pm view on Meta::CPAN
EndOfHTML
my $header = <<EndOfHTML;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
view all matches for this distribution
view release on metacpan or search on metacpan
etc/useragents.txt view on Meta::CPAN
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312
Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0
Mozilla/SMB3(Z105)/Samsung
Mozilla/SMB3(Z105)/Samsung UP.Link/5.1.1.5
Mozilla\SAMSUNG-XHTML 1.0 UP.Link/5.1.1.1
NEC-525/1.0 up.Browser/6.1.0.6.1 (GUI) MMP/1.0
NEC-525/1.0 up.Browser/6.1.0.6.1 (GUI) MMP/1.0 UP.Link/5.1.1.5a
NEC-525/1.0 up.Browser/6.1.0.6.1 (GUI) MMP/1.0 UP.Link/5.1.2.3
NEC-530/1.0 UP.Browser/6.1.0.7 (GUI) MMP/1.0 Profile/MIDP-1.0 Configuration/CLDC-1.0
NEC-DB7000/1.0 UP.Browser/4.1.23c
view all matches for this distribution
view release on metacpan or search on metacpan
cpants/templates/wrapper view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>CPANTS - CPAN Testing Service</title>
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Pod/Markdown.pm view on Meta::CPAN
$URL_PREFIXES{perldoc} = $URL_PREFIXES{metacpan};
#{
our $HAS_HTML_ENTITIES;
# Stolen from Pod::Simple::XHTML 3.28. {{{
BEGIN {
$HAS_HTML_ENTITIES = eval "require HTML::Entities; 1";
}
inc/Pod/Markdown.pm view on Meta::CPAN
return $section;
}
{
# From Pod::Simple::XHTML 3.28.
# The strings gets passed through encode_entities() before idify().
# If we don't do it here the substitutions below won't operate consistently.
sub format_fragment_pod_simple_xhtml {
my ($self, $t) = @_;
view all matches for this distribution