代码搜索:MATCHING
找到约 3,451 项符合「MATCHING」的源代码
代码结果 3,451
www.eeworm.com/read/193974/5138577
py fnmatch.py
"""Filename matching with shell patterns.
fnmatch(FILENAME, PATTERN) matches according to the local convention.
fnmatchcase(FILENAME, PATTERN) always takes case in account.
The functions operate by
www.eeworm.com/read/191602/5165177
c engine.c
/*
* The matching engine and friends. This file is #included by regexec.c
* after suitable #defines of a variety of macros used herein, so that
* different state representations can be used wit
www.eeworm.com/read/171581/5393017
java fsacombobox.java
/*
* 05/12/2004
*
* FSAComboBox.java - A "File System-Aware" combo box that keeps its drop-down
* list popuplated with files matching the text typed in by
*
www.eeworm.com/read/166408/5474679
java yacaspatternpredicatebase.java
package net.sf.yacas;
/// \file
/// Pattern matching code.
///
/// General idea: have a class that can match function parameters
/// to a pattern, check for predicates on the arguments, and return
www.eeworm.com/read/166408/5474763
java yacasparammatcherbase.java
package net.sf.yacas;
/// Abstract class for matching one argument to a pattern.
abstract class YacasParamMatcherBase
{
/// Check whether some expression matches to the pattern.
/// \param
www.eeworm.com/read/162614/5529275
c pr15698-2.c
/* Test diagnostics for old-style definition not matching prior
prototype are present and give correct location for that prototype
(bug 15698). Prototype at inner scope. */
/* Origin: Joseph M
www.eeworm.com/read/348042/3159258
c engine.c
/*
* The matching engine and friends. This file is #included by regexec.c
* after suitable #defines of a variety of macros used herein, so that
* different state representations can be used wit
www.eeworm.com/read/338072/3322958
c engine.c
/*
* The matching engine and friends. This file is #included by regexec.c
* after suitable #defines of a variety of macros used herein, so that
* different state representations can be used withou
www.eeworm.com/read/316872/3606874
c xt_realm.c
/* IP tables module for matching the routing realm
*
* (C) 2003 by Sampsa Ranta
*
* This program is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/316872/3606917
c xt_dccp.c
/*
* iptables module for DCCP protocol header matching
*
* (C) 2005 by Harald Welte
*
* This program is free software; you can redistribute it and/or modify
* it under th