Home
last modified time | relevance | path

Searched refs:partID (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dxhdi.cpp126 dest->partID[0] = src->partID[0]; in copy_scsidevice_settings()
127 dest->partID[1] = src->partID[1]; in copy_scsidevice_settings()
128 dest->partID[2] = src->partID[2]; in copy_scsidevice_settings()
236 if (disk->partID[0] == '$') { in XHReadWrite()
239 char str[3] = {disk->partID[1], disk->partID[2], 0}; in XHReadWrite()
243 sector.part[0].id[0] = disk->partID[0]; in XHReadWrite()
244 sector.part[0].id[1] = disk->partID[1]; in XHReadWrite()
245 sector.part[0].id[2] = disk->partID[2]; in XHReadWrite()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/
H A Dcore.go71 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
74 partID, startOffset, length, metadata)
80 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
83 partID, startOffset, length, metadata)
108 func (c Core) PutObjectPartWithContext(ctx context.Context, bucket, object, uploadID string, partID
109 return c.uploadPart(ctx, bucket, object, uploadID, data, partID, md5Base64, sha256Hex, size, sse)
113 func (c Core) PutObjectPart(bucket, object, uploadID string, partID int, data io.Reader, size int64…
114 …return c.PutObjectPartWithContext(context.Background(), bucket, object, uploadID, partID, data, si…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dcore.go71 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
74 partID, startOffset, length, metadata)
80 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
83 partID, startOffset, length, metadata)
108 func (c Core) PutObjectPartWithContext(ctx context.Context, bucket, object, uploadID string, partID
109 return c.uploadPart(ctx, bucket, object, uploadID, data, partID, md5Base64, sha256Hex, size, sse)
113 func (c Core) PutObjectPart(bucket, object, uploadID string, partID int, data io.Reader, size int64…
114 …return c.PutObjectPartWithContext(context.Background(), bucket, object, uploadID, partID, data, si…
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/smsapp/
H A Dattachmentinfo.h19 Q_PROPERTY(qint64 partID READ partID)
27 qint64 partID() const { return m_partID; } in partID() function
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmsrPartGroups.cpp305 string partID) in appendPartToPartGroupByItsPartID() argument
309 partID.size () > 0, in appendPartToPartGroupByItsPartID()
313 if (fPartGroupPartsMap.count (partID)) { in appendPartToPartGroupByItsPartID()
317 "partID \"" << partID << in appendPartToPartGroupByItsPartID()
326 return fPartGroupPartsMap [partID]; in appendPartToPartGroupByItsPartID()
334 partID, in appendPartToPartGroupByItsPartID()
350 fPartGroupPartsMap [partID] = part; in appendPartToPartGroupByItsPartID()
595 string partID) in fetchPartFromPartGroupByItsPartID() argument
614 "<=- fetchPartFromPartGroupByItsPartID(" << partID << ")" << in fetchPartFromPartGroupByItsPartID()
639 partID); in fetchPartFromPartGroupByItsPartID()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dcore.go72 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
75 partID, startOffset, length, metadata)
81 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
84 partID, startOffset, length, metadata)
130 func (c Core) PutObjectPartWithContext(ctx context.Context, bucket, object, uploadID string, partID
131 return c.uploadPart(ctx, bucket, object, uploadID, data, partID, md5Base64, sha256Hex, size, sse)
135 func (c Core) PutObjectPart(bucket, object, uploadID string, partID int, data io.Reader, size int64…
136 …return c.PutObjectPartWithContext(context.Background(), bucket, object, uploadID, partID, data, si…
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/src/generic/
H A Dvatom.h89 double partID; /**< Partition value for assigning atoms to particular member
149 VEXTERNC void Vatom_setPartID(Vatom *thee, int partID);
221 # define Vatom_setPartID(thee, tpartID) ((thee)->partID = (double)(tpartID))
222 # define Vatom_getPartID(thee) ((thee)->partID)
H A Dvatom.c73 return thee->partID; in Vatom_getPartID()
77 VPUBLIC void Vatom_setPartID(Vatom *thee, int partID) { in Vatom_setPartID() argument
80 thee->partID = (double)partID; in Vatom_setPartID()
154 thee->partID = -1; in Vatom_ctor2()
/dports/science/tinker/tinker/apbs/include/macos/apbs/
H A Dvatom.h78 double partID; /**< Partition value for assigning atoms to particular member
138 VEXTERNC void Vatom_setPartID(Vatom *thee, int partID);
210 # define Vatom_setPartID(thee, tpartID) ((thee)->partID = (double)(tpartID))
211 # define Vatom_getPartID(thee) ((thee)->partID)
/dports/science/tinker/tinker/apbs/include/linux/apbs/
H A Dvatom.h78 double partID; /**< Partition value for assigning atoms to particular member
138 VEXTERNC void Vatom_setPartID(Vatom *thee, int partID);
210 # define Vatom_setPartID(thee, tpartID) ((thee)->partID = (double)(tpartID))
211 # define Vatom_getPartID(thee) ((thee)->partID)
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/interfaces/
H A Dconversationmessage.h152 qint64 partID() const { return m_partID; } in partID() function
236 argument << attachment.partID()
246 qint64 partID; variable
252 argument >> partID;
258 attachment = Attachment(partID, mimeType, encodedFile, uniqueIdentifier);
/dports/databases/mantis/mantisbt-2.25.2/plugins/EmailReporting/core_pear/Net/
H A DIMAP.php654 $partID = '';
656 $partID = $_partID.'.';
665 $partID . $subPartID);
722 $partID = '';
724 $partID = $_partID . '.';
766 $part->partID = 0;
769 $part->partID = $_partID;
795 $part->partID = $_partID;
831 $part->partID = $_partID;
868 $part->partID = $_partID;
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/
H A Dmbslavepart.cpp117 int partID; in main() local
118 error = mbCore->tag_get_data(parttag, &mset, 1, &partID);MB_CHK_ERR(error); in main()
125 mpartvals[gidMelems[j]]=partID; in main()
212 int partID = it->first; in main() local
219 error = mbCore->tag_set_data(sparttag, &pset, 1, &partID);MB_CHK_ERR(error); in main()
222 error = mbCore->tag_set_data(parttag, &pset, 1, &partID);MB_CHK_ERR(error); in main()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/plugins/3d/oce/
H A Dloadmodel.cpp778 std::string partID; in processSolid() local
790 partID = ostr.str(); in processSolid()
838 getTag( label, partID ); in processSolid()
849 if( !partID.empty() ) in processSolid()
1029 std::string partID; in processFace() local
1040 getTag( label, partID ); in processFace()
1042 if( !partID.empty() ) in processFace()
1057 std::string id2 = partID; in processFace()
1165 if( !partID.empty() ) in processFace()
1172 std::string id2 = partID; in processFace()
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/
H A Dcore.go66 partID int, startOffset, length int64, metadata map[string]string) (p CompletePart, err error) {
69 partID, startOffset, length, metadata)
90 func (c Core) PutObjectPart(ctx context.Context, bucket, object, uploadID string, partID int, data …
91 return c.uploadPart(ctx, bucket, object, uploadID, data, partID, md5Base64, sha256Hex, size, sse)
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/smsapp/qml/
H A DMessageAttachments.qml16 property int partID
65 conversationModel.requestAttachmentPath(root.partID, root.uniqueIdentifier)
79 conversationModel.requestAttachmentPath(root.partID, root.uniqueIdentifier)
125 conversationModel.requestAttachmentPath(root.partID, root.uniqueIdentifier)
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp23 const btMaterial *btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
34 …materialStride, &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp23 const btMaterial *btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
34 …materialStride, &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp24 const btMaterial * btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
36 &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp24 const btMaterial * btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
36 &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp23 const btMaterial *btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
34 …materialStride, &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp23 const btMaterial *btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
34 …materialStride, &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp24 const btMaterial * btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
36 &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp23 const btMaterial *btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
34 …materialStride, &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtMultimaterialTriangleMeshShape.cpp24 const btMaterial * btMultimaterialTriangleMeshShape::getMaterialProperties(int partID, int triIndex) in getMaterialProperties() argument
36 &triangleMaterialBase, numTriangles, triangleMaterialStride, triangleType, partID); in getMaterialProperties()

12345678910>>...17