代码搜索:Metadata
找到约 3,465 项符合「Metadata」的源代码
代码结果 3,465
www.eeworm.com/read/274140/4188720
h metadata_utils.h
/* test_libFLAC - Unit tester for libFLAC
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/274140/4188722
c metadata_utils.c
/* test_libFLAC - Unit tester for libFLAC
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/274140/4188754
c metadata_manip.c
/* test_libFLAC - Unit tester for libFLAC
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/274140/4188761
h metadata_utils.h
/* test_libFLAC - Unit tester for libFLAC
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/274140/4188762
c metadata_utils.c
/* test_libFLAC - Unit tester for libFLAC
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/274140/4188767
c metadata_object.c
/* test_libFLAC - Unit tester for libFLAC
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the
www.eeworm.com/read/416749/2118220
cs document_metadata.cs
using NUnit.Framework;
using System;
using System.IO;
namespace MonoTests.KnowledgeTree
{
[TestFixture]
public class DocumentMetadataTest : KTTest
{
private int _docId;
private int _
www.eeworm.com/read/416749/2118338
sql metadata_tree.sql
ALTER TABLE `document_fields` ADD COLUMN `has_lookuptree` tinyint(1) default NULL;
ALTER TABLE `document_fields` ADD COLUMN `parent_fieldset` int(11) default NULL;
ALTER TABLE `metadata_lookup` ADD CO