Home
last modified time | relevance | path

Searched refs:UA (Results 101 – 125 of 6301) sorted by relevance

12345678910>>...253

/dports/www/p5-HTTP-Simple/HTTP-Simple-0.004/lib/HTTP/
H A DSimple.pm22 our $UA = HTTP::Tiny->new(agent => "HTTP::Simple/$VERSION");
38 my $res = $UA->get($url);
46 my $res = $UA->get($url);
54 my $res = $UA->head($url);
62 my $res = $UA->get($url, {data_callback => sub { print $_[0] }});
70 my $res = $UA->get($url, {data_callback => sub { print {$temp} $_[0] }});
80 my $res = $UA->mirror($url, $file);
88 my $res = $UA->post_form($url, $form);
99 my $res = $UA->post($url, \%options);
112 my $res = $UA->post($url, \%options);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/runner/
H A Dreport.py140 for UA, filename in pairs:
142 rv[UA] = json.load(f)
158 for UA, results in iteritems(data):
180 "harness": {UA: (None, None) for UA in UAs},
186 for UA, results in iteritems(data):
193 name: {UA: (None, None) for UA in UAs} for name in tests[id]
196 result["harness"][UA] = (test_data["status"], test_data["message"])
198 result["subtests"][subtest["name"]][UA] = (subtest["status"],
257 for UA, (status, message) in sorted(result["harness"].items())],
265 for UA, (status, message) in sorted(subtest_result.items())],
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/runner/
H A Dreport.py142 for UA, filename in pairs:
144 rv[UA] = json.load(f)
160 for UA, results in data.iteritems():
182 "harness": dict((UA, (None, None)) for UA in UAs),
188 for UA, results in data.iteritems():
195 (name, dict((UA, (None, None)) for UA in UAs)) for name in tests[id]
198 result["harness"][UA] = (test_data["status"], test_data["message"])
200 result["subtests"][subtest["name"]][UA] = (subtest["status"],
259 for UA, (status, message) in sorted(result["harness"].items())],
267 for UA, (status, message) in sorted(subtest_result.items())],
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/runner/
H A Dreport.py140 for UA, filename in pairs:
142 rv[UA] = json.load(f)
158 for UA, results in iteritems(data):
180 "harness": {UA: (None, None) for UA in UAs},
186 for UA, results in iteritems(data):
193 name: {UA: (None, None) for UA in UAs} for name in tests[id]
196 result["harness"][UA] = (test_data["status"], test_data["message"])
198 result["subtests"][subtest["name"]][UA] = (subtest["status"],
257 for UA, (status, message) in sorted(result["harness"].items())],
265 for UA, (status, message) in sorted(subtest_result.items())],
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/runner/
H A Dreport.py140 for UA, filename in pairs:
142 rv[UA] = json.load(f)
158 for UA, results in iteritems(data):
180 "harness": {UA: (None, None) for UA in UAs},
186 for UA, results in iteritems(data):
193 name: {UA: (None, None) for UA in UAs} for name in tests[id]
196 result["harness"][UA] = (test_data["status"], test_data["message"])
198 result["subtests"][subtest["name"]][UA] = (subtest["status"],
257 for UA, (status, message) in sorted(result["harness"].items())],
265 for UA, (status, message) in sorted(subtest_result.items())],
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/runner/
H A Dreport.py140 for UA, filename in pairs:
142 rv[UA] = json.load(f)
158 for UA, results in data.iteritems():
180 "harness": dict((UA, (None, None)) for UA in UAs),
186 for UA, results in data.iteritems():
193 (name, dict((UA, (None, None)) for UA in UAs)) for name in tests[id]
196 result["harness"][UA] = (test_data["status"], test_data["message"])
198 result["subtests"][subtest["name"]][UA] = (subtest["status"],
257 for UA, (status, message) in sorted(result["harness"].items())],
265 for UA, (status, message) in sorted(subtest_result.items())],
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/runner/
H A Dreport.py143 for UA, filename in pairs:
145 rv[UA] = json.load(f)
161 for UA, results in iteritems(data):
183 "harness": {UA: (None, None) for UA in UAs},
189 for UA, results in iteritems(data):
196 name: {UA: (None, None) for UA in UAs} for name in tests[id]
199 result["harness"][UA] = (test_data["status"], test_data["message"])
201 result["subtests"][subtest["name"]][UA] = (subtest["status"],
260 for UA, (status, message) in sorted(result["harness"].items())],
268 for UA, (status, message) in sorted(subtest_result.items())],
[all …]
/dports/net/p5-RPC-XML/RPC-XML-0.82/t/
H A D40_server_xmllibxml.t96 $UA = LWP::UserAgent->new;
106 $res = $UA->request($req);
156 $res = $UA->request($req);
184 $res = $UA->request($req);
231 $res = $UA->request($req);
281 $res = $UA->request($req);
315 $res = $UA->request($req);
347 $res = $UA->request($req);
377 $res = $UA->request($req);
401 $res = $UA->request($req);
[all …]
H A D40_server.t197 $UA = LWP::UserAgent->new;
207 $res = $UA->request($req);
259 $res = $UA->request($req);
289 $res = $UA->request($req);
334 $res = $UA->request($req);
383 $res = $UA->request($req);
437 $res = $UA->request($req);
471 $res = $UA->request($req);
503 $res = $UA->request($req);
533 $res = $UA->request($req);
[all …]
/dports/www/p5-HTTP-SimpleLinkChecker/HTTP-SimpleLinkChecker-1.168/t/
H A Duser_agent.t7 my $UA = &HTTP::SimpleLinkChecker::user_agent();
8 isa_ok( $UA, 'Mojo::UserAgent');
10 like( $UA->transactor->name, qr/Mojolicious/ );
13 $UA->transactor->name( $new_name );
14 is( $UA->transactor->name, $new_name );
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dglue_histc_meat.hpp121 const quasi_unwrap<T1> UA(expr.A); in apply() local
124 if(UA.is_alias(C) || UB.is_alias(C)) in apply()
128 glue_histc::apply_noalias(tmp, UA.M, UB.M, dim); in apply()
134 glue_histc::apply_noalias(C, UA.M, UB.M, dim); in apply()
147 const quasi_unwrap<T1> UA(expr.A); in apply() local
150 const uword dim = (T1::is_xvec) ? uword(UA.M.is_rowvec() ? 1 : 0) : uword((T1::is_row) ? 1 : 0); in apply()
152 if(UA.is_alias(C) || UB.is_alias(C)) in apply()
156 glue_histc::apply_noalias(tmp, UA.M, UB.M, dim); in apply()
162 glue_histc::apply_noalias(C, UA.M, UB.M, dim); in apply()
H A Dspglue_join_meat.hpp33 const unwrap_spmat<T1> UA(X.A); in apply() local
36 if(UA.is_alias(out) || UB.is_alias(out)) in apply()
96 const unwrap_spmat<T1> UA(A_expr.get_ref()); in apply() local
100 const SpMat<eT>& A = UA.M; in apply()
138 const unwrap_spmat<T1> UA(A_expr.get_ref()); in apply() local
143 const SpMat<eT>& A = UA.M; in apply()
189 const unwrap_spmat<T1> UA(X.A); in apply() local
192 if(UA.is_alias(out) || UB.is_alias(out)) in apply()
307 const unwrap_spmat<T1> UA(A_expr.get_ref()); in apply() local
311 const SpMat<eT>& A = UA.M; in apply()
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dglue_histc_meat.hpp121 const quasi_unwrap<T1> UA(expr.A); in apply() local
124 if(UA.is_alias(C) || UB.is_alias(C)) in apply()
128 glue_histc::apply_noalias(tmp, UA.M, UB.M, dim); in apply()
134 glue_histc::apply_noalias(C, UA.M, UB.M, dim); in apply()
147 const quasi_unwrap<T1> UA(expr.A); in apply() local
150 const uword dim = (T1::is_xvec) ? uword(UA.M.is_rowvec() ? 1 : 0) : uword((T1::is_row) ? 1 : 0); in apply()
152 if(UA.is_alias(C) || UB.is_alias(C)) in apply()
156 glue_histc::apply_noalias(tmp, UA.M, UB.M, dim); in apply()
162 glue_histc::apply_noalias(C, UA.M, UB.M, dim); in apply()
H A Dspglue_join_meat.hpp33 const unwrap_spmat<T1> UA(X.A); in apply() local
36 if(UA.is_alias(out) || UB.is_alias(out)) in apply()
96 const unwrap_spmat<T1> UA(A_expr.get_ref()); in apply() local
100 const SpMat<eT>& A = UA.M; in apply()
138 const unwrap_spmat<T1> UA(A_expr.get_ref()); in apply() local
143 const SpMat<eT>& A = UA.M; in apply()
189 const unwrap_spmat<T1> UA(X.A); in apply() local
192 if(UA.is_alias(out) || UB.is_alias(out)) in apply()
307 const unwrap_spmat<T1> UA(A_expr.get_ref()); in apply() local
311 const SpMat<eT>& A = UA.M; in apply()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/RNA-Tutorial/Figures/
H A Daout.tex10 6 72 1 99.7% 0.009 CG:2 AU:1 UA:1
11 7 71 1 99.8% 0.005 GC:1 UA:3
12 9 69 1 99.8% 0.007 GC:2 UA:2
13 10 68 1 99.2% 0.026 CG:1 UG:2 UA:1
17 52 64 1 90.8% 0.269 CG:1 UG:1 AU:1 UA:1
/dports/www/p5-HTTP-Tiny-UA/HTTP-Tiny-UA-0.006/
H A DREADME2 HTTP::Tiny::UA - Higher-level UA features for HTTP::Tiny
8 use HTTP::Tiny::UA;
10 my $ua = HTTP::Tiny::UA->new(
19 $http = HTTP::Tiny::UA->new( %attributes );
22 "agent" will be "HTTP-Tiny-UA/$VERSION".
26 A user-agent string (defaults to 'HTTP-Tiny-UA/$VERSION'). If
80 they invoke the HTTP::Tiny::UA request method and return a
81 HTTP::Tiny::UA::Response object.
86 Just like HTTP::Tiny::request, but returns a HTTP::Tiny::UA::Response
131 <https://github.com/dagolden/HTTP-Tiny-UA>
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dpurine_v081.infernal32 + + A +:AC C:UA +::: :: UA GG :: :::GU AC: G
37 ::::CC UA ::::C : UA:G GU: + U+++AUAUU
94 A AA+ AAA AAA+ : CGUA +::::: : UA GG: :::::GU AC: G
99 :: :CC UA : ::C : UACG : AU UUA++U +UU
108 A ++U+A A A ++ C :: AUA +:C::::: UA GG:::::G:GU AC::
113 +::::CC UA :::: ::A U :: G + + U++++U +UU
192 +AA UA AA A + :A +C:U: C::: AA :::G G C C:A
226 + + A +:AC C:UA +::: :: UA GG :: :::GU AC: G
231 ::::CC UA ::::C : UA:G GU: + U+++AUAUU
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/
H A DCopy.hs13 import qualified Basement.UArray as UA
26 instance UA.PrimType ty => Copy (BLK.Block ty) where
28 instance UA.PrimType ty => Copy (UA.UArray ty) where
29 copy = UA.copy
38 instance (Countable ty n, UA.PrimType ty, KnownNat n) => Copy (BLKN.BlockN n ty) where
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DRDFCopy.cpp156 auto UA = DFG.addr<UseNode*>(N); in run() local
157 NextN = UA.Addr->getSibling(); in run()
158 uint16_t F = UA.Addr->getFlags(); in run()
161 if (UA.Addr->getRegRef(DFG) != DR) in run()
164 NodeAddr<InstrNode*> IA = UA.Addr->getOwner(DFG); in run()
170 MachineOperand &Op = UA.Addr->getOp(); in run()
182 DFG.unlinkUse(UA, false); in run()
184 UA.Addr->linkToDef(UA.Id, DFG.addr<DefNode*>(AtCopy)); in run()
186 UA.Addr->setReachingDef(0); in run()
187 UA.Addr->setSibling(0); in run()

12345678910>>...253