代码搜索:MATCHING

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

代码结果 3,451
www.eeworm.com/read/168845/5436139

questions

Rename 'parameter' in option_description with something better, e.g. 'value_specification'? Approximate matching for variable_map access? Should be able to stack validators? Case with vari
www.eeworm.com/read/167185/5462951

c wildmat.c

/* Wildcard matching routines. Copyright (C) 1988 Free Software Foundation This file is part of GNU Tar. GNU Tar is free software; you can redistribute it and/or modify it under the terms of the
www.eeworm.com/read/340665/3273901

c nested1.c

// Build don't link: struct C { struct D { }; }; struct E { C& c; void g(); }; void E::g() { c.D().f(); // ERROR - no matching function }
www.eeworm.com/read/316872/3604597

txt secid.txt

flowi structure: The secid member in the flow structure is used in LSMs (e.g. SELinux) to indicate the label of the flow. This label of the flow is currently used in selecting matching labeled xfrm(s
www.eeworm.com/read/314308/3636935

h authoritykeyidentifier.h

#include "asn-incl.h" /* * authorityKeyIdentifier.h * "AuthorityKeyIdentifierDefinition" ASN.1 module encode/decode/extracting/matching/free C src. * This file was generated by modified e
www.eeworm.com/read/309003/3708220

m mpwork32.m

% MPWork32 -- Matching-Pursuit, Cosine Packet Tour on Four Complex Signals % % Sorrows % Riemann % Seismic % Tweet % % Must be run after MPWork22 % n = 1024; % %compressfig =
www.eeworm.com/read/303435/3811276

shell zap.cwp.shell

ZAP - kill processes by name Typical usages: zap ximage zap 'xmovie|xgraph' Zap accepts full pattern matching for the process names Caveat: zap assumes that the FIRST field produced by the U
www.eeworm.com/read/274764/4182569

java structurematcher.java

/* * StructureMatcher.java - Abstract interface for bracket matching, etc. * :tabSize=8:indentSize=8:noTabs=false: * :folding=explicit:collapseFolds=1: * * Copyright (C) 2003 Slava Pestov * * T
www.eeworm.com/read/442179/1764901

xtp ref.xtp

The extensible stylesheet language is a language for transforming XML documents to new XML documents. It's based on matching elements in the XML tree a
www.eeworm.com/read/440906/1775533

c nested1.c

// Build don't link: struct C { struct D { }; }; struct E { C& c; void g(); }; void E::g() { c.D().f(); // ERROR - no matching function }