Home
last modified time | relevance | path

Searched refs:doctypeName (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/dports/www/drupal8/drupal-8.9.20/vendor/masterminds/html5/src/HTML5/Parser/
H A DTokenizer.php707 $doctypeName = '';
712 $doctypeName .= UTF8::FFFD;
717 $doctypeName = $this->scanner->charsUntil($stop);
719 $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
733 if (strlen($doctypeName) == 0) {
735 $this->events->doctype($doctypeName, 0, null, true);
739 $this->events->doctype($doctypeName);
761 $this->events->doctype($doctypeName, $type, $id, true);
768 $this->events->doctype($doctypeName, $type, $id, false);
777 $this->events->doctype($doctypeName, $type, $id, true);
[all …]
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlassociatedtd.cpp92 const XML_Char *doctypeName, in startdoctypehandler() argument
101 associate ( d, doctypeName ); in startdoctypehandler()
112 void XmlAssociateDtd::associate ( DtdData *d, const char *doctypeName ) in associate() argument
117 d->buffer += doctypeName; in associate()
H A Dxmlassociatedtd.h67 const XML_Char *doctypeName,
72 static void associate ( DtdData *d, const char *doctypeName );
H A Dxmltextinfo.cpp43 , const XML_Char *doctypeName in startdoctypehandler() argument
51 pThis->mDocTypeName = wxString::FromUTF8 ( doctypeName ); in startdoctypehandler()
H A Dxmltextinfo.h38 , const XML_Char *doctypeName
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/remex-html/RemexHtml/DOM/
H A DDOMBuilder.php16 public $doctypeName; variable in RemexHtml\\DOM\\DOMBuilder
107 * @param string|null $doctypeName
115 string $doctypeName = null, argument
120 if ( $doctypeName === '' ) {
123 } elseif ( $doctypeName === null ) {
126 $doctype = $impl->createDocumentType( $doctypeName, $public, $system );
285 $this->doctypeName = $name;
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/remex-html/RemexHtml/DOM/
H A DDOMBuilder.php16 public $doctypeName; variable in RemexHtml\\DOM\\DOMBuilder
107 * @param string|null $doctypeName
115 string $doctypeName = null, argument
120 if ( $doctypeName === '' ) {
123 } elseif ( $doctypeName === null ) {
126 $doctype = $impl->createDocumentType( $doctypeName, $public, $system );
287 $this->doctypeName = $name;
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/masterminds/html5/src/HTML5/Parser/
H A DTokenizer.php770 $doctypeName = $this->scanner->charsUntil($stop);
772 $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
779 $this->events->doctype($doctypeName, EventHandler::DOCTYPE_NONE, null, true);
787 if (0 == strlen($doctypeName)) {
789 $this->events->doctype($doctypeName, 0, null, true);
794 $this->events->doctype($doctypeName);
810 $this->events->doctype($doctypeName, $type, $pub, false);
818 $this->events->doctype($doctypeName, $type, $id, true);
826 $this->events->doctype($doctypeName, $type, $id, false);
836 $this->events->doctype($doctypeName, $type, $id, true);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/masterminds/html5/src/HTML5/Parser/
H A DTokenizer.php770 $doctypeName = $this->scanner->charsUntil($stop);
772 $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
779 $this->events->doctype($doctypeName, EventHandler::DOCTYPE_NONE, null, true);
787 if (0 == strlen($doctypeName)) {
789 $this->events->doctype($doctypeName, 0, null, true);
794 $this->events->doctype($doctypeName);
810 $this->events->doctype($doctypeName, $type, $pub, false);
818 $this->events->doctype($doctypeName, $type, $id, true);
826 $this->events->doctype($doctypeName, $type, $id, false);
836 $this->events->doctype($doctypeName, $type, $id, true);
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/masterminds/html5/src/HTML5/Parser/
H A DTokenizer.php770 $doctypeName = $this->scanner->charsUntil($stop);
772 $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
779 $this->events->doctype($doctypeName, EventHandler::DOCTYPE_NONE, null, true);
787 if (0 == strlen($doctypeName)) {
789 $this->events->doctype($doctypeName, 0, null, true);
794 $this->events->doctype($doctypeName);
810 $this->events->doctype($doctypeName, $type, $pub, false);
818 $this->events->doctype($doctypeName, $type, $id, true);
826 $this->events->doctype($doctypeName, $type, $id, false);
836 $this->events->doctype($doctypeName, $type, $id, true);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/masterminds/html5/src/HTML5/Parser/
H A DTokenizer.php770 $doctypeName = $this->scanner->charsUntil($stop);
772 $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
779 $this->events->doctype($doctypeName, EventHandler::DOCTYPE_NONE, null, true);
787 if (0 == strlen($doctypeName)) {
789 $this->events->doctype($doctypeName, 0, null, true);
794 $this->events->doctype($doctypeName);
810 $this->events->doctype($doctypeName, $type, $pub, false);
818 $this->events->doctype($doctypeName, $type, $id, true);
826 $this->events->doctype($doctypeName, $type, $id, false);
836 $this->events->doctype($doctypeName, $type, $id, true);
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/masterminds/html5/src/HTML5/Parser/
H A DTokenizer.php770 $doctypeName = $this->scanner->charsUntil($stop);
772 $doctypeName = strtolower(strtr($doctypeName, "\0", UTF8Utils::FFFD));
779 $this->events->doctype($doctypeName, EventHandler::DOCTYPE_NONE, null, true);
787 if (0 == strlen($doctypeName)) {
789 $this->events->doctype($doctypeName, 0, null, true);
794 $this->events->doctype($doctypeName);
810 $this->events->doctype($doctypeName, $type, $pub, false);
818 $this->events->doctype($doctypeName, $type, $id, true);
826 $this->events->doctype($doctypeName, $type, $id, false);
836 $this->events->doctype($doctypeName, $type, $id, true);
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/remex-html/src/DOM/
H A DDOMBuilder.php24 public $doctypeName; variable in Wikimedia\\RemexHtml\\DOM\\DOMBuilder
147 * @param string|null $doctypeName
155 string $doctypeName = null, argument
160 if ( $doctypeName === '' ) {
163 } elseif ( $doctypeName === null ) {
166 $doctype = $impl->createDocumentType( $doctypeName, $public, $system );
333 $this->doctypeName = $name;
/dports/textproc/xmlppm/xmlppm-0.98.3/src/
H A DPrintSax.cpp272 const XML_Char * doctypeName, in printStartDoctypeDecl() argument
282 doctypeName, pubid, sysid); in printStartDoctypeDecl()
284 ifprintf (file, "<!DOCTYPE %s SYSTEM \"%s\"", doctypeName, sysid); in printStartDoctypeDecl()
287 ifprintf (file, "<!DOCTYPE %s", doctypeName); in printStartDoctypeDecl()
H A DDecodeSax.cpp525 char *doctypeName; in decodeDTD() local
529 doctypeName = readString (state->eltPPM); in decodeDTD()
531 if (doctypeName != NULL) in decodeDTD()
537 printStartDoctypeDecl (state->ifile, doctypeName, in decodeDTD()
539 free(doctypeName); in decodeDTD()
H A Dxmlunppm.cpp532 char *doctypeName; in expandDTD() local
536 doctypeName = readString (state->eltPPM); in expandDTD()
538 if (doctypeName != NULL) in expandDTD()
544 printStartDoctypeDecl (state->ifile, doctypeName, in expandDTD()
546 free(doctypeName); in expandDTD()
/dports/graphics/exiv2/exiv2-0.27.5-Source/xmpsdk/src/
H A DExpatAdapter.cpp60 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName,
484 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName, in StartDoctypeDeclHandler() argument
487 IgnoreParam(doctypeName); in StartDoctypeDeclHandler()
497 fprintf ( thiz->parseLog, "DocType: \"%s\"\n", doctypeName ); in StartDoctypeDeclHandler()
/dports/textproc/domc/domc-0.8.0/tests/jnk/
H A Derr.c22 doctype_start_fn(void *userData, const XML_Char *doctypeName, const XML_Char *sysid, in doctype_start_fn() argument
25 printf("DOCTYPE %s [\n", doctypeName); in doctype_start_fn()
/dports/textproc/exempi/exempi-2.5.2/XMPCore/source/
H A DExpatAdapter.cpp57 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName,
507 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName, in StartDoctypeDeclHandler() argument
517 fprintf ( thiz->parseLog, "DocType: \"%s\"\n", doctypeName ); in StartDoctypeDeclHandler()
520 IgnoreParam(doctypeName); in StartDoctypeDeclHandler()
/dports/textproc/libparsifal/libparsifal-1.1.0/samples/canonxml/
H A Dcanonxml.c17 char doctypeName[256]; member
105 StartDTD(UserData, ((CANONXMLPARSER*)UserData)->doctypeName, NULL, NULL, 1); in NotationDecl()
151 strcpy(((CANONXMLPARSER*)UserData)->doctypeName, name); in StartDTDforNotationDecl()
/dports/lang/seed7/seed7/lib/
H A Dhtmldom.s7i38 var string: doctypeName is "";
55 return document.doctypeName;
213 document.doctypeName := symbol[2 ..];
225 document.doctypeName := "!DOCTYPE";
270 write(outFile, "<" <& document.doctypeName);
/dports/textproc/wbxml2/libwbxml-libwbxml-0.11.7/src/
H A Dwbxml_tree_clb_xml.h70 void wbxml_tree_clb_xml_doctype_decl(void *ctx, const XML_Char *doctypeName,
/dports/www/tdom/tdom-0.9.1/extensions/tnc/
H A Dtnc.c63 char *doctypeName; /* From DOCTYPE declaration */ member
343 const char *doctypeName, in TncStartDoctypeDeclHandler() argument
354 tncdata->doctypeName = tdomstrdup (doctypeName); in TncStartDoctypeDeclHandler()
1873 if (!tncdata->doctypeName) { in TncElementStartCommand()
1879 if (strcmp (tncdata->doctypeName, name) != 0) { in TncElementStartCommand()
2447 if (!tncdata->doctypeName) { in tnc_ValidateObjCmd()
2461 if (strcmp (tncdata->doctypeName, node->nodeName) != 0) { in tnc_ValidateObjCmd()
2647 if (tncdata->doctypeName) { in FreeTncData()
2648 FREE (tncdata->doctypeName); in FreeTncData()
2686 tncdata->doctypeName = NULL; in TncResetProc()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPCore/
H A DExpatAdapter.cpp58 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName,
482 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName, in StartDoctypeDeclHandler() argument
492 fprintf ( thiz->parseLog, "DocType: \"%s\"\n", doctypeName ); in StartDoctypeDeclHandler()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/xmpsdk/src/
H A DExpatAdapter.cpp60 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName,
484 static void StartDoctypeDeclHandler ( void * userData, XMP_StringPtr doctypeName, in StartDoctypeDeclHandler() argument
494 fprintf ( thiz->parseLog, "DocType: \"%s\"\n", doctypeName ); in StartDoctypeDeclHandler()

12345678910>>...13