Searched refs:endTag (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dxml.js106 type = ch == ">" ? "endTag" : "selfcloseTag";
217 (type == "endTag" && Kludges.autoSelfClosers.hasOwnProperty(tagName.toLowerCase()))) {
221 if (type == "endTag") {
232 if (type == "endTag") { popContext(); return cont(); }
254 if (type == "endTag" || type == "selfcloseTag") return pass();
262 return (type == "endTag" || type == "selfcloseTag") ? pass() : cont();
268 return (type == "endTag" || type == "selfCloseTag") ? pass() : cont();
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_1/
H A Djsref.js140 var endTag = ">";
146 print(beginTag + 'PASSED' + endTag);
148 print(beginTag + 'NAME' + endTag);
150 print(beginTag + 'EXPECTED' + endTag);
152 print(beginTag + 'ACTUAL' + endTag);
154 print(beginTag + 'DESCRIPTION' + endTag);
156 print(beginTag + 'REASON' + endTag);
158 print(beginTag + 'BUGNUMBER' + endTag);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/
H A Djsref.js160 var endTag = ">";
166 print(beginTag + 'PASSED' + endTag);
168 print(beginTag + 'NAME' + endTag);
170 print(beginTag + 'EXPECTED' + endTag);
172 print(beginTag + 'ACTUAL' + endTag);
174 print(beginTag + 'DESCRIPTION' + endTag);
176 print(beginTag + 'REASON' + endTag);
178 print(beginTag + 'BUGNUMBER' + endTag);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_3/
H A Djsref.js149 var endTag = ">";
155 print(beginTag + 'PASSED' + endTag);
157 print(beginTag + 'NAME' + endTag);
159 print(beginTag + 'EXPECTED' + endTag);
161 print(beginTag + 'ACTUAL' + endTag);
163 print(beginTag + 'DESCRIPTION' + endTag);
165 print(beginTag + 'REASON' + endTag);
167 print(beginTag + 'BUGNUMBER' + endTag);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_4/
H A Djsref.js138 var endTag = ">";
144 print(beginTag + 'PASSED' + endTag);
146 print(beginTag + 'NAME' + endTag);
148 print(beginTag + 'EXPECTED' + endTag);
150 print(beginTag + 'ACTUAL' + endTag);
152 print(beginTag + 'DESCRIPTION' + endTag);
154 print(beginTag + 'REASON' + endTag);
156 print(beginTag + 'BUGNUMBER' + endTag);
/macosx-10.9.5/CPANInternal-140/XML-Writer/t/
H A D01_main.t181 $w->endTag('html');
249 $w->endTag("foo");
267 $w->endTag("foo");
304 $w->endTag("foo");
314 $w->endTag("foo");
324 $w->endTag("bar");
333 $w->endTag("foo");
352 $w->endTag('foo');
425 $w->endTag();
480 $w->endTag([
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_xml.tcl63 # endTag gi --
66 proc endTag {gi} { 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"]
152 lappend endTags [endTag $current]
179 return [join [list $prefix [endTag $gi]] "\n"]
H A D_html.tcl193 proc endTag {x} {tag/ $x} procedure
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/raw/
H A DRawObject.java221 String endTag;
225 endTag = "</Array>";
228 endTag = "</Enum>";
231 endTag = "</Super>";
234 endTag = "</Object>";
264 buf.append(endTag);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma/
H A Djsref.js192 var endTag = ">";
198 print(beginTag + 'PASSED' + endTag);
200 print(beginTag + 'NAME' + endTag);
202 print(beginTag + 'EXPECTED' + endTag);
204 print(beginTag + 'ACTUAL' + endTag);
206 print(beginTag + 'DESCRIPTION' + endTag);
208 print(beginTag + 'REASON' + endTag);
210 print(beginTag + 'BUGNUMBER' + endTag);
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/
H A Djsref.js152 var endTag = ">";
158 print(beginTag + 'PASSED' + endTag);
160 print(beginTag + 'NAME' + endTag);
162 print(beginTag + 'EXPECTED' + endTag);
164 print(beginTag + 'ACTUAL' + endTag);
166 print(beginTag + 'DESCRIPTION' + endTag);
168 print(beginTag + 'REASON' + endTag);
170 print(beginTag + 'BUGNUMBER' + endTag);
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/tools/rules/
H A Dxmlrules.tcl37 # endTag gi --
40 proc endTag {gi} { procedure
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/rules/
H A Dxmlrules.tcl37 # endTag gi --
40 proc endTag {gi} { procedure
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm315 my $endTag = sub {
339 &{$endTag};
406 'ENDTAG' => $endTag,
569 sub endTag {
581 $self->endTag($name);
591 $self->endTag($name);
1166 $writer->endTag("greeting");
1371 =item endTag([$name])
1377 $writer->endTag('doc');
1383 $writer->endTag();
567 sub endTag { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DWriter.pm104 $me->{_writer}->endTag($docTagName);
110 $me->{_writer}->endTag("annotation");
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/t/
H A D03Writer01basic.t23 $wr->endTag('bla');
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/WSDL/
H A DWriter.pm104 $me->{_writer}->endTag($docTagName);
110 $me->{_writer}->endTag("annotation");
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/t/
H A D03Writer01basic.t23 $wr->endTag('bla');
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A DHTMLparser.h46 char endTag; /* Whether the end tag can be implied */ member in struct:_htmlElemDesc
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DHTMLparser.h46 char endTag; /* Whether the end tag can be implied */ member in struct:_htmlElemDesc
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm129 $me->writer->endTag('wsdl:definitions');
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm129 $me->writer->endTag('wsdl:definitions');
/macosx-10.9.5/libxml2-26/libxml2/
H A DHTMLparser.c1357 if ((info != NULL) && (info->endTag == 3)) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c1317 if ((info != NULL) && (info->endTag == 3)) {

Completed in 260 milliseconds