代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/127767/14336744
txt e447. reading paragraphs from a string using a regular expression.txt
This example demonstrates how to read paragraphs from a CharSequence. A paragraph is a contiguous sequence of non-blank lines separated by one or more blank lines. The lines in a paragraph can be term
www.eeworm.com/read/127767/14336907
txt e443. matching line boundaries in a regular expression.txt
By default, the beginning-of-line matcher (^) and end-of-line matcher ($) do not match at line boundaries. They match the beginning and end of the entire input sequence. For example, the pattern ^a ma
www.eeworm.com/read/127767/14337076
txt e444. matching across line boundaries in a regular expression.txt
By default, the any-character matcher (.) does not match line termination characters such as \n and \r. To allow dot (.) to match line termination characters, the pattern should be compiled with the d
www.eeworm.com/read/163965/5503963
java xpathpattern.java
/*
* Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*/
package org.dom4j.xpath;
import ja
www.eeworm.com/read/153251/5651713
java regexpfactory.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/106693/15626449
java immediateembeddedxor.java
/*
* EmbeddedXOR.java
*
* Created on 7 maggio 2002, 19.27
*/
package org.joone.samples.engine.xor;
import org.joone.log.*;
import org.joone.engine.*;
import org.joone.net.NeuralNet;
import java
www.eeworm.com/read/105274/15672054
html oub3vybcti9x3cs.html
Save Patterns Option
Save Patterns Option
The
Save patterns ...
option lets you def
www.eeworm.com/read/429936/8782110
diff tftp.diff
45c45
< #if CHECK_GOLBAL == YES
---
> #if defined (CHECK_GOLBAL)
173,184c173
<
< sys_printf("Current Code Pattern:%s \n",CODE_PATTERN_STRING); //By Charles addition for code pattern check 04-30-20
www.eeworm.com/read/153241/12049700
java globpattern.java
// JShell
// Copyright (C) 2000 Jack A. Orenstein
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// publish