代码搜索:Namespace

找到约 10,000 项符合「Namespace」的源代码

代码结果 10,000
www.eeworm.com/read/480930/1311136

c namespace.c

/* * linux/fs/namespace.c * * (C) Copyright Al Viro 2000, 2001 * Released under GPL v2. * * Based on code from fs/super.c, copyright Linus Torvalds and others. * Heavily rewritten. */ #inclu
www.eeworm.com/read/480023/1323214

java namespace.java

/*-- $Id: Namespace.java,v 1.43 2007/11/10 05:28:59 jhunter Exp $ Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin. All rights reserved. Redistribution and use in source and binary for
www.eeworm.com/read/479931/1328866

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
www.eeworm.com/read/479931/1328890

exp namespace.exp

# Copyright 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2007, 2008 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GN
www.eeworm.com/read/476776/1366691

java namespace.java

/*-- $Id: Namespace.java,v 1.43 2007/11/10 05:28:59 jhunter Exp $ Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin. All rights reserved. Redistribution and use in source and bin
www.eeworm.com/read/474814/1388737

test namespace.test

# # Tests for classes within namespaces # ---------------------------------------------------------------------- # AUTHOR: Michael J. McLennan # Bell Labs Innovations for Lucent Technolo
www.eeworm.com/read/455325/1619488

php namespace.php

www.eeworm.com/read/247171/4487114

vb namespace.vb

Imports System Namespace NS1 Module M Dim a As Integer = 20 Function Main() As Integer End Function End Module End Namespace
www.eeworm.com/read/247171/4487841

vb namespace.vb

' ' Visual Basic.Net Compiler ' Copyright (C) 2004 - 2007 Rolf Bjarne Kvinge, RKvinge@novell.com ' ' This library is free software; you can redistribute it and/or ' modify it under the terms of the
www.eeworm.com/read/245316/4504424

java namespace.java

package javax.jmi.model; public interface Namespace extends ModelElement { public ModelElement lookupElement(String name) throws NameNotFoundException; public ModelElement resolveQual