代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/192080/5160174

lua readonly.lua

-- make global variables readonly local f=function (t,i) error("cannot redefine global variable `"..i.."'",2) end local g={} local G=getfenv() setmetatable(g,{__index=G,__newindex=f}) setfenv(1
www.eeworm.com/read/190666/5172848

c catch3p.c

// Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base class. Check with a non-virtual // polymo
www.eeworm.com/read/190666/5172908

c catch3.c

// Copyright (C) 1999, 2000 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 29 Aug 1999 // We cannot catch an ambiguous base class. Check with a non-virtual public //
www.eeworm.com/read/190666/5173045

c anon3.c

// Copyright (C) 1999 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 20 May 1999 // Although anon unions cannot have user defined member functions // [class.union/2]
www.eeworm.com/read/190666/5173140

c anon4.c

// Build don't link: // Copyright (C) 1999 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 20 May 1999 // Anon unions cannot have user defined member functions // [c
www.eeworm.com/read/190666/5179009

x labels-3.x

# This test does not compile on mips-irix6 using the native assembler, # though it does work with gas. See PR6200. Since we cannot (???) # distinguish which assembler is being used, always pass -S f
www.eeworm.com/read/181128/5278518

properties localstrings.properties

cookie.get=No cookie {0} was included in this request define.null=Define tag cannot set a null value define.value=Define tag can contain only one of name attribute, value attribute, or body content
www.eeworm.com/read/181125/5278676

properties localstrings.properties

cookie.get=No cookie {0} was included in this request define.null=Define tag cannot set a null value define.value=Define tag can contain only one of name attribute, value attribute, or body content
www.eeworm.com/read/179906/5301009

java immutable1.java

//: appendixa:Immutable1.java // Objects that cannot be modified are immune to aliasing. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in Copy
www.eeworm.com/read/176818/5334850

java messageconstants.java

package com.ch6.post; public class MessageConstants { public static final byte ERROR_NONE = 1; public static final byte ERROR_CANNOT_CONNECT = 2; public static final byte ERROR