Home
last modified time | relevance | path

Searched refs:getObjectAttributes (Results 1 – 25 of 37) sorted by relevance

12

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DDNASequenceObject.cpp277 …QList<U2DataId> idQualList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityId, D… in getQuality()
279 …QList<U2DataId> idQualTypeList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityI… in getQuality()
313 …QList<U2DataId> oldStringAttributeList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef… in setStringAttribute()
330 QList<U2DataId> attributeList = attributeDbi->getObjectAttributes(entityRef.entityId, name, os); in getIntegerAttribute()
343 …QList<U2DataId> oldIntegerAttributeList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRe… in setIntegerAttribute()
363 …QList<U2DataId> oldRealAttributeList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.e… in setRealAttribute()
383 …QList<U2DataId> oldByteArrayAttributeList = con.dbi->getAttributeDbi()->getObjectAttributes(entity… in setByteArrayAttribute()
H A DAssemblyObject.cpp95 QList<U2DataId> attrIds = srcAttributeDbi->getObjectAttributes(srcObjId, "", os); in copyReadsUnrelatedAttributes()
/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/lib/
H A Dtpm_pkcs11.c502 getObjectAttributes( CK_SESSION_HANDLE a_hSession, in getObjectAttributes() function
661 rv = getObjectAttributes( a_hSession, a_hObject, tCertList, ulCertCount ); in displayCertObject()
670 rv = getObjectAttributes( a_hSession, a_hObject, tCertList, ulCertCount ); in displayCertObject()
697 rv = getObjectAttributes( a_hSession, a_hObject, ptAttrList, ulAttrCount ); in displayCertObject()
710 rv = getObjectAttributes( a_hSession, a_hObject, ptAttrList, ulAttrCount ); in displayCertObject()
828 rv = getObjectAttributes( a_hSession, a_hObject, tKeyList, ulKeyCount ); in displayAsymKeyObject()
846 rv = getObjectAttributes( a_hSession, a_hObject, tKeyList, ulKeyCount ); in displayAsymKeyObject()
930 rv = getObjectAttributes( a_hSession, a_hObject, tKeyList, ulKeyCount ); in displaySymKeyObject()
939 rv = getObjectAttributes( a_hSession, a_hObject, tKeyList, ulKeyCount ); in displaySymKeyObject()
997 rv = getObjectAttributes( a_hSession, a_hObject, tAttr, ulAttrCount ); in displayObject()
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/
H A DMultipleChromatogramAlignmentExporter.cpp149 …QList<U2DataId> reversedAttributeIds = attributeDbi->getObjectAttributes(chromatogramId, MultipleA… in exportRowAdditionalInfo()
156 …QList<U2DataId> complementedAttributeIds = attributeDbi->getObjectAttributes(chromatogramId, Multi… in exportRowAdditionalInfo()
173 QList<U2DataId> attributeIds = attributeDbi->getObjectAttributes(mcaId, "", os); in exportAlignmentInfo()
H A DU2SequenceUtils.cpp252 …QList<U2DataId> idQualList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityId, D… in setQuality()
258 …QList<U2DataId> idQualTypeList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityI… in setQuality()
276 …QList<U2DataId> chainIdList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityId, … in setSequenceInfo()
282 …QList<U2DataId> commentList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityId, … in setSequenceInfo()
288 …QList<U2DataId> definitionList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityI… in setSequenceInfo()
308 …QList<U2DataId> chainIdList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityId, … in getSequenceInfo()
310 …QList<U2DataId> commentList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityId, … in getSequenceInfo()
312 …QList<U2DataId> definitionList = con.dbi->getAttributeDbi()->getObjectAttributes(entityRef.entityI… in getSequenceInfo()
H A DU2AttributeUtils.cpp49 QList<U2DataId> attributeIds = adbi->getObjectAttributes(objectId, attrName, os); in findGenericAttribute()
124 QList<U2DataId> attrIds = srcAttributeDbi->getObjectAttributes(srcObjId, "", os); in copyObjectAttributes()
H A DMultipleSequenceAlignmentExporter.cpp158 QList<U2DataId> attributeIds = attrDbi->getObjectAttributes(msaId, "", os); in exportAlignmentInfo()
/dports/biology/ugene/ugene-40.1/src/plugins/api_tests/src/core/dbi/attribute/
H A DAttributeDbiUnitTests.cpp222 attributes = getAttributeDbi()->getObjectAttributes(objectId, name, os); in getObjectAttrsTest()
342 const QList<U2DataId> &attrs1 = attributeDbi->getObjectAttributes(objectId, "", os); in Test()
348 const QList<U2DataId> &attrs2 = attributeDbi->getObjectAttributes(objectId, "", os); in Test()
363 const QList<U2DataId> &attrs = attributeDbi->getObjectAttributes(objectId, "", os); in Test()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/explorer/model/
H A DObjectExplorerInspectionResult.java52 …public final native ObjectExplorerInspectionResult getObjectAttributes() /*-{ retur… in getObjectAttributes() method in ObjectExplorerInspectionResult
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/dbi/
H A DU2AttributeDbi.h70 …virtual QList<U2DataId> getObjectAttributes(const U2DataId &objectId, const QString &attributeName…
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteAttributeDbi.h37 …virtual QList<U2DataId> getObjectAttributes(const U2DataId &objectId, const QString &name, U2OpSta…
H A DSQLiteAttributeDbi.cpp93 QList<U2DataId> SQLiteAttributeDbi::getObjectAttributes(const U2DataId &objectId, const QString &na… in getObjectAttributes() function in U2::SQLiteAttributeDbi
251 QList<U2DataId> attributes = getObjectAttributes(objectId, "", os); in removeObjectAttributes()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlAttributeDbi.h46 …virtual QList<U2DataId> getObjectAttributes(const U2DataId &objectId, const QString &name, U2OpSta…
H A DMysqlAttributeDbi.cpp91 QList<U2DataId> MysqlAttributeDbi::getObjectAttributes(const U2DataId &objectId, const QString &nam… in getObjectAttributes() function in U2::MysqlAttributeDbi
241 QList<U2DataId> attributes = getObjectAttributes(objectId, "", os); in removeObjectAttributes()
/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/include/
H A Dtpm_pkcs11.h84 CK_RV getObjectAttributes( CK_SESSION_HANDLE a_hSession,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/explorer/view/
H A DObjectExplorerDataGrid.java1011 Data attributes = data.getObjectAttributes().<Data>cast(); in openRow()
1045 Data attributes = data.getObjectAttributes().<Data>cast(); in closeRow()
1143 Data attributes = result.getObjectAttributes().<Data>cast(); in withChildren()
1345 Data attributes = data.getObjectAttributes().<Data>cast(); in flattenImpl()
1347 flattenImpl(data.getObjectAttributes().<Data>cast(), filter, output); in flattenImpl()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dtocgenerator.cpp101 QList<ObjectAttribute> objAttrs = currentDocItem->getObjectAttributes(tocSetupIt->itemAttrName); in generateDefault()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/url_attribute/
H A DDbFolderScanner.cpp118 const QList<U2DataId> attrs = aDbi->getObjectAttributes(objId, DNAInfo::ACCESSION, os); in hasAccession()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgconnector/src/
H A Dcatalog.h240 …attribs_map getObjectAttributes(ObjectType obj_type, unsigned oid, const QString sch_name="", cons…
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/
H A DMcaEditorStatusBar.cpp135 …auto objectAttributes = attributeDbi->getObjectAttributes(maObject->getEntityRef().entityId, attri… in updateMutationsLabel()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/mca_reads/
H A DMcaAlternativeMutationsWidget.cpp104 …auto objectAttributes = attributeDbi->getObjectAttributes(mcaObject->getEntityRef().entityId, name… in updateValuesFromDb()
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DSamtoolsBasedDbi.h131 …virtual QList<U2DataId> getObjectAttributes(const U2DataId &objectId, const QString &attributeName…
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Ddatamanipulationform.cpp873 aux_table = catalog.getObjectAttributes(ObjectType::Table, fk[Attributes::RefTable].toUInt()); in retrieveFKColumns()
874 …aux_schema = catalog.getObjectAttributes(ObjectType::Schema, aux_table[Attributes::Schema].toUInt(… in retrieveFKColumns()
925 aux_table = catalog.getObjectAttributes(ObjectType::Table, fk[Attributes::Table].toUInt()); in retrieveFKColumns()
926 …aux_schema = catalog.getObjectAttributes(ObjectType::Schema, aux_table[Attributes::Schema].toUInt(… in retrieveFKColumns()
H A Ddatabaseexplorerwidget.cpp876 … aux_attribs=catalog.getObjectAttributes(ObjectType::Schema, attribs[Attributes::Schema].toUInt()); in formatObjectName()
967 attribs_map attribs=catalog.getObjectAttributes(obj_type, oid.toUInt(), sch_name, tab_name); in getObjectName()
1519 orig_attribs=catalog.getObjectAttributes(obj_type, oid); in loadObjectProperties()
1531 ref_table = catalog.getObjectAttributes(ObjectType::Table, fk[Attributes::Table].toUInt()); in loadObjectProperties()
1532 …ref_schema = catalog.getObjectAttributes(ObjectType::Schema, ref_table[Attributes::Schema].toUInt(… in loadObjectProperties()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/
H A Dcmdgetprop.cpp402 ObjAttrVector *attributes=item->getObjectAttributes(); in scribus_getobjectattributes()

12