Home
last modified time | relevance | path

Searched defs:parse_line (Results 1 – 25 of 890) sorted by relevance

12345678910>>...36

/dports/devel/elixir-hex/hex-1.0.1/lib/hex/netrc/
H A Dparser.ex32 defp parse_line(_, :parse_error), do: :parse_error function
34 defp parse_line(["machine", host], {machines, nil}) do function
38 defp parse_line(["machine", next_host], {machines, %{username: _, password: _} = current}) do function
43 defp parse_line(["login", username], {machines, %{} = current}) do function
47 defp parse_line(["password", password], {machines, %{} = current}) do function
51 defp parse_line(_line, _parse_state), do: :parse_error function
/dports/security/erlang-jose/erlang-jose-1.11.1/test/cavp_SUITE_data/
H A Dfips_testvector.erl76 parse_line(<< $#, _/binary >>) -> function
78 parse_line(<< $\s, Rest/binary >>) -> function
80 parse_line(<< $\t, Rest/binary >>) -> function
82 parse_line(<< $[, Rest/binary >>) -> function
84 parse_line(<<>>) -> function
86 parse_line(Rest) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/test/cavp_SUITE_data/
H A Dfips_testvector.erl76 parse_line(<< $#, _/binary >>) -> function
78 parse_line(<< $\s, Rest/binary >>) -> function
80 parse_line(<< $\t, Rest/binary >>) -> function
82 parse_line(<< $[, Rest/binary >>) -> function
84 parse_line(<<>>) -> function
86 parse_line(Rest) -> function
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_http_common.erl623 parse_line("http/1.1 " ++ TailLine, Http, _Host )-> function
625 parse_line("http/1.0 " ++ TailLine, Http, _Host)-> function
628 parse_line("content-length: "++Tail, Http, _Host) when hd(Tail) /= $\s -> function
633 parse_line("content-length: "++Tail, Http, _Host)-> % multiple white spaces function
637 parse_line("connection: close"++_Tail, Http, _Host)-> function
640 parse_line("content-encoding: "++Tail, Http=#http{compressed={Prev,_}}, _Host)-> function
643 parse_line("transfer-encoding:"++Tail, Http, _Host)-> function
652 parse_line("set-cookie: "++Tail, Http=#http{cookie=PrevCookies}, Host)-> function
656 parse_line("proxy-connection: keep-alive"++_Tail, Http, _Host)-> function
658 parse_line("connection: Keep-Alive"++_Tail, Http, _Host)-> function
[all …]
/dports/devel/p5-Forest/Forest-0.10/lib/Forest/Tree/Reader/
H A DSimpleTextFile.pm35 sub parse_line { $_[0]->parser->(@_) } method in Forest::Tree::Reader::SimpleTextFile
/dports/devel/p5-Forest/Forest-0.10/lib/Forest/Tree/Builder/
H A DSimpleTextFile.pm39 sub parse_line { $_[0]->parser->(@_) } method in Forest::Tree::Builder::SimpleTextFile
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/cowlib/src/
H A Dcow_sse.erl100 parse_line(<<>>, State) -> function
103 parse_line(<< $:, _/bits >>, State) -> function
106 parse_line(Line, State) -> function
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/build-aux/vcstocl/
H A Dfrontend_c.py144 def parse_line(self, cur, op, loc, code, macros): member in ExprParser
153 def parse_line(self, cur, op, loc, code, macros): member in FuncParser
184 def parse_line(self, cur, op, loc, code, macros): member in CompositeParser
229 def parse_line(self, cur, op, loc, code, macros): member in AssignParser
278 def parse_line(self, cur, op, loc, code, macros): member in DeclParser
312 def parse_line(self, cur, op, loc, code, macros): member in MacroParser
584 def parse_line(self, loc, code, start = ''): member in Frontend
/dports/irc/cgiirc/cgiirc-0.5.12/interfaces/interface-make/
H A Dmake-js-interfaces.pl25 sub parse_line { subroutine
/dports/net-mgmt/sysmon/sysmon-0.93/misc/
H A Dconvert-old-to-new.pl62 sub parse_line { subroutine
/dports/x11/mlterm/mlterm-3.9.1/encodefilter/util/
H A Ducs_property.pl5 sub parse_line($) subroutine
/dports/devel/p5-Test-Parser/Test-Parser-1.9/lib/Test/Parser/
H A Dffsb.pm82 sub parse_line { subroutine
H A Dltp.pm82 sub parse_line { subroutine
H A Dcthon.pm82 sub parse_line { subroutine
H A Dlhcs_regression.pm82 sub parse_line { subroutine
H A Dnewpynfs.pm80 sub parse_line { subroutine
H A DDbench.pm95 sub parse_line { subroutine
H A DSysbenchFileIO.pm97 sub parse_line { subroutine
H A DSysbenchCPU.pm96 sub parse_line { subroutine
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/
H A Dgas-preprocessor.pl177 sub parse_line { subroutine
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/tools/
H A Dgas-preprocessor.pl177 sub parse_line { subroutine
/dports/games/retroarch/RetroArch-1.9.7/tools/
H A Dgas-preprocessor.pl177 sub parse_line { subroutine
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/tools/
H A Dgas-preprocessor.pl177 sub parse_line { subroutine
/dports/deskutils/vit/vit-1.2/
H A Dcolor.pl19 sub parse_line { subroutine
/dports/textproc/p5-RDF-Trine/RDF-Trine-1.019/lib/RDF/Trine/Parser/
H A DLineProtocol.pm72 sub parse_line { subroutine

12345678910>>...36