代码搜索:pattern

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

代码结果 10,000
www.eeworm.com/read/239567/4598405

py test_coding_regexp.py

''' Test for regular expressions in java (result of an interactive session) ''' from java.util.regex import Pattern from java.lang import String p = Pattern.compile("coding[:=]+[\\s]*[\\w[\\-]]
www.eeworm.com/read/215590/4902226

txt 设置session的存储时间.txt

***web.xml*** BillPayServlet /BillPayServlet
www.eeworm.com/read/193974/5138005

py glob.py

"""Filename globbing utility.""" import os import fnmatch import re __all__ = ["glob"] def glob(pathname): """Return a list of paths matching a pathname pattern. The pattern may contain si
www.eeworm.com/read/345604/3198660

java patterncolor.java

package com.lowagie.text.pdf; /** Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.). */ public class PatternColor extends ExtendedColor { /** The actual pattern.
www.eeworm.com/read/333997/3377267

tag datetime.tag

www.eeworm.com/read/333997/3379303

tag datetime.tag

www.eeworm.com/read/300363/3847079

java patterncolor.java

package com.lowagie.text.pdf; /** Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.). */ public class PatternColor extends ExtendedColor { /** The actual pattern.
www.eeworm.com/read/437033/1836766

h myregexp.h

/* myregexp.h Created: July 1995 by Philip Homburg */ char *re_compile(char *pattern); int re_match(char *pattern, char *string);
www.eeworm.com/read/432727/1890632

properties config.properties

## # config.properties # This file is used for the category of test case. # The pattern is similar to [name=Code Level,User Level,Description,...] # # About Test2 Naming Pattern # # B[ZK Version]-[Bu
www.eeworm.com/read/364229/2907223

java patterncolor.java

package com.lowagie.text.pdf; /** Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.). */ public class PatternColor extends ExtendedColor { /** The actual pattern.