Searched refs:selfClosing (Results 1 – 11 of 11) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-code-gen/ |
| D | index.js | 8 var selfClosing = require('void-elements'); variable 549 if (tag.selfClosing || (!this.xml && selfClosing[tag.name])) { 553 if (this.terse && !tag.selfClosing) {
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | jsx.js | 119 selfClosing: { property
|
| /plugin/asciidocjs/node_modules/pug-lexer/ |
| D | README.md | 40 "selfClosing": false
|
| /plugin/asciidocjs/node_modules/pug-parser/ |
| D | README.md | 49 "selfClosing": false,
|
| D | index.js | 1017 selfClosing: false, property 1039 selfClosing: false, property 1141 tag.selfClosing = true;
|
| /plugin/asciidocjs/node_modules/babel-types/ |
| D | README.md | 1039 t.jSXElement(openingElement, closingElement, children, selfClosing) 1049 - `selfClosing` (required) 1121 t.jSXOpeningElement(name, attributes, selfClosing) 1130 - `selfClosing`: `boolean` (default: `false`)
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | index.d.ts | 810 selfClosing?: boolean | undefined; property 842 selfClosing: boolean; property 1869 selfClosing?: boolean, 1882 selfClosing?: boolean,
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 7149 node.selfClosing = this.eat(types.slash); 7172 if (!openingElement.selfClosing) {
|
| /plugin/aceeditor/ |
| D | build.js | 1 …selfClosing?"":r.value.indexOf("/"+r.tagName)!==-1?"":"start"},this._getFirstTagInLine=function(e,…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 47784 function openTag (parser, selfClosing) { 47843 parser.tag.isSelfClosing = !!selfClosing 47849 if (!selfClosing) {
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 10263 .on('openTag', function(obj, decodeStr, selfClosing, getContext) { argument
|