Searched refs:Filter (Results 151 - 175 of 245) sorted by relevance

12345678910

/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/Base/
H A DFilter.pm8 package Test::Base::Filter;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm310 $l4p_branch->{Filter} = parse_filter($child);
313 $l4p_branch->{Filter} = parse_filter_ref($child);
724 =item 5 the log4perl-specific filters, see L<Log::Log4perl::Filter>,
725 lots of examples in t/044XML-Filter.t, here's a short one:
735 <filter class="Log::Log4perl::Filter::Boolean">
753 <log4perl:filter name="Match3" class="Log::Log4perl::Filter::StringMatch">
758 <log4perl:filter name="MyBoolean" class="Log::Log4perl::Filter::Boolean">
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm310 $l4p_branch->{Filter} = parse_filter($child);
313 $l4p_branch->{Filter} = parse_filter_ref($child);
724 =item 5 the log4perl-specific filters, see L<Log::Log4perl::Filter>,
725 lots of examples in t/044XML-Filter.t, here's a short one:
735 <filter class="Log::Log4perl::Filter::Boolean">
753 <log4perl:filter name="Match3" class="Log::Log4perl::Filter::StringMatch">
758 <log4perl:filter name="MyBoolean" class="Log::Log4perl::Filter::Boolean">
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dfilterindex.c63 Filter *flist,
104 Filter *f,
564 Filter *flist,
571 Filter *f;
H A Dsearch.c160 Filter af;
1116 Filter *f,
1187 Filter f, rf, xf, nf;
1190 Filter sf;
1234 /* Filter depth increased again, adding dummy clause */
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dproto-sql.h177 time_t stoptime, Filter *filter, SQLHDBC dbh,
H A Dback-sql.h460 Filter *bsi_filter;
H A Dsearch.c35 static int backsql_process_filter( backsql_srch_info *bsi, Filter *f );
42 static int backsql_process_filter_attr( backsql_srch_info *bsi, Filter *f,
140 Filter *filter,
376 backsql_process_filter_list( backsql_srch_info *bsi, Filter *f, int op )
426 backsql_process_sub_filter( backsql_srch_info *bsi, Filter *f,
682 backsql_process_filter( backsql_srch_info *bsi, Filter *f )
1179 backsql_process_filter_attr( backsql_srch_info *bsi, Filter *f, backsql_at_map_rec *at )
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dmra.c53 Filter *f,
H A Dslap.h347 typedef struct Filter Filter; typedef in typeref:struct:Filter
510 /* Filter index function */
1057 struct Filter { struct
1096 Filter *f_un_complex;
1105 Filter *f_next;
1547 Filter *acl_filter;
2027 Filter *rs_filter;
2207 typedef ID (BI_tool_entry_first_x) LDAP_P(( BackendDB *be, struct berval *base, int scope, Filter *f ));
3066 * Extensible Filter Definitio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEDiffuseLightingElement.cpp206 PassRefPtr<FilterEffect> SVGFEDiffuseLightingElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
H A DSVGFESpecularLightingElement.cpp217 PassRefPtr<FilterEffect> SVGFESpecularLightingElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
H A DSVGFEConvolveMatrixElement.cpp284 PassRefPtr<FilterEffect> SVGFEConvolveMatrixElement::build(SVGFilterBuilder* filterBuilder, Filter* filter)
/macosx-10.9.5/CPANInternal-140/IPC-LDT/
H A DLDT.pm118 package IPC::LDT::Filter::MeTrace;
127 use Filter::Util::Call;
129 # The main function - see the Filter::Util::Call manual for details.
162 package IPC::LDT::Filter::Assert;
171 use Filter::Util::Call;
173 # The main function - see the Filter::Util::Call manual for details.
224 IPC::LDT::Filter::MeTrace::import() unless ${join('::', __PACKAGE__, 'Trace')};
228 IPC::LDT::Filter::Assert::import(${join('::', __PACKAGE__, 'noAssert')});
695 bug("Filter parameter is no code reference ($filter)") unless ref($filter) and ref($filter) eq 'CODE';
/macosx-10.9.5/CPANInternal-140/IPC-LDT-2.03/
H A DLDT.pm118 package IPC::LDT::Filter::MeTrace;
127 use Filter::Util::Call;
129 # The main function - see the Filter::Util::Call manual for details.
162 package IPC::LDT::Filter::Assert;
171 use Filter::Util::Call;
173 # The main function - see the Filter::Util::Call manual for details.
224 IPC::LDT::Filter::MeTrace::import() unless ${join('::', __PACKAGE__, 'Trace')};
228 IPC::LDT::Filter::Assert::import(${join('::', __PACKAGE__, 'noAssert')});
695 bug("Filter parameter is no code reference ($filter)") unless ref($filter) and ref($filter) eq 'CODE';
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DLogger.pm14 use Log::Log4perl::Filter;
129 Log::Log4perl::Filter::reset();
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DLogger.pm14 use Log::Log4perl::Filter;
113 Log::Log4perl::Filter::reset();
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim250 " Filter out possible color definitions
252 " Filter out complex border definitions
299 " Filter out possible color definitions
301 " Filter out complex border definitions
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dacedb.vim80 syn match acedbSubtag "^Visible\|^Is_a_subclass_of\|^Filter\|^Hidden"
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm39 HTTP::Proxy::BodyFilter::htmlparser - Filter using HTML::Parser
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dhtmlparser.pm39 HTTP::Proxy::BodyFilter::htmlparser - Filter using HTML::Parser
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-null/
H A Dnull.c280 null_tool_entry_first_x( BackendDB *be, struct berval *base, int scope, Filter *f )
/macosx-10.9.5/ruby-104/ruby/lib/shell/
H A Dcommand-processor.rb43 # define CommandProcessor#methods to Shell#methods and Filter#methods
414 Filter.module_eval{remove_method(command)}
591 if Shell::Filter.method_defined?(id)
592 Shell.notify "warn: override definition of Shell::Filter##{name}."
593 Shell.notify "warn: alias Shell##{name} to Shell::Filter##{name}_org."
594 Filter.module_eval "alias #{name}_org #{name}"
596 Shell.notify "method added: Shell::Filter##{name}.", Shell.debug?
597 Filter.module_eval(%Q[def #{name}(*args, &block)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dmap.c339 Filter *f,
345 Filter *p;
624 Filter *f,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drefint.c702 Filter ftop, *fptr;
724 fptr = op->o_tmpcalloc( sizeof(Filter) + sizeof(MatchingRuleAssertion),
822 Filter *f_next = fptr->f_next;

Completed in 401 milliseconds

12345678910