Home
last modified time | relevance | path

Searched refs:short_comment (Results 1 – 11 of 11) sorted by relevance

/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dgitlog2changelog62 my $short_comment = "";
64 $short_comment = $1;
66 if ($short_comment =~ /:[ \t]|[^\(\[][:,\)\]][ \t]*$/ ||
67 $files_line_len + length($short_comment) > 78) {
/dports/japanese/w3m/w3m-2b59b9e/
H A Dgitlog2changelog62 my $short_comment = "";
64 $short_comment = $1;
66 if ($short_comment =~ /:[ \t]|[^\(\[][:,\)\]][ \t]*$/ ||
67 $files_line_len + length($short_comment) > 78) {
/dports/www/w3m/w3m-2b59b9e/
H A Dgitlog2changelog62 my $short_comment = "";
64 $short_comment = $1;
66 if ($short_comment =~ /:[ \t]|[^\(\[][:,\)\]][ \t]*$/ ||
67 $files_line_len + length($short_comment) > 78) {
/dports/www/w3m-img/w3m-2b59b9e/
H A Dgitlog2changelog62 my $short_comment = "";
64 $short_comment = $1;
66 if ($short_comment =~ /:[ \t]|[^\(\[][:,\)\]][ \t]*$/ ||
67 $files_line_len + length($short_comment) > 78) {
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A Dlua_parser.py105 short_comment = comment_intro + pp.restOfLine variable
107 lua_comment = long_comment | short_comment
/dports/emulators/mess/mame-mame0226/scripts/build/
H A Dmakedep.py242 def short_comment(self, text): member in LuaParser.Handler
340 self.handler.short_comment(line[pos:])
344 self.handler.short_comment(line)
586 handler.short_comment = short_comment_hook
/dports/emulators/mame/mame-mame0226/scripts/build/
H A Dmakedep.py242 def short_comment(self, text): member in LuaParser.Handler
340 self.handler.short_comment(line[pos:])
344 self.handler.short_comment(line)
586 handler.short_comment = short_comment_hook
/dports/devel/pegtl/PEGTL-3.0.0/src/example/pegtl/
H A Dlua53.hpp95 struct short_comment : tao::pegtl::until< tao::pegtl::eolf > {};
97 … : tao::pegtl::disable< tao::pegtl::two< '-' >, tao::pegtl::sor< long_string, short_comment > > {};
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/lang/
H A Dextract_json_strings.py962 short_comment = "(short name, optimal 1 symbol) " + comment
964 writestr(outfile, short_name, comment=short_comment)
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/lang/
H A Dextract_json_strings.py962 short_comment = "(short name, optimal 1 symbol) " + comment
964 writestr(outfile, short_name, comment=short_comment)
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dgraphics.c454 int16_t short_comment = 0x00A0; in PicComment() local
457 tag = (size) ? long_comment : short_comment; in PicComment()