view release on metacpan or search on metacpan
t/t01_init.t view on Meta::CPAN
}
sub simple_tests {
my $obj = Lingua::ES::Numeros->new();
# Check for proper XHTML entity names, testscase for bug #69323
# thanks to "Eduardo Tubert" <eatubert@insoft.com.mx>
$obj->acentos(1);
ok($obj->cardinal(16016) eq "dieciséis mil dieciséis", "Lowercase text with accents");
$obj->mayusculas( 1 );
ok($obj->cardinal(16016) eq "DIECISÃIS MIL DIECISÃIS", "Uppercase text with accents");
view all matches for this distribution
view release on metacpan or search on metacpan
tpl/grid.tpl 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">
<head>
<!-- VERSION 1.001 -->
view all matches for this distribution
view release on metacpan or search on metacpan
example/files_to_extract/gettext.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" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
view all matches for this distribution
view release on metacpan or search on metacpan
javascript/Example.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>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css"></style>
<!-- depends on -->
view all matches for this distribution
view release on metacpan or search on metacpan
javascript/Example.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>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<style type="text/css"></style>
<!-- depends on -->
view all matches for this distribution
view release on metacpan or search on metacpan
tutorial.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">
<!--
(local-set-key [(meta return)]
(ilam (shell-command-on-region (point) (mark) "perl -MMDK::Common")))
view all matches for this distribution
view release on metacpan or search on metacpan
=> Define $MhaStdout and $MhaStdin. Should help in embedded usage.
=> Support for text/uri-list.
=> XHTML defaults for resources (XXX: Browser impact?)
=> "00" year => 1900 (need test case that verifies this).
=> Add resource to set initial message number. XXX: Use of this?
view all matches for this distribution
view release on metacpan or search on metacpan
share/mime-info/freedesktop.org.xml view on Meta::CPAN
<match type="little32" value="0xfdc4a7dc" offset="20"/>
</magic>
<glob pattern="*.zoo"/>
</mime-type>
<mime-type type="application/xhtml+xml">
<comment>XHTML page</comment>
<acronym>XHTML</acronym>
<expanded-acronym>Extensible HyperText Markup Language</expanded-acronym>
<sub-class-of type="application/xml"/>
<generic-icon name="text-html"/>
<glob pattern="*.xhtml"/>
<glob pattern="*.xht"/>
<glob pattern="*.html"/>
<glob pattern="*.htm"/>
<magic priority="60">
<match type="string" value="//W3C//DTD XHTML " offset="0:256"/>
<match type="string" value="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" offset="0:256"/>
<match type="string" value="<html xmlns="http://www.w3.org/1999/xhtml" offset="0:256"/>
<match type="string" value="<HTML xmlns="http://www.w3.org/1999/xhtml" offset="0:256"/>
</magic>
<root-XML namespaceURI='http://www.w3.org/1999/xhtml' localName='html'/>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MKDoc/Core/Language.pm view on Meta::CPAN
=head2 $self->align();
In order to do proper multilingual HTML formatting, you need to have a
sensible value for the XHTML align="left|right" attribute.
If the language is written left to right, this method returns 'left'.
If the language is written right to left, this method returns 'right'.
lib/MKDoc/Core/Language.pm view on Meta::CPAN
=head2 $self->align_opposite();
In order to do proper multilingual HTML formatting, you need to have a
sensible value for the XHTML align="left|right" attribute.
This method does the exact opposite as $self->align(), i.e.
If the language is written left to right, this method returns 'right'.
lib/MKDoc/Core/Language.pm view on Meta::CPAN
=head2 $self->dir()
In order to do proper multilingual HTML formatting, you need to have a
sensible value for the XHTML dir="ltr|rtl" attribute.
If the language is written left to right, this method returns 'ltr'.
If the language is written right to left, this method returns 'rtl'.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MKDoc/Text/Structured.pm view on Meta::CPAN
Add rel="nofollow" attributes to <a> tags like so:
local $MKDoc::Text::Structured::Inline::NoFollow = 1;
Additionally, once the XHTML fragment is produced, you could use
L<MKDoc::XML::Tagger> to hyperlink it against a glossary of hyperlinks.
=head1 Smilies
Basic smilies such as :-) and :-( are wrapped in a CSS class:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/MKDoc/XML.pm view on Meta::CPAN
=head1 WHAT'S IN THE BOX
=head2 XML tokenizer
L<MKDoc::XML::Tokenizer> splits your XML / XHTML files into a list of
L<MKDoc::XML::Token> objects using a single regex.
=head2 XML tree builder
L<MKDoc::XML::TreeBuilder> sits on top of L<MKDoc::XML::Tokenizer> and builds
parsed trees out of your XML / XHTML data.
=head2 XML stripper
L<MKDoc::XML::Stripper> objects removes unwanted markup from your XML / HTML
data. Useful to remove all those nasty presentational tags or 'style'
attributes from your XHTML data for example.
=head2 XML tagger
L<MKDoc::XML::Tagger> module matches expressions in XML / XHTML documents and
tag them appropriately. For example, you could automatically hyperlink certain
glossary words or add <abbr> tags based on a dictionary of abbreviations and
acronyms.
view all matches for this distribution
view release on metacpan or search on metacpan
share/cgi/AgentRDFValidator view on Meta::CPAN
}
sub generate_page {
return <<EOF;
<TD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
view all matches for this distribution
view release on metacpan or search on metacpan
Changes.html view on Meta::CPAN
<?xml version="1.0" ?>
<!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>Changes.src</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:perlcore@ms.com" />
view all matches for this distribution
view release on metacpan or search on metacpan
templates/archives.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" id="sixapart-standard">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
<meta name="generator" content="Movable Type <$MTVersion$>" />
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mac/PropertyList/SAX.pm view on Meta::CPAN
=over 4
=item ENCODE_ENTITIES
Allows the XHTML encoding of the data to be turned off. Default = C<1>
=item ENCODE_UNSAFE_CHARS
A Perl character class definition containing the only characters to be
XHTML encoded. See HTML::Entities::encode_entities for description of
the $unsafe_chars parameter. Default = C<undef>
=cut
our $ENCODE_ENTITIES = 1;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mail/LMLM/Render/HTML.pm view on Meta::CPAN
my $o = $self->{'out'};
print { *{$o} } <<"EOF" ;
<?xml version="1.0" encoding="iso-8859-1"?>
<!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-US" lang="en-US">
<head>
<title>$head_title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mail/Message/Convert/Html.pm view on Meta::CPAN
my $produce = $args->{produce} || 'HTML';
$self->{MMCH_tail}
= $produce eq 'HTML' ? '>'
: $produce eq 'XHTML' ? ' />'
: carp "Produce XHTML or HTML, not $produce.";
$self;
}
#------------------------------------------
view all matches for this distribution
view release on metacpan or search on metacpan
t/support/digest_email/jira_qa_note view on Meta::CPAN
------=_Part_29244_2055761486.1538705700190
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org=
/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns=3D"http://www.w3.org/1999/xhtml">
<head>=20
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Du=
tf-8">=20
view all matches for this distribution
view release on metacpan or search on metacpan
doc/index.html view on Meta::CPAN
<?xml version="1.0" ?>
<!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>Mail::SpamAssassin::Contrib::Plugin::IPFilter - Blocks bad MTA behavior using IPTables and Redis/MySQL.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mail/SpamAssassin/HTML.pm view on Meta::CPAN
use Mail::SpamAssassin::Constants qw(:sa);
use Mail::SpamAssassin::Util qw(untaint_var);
our @ISA = qw(HTML::Parser);
# elements defined by the HTML 4.01 and XHTML 1.0 DTDs (do not change them!)
# does not include XML
my %elements = map {; $_ => 1 }
# strict
qw( a abbr acronym address area b base bdo big blockquote body br button caption cite code col colgroup dd del dfn div dl dt em fieldset form h1 h2 h3 h4 h5 h6 head hr html i img input ins kbd label legend li link map meta noscript object ol optgro...
# loose
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Mail/Summary/Tools/CLI/ToHTML.pm view on Meta::CPAN
HTML::Element->new('~pi' => text => 'xml version="1.0" encoding="UTF-8"');
}
sub doctype_xhtml_11 {
HTML::Element->new('~declaration' => text =>
'DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"' . "\n" .
' "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"'
);
}
sub doctype_html_401 {
view all matches for this distribution
view release on metacpan or search on metacpan
cgi_files/mt-top.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>
<head>
<meta http-equiv="Content-Type" content="text/html" />
view all matches for this distribution
view release on metacpan or search on metacpan
DOCUMENTATION.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"
lang="en" xml:lang="en">
<head>
<title>Make Release</title>
view all matches for this distribution
view release on metacpan or search on metacpan
document is also a valid YAML document.
- p: >
The major goal of Markaya is to provide a full one-to-one mapping
convention between YAML and XHTML. There are lot of ways to
conver between a YAML document, and an XHTML document. Markaya
syntax is also optimized for human, instead of machines, to
read or to write Markaya documents. Balance between the fact
that XHTML are too verbose to write, and syntax errors happens
very easily. For example, here's a simple Markaya document:
- pre: |
html:
- head:
- p:
All string literals in a Markaya document are shown literaly
when compiled to HTML. Which implies that no inline HTML
is allowed.
- h2: Mapping XHTML Tags
- p: >
Simple XHTML Tags are mapped to a key-value pair in a sequence. For example:
- pre: |
<p>Niaho</p>
- p:
view all matches for this distribution
view release on metacpan or search on metacpan
t/mdtest-data/Markdown Documentation - Basics.text view on Meta::CPAN
the block by 4 spaces or 1 tab. Just like with code spans, `&`, `<`,
and `>` characters will be escaped automatically.
Markdown:
If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:
<blockquote>
<p>For example.</p>
</blockquote>
Output:
<p>If you want your page to validate under XHTML 1.0 Strict,
you've got to put paragraph tags in your blockquotes:</p>
<pre><code><blockquote>
<p>For example.</p>
</blockquote>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Markdown/To/POD.pm view on Meta::CPAN
return $text;
}
sub _DoAnchors {
#
# Turn Markdown link shortcuts into XHTML <a> tags.
#
my ($self, $text) = @_;
#
# First, handle reference-style links: [link text] [id]
lib/Markdown/To/POD.pm view on Meta::CPAN
=item empty_element_suffix
This option controls the end of empty element tags:
'/>' for XHTML (default)
'>' for HTML
=item tab_width
Controls indent width in the generated markup. Defaults to 4.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Markup/Tree.pm view on Meta::CPAN
$file = _mk_filehandle_write($file);
print $file '<?xml version = "1.0" encoding = "iso-8859-1"?>'."\n";
if ($file_type =~ '(?:x)?html') {
print $file '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ';
print $file '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'."\n";
}
$self->foreach_node(
sub {
view all matches for this distribution
view release on metacpan or search on metacpan
htdocs/assets/templates/marpax/demo/stringparser/marpax.demo.stringparser.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/assets/templates/marpax/grammar/graphviz2/graphviz2.index.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::Grammar::GraphViz2 V <: $version :></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/assets/templates/marpax/languages/dash/marpax.languages.dash.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::Languages::Dash</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
view all matches for this distribution