代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/321483/3533870
t test.t
BEGIN {
unless ("A" eq pack('U', 0x41)) {
print "1..0 # Unicode::Collate " .
"cannot stringify a Unicode code point\n";
exit 0;
}
if ($ENV{PERL_CORE}) {
chdir('t') if -d 't';
@IN
www.eeworm.com/read/321483/3533872
t cjkrange.t
BEGIN {
unless ("A" eq pack('U', 0x41)) {
print "1..0 # Unicode::Collate " .
"cannot stringify a Unicode code point\n";
exit 0;
}
if ($ENV{PERL_CORE}) {
chdir('t') if -d 't';
@IN
www.eeworm.com/read/321483/3534863
filtdef
#!/usr/local/bin/perl
use Compress::Raw::Zlib ;
use strict ;
use warnings ;
binmode STDIN;
binmode STDOUT;
my $x = new Compress::Raw::Zlib::Deflate()
or die "Cannot create a deflation stream\n"
www.eeworm.com/read/321483/3534864
filtinf
#!/usr/local/bin/perl
use Compress::Raw::Zlib ;
use strict ;
use warnings ;
binmode STDIN;
binmode STDOUT;
my $x = new Compress::Raw::Zlib::Inflate
or die "Cannot create a inflation stream\n" ;
www.eeworm.com/read/316872/3589902
net kconfig.net
menu "UML Network Devices"
depends on NET
# UML virtual driver
config UML_NET
bool "Virtual network device"
help
While the User-Mode port cannot directly talk to any physical
hard
www.eeworm.com/read/298657/3861084
c syscalls.c
/* syscalls.c - non-trap system calls for D10V
*
* This file contains system calls that cannot be implemented with
* a simple "trap 15" instruction. The ones that can are in trap.S.
*/
#include
www.eeworm.com/read/294926/3914512
properties localstrings.properties
common.io=Encountered input/output error: {0}
enumerateTag.enumeration=Cannot create enumeration for {0}
formTag.create=Exception creating bean of class {0}: {1}
forwardTag.forward=Error forwarding
www.eeworm.com/read/294926/3914513
properties localstrings.properties
forward.forward=Exception forwarding for name {0}: {1}
forward.lookup=Cannot find global ActionForward for name {0}
forward.redirect=Exception redirecting for name {0}: {1}
iterate.collection=No co
www.eeworm.com/read/290808/3971237
c dgcliloop3.c
#include "unp.h"
/* Try and get ENOBUFS from sendto() by sending huge datagrams.
But I still cannot get the error. */
#define NDG 2000 /* datagrams to send */
#define DGLEN 65507 /* length of e
www.eeworm.com/read/279968/4130175
c syscalls.c
/* syscalls.c - non-trap system calls for D10V
*
* This file contains system calls that cannot be implemented with
* a simple "trap 15" instruction. The ones that can are in trap.S.
*/
#include