Home
last modified time | relevance | path

Searched refs:doctypes (Results 1 – 10 of 10) sorted by relevance

/plugin/asciidocjs/node_modules/doctypes/
DREADME.md1 # doctypes chapter
3 Shorthands for commonly used doctypes
5 …ld Status](https://img.shields.io/travis/pugjs/doctypes/master.svg)](https://travis-ci.org/pugjs/d…
6 [![NPM version](https://img.shields.io/npm/v/doctypes.svg)](https://www.npmjs.org/package/doctypes)
10 npm install doctypes
16 var doctypes = require('doctypes');
18 assert(doctypes['html'] === '<!DOCTYPE html>');
19 assert(doctypes['xml'] === '<?xml version="1.0" encoding="utf-8" ?>');
Dtest.js4 var doctypes = require('./'); variable
6 assert(doctypes['html'] === '<!DOCTYPE html>');
7 assert(doctypes['xml'] === '<?xml version="1.0" encoding="utf-8" ?>');
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DDoctypeRegistry.php10 protected $doctypes; variable in HTMLPurifier_DoctypeRegistry
60 $this->doctypes[$doctype->name] = $doctype;
64 if (isset($this->doctypes[$alias])) {
88 if (!isset($this->doctypes[$doctype])) {
93 return $this->doctypes[$doctype];
DHTMLModuleManager.php9 public $doctypes; variable in HTMLPurifier_HTMLModuleManager
78 $this->doctypes = new HTMLPurifier_DoctypeRegistry();
95 $this->doctypes->register(
/plugin/asciidocjs/node_modules/pug-code-gen/
DHISTORY.md9 - Update doctypes to 1.1.0
Dindex.js3 var doctypes = require('doctypes'); variable
168 this.doctype = doctypes[name.toLowerCase()] || '<!DOCTYPE ' + name + '>';
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.SafeIframe.txt10 This directive has no effect on strict doctypes, as iframes are not
DHTML.CoreModules.txt17 Certain modularized doctypes (XHTML, namely), have certain modules
DHTML.AllowedModules.txt9 to mucking about with the doctypes, you can quickly activate or
/plugin/asciidocjs/node_modules/pug/
DHistory.md290 * fix preserve case of custom doctypes