代码搜索:cannot

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

代码结果 7,468
www.eeworm.com/read/322803/3520025

js asset.js

function getTxt(s) { switch(s) { case "Cannot delete Asset Base Folder.":return "Du kan ikke slette fil rodmappen."; case "Delete this file ?":return "Vil du slette filen
www.eeworm.com/read/321483/3534848

gzstream

#!/usr/local/bin/perl use strict ; use warnings ; use Compress::Zlib ; binmode STDOUT; # gzopen only sets it on the fd #my $gz = gzopen(\*STDOUT, "wb") my $gz = gzopen('-', "wb") or die "Cannot
www.eeworm.com/read/321483/3535021

t form.t

BEGIN { unless ("A" eq pack('U', 0x41)) { print "1..0 # Unicode::Normalize " . "cannot stringify a Unicode code point\n"; exit 0; } } BEGIN { if ($ENV{PERL_CORE}) { chdir('t') if
www.eeworm.com/read/317007/3583812

html~ bookmarkcontroller.html~

BookmarkController BookmarkController This example has been written to run as an application, therefore it cannot be displayed
www.eeworm.com/read/317007/3583822

html~ bookmarkcontroller.html~

BookmarkController BookmarkController This example has been written to run as an application, therefore it cannot be displayed
www.eeworm.com/read/316255/3612436

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity CYCLONE_PRIM_DFFE is // This module cannot be connected to from // VHDL because it has unnamed ports. end CYCLONE_PRIM_DFFE;
www.eeworm.com/read/312338/3673037

c rudolph2.c

/* XXX todo: add timeout so that hops_from_sink is reset to MAX after a while. */ /* XXX todo: use a ctimer to drive peridodic transmission: the current way does not work if a queuebuf cannot b
www.eeworm.com/read/309984/3700738

pubdef chk.pubdef

#!/bin/sh - # # Reconcile the list of public defines with the man pages and the Java files. d=../.. [ -f $d/LICENSE ] || { echo 'FAIL: cannot find source distribution directory.' exit 1 } p=$d/di
www.eeworm.com/read/309812/3703941

c ethernet_main.c

/* * File: ethernet_main.c * Purpose: Test the Ethernet port on the M5275EVB * * Notes: Requires loopback ethernet cable. * Buffers use SDRAM so cannot run from SDRAM */ #inclu
www.eeworm.com/read/309211/3706495

c printk.c

/* * linux/kernel/printk.c * * (C) 1991 Linus Torvalds */ /* * When in kernel-mode, we cannot use printf, as fs is liable to * point to 'interesting' things. Make a printf with fs-saving, an