Searched refs:this_q (Results 1 – 8 of 8) sorted by relevance
/dports/www/fswiki/wiki3_6_2/lib/HTTP/ |
H A D | Negotiate.pm | 176 my $this_q = $accept{'language'}{$_}{'q'}; 177 $q = $this_q unless defined $q; 178 $q = $this_q if $this_q > $q;
|
/dports/www/p5-HTTP-Negotiate/HTTP-Negotiate-6.01/lib/HTTP/ |
H A D | Negotiate.pm | 174 my $this_q = $accept{'language'}{$_}{'q'}; 175 $q = $this_q unless defined $q; 176 $q = $this_q if $this_q > $q;
|
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/ |
H A D | HttpCompat.cc | 481 float f, this_q; in find_Q_param_in_strlist() local 484 this_q = 1.0; in find_Q_param_in_strlist() 488 this_q = (f < 0 ? 0 : (f > 1 ? 1 : f)); in find_Q_param_in_strlist() 492 return (this_q); in find_Q_param_in_strlist()
|
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/ecm/ |
H A D | finishbatch.cpp | 183 las_todo_entry this_q(q, r, side, primes); in main() local 184 list_q.push_back(this_q); in main()
|
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/ |
H A D | HttpTransactCache.cc | 928 float this_q = -1.0; in calculate_quality_of_accept_encoding_match() local 929 …tch_accept_content_encoding(c_value->str, accept_field, &wildcard_present, &wildcard_q, &this_q)) { in calculate_quality_of_accept_encoding_match() 932 combined_q *= this_q; in calculate_quality_of_accept_encoding_match()
|
/dports/net/nmsg/nmsg-1.0.1/tests/ |
H A D | test-io.c | 1276 size_t this_nl, this_q; in test_misc() local 1279 this_q = count_chars(buf, 'Q'); in test_misc() 1282 check((first_nl - this_nl) == (this_q - first_q)); in test_misc()
|
/dports/science/py-OpenMC/openmc-0.12.2/openmc/deplete/ |
H A D | chain.py | 542 this_q = fission_q.get(nuclide_elem.get("name")) 544 nuc = Nuclide.from_xml(nuclide_elem, root, this_q)
|
/dports/science/openmc/openmc-0.12.2/openmc/deplete/ |
H A D | chain.py | 542 this_q = fission_q.get(nuclide_elem.get("name")) 544 nuc = Nuclide.from_xml(nuclide_elem, root, this_q)
|