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


Markaya

 view release on metacpan or  search on metacpan

doc/Spec  view on Meta::CPAN

        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:

doc/Spec  view on Meta::CPAN

    - 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


Markdent

 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>&lt;blockquote&gt;
        &lt;p&gt;For example.&lt;/p&gt;
    &lt;/blockquote&gt;

 view all matches for this distribution


Markdown-To-POD

 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


Markup-Tree

 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


MarpaX-Demo-StringParser

 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


MarpaX-Grammar-GraphViz2

 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


MarpaX-Languages-Dash

 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


MarpaX-Languages-ECMAScript-AST

 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


MarpaX-Languages-SVG-Parser

 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


MasonX-Apache2Handler

 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 &gt; MasonX-Apache2Handler-0.05 &gt; 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


MasonX-Maypole

 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


Math-Permute-Array

 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


( run in 1.090 second using v1.01-cache-2.11-cpan-364913b4093 )