Home
last modified time | relevance | path

Searched refs:handle_comment (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/devel/py-libcst/libcst-0.3.23/libcst/codemod/visitors/
H A D_gather_comments.py41 self.handle_comment(node)
46 self.handle_comment(node)
49 def handle_comment( member in GatherCommentsVisitor
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dhtml.py69 def handle_comment(data, comment_tags): function
70 if not hasattr(handle_comment, 'pat'):
71 handle_comment.pat = re.compile(r'''(?P<name>\S+)\s*=\s*%s''' % attr_pat)
72 for match in handle_comment.pat.finditer(data):
94 handle_comment(comment.text, comment_tags)
/dports/net/arataga/arataga-0.5.1/arataga/utils/
H A Dline_extractor.hpp47 handle_comment() noexcept in handle_comment() function in arataga::utils::line_extractor_t
119 handle_comment(); in get_next()
/dports/textproc/html-xml-utils/html-xml-utils-8.0/
H A Dhxclean.c43 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
92 set_comment_handler(handle_comment); in main()
H A Dhxcount.c100 void handle_comment(void *clientdata, string commenttext) {} in handle_comment() function
144 set_comment_handler(handle_comment); in main()
H A Dhxnsxml.c70 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
198 set_comment_handler(handle_comment); in main()
H A Dhxpipe.c149 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
257 set_comment_handler(handle_comment); in main()
H A Dhxprune.c67 static void handle_comment(void *clientdata, string commenttext) in handle_comment() function
178 set_comment_handler(handle_comment); in main()
H A Dhxname2id.c80 static void handle_comment(void *clientdata, string commenttext) in handle_comment() function
219 set_comment_handler(handle_comment); in main()
H A Dhxprintlinks.c107 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
232 set_comment_handler(handle_comment); in main()
H A Dhxremove.c124 static void handle_comment(void *clientdata, const string commenttext) in handle_comment() function
216 set_comment_handler(handle_comment); in main()
H A Dhxunxmlns.c73 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
197 set_comment_handler(handle_comment); in main()
H A Dhxaddid.c83 static void handle_comment(void *clientdata, string commenttext) in handle_comment() function
186 set_comment_handler(handle_comment); in main()
H A Dhxextract.c73 static void handle_comment(void *unused, const string commenttext) {} in handle_comment() function
190 set_comment_handler(handle_comment); in main()
H A Dhxxmlns.c185 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
264 set_comment_handler(handle_comment); in main()
H A Dhxselect.c227 static void handle_comment(void *clientdata, const string commenttext) in handle_comment() function
320 set_comment_handler(handle_comment); in main()
H A Dhxnum.c94 void handle_comment(void *clientdata, string commenttext) in handle_comment() function
255 set_comment_handler(handle_comment); in main()
/dports/textproc/confget/confget-release-3.0.2/python/src/confget/backend/
H A Dini.py107 def handle_comment( function
133 handle=handle_comment,
/dports/textproc/ekhtml/ekhtml-0.3.2/testsuite/
H A Dtester.c82 static void handle_comment(void *cbdata, ekhtml_string_t *str){ in handle_comment() function
129 ekhtml_parser_commentcb_set(ekparser, handle_comment); in main()
H A Dpyparser.py24 def handle_comment(self, comment): member in myparser
/dports/www/xist/ll-xist-5.34/src/ll/xist/
H A Dsgmlop.c196 PyObject* handle_comment; member
263 self->handle_comment = NULL; in _sgmlop_new()
312 VISIT(handle_comment); in _sgmlop_traverse()
336 CLEAR(handle_comment); in _sgmlop_clear()
375 GETCB(handle_comment, "handle_comment"); in _sgmlop_register()
1124 } else if (token == COMMENT && self->handle_comment) { in fastfeed()
1129 self->handle_comment, BUILDFORMAT, b, e-b in fastfeed()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/buildsystem/
H A Dpxdgen.py96 self.handle_comment(val)
130 self.handle_comment('\n'.join(comment_lines).rstrip())
132 def handle_comment(self, val): member in PXDGenerator
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dread-desktop.h64 void (*handle_comment) (struct desktop_reader_ty *pop, const char *s); member
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dread-desktop.h64 void (*handle_comment) (struct desktop_reader_ty *pop, const char *s); member
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dread-desktop.h64 void (*handle_comment) (struct desktop_reader_ty *pop, const char *s); member

12345678910