Home
last modified time | relevance | path

Searched refs:handle_comment (Results 51 – 75 of 228) sorted by relevance

12345678910

/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/html/
H A Dparser.pyi17 def handle_comment(self, data: str) -> None: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/html/
H A Dparser.pyi17 def handle_comment(self, data: str) -> None: ...
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_equiv.py177 (mb, b"<!--", self.handle_comment),
216 def handle_comment(self): member in HTTPEquivParser
/dports/www/py-html5-parser/html5-parser-0.4.10/src/html5_parser/
H A Dencoding_parser.py188 dispatch = ((b"<!--", self.handle_comment), (b"<meta", self.handle_meta),
206 def handle_comment(self): member in EncodingParser
/dports/www/p5-HTML-Parser-Simple/HTML-Parser-Simple-2.02/lib/HTML/Parser/
H A DSimple.pm279 sub handle_comment method in HTML::Parser::Simple
457 $self -> handle_comment(substr($html, 0, ($offset + 3) ) );
/dports/devel/py-guppy3/guppy3-3.1.2/guppy/gsl/
H A DGsml.py43 def handle_comment(self, data): member in GsmlHandler
/dports/www/py-horizon/horizon-19.2.0/horizon/utils/
H A Dbabel_extract_angular.py118 def handle_comment(self, comment): member in AngularGettextHTMLParser
/dports/textproc/p5-XML-Reader/XML-Reader-0.67/t/
H A D0010_test_functions.t41 XML::Reader::handle_comment
/dports/devel/glib20/glib-2.70.4/gio/gdbus-2.0/codegen/
H A Dparser.py41 self._parser.CommentHandler = self.handle_comment
65 def handle_comment(self, data): member in DBusXMLParser
/dports/textproc/py-zpt/ZopePageTemplates/TAL/
H A DHTMLParser.py232 self.handle_comment(rawdata[i+4: j])
379 def handle_comment(self, data): member in HTMLParser
/dports/databases/py-sqlite3/Python-3.8.12/Lib/html/
H A Dparser.py285 self.handle_comment(rawdata[i+2:pos])
451 def handle_comment(self, data): member in HTMLParser
/dports/databases/py-gdbm/Python-3.8.12/Lib/html/
H A Dparser.py285 self.handle_comment(rawdata[i+2:pos])
451 def handle_comment(self, data): member in HTMLParser
/dports/lang/python310/Python-3.10.1/Lib/html/
H A Dparser.py284 self.handle_comment(rawdata[i+2:pos])
450 def handle_comment(self, data): member in HTMLParser
/dports/lang/python37/Python-3.7.12/Lib/html/
H A Dparser.py285 self.handle_comment(rawdata[i+2:pos])
451 def handle_comment(self, data): member in HTMLParser
/dports/lang/python38/Python-3.8.12/Lib/html/
H A Dparser.py285 self.handle_comment(rawdata[i+2:pos])
451 def handle_comment(self, data): member in HTMLParser
/dports/lang/python311/Python-3.11.0a3/Lib/html/
H A Dparser.py284 self.handle_comment(rawdata[i+2:pos])
443 def handle_comment(self, data): member in HTMLParser
/dports/lang/python-tools/Python-3.8.12/Lib/html/
H A Dparser.py285 self.handle_comment(rawdata[i+2:pos])
451 def handle_comment(self, data): member in HTMLParser
/dports/lang/python39/Python-3.9.9/Lib/html/
H A Dparser.py284 self.handle_comment(rawdata[i+2:pos])
450 def handle_comment(self, data): member in HTMLParser
/dports/graphics/darktable/darktable-3.6.1/tools/introspection/
H A Dscanner.pm187 sub handle_comment subroutine
295 handle_comment();
/dports/graphics/darktable38/darktable-3.8.0/tools/introspection/
H A Dscanner.pm187 sub handle_comment subroutine
295 handle_comment();
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DMouth.pm235 sub handle_comment { subroutine
276 \&handle_comment, # T_COMMENT
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A DHTMLParser.py263 self.handle_comment(rawdata[i+2:pos])
428 def handle_comment(self, data): member in HTMLParser
/dports/www/py-webunit/webunit-1.3.10/webunit/
H A DHTMLParser.py241 self.handle_comment(rawdata[i+4: j])
419 def handle_comment(self, data): member in HTMLParser
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/html/
H A Dparser.py285 self.handle_comment(rawdata[i+2:pos])
451 def handle_comment(self, data): member in HTMLParser
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dmlpatch.py95 def handle_comment(self, comment): member in MyParser

12345678910