Home
last modified time | relevance | path

Searched refs:avoids (Results 1 – 25 of 6740) sorted by relevance

12345678910>>...270

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/fetch/http-cache/
H A Dstatus.any.js.ini2 [HTTP cache avoids going to the network if it has a fresh 299 response]
5 [HTTP cache avoids going to the network if it has a fresh 599 response]
8 [HTTP cache avoids going to the network if it has a fresh 499 response]
11 [HTTP cache avoids going to the network if it has a fresh 504 response]
14 [HTTP cache avoids going to the network if it has a fresh 404 response]
17 [HTTP cache avoids going to the network if it has a fresh 400 response]
20 [HTTP cache avoids going to the network if it has a fresh 503 response]
23 [HTTP cache avoids going to the network if it has a fresh 500 response]
26 [HTTP cache avoids going to the network if it has a fresh 502 response]
31 [HTTP cache avoids going to the network if it has a fresh 299 response]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/fetch/http-cache/
H A Dstatus.any.js.ini2 [HTTP cache avoids going to the network if it has a fresh 299 response]
5 [HTTP cache avoids going to the network if it has a fresh 599 response]
8 [HTTP cache avoids going to the network if it has a fresh 499 response]
11 [HTTP cache avoids going to the network if it has a fresh 504 response]
14 [HTTP cache avoids going to the network if it has a fresh 404 response]
17 [HTTP cache avoids going to the network if it has a fresh 400 response]
20 [HTTP cache avoids going to the network if it has a fresh 503 response]
23 [HTTP cache avoids going to the network if it has a fresh 500 response]
26 [HTTP cache avoids going to the network if it has a fresh 502 response]
31 [HTTP cache avoids going to the network if it has a fresh 299 response]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/fetch/http-cache/
H A Dstatus.any.js.ini2 [HTTP cache avoids going to the network if it has a fresh 299 response]
5 [HTTP cache avoids going to the network if it has a fresh 599 response]
8 [HTTP cache avoids going to the network if it has a fresh 499 response]
11 [HTTP cache avoids going to the network if it has a fresh 504 response]
14 [HTTP cache avoids going to the network if it has a fresh 404 response]
17 [HTTP cache avoids going to the network if it has a fresh 400 response]
20 [HTTP cache avoids going to the network if it has a fresh 503 response]
23 [HTTP cache avoids going to the network if it has a fresh 500 response]
26 [HTTP cache avoids going to the network if it has a fresh 502 response]
31 [HTTP cache avoids going to the network if it has a fresh 299 response]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/fetch/http-cache/
H A Dstatus.html.ini2 [HTTP cache avoids going to the network if it has a fresh 204 response.]
5 [HTTP cache avoids going to the network if it has a fresh 299 response.]
8 [HTTP cache avoids going to the network if it has a fresh 400 response.]
11 [HTTP cache avoids going to the network if it has a fresh 404 response.]
14 [HTTP cache avoids going to the network if it has a fresh 499 response.]
17 [HTTP cache avoids going to the network if it has a fresh 500 response.]
20 [HTTP cache avoids going to the network if it has a fresh 502 response.]
23 [HTTP cache avoids going to the network if it has a fresh 503 response.]
26 [HTTP cache avoids going to the network if it has a fresh 504 response.]
29 [HTTP cache avoids going to the network if it has a fresh 599 response.]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/fetch/http-cache/
H A Dstatus.html.ini2 [HTTP cache avoids going to the network if it has a fresh 299 response]
5 [HTTP cache avoids going to the network if it has a fresh 400 response]
8 [HTTP cache avoids going to the network if it has a fresh 404 response]
11 [HTTP cache avoids going to the network if it has a fresh 499 response]
14 [HTTP cache avoids going to the network if it has a fresh 500 response]
17 [HTTP cache avoids going to the network if it has a fresh 502 response]
20 [HTTP cache avoids going to the network if it has a fresh 503 response]
23 [HTTP cache avoids going to the network if it has a fresh 504 response]
26 [HTTP cache avoids going to the network if it has a fresh 599 response]
/dports/security/putty-nogtk/putty-0.76/
H A Dprimecandidate.c34 struct avoid *avoids; member
58 s->avoids = NULL; in pcs_new_with_firstbits()
99 sfree(s->avoids); in pcs_free()
268 sgrowarray(s->avoids, s->avoidsize, s->navoids); \ in pcs_ready()
269 s->avoids[s->navoids].mod = (newmod); \ in pcs_ready()
270 s->avoids[s->navoids].res = (newres); \ in pcs_ready()
326 qsort(s->avoids, s->navoids, sizeof(*s->avoids), avoid_cmp); in pcs_ready()
341 int64_t mod = s->avoids[i].mod, res = s->avoids[i].res; in pcs_ready()
358 s->avoids[out].mod = mod; in pcs_ready()
359 s->avoids[out].res = res; in pcs_ready()
[all …]
/dports/security/putty/putty-0.76/
H A Dprimecandidate.c34 struct avoid *avoids; member
58 s->avoids = NULL; in pcs_new_with_firstbits()
99 sfree(s->avoids); in pcs_free()
268 sgrowarray(s->avoids, s->avoidsize, s->navoids); \ in pcs_ready()
269 s->avoids[s->navoids].mod = (newmod); \ in pcs_ready()
270 s->avoids[s->navoids].res = (newres); \ in pcs_ready()
326 qsort(s->avoids, s->navoids, sizeof(*s->avoids), avoid_cmp); in pcs_ready()
341 int64_t mod = s->avoids[i].mod, res = s->avoids[i].res; in pcs_ready()
358 s->avoids[out].mod = mod; in pcs_ready()
359 s->avoids[out].res = res; in pcs_ready()
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_svml.py124 avoids = ['__svml_', svml_func]
127 avoids = [] # [scalar_func] - TODO: if possible, force LLVM to prevent
130 avoids += ['%zmm', '__svml_%s%d%s,' % (f, v*2, prec_suff)]
135 avoids = [scalar_func, svml_func] # LLVM uses CPU instruction
138 avoids = [scalar_func, svml_func] # LLVM uses CPU instruction
140 return body, contains, avoids
160 avoids = set()
164 avoids.update(a)
172 return ldict[name], contains, avoids
195 fn, contains, avoids = combo_svml_usecase(*args)
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/rte/router/
H A DCRouterMapQuest.cpp231 QDomElement avoids = xml.createElement("avoids"); in calcRoute() local
236 avoids.appendChild(avoid); in calcRoute()
242 avoids.appendChild(avoid); in calcRoute()
248 avoids.appendChild(avoid); in calcRoute()
254 avoids.appendChild(avoid); in calcRoute()
260 avoids.appendChild(avoid); in calcRoute()
266 avoids.appendChild(avoid); in calcRoute()
269 options.appendChild(avoids); in calcRoute()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/scheduler/framework/plugins/nodepreferavoidpods/
H A Dnode_prefer_avoid_pods.go72 avoids, err := v1helper.GetAvoidPodsFromNodeAnnotations(node.Annotations)
77 for i := range avoids.PreferAvoidPods {
78 avoid := &avoids.PreferAvoidPods[i]
/dports/lang/nim/nim-1.6.2/compiler/
H A Dnimpaths.nim3 resolved at runtime; this avoids hardcoding at compile time absolute paths so
12 $nimr: such that `$nimr/lib/system.nim` exists (avoids confusion with $nim binary)
37 doAssert '$' notin result, $(path, nimr, result) # avoids un-interpolated variables in output
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/cpython/
H A Dmethod.pxd33 # Macro version of PyMethod_Class() which avoids error checking.
41 # Macro version of PyMethod_Function() which avoids error checking.
49 # Macro version of PyMethod_Self() which avoids error checking.
/dports/lang/cython/Cython-0.29.24/Cython/Includes/cpython/
H A Dmethod.pxd33 # Macro version of PyMethod_Class() which avoids error checking.
41 # Macro version of PyMethod_Function() which avoids error checking.
49 # Macro version of PyMethod_Self() which avoids error checking.
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/cpython/
H A Dmethod.pxd33 # Macro version of PyMethod_Class() which avoids error checking.
41 # Macro version of PyMethod_Function() which avoids error checking.
49 # Macro version of PyMethod_Self() which avoids error checking.
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/cpython/
H A Dmethod.pxd33 # Macro version of PyMethod_Class() which avoids error checking.
41 # Macro version of PyMethod_Function() which avoids error checking.
49 # Macro version of PyMethod_Self() which avoids error checking.
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/cpython/
H A Dmethod.pxd33 # Macro version of PyMethod_Class() which avoids error checking.
41 # Macro version of PyMethod_Function() which avoids error checking.
49 # Macro version of PyMethod_Self() which avoids error checking.
/dports/lang/python-legacy/Python-2.7.18/Doc/c-api/
H A Dmethod.rst44 Macro version of :c:func:`PyMethod_Class` which avoids error checking.
54 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
65 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/dports/lang/python27/Python-2.7.18/Doc/c-api/
H A Dmethod.rst44 Macro version of :c:func:`PyMethod_Class` which avoids error checking.
54 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
65 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/dports/lang/racket/racket-8.3/share/pkgs/math-lib/math/private/distributions/impl/
H A Dbeta-utils.rkt8 ;; Computes (a-1/3)/(a+b-2/3) in a way that avoids floating-point error
17 ;; Computes a*b/((a+b)^2*(a+b+1)) in a way that avoids overflow
/dports/devel/swig/swig-4.0.2/CCache/debian/patches/
H A D05_nfs_fix.diff5 ccache avoids a double call to cpp on a cache miss
27 + cache entry. This avoids corruption on NFS. */
/dports/devel/cmake/cmake-3.22.1/Tests/Dependency/Case4/
H A DCMakeLists.txt6 # is not set). This tests whether CMake avoids incorrectly reporting
13 # The executable avoids linking to a library with its own name, which
/dports/databases/py-sqlite3/Python-3.8.12/Doc/c-api/
H A Dmethod.rst41 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
84 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
94 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/dports/databases/py-gdbm/Python-3.8.12/Doc/c-api/
H A Dmethod.rst41 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
84 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
94 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/dports/lang/python-tools/Python-3.8.12/Doc/c-api/
H A Dmethod.rst41 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
84 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
94 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/dports/lang/python38/Python-3.8.12/Doc/c-api/
H A Dmethod.rst41 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
84 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
94 Macro version of :c:func:`PyMethod_Self` which avoids error checking.

12345678910>>...270