代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/471038/1435054
java decimalformatdemo.java
import java.text.*;
public class DecimalFormatDemo {
static public void customFormat(String pattern, double value ) {
DecimalFormat myFormatter = new DecimalFormat(pattern);
String ou
www.eeworm.com/read/469304/1481675
java decimalformatdemo.java
import java.text.*;
public class DecimalFormatDemo {
static public void customFormat(String pattern, double value ) {
DecimalFormat myFormatter = new DecimalFormat(pattern);
String ou
www.eeworm.com/read/454264/1630985
js getnews.js
//create a namespace for this example:
YAHOO.namespace("example.GetNews");
//This example uses the "Module Pattern"; a full explanation of
//this pattern can be found on yuiblog:
// http://yuiblog.
www.eeworm.com/read/222917/4815830
grepinputx
This is a second file of input for the pcregrep tests.
Here is the pattern again.
Pattern
That time it was on a line by itself.
To pat or not to pat, that is the question.
complete pair
of lines
www.eeworm.com/read/185314/5238109
java stringmatch.java
package com.wrox.algorithms.ssearch;
/**
* Represents a pattern match within some text.
*
*/
public class StringMatch {
/** The pattern that was searched for. */
private final CharSequence
www.eeworm.com/read/423237/2028723
js getnews.js
//create a namespace for this example:
YAHOO.namespace("example.GetNews");
//This example uses the "Module Pattern"; a full explanation of
//this pattern can be found on yuiblog:
// http://yuiblog.
www.eeworm.com/read/422060/2043508
grepinputx
This is a second file of input for the pcregrep tests.
Here is the pattern again.
Pattern
That time it was on a line by itself.
To pat or not to pat, that is the question.
complete pair
of lines
www.eeworm.com/read/221595/4828087
java mementoif.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.memento
*
* 文件名称 MementoIF.java
*
*/
package com.niufish.pattern.memento;
/**
* 备忘录的窄接口
*
* V
www.eeworm.com/read/221595/4828111
java concretestrategyc.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.strategy
*
* 文件名称 ConcreteStrategyA.java
*
*/
package com.niufish.pattern.strategy;
/**
* 具体策略角色C,包装相关的算法和行为
*
*