Searched refs:Filter (Results 1 - 25 of 130) sorted by relevance

123456

/macosx-10.10.1/CPANInternal-159.1/IPC-LDT-2.03/
H A DMakefile.PL31 Filter::Util::Call => 1,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOFilterInterruptEventSource.h58 @typedef Filter
63 typedef bool (*Filter)(OSObject *, IOFilterInterruptEventSource *); typedef in class:IOFilterInterruptEventSource
66 @discussion Backward compatibilty define for the old non-class scoped type definition. See $link IOFilterInterruptSource::Filter */
67 #define IOFilterInterruptAction IOFilterInterruptEventSource::Filter
83 /*! @var filterAction Filter callout */
84 Filter filterAction;
107 Filter filter,
122 Filter filter,
129 @discussion Cause the work loop to schedule the interrupt action even if the filter routine returns 'false'. Note well the interrupting condition MUST be cleared from the hardware otherwise an infinite process interrupt loop will occur. Use this function when SoftDMA is desired. See $link IOFilterInterruptSource::Filter */
135 virtual Filter getFilterActio
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ripper/
H A Dtest_filter.rb9 class TestRipper::Filter < Test::Unit::TestCase
11 class Filter < Ripper::Filter class in class:TestRipper
29 filter = Filter.new(File.read(filename))
37 filter = Filter.new(File.read(filename), filename)
48 filter = Filter.new(src)
59 filter = Filter.new(src, '-', 100)
70 filter = Filter.new(src)
79 filter = Filter.new(File.read(filename))
/macosx-10.10.1/ruby-106/ruby/sample/ripper/
H A Dstrip-comment.rb5 class CommentStripper < Ripper::Filter
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py10 filt = Filter('generator', 440, 30000, 0.0, 'sine', 8000)
H A Dmixplay.py13 map1 = Filter('map', 1.0)
14 map2 = Filter('map', 1.0)
H A Dgenerator.py13 filt = Filter('generator', 440.0)
H A Dnotescale.py42 filt = Filter('generator', 440.0, 30000, 0.0, 'sine', 8000)
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm2 package Log::Log4perl::Filter::LevelMatch;
16 use base qw(Log::Log4perl::Filter);
61 Log::Log4perl::Filter::LevelMatch - Filter to match the log level exactly
65 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelMatch
79 L<Log::Log4perl::Filter>,
80 L<Log::Log4perl::Filter::LevelRange>,
81 L<Log::Log4perl::Filter::StringRange>,
82 L<Log::Log4perl::Filter::Boolean>
H A DBoolean.pm2 package Log::Log4perl::Filter::Boolean;
15 use base qw(Log::Log4perl::Filter);
49 # Extract Filter placeholders in logic as defined
53 my $filter = Log::Log4perl::Filter::by_name($1);
54 die "Filter $filter required by Boolean filter, but not defined"
116 Log::Log4perl::Filter::Boolean - Special filter to combine the results of others
124 log4perl.filter.MyBoolean = Log::Log4perl::Filter::Boolean
128 log4perl.appender.Screen.Filter = MyBoolean
143 C<Log::Log4perl::Filter::Boolean> is a special predefined custom filter
151 log4perl.filter.MyBoolean = Log::Log4perl::Filter
[all...]
H A DStringMatch.pm2 package Log::Log4perl::Filter::StringMatch;
15 use base "Log::Log4perl::Filter";
68 Log::Log4perl::Filter::StringMatch - Filter to match the log level exactly
72 log4perl.filter.Match1 = Log::Log4perl::Filter::StringMatch
87 L<Log::Log4perl::Filter>,
88 L<Log::Log4perl::Filter::LevelMatch>,
89 L<Log::Log4perl::Filter::LevelRange>,
90 L<Log::Log4perl::Filter::Boolean>
H A DLevelRange.pm2 package Log::Log4perl::Filter::LevelRange;
16 use base "Log::Log4perl::Filter";
63 Log::Log4perl::Filter::LevelRange - Filter for a range of log levels
67 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelRange
87 L<Log::Log4perl::Filter>,
88 L<Log::Log4perl::Filter::LevelMatch>,
89 L<Log::Log4perl::Filter::StringRange>,
90 L<Log::Log4perl::Filter::Boolean>
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dstr2filter.c38 Filter *
42 Filter *f = NULL;
73 Filter *
H A Dfilter.c37 const Filter *slap_filter_objectClass_pres;
43 Filter **f,
49 Filter *f,
66 static Filter filter_objectClass_pres = { LDAP_FILTER_PRESENT };
87 Filter **filt,
93 Filter f;
98 * Filter ::= CHOICE {
99 * and [0] SET OF Filter,
100 * or [1] SET OF Filter,
101 * not [2] Filter,
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFilter.pm2 package Log::Log4perl::Filter;
105 Log::Log4perl::Filter - Log4perl Custom Filter Base Class
115 log4perl.appender.Screen.Filter = MyFilter
129 # StringMatch Filter:
131 log4perl.filter.M1 = Log::Log4perl::Filter::StringMatch
136 # LevelMatch Filter:
138 log4perl.filter.M1 = Log::Log4perl::Filter::LevelMatch
190 log4perl.filter.M1 = Log::Log4perl::Filter::LevelMatch
205 log4perl.filter.M1 = Log::Log4perl::Filter
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D040Filter.t2 # Test Suite for Log::Log4perl::Filter
28 log4perl.appender.A1.Filter = MyFilter
59 log4perl.appender.A1.Filter = MyFilter
82 # Filter combination with Filter::Boolean
89 log4perl.filter.Match3 = Log::Log4perl::Filter::StringMatch
93 log4perl.filter.MyBoolean = Log::Log4perl::Filter::Boolean
97 log4perl.appender.A1.Filter = MyBoolean
139 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelMatch
143 log4perl.appender.A1.Filter
[all...]
H A D049Unhide.t21 require Filter::Util::Call;
25 plan skip_all => "Filter::Util::Call not available";
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A DNWGNUmod_filter100 NLM_DESCRIPTION = Apache $(VERSION_STR) Filter Module
106 NLM_THREAD_NAME = Filter Module
/macosx-10.10.1/ruby-106/ruby/ext/ripper/lib/ripper/
H A Dfilter.rb17 class Filter class in class:Ripper
19 # Creates a new Ripper::Filter instance, passes parameters +src+,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DPassNameParser.h99 /// each pass that satisfies a filter criteria. Filter should return
102 template<typename Filter>
105 Filter filter;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp91 Filter inFilterAction,
111 Filter inFilterAction,
144 IOFilterInterruptEventSource::Filter
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DFilter.pm3 # Template::Plugin::Filter
21 package Template::Plugin::Filter;
129 Template::Plugin::Filter - Base class for plugin filters
135 use Template::Plugin::Filter;
136 use base qw( Template::Plugin::Filter );
161 inherited from the C<Template::Plugin::Filter> class.
165 use Template::Plugin::Filter;
166 use base qw( Template::Plugin::Filter );
257 use base 'Template::Plugin::Filter';
361 use Template::Plugin::Filter;
[all...]
/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-pf.c308 struct enfilter Filter; local
463 memset(&Filter, 0, sizeof(Filter));
464 Filter.enf_Priority = 37; /* anything > 2 */
465 Filter.enf_FilterLen = 0; /* means "always true" */
466 if (ioctl(p->fd, EIOCSETF, (caddr_t)&Filter) < 0) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp183 /// Filter - Filter works with FilterChooser to produce the decoding tree for
186 /// It is useful to think of a Filter as governing the switch stmts of the
190 /// chooses a best Filter to do its job.
194 /// the Filter/FilterChooser combo does not know how to distinguish among the
220 class Filter { class in namespace:__anon10632
256 Filter(const Filter &f);
257 Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, bool mixed);
259 ~Filter();
494 Filter::Filter(const Filter &f) function in class:Filter
502 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, function in class:Filter
[all...]
/macosx-10.10.1/apache-793/httpd/modules/examples/
H A DNWGNUcase_flt108 NLM_DESCRIPTION = Apache $(VERSION_STR) Case Filter Module

Completed in 579 milliseconds

123456