Searched refs:startTag (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/CPANInternal-140/XML-Writer/t/
H A D01_main.t175 # A document with a public and system identifier set, using startTag
180 $w->startTag('html');
248 $w->startTag("foo");
265 $w->startTag("foo");
302 $w->startTag("foo");
312 $w->startTag("foo");
322 $w->startTag("foo");
331 $w->startTag("foo");
332 $w->startTag("foo");
351 $w->startTag('fo
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl56 # startTag gi ?attname attval ... ? --
59 proc startTag {gi args} { procedure
89 return "[startTag $gi]${content}[endTag $gi]"
97 return "[startTag $gi]${content}[endTag $gi]"
107 set content [join [list [startTag $gi] $content [endTag $gi]] "\n"]
131 return [startTag $gi $args]
163 return [startTag $default]
H A D_html.tcl192 proc startTag {x args} {if {[llength $args]} {taga $x $args} else {tag $x}} procedure
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/rules/
H A Dxmlrules.tcl24 # startTag gi ?attname attval ... ? --
27 proc startTag {gi args} { procedure
110 return [startTag $gi $args]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/rules/
H A Dxmlrules.tcl24 # startTag gi ?attname attval ... ? --
27 proc startTag {gi args} { procedure
110 return [startTag $gi $args]
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm239 my $startTag = sub {
276 &{$startTag};
404 'STARTTAG' => $startTag,
553 sub startTag {
579 $self->startTag($name, %atts);
589 $self->startTag($name, %atts);
1163 $writer->startTag("greeting",
1226 $writer->startTag([$rdfns, "Description"]);
1349 =item startTag($name [, $aname1 => $value1, ...])
1356 $writer->startTag('do
551 sub startTag { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DWriter.pm96 $me->{_writer}->startTag("annotation") ;
102 $me->{_writer}->startTag($docTagName);
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/t/
H A D03Writer01basic.t21 $wr->startTag('bla');
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DWriter.pm96 $me->{_writer}->startTag("annotation") ;
102 $me->{_writer}->startTag($docTagName);
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/t/
H A D03Writer01basic.t21 $wr->startTag('bla');
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DHTMLparser.h45 char startTag; /* Whether the start tag can be implied */ member in struct:_htmlElemDesc
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DHTMLparser.h45 char startTag; /* Whether the start tag can be implied */ member in struct:_htmlElemDesc
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm118 $me->writer->startTag('wsdl:definitions', targetNamespace => $me->targetNS, %{$me->{_namespaces}});
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm118 $me->writer->startTag('wsdl:definitions', targetNamespace => $me->targetNS, %{$me->{_namespaces}});

Completed in 107 milliseconds