代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/222917/4816529
phpt getimagesize_384x385.phpt
--TEST--
GetImageSize() with 384x385 pixels
--SKIPIF--
--FILE--
www.eeworm.com/read/222917/4817188
sh apconf-conv.sh
#!/bin/sh
if [ "$1" = "" ]; then
echo "Usage: $0 /somewhere/httpd.conf"
exit 1
fi
if [ ! -w $1 ]; then
echo "You cannot write to $1"
exit 1
fi
TMPFILE=tmpfile.$$
awk -f conffix.awk $TMPFI
www.eeworm.com/read/219914/4844401
properties applicationresources.properties
# Resources for parameter 'com.oa.view.struts.ApplicationResources'
# Project P/oa
user.name=User Name
user.password=Password
errors.required={0} is required.
errors.minlength={0} cannot be less than
www.eeworm.com/read/219914/4844412
properties applicationresources.properties
# Resources for parameter 'com.oa.view.struts.ApplicationResources'
# Project P/oa
user.name=User Name
user.password=Password
errors.required={0} is required.
errors.minlength={0} cannot be less than
www.eeworm.com/read/209559/4968395
h const.h
/* const.h: Macros for dealing with constants. */
#ifndef _SPARC64_CONST_H
#define _SPARC64_CONST_H
/* Some constant macros are used in both assembler and
* C code. Therefore we cannot annotate t
www.eeworm.com/read/204140/5034166
h resource.h
#define IDS_CANNOT_CREATE_FOLDER 200
#define IDS_OPEN_IS_NOT_SUPORTED_ARCHIVE 201
#define IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_CRC 202
#define IDS_MESSAGES_DIALOG_EXTRACT_MESSAGE_DATA_ERROR 20
www.eeworm.com/read/190666/5174414
c parsing8.c
// Build don't link:
// GROUPS passed parsing
// parsing folder
// From: nag@soft.flab.fujitsu.co.jp
// Date: Thu, 08 Jul 1993 10:54:59 +0900
// Subject: g++ cannot understand `void (**f)()'
//
www.eeworm.com/read/180427/5285499
js asset.js
function getText(s)
{
switch(s)
{
case "Cannot delete Asset Base Folder.":return "P\u00E4\u00E4hakemistoa ei voi poistaa";
case "Delete this file ?":return "Haluatko
www.eeworm.com/read/173141/5379788
out importexport.out
Test importExport starting
testing non-existing data file
Data file not found: extinout/Z.dat
testing null data file
Data file cannot be null.
testing empty table
testing empty table with Delimited f
www.eeworm.com/read/173141/5379795
out unicodeescape_jp.out
ij> drop table jtest;
ERROR 42Y55: 'DROP TABLE' cannot be performed on 'JTEST' because it does not exist.
ij> create table jtest(jint integer, jtime time, jvarchar varchar(255));
0 rows inserted/updat