Home
last modified time | relevance | path

Searched refs:comment_chars (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/dports/net/cloud-init/cloud-init-21.4/cloudinit/distros/parsers/
H A D__init__.py8 def chop_comment(text, comment_chars): argument
9 comment_locations = [text.find(c) for c in comment_chars]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/ConfigFile-1.1.4/src/Data/ConfigFile/
H A DLexer.hs48 comment_chars :: CharParser st Char
49 comment_chars = oneOf "#;" function
60 comment_chars <?> "start of comment"
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/src/text/
H A Dmegaco_text_scanner.erl156 comment_chars(Rest, Line);
173 comment_chars([Char | Rest], Line) -> function
176 comment_chars(Rest, Line);
178 comment_chars(Rest, Line);
180 comment_chars(Rest, Line);
182 comment_chars(Rest, Line);
186 comment_chars(Rest, Line);
191 comment_chars([] = All, Line) -> function
201 comment_chars(Rest, Line);
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/examples/
H A Dsynstats.rs48 comment_chars: usize, field
71 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
98 stats.comment_chars += s.len(); in count_line()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/examples/
H A Dsynstats.rs48 comment_chars: usize, field
71 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
98 stats.comment_chars += s.len(); in count_line()
/dports/net/zerotier/ZeroTierOne-1.8.3/attic/historic/anode/libanode/impl/
H A Ddictionary.c110 const char *comment_chars, in AnodeDictionary_read() argument
128 if ((*line)&&((comment_chars)&&(!Anode_strchr(comment_chars,*line)))) { in AnodeDictionary_read()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/examples/
H A Dsynstats.rs50 comment_chars: usize, field
73 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
100 stats.comment_chars += s.len(); in count_line()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/examples/
H A Dsynstats.rs50 comment_chars: usize, field
73 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
100 stats.comment_chars += s.len(); in count_line()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/examples/
H A Dsynstats.rs48 comment_chars: usize, field
71 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
98 stats.comment_chars += s.len(); in count_line()
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/examples/
H A Dsynstats.rs48 comment_chars: usize, field
71 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
98 stats.comment_chars += s.len(); in count_line()
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/examples/
H A Dsynstats.rs48 comment_chars: usize, field
71 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
98 stats.comment_chars += s.len(); in count_line()
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/examples/
H A Dsynstats.rs48 comment_chars: usize, field
71 println!("Characters of comment: {:>6}", stats.comment_chars); in print_stats()
98 stats.comment_chars += s.len(); in count_line()
/dports/math/dsdp/DSDP5.8/matlab/
H A Dreadsdpa.m41 comment_chars = '*"='; variable
43 for i=1:length(comment_chars)
44 idx = findstr(tmpr,comment_chars(i));
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/infrastructure/
H A Dmakedistribution.pl.in7 my %comment_chars = ('cpp' => '// ', 'h' => '// ', 'pl' => '# ', 'pm' => '# ', '' => '# ');
184 if(exists $comment_chars{$ext} && $current_license ne "none")
201 my $b = $comment_chars{$ext};
/dports/textproc/py-nltk/nltk-3.4.1/nltk/parse/
H A Dutil.py197 def extract_test_sentences(string, comment_chars="#%;", encoding=None): argument
217 if sentence == '' or sentence[0] in comment_chars:
/dports/print/R-cran-knitr/knitr/R/
H A Dparser.R196 comment_chars = list( list
208 comment_chars = local({ globalVar
210 for (i in names(comment_chars)) {
211 chars = comment_chars[[i]]
230 char = comment_chars[[engine]] %n% '#'
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dcsv.php11 private $comment_chars = false; variable in CsvParser
49 $this->comment_chars = $s;
103 if ($this->comment_chars
104 && strpos($this->comment_chars, $line[0]) !== false) {
/dports/devel/py-iniparse/iniparse-0.5/iniparse/
H A Dini.py168 def change_comment_syntax(comment_chars='%;#', allow_rem=False): argument
169 comment_chars = re.sub(r'([\]\-\^])', r'\\\1', comment_chars)
170 regex = r'^(?P<csep>[%s]' % comment_chars
/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_parser.h194 int ccp4_parse_comments(CCP4PARSERARRAY *parsePtr, const char *comment_chars);

12345678910>>...26