代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/305277/3778941
check bug550.check
bug550.scala:6: error: class List takes type parameters
def sum[a](xs: List)(implicit m: Monoid[a]): a =
^
bug550.scala:8: error: no implicit argument matching parameter type Monoid
www.eeworm.com/read/442179/1764898
xtp xpath-select.xtp
Finding a node is useful but often you will want to select all nodes
matching a pattern. For example, a web spider will want to select all links
in a HTML page.
www.eeworm.com/read/406309/2278681
c wildmat.c
/* $XConsortium: wildmat.c,v 1.2 94/04/13 18:40:59 rws Exp $ */
/*
**
** Do shell-style pattern matching for ?, \, [], and * characters.
** Might not be robust in face of malformed patterns; e.g., "
www.eeworm.com/read/366702/2869024
c ptrmem8.c
// { dg-do compile }
// Origin:
// PR c++/10126: Handle ptmf default conversions while matching a template
// argument
struct B
{
int I () const;
int I
www.eeworm.com/read/366702/2876836
f90 assumed_shape_ranks_1.f90
! { dg-do compile }
! Tests fix for PR25070; was no error for actual and assumed shape
! dummy ranks not matching.
! Contributed by Joost VandeVondele
module addon
interface extr
www.eeworm.com/read/262041/4316491
h ipt_dscp.h
/* iptables module for matching the IPv4 DSCP field
*
* (C) 2002 Harald Welte
* This software is distributed under GNU GPL v2, 1991
*
* See RFC2474 for a description
www.eeworm.com/read/262041/4316515
h ipt_ecn.h
/* iptables module for matching the ECN header in IPv4 and TCP header
*
* (C) 2002 Harald Welte
*
* This software is distributed under GNU GPL v2, 1991
*
* ipt_ecn.
www.eeworm.com/read/172335/9713521
c mwm.c
/* Notes by Jerry Z.X. 2005/05/30 */
/*
** we use this for pattern matching algorithm performance studies
** any problem please contact jerryzx@gmail.com
** by Xin Zhou @Security Lab, RIIT, Tsinghua U
www.eeworm.com/read/237122/13976148
htm ch15_07.htm
[Chapter 15] 15.7 Getting a List of Matching Files with grep -l
www.eeworm.com/read/237122/13977169
htm ch44_06.htm
[Chapter 44] 44.6 Pattern Matching in case Statements