代码搜索:patterns

找到约 8,017 项符合「patterns」的源代码

代码结果 8,017
www.eeworm.com/read/233448/4670213

md darwin.md

/* Machine description patterns for PowerPC running Darwin (Mac OS X). Copyright (C) 2004, 2005 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. GNU
www.eeworm.com/read/233448/4683333

c 20020710-1.c

/* Red Hat bugzilla #68395 PR middle-end/7245 This testcase ICEd on IA-32 because shift & compare patterns predicates allowed any immediate, but constraints allowed only numbers from 1 to
www.eeworm.com/read/215090/4906696

py parse.py

#!/usr/bin/env python import re import string import sys class Rule: def __init__(self): self.patterns = [] self.replacements = [] self.head = '' self.foot = '
www.eeworm.com/read/209211/4983558

sample pipefrom.sample

#!/bin/rc rfork e TMP=/tmp/myupassend.$pid # collect upas/send options options=() while (! ~ $#* 0 && ~ $1 -*) { options=($options $1); shift } # collect addresses and add them to my patterns des
www.eeworm.com/read/209211/4983858

readme

DMD bitmap to PostScript translator. Much of the code came from abm, which was written by Guy Riddle. By default 6 byte patterns are used to encode the output bitmap. Use the -b option to change the
www.eeworm.com/read/209211/4983931

readme

A program that displays a matrix as a gray scale image on PostScript printers. May be useful if you have a large matrix and want a simple way to look for patterns. Expect a 600x600 matrix is an optim
www.eeworm.com/read/195280/5113649

py parse.py

#!/usr/bin/env python import re import string import sys class Rule: def __init__(self): self.patterns = [] self.replacements = [] self.head = '' self.foot = '
www.eeworm.com/read/190666/5179113

c 20020710-1.c

/* Red Hat bugzilla #68395 PR middle-end/7245 This testcase ICEd on IA-32 because shift & compare patterns predicates allowed any immediate, but constraints allowed only numbers from 1 to
www.eeworm.com/read/169190/5426547

1 pgrep.1

.TH PGREP 1 .SH NAME pgrep - a grep with Perl-compatible regular expressions. .SH SYNOPSIS .B pgrep [-Vchilnsvx] pattern [file] ... .SH DESCRIPTION \fBpgrep\fR searches files for character patterns,
www.eeworm.com/read/169190/5426576

testinput5

/-- Because of problems with Perl 5.6 in handling UTF-8 vs non UTF-8 --/ /-- strings automatically, do not use the \x{} construct except with --/ /-- patterns that have the /8 option set, and don't us