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

12345678910

/macosx-10.9.5/CPANInternal-140/IPC-LDT/
H A DMakefile.PL31 Filter::Util::Call => 1,
/macosx-10.9.5/CPANInternal-140/IPC-LDT-2.03/
H A DMakefile.PL31 Filter::Util::Call => 1,
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm2 package Log::Log4perl::Filter::LevelMatch;
15 use base qw(Log::Log4perl::Filter);
55 Log::Log4perl::Filter::LevelMatch - Filter to match the log level exactly
59 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelMatch
73 L<Log::Log4perl::Filter>,
74 L<Log::Log4perl::Filter::LevelRange>,
75 L<Log::Log4perl::Filter::StringRange>,
76 L<Log::Log4perl::Filter::Boolean>
H A DStringMatch.pm2 package Log::Log4perl::Filter::StringMatch;
14 use base "Log::Log4perl::Filter";
62 Log::Log4perl::Filter::StringMatch - Filter to match the log level exactly
66 log4perl.filter.Match1 = Log::Log4perl::Filter::StringMatch
81 L<Log::Log4perl::Filter>,
82 L<Log::Log4perl::Filter::LevelMatch>,
83 L<Log::Log4perl::Filter::LevelRange>,
84 L<Log::Log4perl::Filter::Boolean>
H A DLevelRange.pm2 package Log::Log4perl::Filter::LevelRange;
15 use base "Log::Log4perl::Filter";
57 Log::Log4perl::Filter::LevelRange - Filter for a range of log levels
61 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelRange
78 L<Log::Log4perl::Filter>,
79 L<Log::Log4perl::Filter::LevelMatch>,
80 L<Log::Log4perl::Filter::StringRange>,
81 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...]
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/filters/
H A DSVGFEImage.h38 static PassRefPtr<FEImage> createWithImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
39 static PassRefPtr<FEImage> createWithIRIReference(Filter*, Document*, const String&, const SVGPreserveAspectRatio&);
55 FEImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
56 FEImage(Filter*, Document*, const String&, const SVGPreserveAspectRatio&);
H A DSVGFilter.cpp30 : Filter(absoluteTransform)
43 return Filter::applyHorizontalScale(value) * m_absoluteFilterRegion.width() / m_filterRegion.width();
50 return Filter::applyVerticalScale(value) * m_absoluteFilterRegion.height() / m_filterRegion.height();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEMerge.h27 #include "Filter.h"
34 static PassRefPtr<FEMerge> create(Filter*);
45 FEMerge(Filter*);
H A DFEOffset.h27 #include "Filter.h"
33 static PassRefPtr<FEOffset> create(Filter*, float dx, float dy);
49 FEOffset(Filter*, float dx, float dy);
H A DFETile.h27 #include "Filter.h"
33 static PassRefPtr<FETile> create(Filter* filter);
45 FETile(Filter*);
H A DSourceGraphic.cpp25 #include "Filter.h"
34 PassRefPtr<SourceGraphic> SourceGraphic::create(Filter* filter)
47 Filter* filter = this->filter();
56 Filter* filter = this->filter();
H A DFEBlend.h28 #include "Filter.h"
43 static PassRefPtr<FEBlend> create(Filter*, BlendModeType);
58 FEBlend(Filter*, BlendModeType);
H A DFEDiffuseLighting.h34 static PassRefPtr<FEDiffuseLighting> create(Filter*, const Color&, float, float,
61 FEDiffuseLighting(Filter*, const Color&, float, float, float, float, PassRefPtr<LightSource>);
H A DFESpecularLighting.h32 static PassRefPtr<FESpecularLighting> create(Filter*, const Color&, float, float,
62 FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>);
H A DSourceAlpha.h25 #include "Filter.h"
31 static PassRefPtr<SourceAlpha> create(Filter*);
48 SourceAlpha(Filter* filter)
H A DSourceGraphic.h26 #include "Filter.h"
32 static PassRefPtr<SourceGraphic> create(Filter*);
49 SourceGraphic(Filter* filter)
H A DFilter.h34 class Filter : public RefCounted<Filter> { class in namespace:WebCore
36 Filter(const AffineTransform& absoluteTransform) function in class:WebCore::Filter
40 virtual ~Filter() { }
/macosx-10.9.5/xnu-2422.115.4/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.9.5/ruby-104/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.9.5/WebCore-7537.78.1/xml/
H A DXPathPath.h40 class Filter : public Expression { class in namespace:WebCore::XPath
42 Filter(Expression*, const Vector<Predicate*>& = Vector<Predicate*>());
43 virtual ~Filter();
75 Path(Filter*, LocationPath*);
83 Filter* m_filter;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEMergeElement.h37 virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
/macosx-10.9.5/ruby-104/ruby/sample/ripper/
H A Dstrip-comment.rb5 class CommentStripper < Ripper::Filter
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A Dplaynotes.py10 filt = Filter('generator', 440, 30000, 0.0, 'sine', 8000)
/macosx-10.9.5/CPANInternal-140/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>

Completed in 238 milliseconds

12345678910