Home
last modified time | relevance | path

Searched refs:other_part (Results 1 – 25 of 29) sorted by relevance

12

/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/tests/
H A DClearMountsJobTests.cpp54 QStringList other_part = getPartitionsForDevice_other( "sda" ); in testFindPartitions() local
57 cDebug() << "Other implementation:" << Logger::DebugList( other_part ); in testFindPartitions()
59 QCOMPARE( partitions, other_part ); in testFindPartitions()
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/markup/
H A Ddocument.rb120 other.parts.each do |other_part|
122 self_part.file and self_part.file == other_part.file
125 self.parts << other_part
/dports/www/squid/squid-4.15/src/ssl/
H A Dcrtd_message.cc143 void Ssl::CrtdMessage::parseBody(CrtdMessage::BodyParams & map, std::string & other_part) const in parseBody()
145 other_part.clear(); in parseBody()
155other_part = std::string(body.c_str() + offset_body_part, body.length() - offset_body_part); in parseBody()
166 … Ssl::CrtdMessage::composeBody(CrtdMessage::BodyParams const & map, std::string const & other_part) in composeBody() argument
174 if (!other_part.empty()) in composeBody()
175 body += '\n' + other_part; in composeBody()
H A Dcrtd_message.h61 void parseBody(BodyParams & map, std::string & other_part) const;
69 void composeBody(BodyParams const & map, std::string const & other_part);
/dports/math/py-sympy/sympy-1.9/sympy/physics/quantum/
H A Dcg.py489 other_part = []
495 other_part.append(_cg_simp_sum(arg))
506 other_part.append(terms)
510 other_part.append(arg)
513 other_part.append(other)
515 other_part.append(other)
517 other_part.append(other)
518 return Add(*cg_part) + Add(*other_part)
629 other_part = 0
657 other_part += min_lt*(sign*simp).subs(sub_1)
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/version-compare-0.0.13/src/
H A Dversion.rs374 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
379 other_part = other_iter.next(); in compare_iter()
382 if other_part.is_none() { in compare_iter()
399 if let VersionPart::Number(other_num) = other_part.unwrap() { in compare_iter()
410 if let VersionPart::Text(other_val) = other_part.unwrap() { in compare_iter()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/version-compare/src/
H A Dversion.rs381 let mut other_part: Option<&Part>; in compare_iter() localVariable
386 other_part = other_iter.next(); in compare_iter()
389 if other_part.is_none() { in compare_iter()
406 if let Part::Number(other) = other_part.unwrap() { in compare_iter()
417 if let Part::Text(other_val) = other_part.unwrap() { in compare_iter()
/dports/astro/py-astropy/astropy-5.0/astropy/units/
H A Dstructured.py332 for self_part, other_part in zip(self.values(), other.values()):
333 if not self_part.is_equivalent(other_part,
343 converters = [self_part._get_converter(other_part,
345 for (self_part, other_part) in zip(self.values(),
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/version-compare-0.0.10/src/
H A Dversion.rs366 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
373 other_part = other_iter.next(); in compare_iter()
376 if other_part.is_none() { in compare_iter()
393 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/version-compare-0.0.11/src/
H A Dversion.rs382 let mut other_part: Option<&VersionPart>; in compare_iter() localVariable
389 other_part = other_iter.next(); in compare_iter()
392 if other_part.is_none() { in compare_iter()
409 &VersionPart::Number(num) => match other_part.unwrap() { in compare_iter()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dgoal.cc71 for (const auto &other_part : other) { in mergeIn() local
72 makeLabelsUnion(tmp_union, local_part, other_part); in mergeIn()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DFffPolygonGenerator.cpp677 for (SliceLayerPart& other_part : other_layer.parts) in processInfillMesh()
679 if (!part.boundaryBox.hit(other_part.boundaryBox)) in processInfillMesh()
683 Polygons new_outline = part.outline.intersection(other_part.getOwnInfillArea()); in processInfillMesh()
699other_part.infill_area_own = other_part.getOwnInfillArea().difference(part.outline); in processInfillMesh()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/objects/
H A Dobject.cpp1197 for (const auto& other_part : other->path_parts) in canBeConnected() local
1199 if (other_part.isClosed()) in canBeConnected()
1279 PathPart& other_part = other->path_parts[other_part_index]; in connectPathParts() local
1280 Q_ASSERT(!part.isClosed() && !other_part.isClosed()); in connectPathParts()
1282 auto const other_part_size = other_part.size(); in connectPathParts()
1301 coords[i] = other->coords[i - part.first_index + other_part.first_index]; in connectPathParts()
2564 auto other_path_coord_end_index = other_part.path_coords.size() - 1; in calcAllIntersectionsWith()
2571 const PathCoord& b0 = other_part.path_coords[k-1]; in calcAllIntersectionsWith()
2572 const PathCoord& b1 = other_part.path_coords[k]; in calcAllIntersectionsWith()
2580 if (colliding && !other_part.isClosed()) in calcAllIntersectionsWith()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/editors/
H A Dpart_editor.cpp851 auto other_part = pool.get_part(uu); in copy_from_other_part() local
857 for (const auto &it_map_other : other_part->pad_map) { in copy_from_other_part()
859 const auto &pad_name_other = other_part->package->pads.at(pad_uu_other).name; in copy_from_other_part()
/dports/biology/py-biopython/biopython-1.79/Bio/
H A DSeqFeature.py1385 for self_part, other_part in zip(self.parts, other.parts):
1386 if self_part != other_part:

12