代码搜索:cannot

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

代码结果 7,468
www.eeworm.com/read/360437/2962793

inc storedproc_06.inc

#### suite/funcs_1/storedproc/storedproc_06.inc # This test cannot be used for the embedded server because we check here # privileges. --source include/not_embedded.inc --source suite/funcs_1/stored
www.eeworm.com/read/360437/2962794

inc storedproc_10.inc

#### suite/funcs_1/storedproc/storedproc_10.inc # This test cannot be used for the embedded server because we check here # privilgeges. --source include/not_embedded.inc --source suite/funcs_1/store
www.eeworm.com/read/358128/3001138

pm collate.pm

package Unicode::Collate; BEGIN { unless ("A" eq pack('U', 0x41)) { die "Unicode::Collate cannot stringify a Unicode code point\n"; } } use 5.006; use strict; use warnings; use Carp; use Fi
www.eeworm.com/read/357924/3010920

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/352183/3096804

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
www.eeworm.com/read/260165/4334584

h dl_call_unittest_.h

// Updated: 11th June 2006 #if !defined(UNIXSTL_INCL_UNIXSTL_DL_HPP_DL_CALL) # error This file cannot be directly included, and should only be included within unixstl/dl/dl_call.hpp #endif /* !
www.eeworm.com/read/260165/4334966

h error_desc_unittest_.h

// Updated: 6th June 2006 #if !defined(WINSTL_INCL_WINSTL_ERROR_HPP_ERROR_DESC) # error This file cannot be directly included, and should only be included within winstl/error/error_desc.hpp #en
www.eeworm.com/read/260165/4335332

h 64bit_integers_unittest_.h

// Updated: 6th July 2006 #if !defined(STLSOFT_INCL_STLSOFT_UTIL_HPP_64BIT_INTEGERS) # error This file cannot be directly included, and should only be included within stlsoft/util/64bit_integers
www.eeworm.com/read/258482/4354219

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
www.eeworm.com/read/252364/4408846

e017c9059c92001b1480d697f94b239e

//: 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