代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/416749/2118394
svn-base transaction_namespaces.sql.svn-base
SET FOREIGN_KEY_CHECKS=0;
ALTER TABLE `document_transactions` ADD `transaction_namespace` char(255) NOT NULL default 'ktcore.transactions.event';
UPDATE `document_transactions` SET `transaction_name
www.eeworm.com/read/237003/13984060
m4 ac_cxx_namespaces.m4
dnl Available from the GNU Autoconf Macro Archive at:
dnl http://www.gnu.org/software/ac-archive/htmldoc/ac_cxx_namespaces.html
dnl
AC_DEFUN([AC_CXX_NAMESPACES],
[AC_CACHE_CHECK(whether the compiler i
www.eeworm.com/read/275831/10794561
rb 04 - avoiding naming collisions with namespaces.rb
module StringTheory
class String
def initialize(length=10**-33)
@length = length
end
end
end
String.new # => ""
StringTheory::String.new
# =>
www.eeworm.com/read/413154/11164938
namespaces d1b603c3.namespaces
##############################################################################
#NAMESPACES-VERSION: 1.0
#
# @(#)d1b603c3.namespaces
# CA alias : ESnet
# subord_of:
# subjectDN: /DC=net/DC=ES
www.eeworm.com/read/136989/5830393
readme
// README,v 1.5 1999/08/10 16:51:48 parsons Exp
// ============================================================================
//
// = LIBRARY
// TAO/tests/IDL_Test
//
// = FILENAME
//
www.eeworm.com/read/413154/11164970
namespaces 1c3f2ca8.namespaces
##############################################################################
#NAMESPACES-VERSION: 1.0
#
# @(#)1c3f2ca8.namespaces
# CA alias : DOEGrids
# subord_of: ESnet
# subjectDN: /DC=o
www.eeworm.com/read/279804/10392592
js 10.js
/**
* XML.XPathExpression is a class that encapsulates an XPath query and its
* associated namespace prefix-to-URL mapping. Once an XML.XPathExpression
* object has been created, it can be evaluat