代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/190666/5173358
c sizeof1.c
// Build don't link:
// Origin: Jason Merrill
struct X {
int f ();
int f (int);
};
void f(int i)
{
i = sizeof(X::f); // ERROR - cannot take sizeof a member function
}
www.eeworm.com/read/190666/5175462
c 900321_01.c
// g++ 1.37.1 bug 900321_01
// cfront flags ERRORs on each of the lines indicated below. g++ does not
// flag either ERRORs or warnings.
// Although I cannot find where in the current C++ Reference
www.eeworm.com/read/186948/5228295
properties localstrings.properties
cookie.get=No cookie {0} was included in this request
define.null=Define tag cannot set a null value for bean with id: {0}
define.value=Define tag can contain only one of name attribute, value attri
www.eeworm.com/read/182103/5268783
changelog
2006-03-07 Aaron Frye
PR 719/bsps
* m68kpretaskinghook.c: The optimizer on gcc 3.4.2 assumes that the
address of a variable cannot be 0, so it optimizes out any such
checks. this
www.eeworm.com/read/180427/5285483
js asset.js
function getText(s)
{
switch(s)
{
case "Cannot delete Asset Base Folder.":return "Der Hauptordner kann nicht gel\u00F6scht werden.";
case "Delete this file ?":return "Soll diese
www.eeworm.com/read/180137/5288917
sum wordperfect.sum
#!/bin/sh
#
# WordPerfect.sum - Summarizes WordPerfect 5.1 files.
#
if test -z "$TMPDIR"; then
TMPDIR="/tmp"
fi
if test ! -r "$1"; then
echo "WordPerfect.sum: Cannot read file: $1" 1>&2
exit 1
fi
www.eeworm.com/read/179990/5292286
properties localstrings.properties
cookie.get=No cookie {0} was included in this request
define.null=Define tag cannot set a null value for bean with id: {0}
define.value=Define tag can contain only one of name attribute, value attri
www.eeworm.com/read/179911/5299531
h posix_types.h
#ifndef _PPC_POSIX_TYPES_H
#define _PPC_POSIX_TYPES_H
/*
* This file is generally used by user-level software, so you need to
* be a little careful about namespace pollution etc. Also, we cannot
www.eeworm.com/read/179906/5301020
java immutableinteger.java
//: appendixa:ImmutableInteger.java
// The Integer class cannot be changed.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
i
www.eeworm.com/read/179542/5303865
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
he