Home
last modified time | relevance | path

Searched refs:situ (Results 1 – 25 of 1675) sorted by relevance

12345678910>>...67

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBlend_CSWalking_3.gxx32 TopAbs_State situ;
120 // situ = TheTopolTool::Classify(surf2,gp_Pnt2d(solrst(3),solrst(4)),
125 // situ = TheTopolTool::Classify(surf1,gp_Pnt2d(solrst(3),solrst(4)),
130 situ = domain2->Classify(gp_Pnt2d(solrst(3),solrst(4)),
135 situ = domain1->Classify(gp_Pnt2d(solrst(3),solrst(4)),
140 if ((situ != TopAbs_IN) && (situ != TopAbs_ON)) {
/dports/cad/opencascade/opencascade-7.6.0/src/Blend/
H A DBlend_CSWalking_3.gxx32 TopAbs_State situ;
120 // situ = TheTopolTool::Classify(surf2,gp_Pnt2d(solrst(3),solrst(4)),
125 // situ = TheTopolTool::Classify(surf1,gp_Pnt2d(solrst(3),solrst(4)),
130 situ = domain2->Classify(gp_Pnt2d(solrst(3),solrst(4)),
135 situ = domain1->Classify(gp_Pnt2d(solrst(3),solrst(4)),
140 if ((situ != TopAbs_IN) && (situ != TopAbs_ON)) {
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBlend_CSWalking_3.gxx32 TopAbs_State situ;
120 // situ = TheTopolTool::Classify(surf2,gp_Pnt2d(solrst(3),solrst(4)),
125 // situ = TheTopolTool::Classify(surf1,gp_Pnt2d(solrst(3),solrst(4)),
130 situ = domain2->Classify(gp_Pnt2d(solrst(3),solrst(4)),
135 situ = domain1->Classify(gp_Pnt2d(solrst(3),solrst(4)),
140 if ((situ != TopAbs_IN) && (situ != TopAbs_ON)) {
/dports/math/R-cran-lme4/lme4/man/
H A DVerbAgg.Rd17 \item{\code{situ}}{situation type - a factor with levels
42 round(100 * ftable(prop.table(xtabs(~ situ + mode + resp, VerbAgg), 1:2), 1))
49 print(fmVA <- glmer(r2 ~ (Anger + Gender + btype + situ)^2 +
55 print(fmVA0 <- glmer(r2 ~ (Anger + Gender + btype + situ)^2 +
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/rapidjson/src/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/rapidjson/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/devel/cquery/cquery-20180718/third_party/rapidjson/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/rapidjson/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/science/openbabel/openbabel-3.1.1/external/rapidjson-1.1.0/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/devel/rapidjson/rapidjson-1.1.0-524-gc4c6a654/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/rapidjson/doc/
H A Ddom.zh-cn.md105 …orial.zh-cn.md) 中的例使用 (8) 去正常解析字符串。而 [流](doc/stream.zh-cn.md) 的例子使用前 3 个函数。我们将稍后介绍原位(*In situ*) 解析。
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
180 > 翻译:*In situ*……是一个拉丁文片语,字面上的意思是指「现场」、「在位置」。在许多不同语境中,它描述一个事件发生的位置,意指「本地」、「现场」、「在处所」、「就位」。
184 在正常的解析过程中,对 JSON string 解码并复制至其他缓冲区是一个很大的开销。原位解析(*in situ* parsing)把这些 JSON string 直接解码于它原来存储的地方。由于…
H A Ddom.md86 // (4) In situ parsing
90 // (5) In situ parsing, using default parse flags
105 …string. The examples of [stream](doc/stream.md) uses the first three. *In situ* parsing will be de…
113 `kParseInsituFlag` | In-situ(destructive) parsing.
176 > *In situ* ... is a Latin phrase that translates literally to "on site" or "in position". It means…
178situ algorithm, or in-place algorithm, if the extra amount of memory required to execute the algor…
182 The following diagrams compare normal and *in situ* parsing. The JSON string values contain pointer…
192 Since *in situ* parsing modify the input, the parsing API needs `char*` instead of `const char*`.
205 // In situ parsing the buffer into d, buffer will also be modified
217 In situ parsing minimizes allocation overheads and memory copying. Generally this improves cache co…
[all …]
/dports/sysutils/rcm/rcm-1.3.4/test/
H A Drcdn-hooks-run-in-situ.t6 $ uniquish_file_prefix='test-hooks-run-in-situ-'
22 ../../test-hooks-run-in-situ-5b811e03-5977-40e6-80ef-dd6c35013e56
28 ../../test-hooks-run-in-situ-5b811e03-5977-40e6-80ef-dd6c35013e56
H A Drcup-hooks-run-in-situ.t6 $ uniquish_file_prefix='test-hooks-run-in-situ-'
22 ../../test-hooks-run-in-situ-820a557b-1acb-4e86-8c5b-feb2536b5777
27 ../../test-hooks-run-in-situ-820a557b-1acb-4e86-8c5b-feb2536b5777
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/docs/sphinx/
H A Dindex.rst13 A many-core capable flyweight in situ visualization and analysis infrastructure for multi-physics H…
21 .. Ascent is a system designed to meet the in-situ visualization and analysis needs of simulation c…
23 Ascent is an easy-to-use flyweight in situ visualization and analysis library for HPC simulations:
33 - Demonstrated scaling: In situ filtering and ray tracing across 16,384 GPUs on LLNL's Sierra Clus…

12345678910>>...67