代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/138688/13225140
java kuma.java
/*
* Kuma.java
*
* Copyright 2000 JJKING Software, Junichi Ito
* Permission to use, copy, modify, and distribute this software and its
* documentation without fee for NON-COMM
www.eeworm.com/read/318477/13477798
stx js.stx
#TITLE=JavaScript
; JavaScript syntax file written by ES-Computing.
; This file is required for EditPlus to run correctly.
#DELIMITER=,(){}[]-+*%/="'~!&|?:;.
#QUOTATION1='
#QUOTATION2="
#LIN
www.eeworm.com/read/318477/13477803
stx perl.stx
#TITLE=Perl
; Perl syntax file written by ES-Computing.
; This file is required for EditPlus to run correctly.
#DELIMITER=,(){}[]-+*/=~!&|?:;.
#QUOTATION1='
#QUOTATION2="
#CONTINUE_QUOTE=n
www.eeworm.com/read/307145/13727584
c lj300.c
#include
#include
#include "fax.h"
/* define symbolic constants for literal printer */
/* control strings to make them easy to change for */
/* a different printer
www.eeworm.com/read/304126/13799938
h leds.h
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
This file was autogenerated by ledparse and
provides si
www.eeworm.com/read/301268/13862193
h config.h
#pragma interface
#ifndef Config_h
#define Config_h
#include
#include
#include
#include "exception.h"
typedef map SSMap;
class config
{
pu
www.eeworm.com/read/146092/5739833
java linktag.java
/*
Copyright 2004 Jenkov Development
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta
www.eeworm.com/read/144216/5752432
t peek.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bPeek\b/) {
print "1..0 # Skip: Devel::Peek was not built\
www.eeworm.com/read/144216/5752542
t hashwarn.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
use strict;
use warnings;
use vars qw{ @warnings };
BEGIN {
$SIG{'__WARN__'} = sub { push @warnings, @_ };
$| = 1;
prin