代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/442850/1753335
js asset.js
function getTxt(s)
{
switch(s)
{
case "Cannot delete Asset Base Folder.":return "Kan ikke slette hovedmappen.";
case "Delete this file ?":return "Vil du slette filen ?"
www.eeworm.com/read/442850/1753351
js asset.js
function getTxt(s)
{
switch(s)
{
case "Cannot delete Asset Base Folder.":return "Basismap kan niet worden verwijderd.";
case "Delete this file ?":return "Dit bestand ve
www.eeworm.com/read/442040/1767525
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity PRIM_LATCH is
// This module cannot be connected to from
// VHDL because it has unnamed ports.
end PRIM_LATCH;
www.eeworm.com/read/442040/1767536
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity PRIM_DFF is
// This module cannot be connected to from
// VHDL because it has unnamed ports.
end PRIM_DFF;
www.eeworm.com/read/442040/1767564
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity PRIM_DFFE is
// This module cannot be connected to from
// VHDL because it has unnamed ports.
end PRIM_DFFE;
www.eeworm.com/read/440906/1775574
c eh4.c
// Origin: Jean-Marc Bourguet
// Build don't link:
class foo {
public:
foo() {};
void throwMe () {
throw *this; // ERROR - cannot be used in throw-expres
www.eeworm.com/read/440906/1777072
c err-msg10.c
// Build don't link:
// GROUPS passed error-messages
class foo {
public:
virtual static int f () = 0;// ERROR - member `f' cannot be declared both virtual and static.*
};
www.eeworm.com/read/440906/1784669
java clonenotsupportedexception.java
/* CloneNotSupportedException.java -- thrown when an object cannot be cloned
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath