代码搜索:Namespace
找到约 10,000 项符合「Namespace」的源代码
代码结果 10,000
www.eeworm.com/read/227686/4769441
java namespace.java
/* Sesame - Storage and Querying architecture for RDF and RDF Schema
* Copyright (C) 2001-2005 Aduna
*
* Contact:
* Aduna
* Prinses Julianaplein 14 b
* 3817 CS Amersfoort
* The Nethe
www.eeworm.com/read/227686/4769487
java namespace.java
/* Sesame - Storage and Querying architecture for RDF and RDF Schema
* Copyright (C) 2001-2005 Aduna
*
* Contact:
* Aduna
* Prinses Julianaplein 14 b
* 3817 CS Amersfoort
* The Neth
www.eeworm.com/read/216802/4880542
js namespace.js
/*
* Namespace handling.
* Copyright (c) 1998 New Generation Software (NGS) Oy
*
* Author: Markku Rossi
*/
/*
* This library is free software; you can redistribute it and/o
www.eeworm.com/read/209559/4969102
h namespace.h
#ifndef _NAMESPACE_H_
#define _NAMESPACE_H_
#ifdef __KERNEL__
#include
#include
struct namespace {
atomic_t count;
struct vfsmount * root;
struct list_head list;
www.eeworm.com/read/205898/5014142
pm namespace.pm
# $Id: Namespace.pm 4532 2004-05-11 05:15:40Z ezra $
package XML::XPath::Node::Namespace;
use strict;
use vars qw/@ISA/;
@ISA = ('XML::XPath::Node');
package XML::XPath::Node::NamespaceImpl;
use
www.eeworm.com/read/202075/5055051
java namespace.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/194316/5132620
namespace makefile.namespace
#############################################################################
# Software Testing Automation Framework (STAF) #
# (C) Copyright IBM Corp. 2005
www.eeworm.com/read/194316/5132626
java namespace.java
/*****************************************************************************/
/* Software Testing Automation Framework (STAF) */
/* (C) Copyright IBM Corp. 2005
www.eeworm.com/read/192230/5159791
cc namespace.cc
namespace AAA {
char c;
int i;
int A_xyzq (int);
char xyzq (char);
class inA {
public:
int xx;
int fum (int);
};
};
int AAA::inA::fum (int i)
{
return 10 + i;
}
namespace BBB