Home
last modified time | relevance | path

Searched refs:isolated (Results 101 – 125 of 7904) sorted by relevance

12345678910>>...317

/dports/databases/postgis30/postgis-3.0.4/topology/test/regress/
H A Dsqlmm_expected34 ERROR: SQL/MM Spatial exception - not isolated node
35 ERROR: SQL/MM Spatial exception - not isolated node
36 ERROR: SQL/MM Spatial exception - not isolated node
41 ERROR: SQL/MM Spatial exception - not isolated node
45 ERROR: SQL/MM Spatial exception - not isolated node
/dports/databases/postgis31/postgis-3.1.4/topology/test/regress/
H A Dsqlmm_expected34 ERROR: SQL/MM Spatial exception - not isolated node
35 ERROR: SQL/MM Spatial exception - not isolated node
36 ERROR: SQL/MM Spatial exception - not isolated node
41 ERROR: SQL/MM Spatial exception - not isolated node
45 ERROR: SQL/MM Spatial exception - not isolated node
/dports/databases/postgis25/postgis-2.5.5/topology/test/regress/
H A Dsqlmm_expected34 ERROR: SQL/MM Spatial exception - not isolated node
35 ERROR: SQL/MM Spatial exception - not isolated node
36 ERROR: SQL/MM Spatial exception - not isolated node
41 ERROR: SQL/MM Spatial exception - not isolated node
45 ERROR: SQL/MM Spatial exception - not isolated node
/dports/databases/postgis32/postgis-3.2.0/topology/test/regress/
H A Dst_moveisonode_expected3 ERROR: SQL/MM Spatial exception - not isolated node
5 ERROR: Cannot move isolated node across faces
6 ERROR: Cannot move isolated node across faces
H A Dvalidatetopology_expected5 #3233.1|isolated node has wrong containing_face|2|
7 #3233.2|isolated node has null containing_face|2|
9 #3233.3|not-isolated node has not-null containing_face|1|
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pip-tools/piptools/_compat/
H A Dpip_compat.py24 filename, session, finder=None, options=None, constraint=False, isolated=False argument
29 yield install_req_from_parsed_requirement(parsed_req, isolated=isolated)
/dports/editors/yudit/yudit-3.0.7/bin/
H A Dshape.pl142 $isolated = $KVLE {$key . "isolated" };
146 $isolated = "00000000" if (!defined ($isolated));
217 print $key . " -> " . "$isolated $initial $medial $final\n";
/dports/editors/libreoffice/libreoffice-7.2.6.2/udkapi/com/sun/star/container/
H A DXEnumerableMap.idl40 <p>In all cases, you can create an <em>isolated</em> enumerator, which works on a copy of the
44 <p>On the contrary, an enumerator which is <em>non-isolated</em> works directly on the map data.
45 …This is less expensive than an <em>isolated</em> enumerator, but means that changes to the map whi…
50 …<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
51 …only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting …
60 controls whether the newly create enumerator should be isolated from the map.
71 controls whether the newly create enumerator should be isolated from the map.
85 controls whether the newly create enumerator should be isolated from the map.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/udkapi/com/sun/star/container/
H A DXEnumerableMap.idl40 <p>In all cases, you can create an <em>isolated</em> enumerator, which works on a copy of the
44 <p>On the contrary, an enumerator which is <em>non-isolated</em> works directly on the map data.
45 …This is less expensive than an <em>isolated</em> enumerator, but means that changes to the map whi…
50 …<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
51 …only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting …
60 controls whether the newly create enumerator should be isolated from the map.
71 controls whether the newly create enumerator should be isolated from the map.
85 controls whether the newly create enumerator should be isolated from the map.
/dports/devel/py-pip-tools/pip-tools-6.3.1/piptools/_compat/
H A Dpip_compat.py21 isolated: bool = False,
26 yield install_req_from_parsed_requirement(parsed_req, isolated=isolated)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dseveral-carriage-returns-in-doc-comment.stderr6 three isolated `\r`
15 three isolated `\r`
24 three isolated `\r`
/dports/lang/nim/nim-1.6.2/lib/std/
H A Disolation.nim11 ## safe construction of isolated subgraphs that can be
32 ## Creates an isolated subgraph from the expression `value`.
40 ## Creates an isolated subgraph from the expression `value`.
42 ## .. warning:: The proc doesn't check whether `value` is isolated.
/dports/math/arb/arb-2.21.1/arb_fmpz_poly/
H A Dcomplex_roots.c53 slong i, j, prec, deg, deg_deflated, isolated, maxiter, deflation; in arb_fmpz_poly_complex_roots() local
99 isolated = acb_poly_find_roots(roots_deflated, cpoly_deflated, in arb_fmpz_poly_complex_roots()
101 flint_printf("%wd isolated roots | ", isolated); in arb_fmpz_poly_complex_roots()
106 isolated = acb_poly_find_roots(roots_deflated, cpoly_deflated, in arb_fmpz_poly_complex_roots()
110 if (isolated == deg_deflated) in arb_fmpz_poly_complex_roots()
/dports/science/cdk/cdk-cdk-2.3/base/core/src/main/java/org/openscience/cdk/ringsearch/
H A DRegularCyclicVertexSearch.java328 public int[][] isolated() { in isolated() method in RegularCyclicVertexSearch
329 List<int[]> isolated = new ArrayList<int[]>(cycles.size()); in isolated() local
331 if (!fused.get(i)) isolated.add(toArray(cycles.get(i))); in isolated()
333 return isolated.toArray(new int[isolated.size()][]); in isolated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/testing/
H A Dtest_executable_api.md105 --isolated-outdir=[PATH]
112 --isolated-script-test-output=[FILENAME]
126 --isolated-script-test-filter=[STRING]
145 --isolated-script-test-filter-file=[FILENAME]
156 --isolated-script-test-launcher-retry-limit=N
169 --isolated-script-test-repeat=N
279 --isolated-script-test-filter and list the
282 --isolated-script-test-filter-file).
362 --isolated-script-test-filter='Foo.Bar.bar2'
367 --isolated-script-test-filter='Foo.Baz.baz'
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/core/src/main/java/org/openscience/cdk/graph/
H A DCycles.java845 for (int[] isolated : ringSearch.isolated()) { in find()
846 if (isolated.length <= length) walks.add(GraphUtil.cycle(graph, isolated)); in find()
873 for (int[] isolated : ringSearch.isolated()) { in find()
874 walks.add(GraphUtil.cycle(graph, isolated)); in find()
1011 for (int[] isolated : ringSearch.isolated()) { in find()
1012 if (isolated.length <= length) walks.add(GraphUtil.cycle(graph, isolated)); in find()
/dports/devel/erlang-unicode_util_compat/unicode_util_compat-0.3.1/src/
H A Dunicode_util_compat.erl10693 unicode_table(64336) -> {0,[],{isolated,[{0,1649}]}};
10695 unicode_table(64338) -> {0,[],{isolated,[{0,1659}]}};
10699 unicode_table(64342) -> {0,[],{isolated,[{0,1662}]}};
10703 unicode_table(64346) -> {0,[],{isolated,[{0,1664}]}};
10707 unicode_table(64350) -> {0,[],{isolated,[{0,1658}]}};
10711 unicode_table(64354) -> {0,[],{isolated,[{0,1663}]}};
10715 unicode_table(64358) -> {0,[],{isolated,[{0,1657}]}};
10719 unicode_table(64362) -> {0,[],{isolated,[{0,1700}]}};
10723 unicode_table(64366) -> {0,[],{isolated,[{0,1702}]}};
10727 unicode_table(64370) -> {0,[],{isolated,[{0,1668}]}};
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/config/fuchsia/
H A Dtests.cmx5 "isolated-cache-storage",
6 "isolated-persistent-storage",
7 "isolated-temp",
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/config/fuchsia/
H A Dtests.cmx5 "isolated-cache-storage",
6 "isolated-persistent-storage",
7 "isolated-temp",
/dports/net-mgmt/observium/observium/mibs/d-link/
H A DPRIVATE-VLAN-MIB54 SYNTAX INTEGER { isolated(1), community(2) }
202 "An isolated VLAN is a secondary VLAN whose distinctive
203 characteristic is that all hosts connected to its ports are isolated at Layer 2.
204 A private VLAN has only one isolated VLAN. If the swPrivateVlanIsolatedVlanIndex
205 has a value of zero, this indicates there are no associated isolated VLANs in the private
206 VLAN domain. Otherwise, it is the associated isolated VLAN ID.
219 …"If swSecondaryVlanType is isolated, the ports in the isolated VLAN of the private VLAN have compl…
/dports/www/chromium-legacy/chromium-88.0.4324.182/infra/config/
H A Dswarming.star16 # Task accounts for isolated tests.
20 # builders trigger isolated tasks in an identical way, using identical accounts
21 # for isolated tests anyway.
35 "ios-isolated-tester@chops-service-accounts.iam.gserviceaccount.com",
92 # Realm with bots that run isolated tests.
99 # Various Chromium CI and Try LUCI builders that trigger isolated tests.
108 # V8 are reusing Chrome pools for isolated tests too.
129 # We assume isolated tests triggered from workstation go to the "try" realm,
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/segmentation/
H A Drandom_walker_segmentation.py227 isolated = np.logical_and(pos_mask, np.logical_not(fill))
229 pos_mask[isolated] = False
233 if label_values[0] < 0 or np.any(isolated):
234 isolated = np.logical_and(
238 labels[isolated] = -1
239 if np.all(isolated[null_mask]):
245 mask[isolated] = False
256 inds_isolated_seeds = np.nonzero(isolated)
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dmsdtc_enlist.cpp189 bool isolated; member in IAsyncPG
276 if (isolated) in ~IAsyncPG()
430 if (isolated) in SetDone()
465 if (isolated || done) in generateXAConn()
479 isolated = true; in generateXAConn()
503 if (isolated || done || NULL == dtcconn) in isolateXAConn()
512 if (isolated || done || NULL == dtcconn) in isolateXAConn()
523 isolated = true; in isolateXAConn()
563 while (!done && !isolated && NULL != dtcconn) in getLockedXAConn()
585 if (isolated && NULL != dtcconn) in getLockedXAConn()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tables/
H A Dckb-chardefs.cti200 letter \xFB8A 346 # Jeh isolated form
201 letter \xFBA6 15 # Heh goal isolated form
202 letter \xFBAA 125 # Heh doachashmee isolated form
206 letter \xFBFC 24 # Farsi yeh isolated form
207 letter \xFEAD 246 # Reh isolated form
209 letter \xFEDD 123 # Lam isolated form
211 letter \xFEE9 15 # Heh isolated form
215 letter \xFEEF 24 # Alef maksura isolated form
216 letter \xFEFB 123-1 # Ligature lam with alef with hamza below isolated form
/dports/devel/liblouis/liblouis-3.20.0/tables/
H A Dckb-chardefs.cti200 letter \xFB8A 346 # Jeh isolated form
201 letter \xFBA6 15 # Heh goal isolated form
202 letter \xFBAA 125 # Heh doachashmee isolated form
206 letter \xFBFC 24 # Farsi yeh isolated form
207 letter \xFEAD 246 # Reh isolated form
209 letter \xFEDD 123 # Lam isolated form
211 letter \xFEE9 15 # Heh isolated form
215 letter \xFEEF 24 # Alef maksura isolated form
216 letter \xFEFB 123-1 # Ligature lam with alef with hamza below isolated form

12345678910>>...317