Searched refs:HTML (Results 1 - 25 of 206) sorted by relevance

123456789

/macosx-10.10/CPAN-56/Modules/HTML-Form-6.03/
H A DMakefile1 NAME = HTML-Form
/macosx-10.10/CPAN-56/Modules/HTML-Format-2.10/
H A DMakefile1 NAME = HTML-Format
/macosx-10.10/CPAN-56/Modules/HTML-Format-2.11/
H A DMakefile1 NAME = HTML-Format
/macosx-10.10/CPAN-56/Modules/HTML-Parser-3.69/
H A DMakefile1 NAME = HTML-Parser
/macosx-10.10/CPAN-56/Modules/HTML-Parser-3.71/
H A DMakefile1 NAME = HTML-Parser
/macosx-10.10/CPAN-56/Modules/HTML-Tagset-3.20/
H A DMakefile1 NAME = HTML-Tagset
/macosx-10.10/CPAN-56/Modules/HTML-Tree-5.03/
H A DMakefile1 NAME = HTML-Tree
/macosx-10.10/CPAN-56/Modules/IO-HTML-0.04/
H A DMakefile1 NAME = IO-HTML
/macosx-10.10/CPAN-56/Modules/IO-HTML-1.00/
H A DMakefile1 NAME = IO-HTML
/macosx-10.10/ICU-531.30/icuSources/test/perf/perldriver/
H A DOutput.pm15 my $outType = "HTML";
52 print HTML "<td class=\"";
54 print HTML "value";
56 print HTML "worse";
58 print HTML "\">";
60 print HTML formatPercent(2, $mean);
62 print HTML formatNumber(2, $mult, $mean);
64 print HTML "</td>\n";
65 print HTML "<td class=\"";
67 print HTML "erro
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Scripts/
H A Dcombine-resources.pl35 open HTML, $htmlFile or die;
36 $htmlContents = <HTML>;
37 close HTML;
84 open HTML, ">", "$outputDirectory/" . basename($htmlFile) or die "Can't open $outputDirectory/" . basename($htmlFile) . ": $!";
85 print HTML $htmlContents;
86 close HTML;
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/
H A DBuild.PL12 HTML::Entities => '0',
/macosx-10.10/postfix-255/postfix/mantools/
H A Dget_anchors.pl11 use HTML::Parser;
30 $p = HTML::Parser->new(api_version => 3);
/macosx-10.10/vim-55/runtime/syntax/
H A Dxhtml.vim6 " Load the HTML syntax for now.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DHTML.pm3 # Template::Plugin::HTML
7 # HTML.
20 package Template::Plugin::HTML;
136 Template::Plugin::HTML - Plugin to create HTML elements
140 [% USE HTML %]
142 [% HTML.escape("if (a < b && c > d) ..." %]
144 [% HTML.element(table => { border => 1, cellpadding => 2 }) %]
146 [% HTML.attributes(border => 1, cellpadding => 2) %]
150 The C<HTML> plugi
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Djavascript.pl3 use HTML::Parser;
7 # filters not using HTML::Parser are much simpler :-)
9 my $parser = HTML::Parser->new( api_version => 3 );
H A Doutline.pl4 use HTML::Parser;
7 my $parser = HTML::Parser->new( api_version => 3 );
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Djavascript.pl3 use HTML::Parser;
7 # filters not using HTML::Parser are much simpler :-)
9 my $parser = HTML::Parser->new( api_version => 3 );
H A Doutline.pl4 use HTML::Parser;
7 my $parser = HTML::Parser->new( api_version => 3 );
/macosx-10.10/ruby-106/ruby/sample/webrick/
H A Ddemo-app.rb14 <HTML>
25 </HTML>
35 <HTML>
43 </HTML>
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dhtml.vim25 " Distinguish between HTML versions
26 " To use with other HTML versions add another
45 if line =~ ' HTML 3\.2'
52 elseif line =~ ' HTML 4\.01'
54 elseif line =~ ' HTML 4.0\>'
68 " HTML: thanks to Johannes Zellner and Benji Fisher.
77 " Change the :browse e filter to primarily show HTML-related files.
79 let b:browsefilter="HTML Files (*.html,*.htm)\t*.htm;*.html\n" .
/macosx-10.10/ICU-531.30/icuSources/test/perf/collationperf/
H A DCollPerf.pl140 # Print the results in a HTML page
155 open( HTML, ">$html" ) or die "Can't write to $html: $!";
156 print HTML <<EOF;
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
171 print HTML <<EOF;
209 print HTML <<EOF;
231 close(HTML) or die "Can't close $html: $!";
236 print HTML <<EOF;
255 print HTML "<tr>";
259 print HTML "<t
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm10 croak "First parameter must be a HTML::Parser object"
11 unless $_[1]->isa('HTML::Parser');
39 HTTP::Proxy::BodyFilter::htmlparser - Filter using HTML::Parser
45 # $parser is a HTML::Parser object
54 filter based on the HTML::Parser object of your choice.
56 This filter takes a HTML::Parser object as an argument to its constructor.
62 is mainly due to the fact that the HTML::Parser has its own buffering
64 the HTML::Parser event and its original position in the chunk sent by the
67 Note that a simple filter that modify the HTML text (not the tags) can
70 =head2 Creating a HTML
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm10 croak "First parameter must be a HTML::Parser object"
11 unless $_[1]->isa('HTML::Parser');
39 HTTP::Proxy::BodyFilter::htmlparser - Filter using HTML::Parser
45 # $parser is a HTML::Parser object
54 filter based on the L<HTML::Parser> object of your choice.
56 This filter takes a L<HTML::Parser> object as an argument to its constructor.
62 is mainly due to the fact that the L<HTML::Parser> has its own buffering
64 the L<HTML::Parser> event and its original position in the chunk sent by the
67 Note that a simple filter that modify the HTML text (not the tags) can
70 =head2 Creating a HTML
[all...]
/macosx-10.10/llvmCore-3425.0.34/docs/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML page
[all...]

Completed in 225 milliseconds

123456789