Lines Matching defs:content

35 function xmlwriter_write_element(XMLWriter $writer, string $name, ?string $content = null): bool {}
37 …LWriter $writer, ?string $prefix, string $name, ?string $namespace, ?string $content = null): bool…
43 function xmlwriter_write_pi(XMLWriter $writer, string $target, string $content): bool {}
49 function xmlwriter_write_cdata(XMLWriter $writer, string $content): bool {}
51 function xmlwriter_text(XMLWriter $writer, string $content): bool {}
53 function xmlwriter_write_raw(XMLWriter $writer, string $content): bool {}
59 function xmlwriter_write_comment(XMLWriter $writer, string $content): bool {}
65 …, string $name, ?string $publicId = null, ?string $systemId = null, ?string $content = null): bool…
71 function xmlwriter_write_dtd_element(XMLWriter $writer, string $name, string $content): bool {}
77 function xmlwriter_write_dtd_attlist(XMLWriter $writer, string $name, string $content): bool {}
83 function xmlwriter_write_dtd_entity(XMLWriter $writer, string $name, string $content, bool $isParam…
187 public function writeElement(string $name, ?string $content = null): bool {}
193 …n writeElementNs(?string $prefix, string $name, ?string $namespace, ?string $content = null): bool…
211 public function writePi(string $target, string $content): bool {}
229 public function writeCdata(string $content): bool {}
235 public function text(string $content): bool {}
241 public function writeRaw(string $content): bool {}
259 public function writeComment(string $content): bool {}
277 …d(string $name, ?string $publicId = null, ?string $systemId = null, ?string $content = null): bool…
295 public function writeDtdElement(string $name, string $content): bool {}
313 public function writeDtdAttlist(string $name, string $content): bool {}
331 …public function writeDtdEntity(string $name, string $content, bool $isParam = false, ?string $publ…