Home
last modified time | relevance | path

Searched refs:GetTagType (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/gitea/gitea-1.16.5/modules/git/
H A Drepo_tag.go46 tp, err := repo.GetTagType(tagID)
196 func (repo *Repository) GetTagType(id SHA1) (string, error) { func
216 if tagType, err := repo.GetTagType(id); err != nil {
H A Drepo_ref_gogit.go35 if tagType, _ := repo.GetTagType(ref.Hash()); err == nil {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/datatool/
H A Daliasstr.cpp251 DataType()->GetTagType() == CAsnBinaryDefs::eAutomatic) in GenerateCode()
456 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateCode()
457 } else if (dataType->GetTagType() != CAsnBinaryDefs::eAutomatic) { in GenerateCode()
460 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateCode()
H A Dchoicestr.cpp1413 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateClassCode()
1414 } else if (dataType->GetTagType() != CAsnBinaryDefs::eAutomatic) { in GenerateClassCode()
1417 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateClassCode()
1573 i->dataType->GetTagType() == CAsnBinaryDefs::eImplicit)) { in GenerateClassCode()
1575 << ',' << CDataType::GetTagTypeString(i->dataType->GetTagType()); in GenerateClassCode()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/datatool/
H A Daliasstr.cpp251 DataType()->GetTagType() == CAsnBinaryDefs::eAutomatic) in GenerateCode()
456 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateCode()
457 } else if (dataType->GetTagType() != CAsnBinaryDefs::eAutomatic) { in GenerateCode()
460 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateCode()
H A Dchoicestr.cpp1413 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateClassCode()
1414 } else if (dataType->GetTagType() != CAsnBinaryDefs::eAutomatic) { in GenerateClassCode()
1417 dataType->GetTagTypeString(dataType->GetTagType()) <<"));\n"; in GenerateClassCode()
1573 i->dataType->GetTagType() == CAsnBinaryDefs::eImplicit)) { in GenerateClassCode()
1575 << ',' << CDataType::GetTagTypeString(i->dataType->GetTagType()); in GenerateClassCode()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/impl/
H A Dmemberid.inl52 CAsnBinaryDefs::ETagType CMemberId::GetTagType(void) const function in CMemberId
79 return HasTag() && GetTagType() != CAsnBinaryDefs::eAutomatic;
H A Dmemberid.hpp72 CAsnBinaryDefs::ETagType GetTagType(void) const;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/impl/
H A Dmemberid.inl52 CAsnBinaryDefs::ETagType CMemberId::GetTagType(void) const function in CMemberId
79 return HasTag() && GetTagType() != CAsnBinaryDefs::eAutomatic;
H A Dmemberid.hpp72 CAsnBinaryDefs::ETagType GetTagType(void) const;
/dports/audio/musicpd/mpd-0.23.6/src/song/
H A DTagSongFilter.hxx41 TagType GetTagType() const { in GetTagType() function in TagSongFilter
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DPalette.cs59 if (FreeImage.GetTagType(tag) != FREE_IMAGE_MDTYPE.FIDT_PALETTE) in Palette()
76 if (FreeImage.GetTagType(tag) != FREE_IMAGE_MDTYPE.FIDT_PALETTE) in Palette()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKTests/GDModel/
H A DGDMTimeTests.cs37 Assert.AreEqual(GEDCOMTagType.TIME, time.GetTagType()); in Test_Common()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/chromeos/
H A Dmock_vendor_tag_ops.h41 void GetTagType(uint32_t tag, GetTagTypeCallback callback) { in GetTagType() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/chromeos/
H A Dmock_vendor_tag_ops.h41 void GetTagType(uint32_t tag, GetTagTypeCallback callback) { in GetTagType() function
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dass_karaoke.h81 std::string GetTagType() const;
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DGUItext.h213 TagType GetTagType(const CStrW& tagtype) const;
H A DGUItext.cpp237 TagType t = GetTagType(tagtype); in SetTagType()
245 CGUIString::TextChunk::Tag::TagType CGUIString::TextChunk::Tag::GetTagType(const CStrW& tagtype) co… in GetTagType() function in CGUIString::TextChunk::Tag
/dports/editors/libreoffice/libreoffice-7.2.6.2/l10ntools/inc/
H A Dcfgmerge.hxx56 const OString &GetTagType() const { return sTagType; } in GetTagType() function in CfgStackData
/dports/editors/libreoffice6/libreoffice-6.4.7.2/l10ntools/inc/
H A Dcfgmerge.hxx57 const OString &GetTagType() const { return sTagType; } in GetTagType() function in CfgStackData
/dports/audio/musicpd/mpd-0.23.6/src/db/plugins/
H A DProxyDatabasePlugin.cxx332 if (t->GetTagType() == TAG_NUM_OF_ITEM_TYPES) in SendConstraints()
337 const auto tag = Convert(t->GetTagType()); in SendConstraints()
890 if (t->GetTagType() == TAG_NUM_OF_ITEM_TYPES) in IsFilterSupported()
893 const auto tag = Convert(t->GetTagType()); in IsFilterSupported()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/serial/
H A Dobjostrasnb.cpp1074 m_AutomaticTagging = namedTypeInfo->GetTagType() == CAsnBinaryDefs::eAutomatic; in BeginNamedType()
1125 m_AutomaticTagging = namedTypeInfo->GetTagType() == CAsnBinaryDefs::eAutomatic; in WriteNamedType()
1175 m_AutomaticTagging = cType->GetTagType() == CAsnBinaryDefs::eAutomatic; in BeginContainer()
1215 m_AutomaticTagging = cType->GetTagType() == CAsnBinaryDefs::eAutomatic; in WriteContainer()
1315 m_AutomaticTagging = classType->GetTagType() == CAsnBinaryDefs::eAutomatic; in BeginClass()
1390 m_AutomaticTagging = classType->GetTagType() == CAsnBinaryDefs::eAutomatic; in WriteClass()
H A Dobjistrasnb.cpp1084 if (classType->GetTagType() != eAutomatic) { in BeginClassMember()
1138 if (classType->GetTagType() != eAutomatic) { in BeginClassMember()
1320 if (choiceType->GetTagType() != eAutomatic) { in BeginChoiceVariant()
1386 if (choiceType->GetTagType() != eAutomatic) { in ReadChoiceSimple()
1405 if (choiceType->GetTagType() != eAutomatic) { in ReadChoiceSimple()
1419 if (choiceType->GetTagType() != eAutomatic) { in SkipChoiceSimple()
1438 if (choiceType->GetTagType() != eAutomatic) { in SkipChoiceSimple()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/serial/
H A Dobjostrasnb.cpp1074 m_AutomaticTagging = namedTypeInfo->GetTagType() == CAsnBinaryDefs::eAutomatic; in BeginNamedType()
1125 m_AutomaticTagging = namedTypeInfo->GetTagType() == CAsnBinaryDefs::eAutomatic; in WriteNamedType()
1175 m_AutomaticTagging = cType->GetTagType() == CAsnBinaryDefs::eAutomatic; in BeginContainer()
1215 m_AutomaticTagging = cType->GetTagType() == CAsnBinaryDefs::eAutomatic; in WriteContainer()
1315 m_AutomaticTagging = classType->GetTagType() == CAsnBinaryDefs::eAutomatic; in BeginClass()
1390 m_AutomaticTagging = classType->GetTagType() == CAsnBinaryDefs::eAutomatic; in WriteClass()
H A Dobjistrasnb.cpp1084 if (classType->GetTagType() != eAutomatic) { in BeginClassMember()
1138 if (classType->GetTagType() != eAutomatic) { in BeginClassMember()
1320 if (choiceType->GetTagType() != eAutomatic) { in BeginChoiceVariant()
1386 if (choiceType->GetTagType() != eAutomatic) { in ReadChoiceSimple()
1405 if (choiceType->GetTagType() != eAutomatic) { in ReadChoiceSimple()
1419 if (choiceType->GetTagType() != eAutomatic) { in SkipChoiceSimple()
1438 if (choiceType->GetTagType() != eAutomatic) { in SkipChoiceSimple()

1234