代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/426228/1994835
js pattern.js
/**
clears default form field value
*/
function clearDefaultandCSS(el) {
if (!el.defaultValue) {
el.defaultValue = el.value;
}
if (el.defaultValue == el.value) {
el.value = "";
}
// If Dynam
www.eeworm.com/read/426226/1994837
js pattern.js
/**
clears default form field value
*/
function clearDefaultandCSS(el) {
if (!el.defaultValue) {
el.defaultValue = el.value;
}
if (el.defaultValue == el.value) {
el.value = "";
}
// If Dynam
www.eeworm.com/read/426225/1994839
js pattern.js
/**
clears default form field value
*/
function clearDefaultandCSS(el) {
if (!el.defaultValue) {
el.defaultValue = el.value;
}
if (el.defaultValue == el.value) {
el.value = "";
}
// If Dynam
www.eeworm.com/read/414826/2141973
bmp pattern.bmp
#define foo_width 16
#define foo_height 16
static char foo_bits[] = {
0x60, 0x06, 0x90, 0x09, 0x90, 0x09, 0xb0, 0x0d, 0x4e, 0x72, 0x49, 0x92,
0x71, 0x8e, 0x8e, 0x71, 0x8e, 0x71, 0x71, 0x8e, 0x49
www.eeworm.com/read/409921/2220021
c pattern.c
/*
* pattern.c: Implemetation of selectors for nodes
*
* Reference:
* http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/
* to some extent
* http://www.w3.org/TR/1999/REC-xml-199911
www.eeworm.com/read/409921/2220094
h pattern.h
/*
* Summary: pattern expression handling
* Description: allows to compile and test pattern expressions for nodes
* either in a tree or based on a parser state.
*
* Copy: See Co
www.eeworm.com/read/409921/2223441
cpp pattern.cpp
/* $Id: Pattern.cpp 12803 2005-01-04 21:40:25Z narnaoud $
*
* regexpl - Console Registry Explorer
*
* Copyright (C) 2000-2005 Nedko Arnaudov
*
* This program
www.eeworm.com/read/409921/2223484
h pattern.h
/* $Id: Pattern.h 15091 2005-05-07 21:24:31Z sedwards $ */
// Pattern.h: decalration for pattern functions
#if !defined(PATTERN_H__INCLUDED_)
#define PATTERN_H__INCLUDED_
#define PATTERN_MAT
www.eeworm.com/read/408539/2248788
h pattern.h
// pattern.h : main header file for the PATTERN application
//
#if !defined(AFX_PATTERN_H__43210FE9_B603_4B69_BF9A_619FC4399EA8__INCLUDED_)
#define AFX_PATTERN_H__43210FE9_B603_4B69_BF9A_619FC439