代码搜索结果
找到约 10,000 项符合
R 的代码
bogo.r
# bogo.R - check calculations performed by bogofilter
#
# Before running this script,
# prepare file bogo.tbl as follows: run
# bogofilter -R bogo.tbl
# where mailbox is a file with only o
r.h
#
extern int contfld;
extern int dbg;
extern int yyval;
extern int *yypv;
extern int yylval;
extern int peek;
extern int errorflag;
r.g
%term LCURL RCURL LPAR RPAR SCOL DIGITS
%term XIF XELSE XFOR XWHILE XBREAK NEXT
%term OLDDO NEWDO
%term XGOK XDEFINE XINCLUDE
%term REPEAT UNTIL
%%
statl : statl stat
|
;
stat : if stat ={ outcon
r.h
#undef CONFIG_NLS_KOI8_R
apprsrc.r
/* not needed anymore */
corersrc.r
#ifdef __UNIX__
#include
#else
#include
#if UNIVERSAL_INTERFACES_VERSION > 0x320
#include
#endif
#endif
resource 'ldes' ( 128 )
{
versionZero
carbrsrc.r
// carbon for 9
data 'carb' (0) {
$"0000" /* .. */
};
// the plist resource should only be included in the application
// since it contains the bundle i
apprsrc.r
#ifdef __UNIX__
# include
#else
# include
#endif
#include "apprsrc.h"
resource 'STR#' ( 128 , "Simple Alert Messages" )
{
{
"This application needs at least a MacPlus" ,
"Th
corersrc.r
#ifdef __UNIX__
#include
#else
#include
#if UNIVERSAL_INTERFACES_VERSION > 0x320
#include
#endif
#endif
resource 'ldes' ( 128 )
{
versionZero
carbrsrc.r
// carbon for 9
data 'carb' (0) {
$"0000" /* .. */
};
// the plist resource should only be included in the application
// since it contains the bundle i