Home
last modified time | relevance | path

Searched refs:strip_comment (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/elinks/elinks-0.11.7/doc/tools/
H A Dconf2doc10 strip_comment()
62 section_title=$(strip_comment "$line")
69 config_default=$(strip_comment "$line" | sed 's/Default://')
76 line=$(strip_comment "$line")
/dports/textproc/py-pybtex/pybtex-0.24.0/pybtex/bibtex/
H A Dbst.py56 def strip_comment(line): function
158 bst = '\n'.join(strip_comment(line.rstrip()) for line in stream)
163 bst = '\n'.join(strip_comment(line) for line in bst_string.splitlines())
/dports/mail/nocc/nocc-1.9.10/classes/
H A Dclass_send.php254 … $ev = @mail($rcpt_to, $this->subject, '', $mime, '-f' . $this->strip_comment($this->from));
283 $smtp->from = $this->strip_comment($this->from);
340 $array[$i] = $this->strip_comment($array[$i]);
353 private function strip_comment($address) { function in mime_mail
/dports/textproc/p5-SGML-DTDParse/SGML-DTDParse-2.00/lib/SGML/DTDParse/
H A DCatalog.pm359 sub strip_comment { subroutine
374 $entity = &strip_comment($');
378 $entity = &strip_comment($');
/dports/textproc/dtdparse/SGML-DTDParse-2.00/lib/SGML/DTDParse/
H A DCatalog.pm359 sub strip_comment { subroutine
374 $entity = &strip_comment($');
378 $entity = &strip_comment($');
/dports/net-mgmt/pads/pads-1.2/src/
H A Dutil.h40 void strip_comment (char *string);
/dports/mail/mailagent/mailagent-9a14a15/agent/filter/
H A Dparser.c162 private void strip_comment(); /* Strip trailing comment in config line */
720 strip_comment(path); /* Remove trailing comment */
724 private void strip_comment(line) in strip_comment() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Dcstringutil.h73 void strip_comment(char* line);
/dports/emulators/aranym/aranym-1.1.0/src/include/
H A Dcfgopts.h62 char * strip_comment(char *);
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/makeseg/
H A Dmakeseg457 ($_,$comment)=&strip_comment($_);
609 ($_,$comment)=&strip_comment($_);
752 ($_,$comment)=&strip_comment($_);
761 ($_,$comment)=&strip_comment($_);
1025 ($line,$comment)=&strip_comment($line);
1140 sub strip_comment {
1155 ($_,$comment)=&strip_comment($_);
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/makeseg/
H A Dmakeseg457 ($_,$comment)=&strip_comment($_);
609 ($_,$comment)=&strip_comment($_);
752 ($_,$comment)=&strip_comment($_);
761 ($_,$comment)=&strip_comment($_);
1025 ($line,$comment)=&strip_comment($line);
1140 sub strip_comment {
1155 ($_,$comment)=&strip_comment($_);
/dports/textproc/latex2html/latex2html-2016/makeseg/
H A Dmakeseg457 ($_,$comment)=&strip_comment($_);
609 ($_,$comment)=&strip_comment($_);
752 ($_,$comment)=&strip_comment($_);
761 ($_,$comment)=&strip_comment($_);
1025 ($line,$comment)=&strip_comment($line);
1140 sub strip_comment {
1155 ($_,$comment)=&strip_comment($_);
/dports/devel/elixir-tzdata/tzdata-0.5.19/lib/tzdata/
H A Dtable_parser.ex16 |> Stream.map(&(strip_comment(&1))) # Strip comments at line end. Like this comment.
H A Dleap_sec_parser.ex21 |> Stream.map(&(strip_comment(&1))) # Strip comments at line end. Like this comment.
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dm_io_tools.F90559 logical,optional,intent(in) :: strip_comment local
569 do_strip = .True.; if (present(strip_comment)) do_strip = strip_comment
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/api_gen/
H A Dgl_gen.erl213 strip_comment(string:strip(Val)) ++ extract_def2(R);
227 strip_comment("/*" ++ Rest) -> function
229 strip_comment("//" ++ _) -> []; function
230 strip_comment([H|R]) -> [H | strip_comment(R)]; function
231 strip_comment([]) -> []. function
234 strip_comment(Rest);
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/api_gen/
H A Dgl_gen.erl213 strip_comment(string:strip(Val)) ++ extract_def2(R);
227 strip_comment("/*" ++ Rest) -> function
229 strip_comment("//" ++ _) -> []; function
230 strip_comment([H|R]) -> [H | strip_comment(R)]; function
231 strip_comment([]) -> []. function
234 strip_comment(Rest);
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/api_gen/
H A Dgl_gen.erl213 strip_comment(string:strip(Val)) ++ extract_def2(R);
227 strip_comment("/*" ++ Rest) -> function
229 strip_comment("//" ++ _) -> []; function
230 strip_comment([H|R]) -> [H | strip_comment(R)]; function
231 strip_comment([]) -> []. function
234 strip_comment(Rest);
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgl_gen.erl214 strip_comment(string:strip(Val)) ++ extract_def2(R);
228 strip_comment("/*" ++ Rest) -> function
230 strip_comment("//" ++ _) -> []; function
231 strip_comment([H|R]) -> [H | strip_comment(R)]; function
232 strip_comment([]) -> []. function
235 strip_comment(Rest);
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgl_gen.erl214 strip_comment(string:strip(Val)) ++ extract_def2(R);
228 strip_comment("/*" ++ Rest) -> function
230 strip_comment("//" ++ _) -> []; function
231 strip_comment([H|R]) -> [H | strip_comment(R)]; function
232 strip_comment([]) -> []. function
235 strip_comment(Rest);
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgl_gen.erl214 strip_comment(string:strip(Val)) ++ extract_def2(R);
228 strip_comment("/*" ++ Rest) -> function
230 strip_comment("//" ++ _) -> []; function
231 strip_comment([H|R]) -> [H | strip_comment(R)]; function
232 strip_comment([]) -> []. function
235 strip_comment(Rest);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/api_gen/
H A Dgl_gen.erl214 strip_comment(string:strip(Val)) ++ extract_def2(R);
228 strip_comment("/*" ++ Rest) -> function
230 strip_comment("//" ++ _) -> []; function
231 strip_comment([H|R]) -> [H | strip_comment(R)]; function
232 strip_comment([]) -> []. function
235 strip_comment(Rest);
/dports/devel/elixir-tzdata/tzdata-0.5.19/test/
H A Dtz_parser_test.exs44 assert Tzdata.Util.strip_comment(line) == "6:30 - MMT\n"
/dports/science/gromacs/gromacs-2021.4/src/gromacs/topology/
H A Dresiduetypes.cpp90 strip_comment(line); in ResidueType()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/
H A D08_sass_to_scss.t182 is ($r, $expect, "Handle \"strip_comment\" option (10)");
183 is ($err, undef, "Handle \"strip_comment\" option (10)");
391 is ($r, $expect, "Handle \"strip_comment\" option");
392 is ($err, undef, "Handle \"strip_comment\" option");

123