Searched refs:doctypes (Results 1 – 10 of 10) sorted by relevance
1 # doctypes chapter3 Shorthands for commonly used doctypes5 …ld Status](https://img.shields.io/travis/pugjs/doctypes/master.svg)](https://travis-ci.org/pugjs/d…6 [](https://www.npmjs.org/package/doctypes)10 npm install doctypes16 var doctypes = require('doctypes');18 assert(doctypes['html'] === '<!DOCTYPE html>');19 assert(doctypes['xml'] === '<?xml version="1.0" encoding="utf-8" ?>');
4 var doctypes = require('./'); variable6 assert(doctypes['html'] === '<!DOCTYPE html>');7 assert(doctypes['xml'] === '<?xml version="1.0" encoding="utf-8" ?>');
10 protected $doctypes; variable in HTMLPurifier_DoctypeRegistry60 $this->doctypes[$doctype->name] = $doctype;64 if (isset($this->doctypes[$alias])) {88 if (!isset($this->doctypes[$doctype])) {93 return $this->doctypes[$doctype];
9 public $doctypes; variable in HTMLPurifier_HTMLModuleManager78 $this->doctypes = new HTMLPurifier_DoctypeRegistry();95 $this->doctypes->register(
9 - Update doctypes to 1.1.0
3 var doctypes = require('doctypes'); variable168 this.doctype = doctypes[name.toLowerCase()] || '<!DOCTYPE ' + name + '>';
10 This directive has no effect on strict doctypes, as iframes are not
17 Certain modularized doctypes (XHTML, namely), have certain modules
9 to mucking about with the doctypes, you can quickly activate or
290 * fix preserve case of custom doctypes