代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/109296/15559932
h gost.h
/*
* $Id: gost.h,v 1.1.1.1 2002/03/28 00:02:55 andrew_belov Exp $
* ---------------------------------------------------------------------------
* Prototypes of the functions and declarations of da
www.eeworm.com/read/286090/8790093
m4 prereq.m4
#serial 37
dnl We use jm_ for non Autoconf macros.
m4_pattern_forbid([^jm_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
# These are the prerequisite macros
www.eeworm.com/read/131315/5940379
c match.c
/* match.c: pattern matching routines */
#include "rc.h"
static int rangematch(char *, char);
enum { RANGE_FAIL = -1, RANGE_ERROR = -2 };
/* match() matches a single pattern against a single strin
www.eeworm.com/read/111036/6160230
xtp hello.xtp
XSL is a pattern matching language like Prolog. It looks at XML nodes one
by one and checks the stylesheet for matching patterns. XSL uses XPath as
the pattern-matc
www.eeworm.com/read/115568/15009527
txt ecb_iv.txt
/*
For each key size, this test program picks a key K and a
block-sized test pattern T (not all 0s: we use an asymmetric
pattern to highlight any word swaps). It then encrypts T under K
and decr
www.eeworm.com/read/38039/1092386
mnu plane_pat.mnu
PLANE#PAT 平面阵列
#
Single 单一
Select a single plane.
选取单一平面
Pattern 阵列
Select entire pattern of datum planes.
选取基准平面的整个阵列
www.eeworm.com/read/38039/1092487
mnu pat.mnu
POSITION 位置
#
Single 单一
Create a single feature.
创建一个单一特征。
Pattern 阵列
Create a pattern of the selected feature.
创建一个选取特征的阵列。
www.eeworm.com/read/467579/1499002
js checkinfo.js
function ChackEmail(email)
{
//
var pattern = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/;
flag = pattern.test(email);
return flag;
}
function ChackUserName(username)
{
//
i
www.eeworm.com/read/467579/1499295
js checkinfo.js
function ChackEmail(email)
{
//
var pattern = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/;
flag = pattern.test(email);
return flag;
}
function ChackUserName(username)
{
//
i
www.eeworm.com/read/467579/1499482
js checkinfo.js
function ChackEmail(email)
{
//
var pattern = /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9_-])+/;
flag = pattern.test(email);
return flag;
}
function ChackUserName(username)
{
//
i