代码搜索:Namespaces

找到约 1,276 项符合「Namespaces」的源代码

代码结果 1,276
www.eeworm.com/read/239567/4598113

py ns.py

"""NS module -- XML Namespace constants This module contains the definitions of namespaces (and sometimes other URI's) used by a variety of XML standards. Each class has a short all-uppercase na
www.eeworm.com/read/233448/4673366

c externc3.c

// { dg-do run } // Test that two extern "C" declarations of the same name in different // namespaces are treated as declaring the same function. namespace foo { extern "C" int f (); } extern "C"
www.eeworm.com/read/228954/4761485

cs creditinquiry.cs

// Fig. 14.12: CreditInquiry.cs // Read a file sequentially and display contents based on // account type specified by user (credit, debit or zero balances). // C# namespaces using System; usin
www.eeworm.com/read/422060/2045534

phpt profile10.phpt

--TEST-- SimpleXML [profile]: Accessing two attributes with the same name, but different namespaces --SKIPIF-- --FILE--
www.eeworm.com/read/411488/2187717

cpp _template.cpp

#include #include #include "cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class Test : public CPP
www.eeworm.com/read/411488/2187738

cpp queue_test.cpp

#include #include #include #include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace st
www.eeworm.com/read/411488/2187758

cpp epilog_test.cpp

#include #include #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) struct some_struct { std::string s; // if std not properly redefined, error will be here }; #endif
www.eeworm.com/read/411488/2187870

cpp stack_test.cpp

#include #include #include #include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std
www.eeworm.com/read/411488/2187887

cpp rawriter_test.cpp

#include #include #include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES) using namespace std; #endif class X { public:
www.eeworm.com/read/392773/2491273

cpp bvector_test.cpp

#include #include "cppunit/cppunit_proxy.h" #if !defined (STLPORT) || defined (_STLP_USE_NAMESPACES) using namespace std; #endif // // TestCase class // class BvectorTest : public CPPUNIT_