Home
last modified time | relevance | path

Searched refs:Parsing (Results 51 – 75 of 8886) sorted by relevance

12345678910>>...356

/dports/www/firefox-esr/firefox-91.8.0/servo/
H A Dmoz.build11 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
14 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
17 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
20 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
23 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
26 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
29 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
/dports/www/firefox/firefox-99.0/servo/
H A Dmoz.build11 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
14 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
17 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
20 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
23 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
26 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
29 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
/dports/mail/thunderbird/thunderbird-91.8.0/servo/
H A Dmoz.build11 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
14 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
17 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
20 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
23 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
26 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
29 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
/dports/lang/spidermonkey78/firefox-78.9.0/servo/
H A Dmoz.build11 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
14 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
17 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
20 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
23 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
26 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
29 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/url/
H A Da-element-origin-xhtml.xhtml.ini2 [Parsing origin: <http::b@www.example.com> against <about:blank>]
5 [Parsing origin: <https://0x.0x.0> against <about:blank>]
8 [Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
11 [Parsing origin: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
14 [Parsing origin: <http://999999999.> against <http://other.com/>]
17 [Parsing origin: <http://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DCombinators.hs60 , Parsing(..)
323 instance (Parsing m, MonadPlus m) => Parsing (Lazy.StateT s m) where
336 instance (Parsing m, MonadPlus m) => Parsing (Strict.StateT s m) where
349 instance (Parsing m, MonadPlus m) => Parsing (ReaderT e m) where
363 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Strict.WriterT w m) where
376 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Lazy.WriterT w m) where
389 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Lazy.RWST r w s m) where
402 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Strict.RWST r w s m) where
415 instance (Parsing m, Monad m) => Parsing (IdentityT m) where
452 instance Parsing B.Get where
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/parsers-0.12.10/src/Text/Parser/
H A DCombinators.hs60 , Parsing(..)
323 instance (Parsing m, MonadPlus m) => Parsing (Lazy.StateT s m) where
336 instance (Parsing m, MonadPlus m) => Parsing (Strict.StateT s m) where
349 instance (Parsing m, MonadPlus m) => Parsing (ReaderT e m) where
363 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Strict.WriterT w m) where
376 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Lazy.WriterT w m) where
389 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Lazy.RWST r w s m) where
402 instance (Parsing m, MonadPlus m, Monoid w) => Parsing (Strict.RWST r w s m) where
415 instance (Parsing m, Monad m) => Parsing (IdentityT m) where
452 instance Parsing B.Get where
[all …]
/dports/www/p5-CGI-Lite/CGI-Lite-3.03/t/
H A Dforms.t41 is ($cgi->is_error, 0, 'Parsing data with GET');
42 is ($form->{weather}, 'dull', 'Parsing scalar param with GET');
43 is (ref $form->{game}, 'ARRAY', 'Parsing array param with GET');
48 is ($cgi->is_error, 0, 'Parsing data into hash with GET');
54 is ($cgi->is_error, 0, 'Parsing data via class method with GET');
63 is ($cgi->is_error, 0, 'Parsing semicolon data with GET');
98 is ($cgi->is_error, 0, 'Parsing data with POST');
99 is ($form->{bar}, 'quux', 'Parsing scalar param with POST');
100 is (ref $form->{foo}, 'ARRAY', 'Parsing array param with POST');
104 is ($cgi->is_error, 0, 'Parsing data as hash with POST');
[all …]
/dports/lang/ocaml/ocaml-4.05.0/parsing/
H A Ddocstrings.ml279 let p1 = Parsing.symbol_start_pos () in
280 let p2 = Parsing.symbol_end_pos () in
289 let p1 = Parsing.rhs_start_pos pos1 in
290 let p2 = Parsing.rhs_end_pos pos2 in
300 mark_post_docs (Parsing.rhs_end_pos pos2)
303 get_info (Parsing.symbol_end_pos ())
306 get_info (Parsing.rhs_end_pos pos)
309 get_text (Parsing.symbol_start_pos ())
312 let pos = Parsing.symbol_start_pos () in
316 get_text (Parsing.rhs_start_pos pos)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/parsing/
H A Ddocstrings.ml279 let p1 = Parsing.symbol_start_pos () in
280 let p2 = Parsing.symbol_end_pos () in
289 let p1 = Parsing.rhs_start_pos pos1 in
290 let p2 = Parsing.rhs_end_pos pos2 in
300 mark_post_docs (Parsing.rhs_end_pos pos2)
303 get_info (Parsing.symbol_end_pos ())
306 get_info (Parsing.rhs_end_pos pos)
309 get_text (Parsing.symbol_start_pos ())
312 let pos = Parsing.symbol_start_pos () in
316 get_text (Parsing.rhs_start_pos pos)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Parser/
H A Dparsing.cpp20 Parsing::Parsing(AllCookedSources &allCooked) : allCooked_{allCooked} {} in Parsing() function in Fortran::parser::Parsing
21 Parsing::~Parsing() {} in ~Parsing()
23 const SourceFile *Parsing::Prescan(const std::string &path, Options options) { in Prescan()
98 void Parsing::EmitPreprocessedSource( in EmitPreprocessedSource()
186 void Parsing::DumpCookedChars(llvm::raw_ostream &out) const { in DumpCookedChars()
195 void Parsing::DumpProvenance(llvm::raw_ostream &out) const { in DumpProvenance()
199 void Parsing::DumpParsingLog(llvm::raw_ostream &out) const { in DumpParsingLog()
203 void Parsing::Parse(llvm::raw_ostream &out) { in Parse()
218 void Parsing::ClearLog() { log_.clear(); } in ClearLog()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/
H A Dmoz.build11 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
14 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
17 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
20 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
23 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
26 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/url/
H A Da-element-origin.html.ini2 [Parsing origin: <http::b@www.example.com> against <about:blank>]
5 [Parsing origin: <https://0x.0x.0> against <about:blank>]
8 [Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
11 [Parsing origin: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
14 [Parsing origin: <http://\x1f!"$&'()*+,-.;=_`{}~/> against <about:blank>]
H A Da-element-origin-xhtml.xhtml.ini2 [Parsing origin: <http::b@www.example.com> against <about:blank>]
5 [Parsing origin: <https://0x.0x.0> against <about:blank>]
8 [Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
11 [Parsing origin: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
14 [Parsing origin: <http://\x1f!"$&'()*+,-.;=_`{}~/> against <about:blank>]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/url/
H A Da-element-origin.html.ini2 [Parsing origin: <http::b@www.example.com> against <about:blank>]
5 [Parsing origin: <https://0x.0x.0> against <about:blank>]
8 [Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
11 [Parsing origin: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
14 [Parsing origin: <http://\x1f!"$&'()*+,-.;=_`{}~/> against <about:blank>]
H A Da-element-origin-xhtml.xhtml.ini2 [Parsing origin: <http::b@www.example.com> against <about:blank>]
5 [Parsing origin: <https://0x.0x.0> against <about:blank>]
8 [Parsing origin: <ssh://example.com/foo/bar.git> against <http://example.org/>]
11 [Parsing origin: <wss://!"$&'()*+,-.;=_`{}~/> against <about:blank>]
14 [Parsing origin: <http://\x1f!"$&'()*+,-.;=_`{}~/> against <about:blank>]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/ui/app/src/
H A DParsing.elm1 module Parsing exposing (urlParser) module
7 import Views.AlertList.Parsing exposing (alertsParser)
8 import Views.SilenceForm.Parsing exposing (silenceFormEditParser, silenceFormNewParser)
9 import Views.SilenceList.Parsing exposing (silenceListParser)
10 import Views.SilenceView.Parsing exposing (silenceViewParser)
11 import Views.Status.Parsing exposing (statusParser)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/ui/app/src/
H A DParsing.elm1 module Parsing exposing (routeParser, urlParser) module
7 import Views.AlertList.Parsing exposing (alertsParser)
8 import Views.SilenceForm.Parsing exposing (silenceFormEditParser, silenceFormNewParser)
9 import Views.SilenceList.Parsing exposing (silenceListParser)
10 import Views.SilenceView.Parsing exposing (silenceViewParser)
11 import Views.Status.Parsing exposing (statusParser)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/ui/app/src/
H A DParsing.elm1 module Parsing exposing (urlParser) module
7 import Views.AlertList.Parsing exposing (alertsParser)
8 import Views.SilenceForm.Parsing exposing (silenceFormEditParser, silenceFormNewParser)
9 import Views.SilenceList.Parsing exposing (silenceListParser)
10 import Views.SilenceView.Parsing exposing (silenceViewParser)
11 import Views.Status.Parsing exposing (statusParser)
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/
H A Dmoz.build87 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
91 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
97 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
99 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
113 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
117 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
121 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
129 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
133 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
141 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/
H A Dmoz.build87 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
91 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
97 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
99 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
113 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
117 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
121 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
129 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
133 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
141 BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
[all …]
/dports/sysutils/munin-common/munin-2.0.67/node/t/
H A Dmunin_node_config.t35 is_deeply(\@res, [fqdn => 'foo'], 'Parsing host name');
40 'Parsing invalid host name gives no error');
49 is_deeply(\@res, [defuser => $UID], 'Parsing default user name');
52 is_deeply(\@res, [defuser => $UID], 'Parsing default user ID');
65 is_deeply(\@res, [defgroup => $gid], 'Parsing default group');
75 is_deeply(\@res, [paranoia => 0], 'Parsing paranoia');
82 is_deeply(\@res, [], 'Parsing: allow is ignored');
87 is_deeply(\@res, [], 'Parsing: deny is ignored');
94 is_deeply(\@res, [tls => 'paranoid'], 'Parsing tls');
163 is_deeply($conf, $expected, "Parsing a test config");
[all …]
/dports/sysutils/munin-master/munin-2.0.67/node/t/
H A Dmunin_node_config.t35 is_deeply(\@res, [fqdn => 'foo'], 'Parsing host name');
40 'Parsing invalid host name gives no error');
49 is_deeply(\@res, [defuser => $UID], 'Parsing default user name');
52 is_deeply(\@res, [defuser => $UID], 'Parsing default user ID');
65 is_deeply(\@res, [defgroup => $gid], 'Parsing default group');
75 is_deeply(\@res, [paranoia => 0], 'Parsing paranoia');
82 is_deeply(\@res, [], 'Parsing: allow is ignored');
87 is_deeply(\@res, [], 'Parsing: deny is ignored');
94 is_deeply(\@res, [tls => 'paranoid'], 'Parsing tls');
163 is_deeply($conf, $expected, "Parsing a test config");
[all …]
/dports/sysutils/munin-node/munin-2.0.67/node/t/
H A Dmunin_node_config.t35 is_deeply(\@res, [fqdn => 'foo'], 'Parsing host name');
40 'Parsing invalid host name gives no error');
49 is_deeply(\@res, [defuser => $UID], 'Parsing default user name');
52 is_deeply(\@res, [defuser => $UID], 'Parsing default user ID');
65 is_deeply(\@res, [defgroup => $gid], 'Parsing default group');
75 is_deeply(\@res, [paranoia => 0], 'Parsing paranoia');
82 is_deeply(\@res, [], 'Parsing: allow is ignored');
87 is_deeply(\@res, [], 'Parsing: deny is ignored');
94 is_deeply(\@res, [tls => 'paranoid'], 'Parsing tls');
163 is_deeply($conf, $expected, "Parsing a test config");
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html5ever-0.13.1/src/
H A Ddriver.rs161 Parsing { enumerator
173 BytesParserState::Parsing { ref decoder } => decoder.inner_sink(), in str_parser()
183 BytesParserState::Parsing { ref mut decoder } => decoder.inner_sink_mut(), in str_parser_mut()
195 if let BytesParserState::Parsing { ref mut decoder } = self.state { in process_unicode()
205 if let BytesParserState::Parsing { ref mut decoder } = self.state { in process_unicode()
211 BytesParserState::Parsing { .. } | BytesParserState::Transient => unreachable!(), in process_unicode()
220 self.state = BytesParserState::Parsing { decoder: decoder } in start_parsing()
226 if let &mut BytesParserState::Parsing { ref mut decoder } = &mut self.state { in process()
235 BytesParserState::Parsing { .. } | BytesParserState::Transient => unreachable!(), in process()
251 BytesParserState::Parsing { ref mut decoder } => decoder.error(desc), in error()
[all …]

12345678910>>...356