代码搜索:pattern

找到约 10,000 项符合「pattern」的源代码

代码结果 10,000
www.eeworm.com/read/16502/674019

m strfind.m

%STRFIND Find one string within another. % K = STRFIND(TEXT,PATTERN) returns the starting indices of any % occurrences of the string PATTERN in the string TEXT. % % STRFIND will always retu
www.eeworm.com/read/38039/1097110

mnu pat_attr2.mnu

PAT#TYPE#2 # XY#Pattern Create a user-defined pattern of components. # Fill#Sheet Automatically fill the workpiece area with component members. #
www.eeworm.com/read/456448/1605842

aspx safari_tag.aspx

public bool IsTagPattern(string tagname,string pattern) { if(pattern
www.eeworm.com/read/456448/1605878

aspx gecko_tag.frame.aspx

public bool IsTagPattern(string tagname,string pattern) { if(pattern
www.eeworm.com/read/456448/1605902

aspx tag.frame.aspx

public bool IsTagPattern(string tagname,string pattern) { if(pattern
www.eeworm.com/read/192559/5152853

blt mqpat.blt

void MQGC::PatternSetupSolid( GPEBltParms *pBltParms, ULONG *ulCmd ) { // NO NEED to set pattern offset since it is a solid pattern anyway if ( m_pSrc->Format() == gpe1Bpp ) { geWAITCMDFI
www.eeworm.com/read/192559/5154445

blt mqpat.blt

void MQGC::PatternSetupSolid( GPEBltParms *pBltParms, ULONG *ulCmd ) { // NO NEED to set pattern offset since it is a solid pattern anyway if ( m_pSrc->Format() == gpe1Bpp ) { geWAITCMDFI
www.eeworm.com/read/187379/5224011

js common.js

//??????? function validate(text){ var pattern = /^[1-9][0-9]*$/; if(text.value.match(pattern)){ return true; }else{ return false; } } //??????????? function trim(inputStri
www.eeworm.com/read/180137/5289439

c bitap.c

/* Copyright (c) 1994 Sun Wu, Udi Manber, Burra Gopal. All Rights Reserved. */ /* if the pattern is not simple fixed pattern, then after preprocessing */ /* and generating the masks, the program goes
www.eeworm.com/read/349545/3143806

m strfind.m

%STRFIND Find one string within another. % K = STRFIND(TEXT,PATTERN) returns the starting indices of any % occurrences of the string PATTERN in the string TEXT. % % STRFIND will always retu