代码搜索:MATCHING

找到约 3,451 项符合「MATCHING」的源代码

代码结果 3,451
www.eeworm.com/read/193974/5138006

py sre.py

# # Secret Labs' Regular Expression Engine # # re-compatible interface for the sre matching engine # # Copyright (c) 1998-2001 by Secret Labs AB. All rights reserved. # # This version of the SRE libr
www.eeworm.com/read/193974/5138441

py pr170.py

# This flexes PR#170 which is caused by a suspected JIT bug. Said bug for # some reason breaks exception matching. There is now a workaround that seems # to do the trick most of the time. try: i
www.eeworm.com/read/190666/5172727

c copy1.c

// { dg-do compile } // Origin: hkluender@otg.com // PR 5189 struct A { A(A&); // { dg-error "candidate" "" } template A(T); }; A a = 0; // { dg-error "no matching function|initiali
www.eeworm.com/read/190666/5175733

c opover.c

// Bug: g++ prefers a non-matching operator== over user-defined conversions // and a default operator==. // Build don't link: struct A { operator int (); }; struct B { friend int operator== (B,
www.eeworm.com/read/171581/5393002

java fsatextfield.java

/* * 08/09/2004 * * FSATextField.java - A "File System-Aware" text field that keeps a drop-down * list popuplated with files matching the text typed in by the user. * Copyright (C) 2004 Robe
www.eeworm.com/read/167046/5470889

c regex.c

/* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) Copyright (C) 1993-1
www.eeworm.com/read/163821/5509028

c regex.c

/* Extended regular expression matching and search library, version 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) Copyright (C) 1993-1
www.eeworm.com/read/348236/3158032

java regextest.java

/** @version 1.01 2004-05-11 @author Cay Horstmann */ import java.util.*; import java.util.regex.*; /** This program tests regular expression matching. Enter a pattern and strings to mat
www.eeworm.com/read/340665/3273312

c copy1.c

// { dg-do compile } // Origin: hkluender@otg.com // PR 5189 struct A { A(A&); // { dg-error "candidate" "" } template A(T); }; A a = 0; // { dg-error "no matching function|initiali
www.eeworm.com/read/340665/3276387

c opover.c

// Bug: g++ prefers a non-matching operator== over user-defined conversions // and a default operator==. // Build don't link: struct A { operator int (); }; struct B { friend int operator== (B,