Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 9 of 9) sorted by relevance

/PHP-5.3/build/
H A Dbuild.mk76 @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \
77 …/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.nice >>…
H A Dlibtool.m43727 # use absolute paths for naming shared libraries, and exclude the
5358 # exclude_expsyms can be an extended regexp of symbols to exclude
5360 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
/PHP-5.3/ext/spl/tests/
H A Darray_003.phpt6 // This test also needs to exclude the protected and private variables
H A Darray_007.phpt6 // This test also needs to exclude the protected and private variables
/PHP-5.3/ext/standard/
H A Dscanf.c105 int exclude; /* 1 if this is an exclusion set. */ member
151 cset->exclude = 1; in BuildCharSet()
262 return (cset->exclude ? !match : match); in CharInSet()
/PHP-5.3/Zend/
H A DREADME.ZEND_VM97 exclude old executor together with specialized one using --without-old-executor.
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS29 with GNU grep. In particular, --exclude and --include (and variants) apply
H A DChangeLog35 (c) Multiple uses of --exclude, --exclude-dir, --include, and --include-dir
38 (d) --exclude-from and --include-from (multiple use) have been added.
994 --exclude-dir, though that is not available in GNU grep, at least as of
1691 4. Fixed two related pcregrep bugs involving -r with --include or --exclude:
1693 (1) The include/exclude patterns were being applied to the whole pathnames
1697 skipped unless they satisfied the include/exclude conditions. This is
1701 apply the include/exclude patterns to regular files.
3326 (p) Added --include and --exclude options to specify files for inclusion
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc137 'inf' => '<regex> Regular expression for input files to exclude.'

Completed in 47 milliseconds