/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | DoctypeRegistry.php | 22 * @param string $doctype Name of doctype or literal doctype object 32 $doctype, argument 49 if (!is_object($doctype)) { 50 $doctype = new HTMLPurifier_Doctype( 51 $doctype, 60 $this->doctypes[$doctype->name] = $doctype; 61 $name = $doctype->name; 63 foreach ($doctype->aliases as $alias) { 73 return $doctype; 80 * @param string $doctype Name of doctype [all …]
|
D | HTMLDefinition.php | 98 public $doctype; variable in HTMLPurifier_HTMLDefinition 221 $this->doctype = $this->manager->doctype;
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
D | DOMLex.php | 315 if (!empty($def->doctype->dtdPublic) || !empty($def->doctype->dtdSystem)) { 317 if (!empty($def->doctype->dtdPublic)) { 318 $ret .= 'PUBLIC "' . $def->doctype->dtdPublic . '" '; 320 if (!empty($def->doctype->dtdSystem)) { 321 $ret .= '"' . $def->doctype->dtdSystem . '" ';
|
/plugin/asciidocjs/node_modules/doctypes/ |
D | HISTORY.md | 6 - Update plist doctype 10 - Add property list doctype
|
/plugin/elasticsearch/action/ |
D | indexing.php | 178 * @param string $doctype 181 protected function updateIndexstate($id, $doctype = self::DOCTYPE_PAGE) argument 183 $indexStateFile = ($doctype === self::DOCTYPE_MEDIA) ? 195 public function deleteEntry($id, $doctype) argument 202 $documentId = $doctype . '_' . $id; 214 $stateFile = ($doctype === self::DOCTYPE_MEDIA) ?
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | filter.data.doctype.class.php | 9 $doctype = "<!DOCTYPE.*?>"; 18 if (preg_match("#^(?:\s*$xml_declaration\s*)?($doctype)#", $html, $matches)) {
|
/plugin/asciidocjs/node_modules/pug-code-gen/ |
D | index.js | 73 if (options.doctype) this.setDoctype(options.doctype); 168 this.doctype = doctypes[name.toLowerCase()] || '<!DOCTYPE ' + name + '>'; 169 this.terse = this.doctype.toLowerCase() == '<!doctype html>'; 170 this.xml = 0 == this.doctype.indexOf('<?xml'); 411 visitDoctype: function(doctype){ argument 412 if (doctype && (doctype.val || !this.doctype)) { 413 this.setDoctype(doctype.val || 'html'); 416 if (this.doctype) this.buffer(this.doctype);
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
D | HTMLDefinition.php | 40 $doctype = $this->def->doctype; 44 $ret .= $this->row('Name', $doctype->name); 45 $ret .= $this->row('XML', $doctype->xml ? 'Yes' : 'No'); 46 $ret .= $this->row('Default Modules', implode(', ', $doctype->modules)); 47 $ret .= $this->row('Default Tidy Modules', implode(', ', $doctype->tidyModules));
|
/plugin/asciidocjs/node_modules/pug/lib/ |
D | index.js | 178 doctype: options.doctype, property 247 doctype: options.doctype, property 295 doctype: options.doctype, property
|
/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/ |
D | options.js | 8 const doctype = args.doctype 32 console.log('doctype ' + doctype) 58 doctype, property
|
/plugin/pagecss/vendor/csstidy-2.2.1/ |
H A D | class.csstidy_print.php | 128 * @param string $doctype shorthand for the document type 136 public function formatted_page($doctype='html5', $externalcss=true, $title='', $lang='en') { argument 137 switch ($doctype) { 156 $output .= ( $doctype === 'xhtml1.1') ? '>' : ' lang="' . $lang . '">';
|
/plugin/jquery-syntax/jquery-syntax/base/ |
D | jquery.syntax.brush.html.css | 1 .syntax-theme-base .syntax .html .doctype {
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | HTML.CustomDoctype.txt | 7 A custom doctype for power-users who defined their own document
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
D | index.asciidoc | 4 :doctype: book
|
/plugin/combo/resources/theme/default/pages/templates/ |
D | app-edit.hbs | 1 <!doctype html>
|
D | app-search.hbs | 1 <!doctype html>
|
D | app-login.hbs | 1 <!doctype html>
|
D | blank.hbs | 1 <!doctype html>
|
D | app-diff.hbs | 1 <!doctype html>
|
D | app-revisions.hbs | 1 <!doctype html>
|
D | app-resendpwd.hbs | 1 <!doctype html>
|
D | app-register.hbs | 1 <!doctype html>
|
D | hamburger.hbs | 1 <!doctype html>
|
D | app-profile.hbs | 1 <!doctype html>
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ |
D | Class.php | 17 $name = $config->getDefinition('HTML')->doctype->name;
|