Searched refs:simple (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Danonymiser.pl4 use HTTP::Proxy::HeaderFilter::simple;
7 # a very simple proxy
13 request => HTTP::Proxy::HeaderFilter::simple->new(
16 response => HTTP::Proxy::HeaderFilter::simple->new(
H A Dswitch.pl3 use HTTP::Proxy::HeaderFilter::simple;
12 request => HTTP::Proxy::HeaderFilter::simple->new(
H A Dtrim.pl4 use HTTP::Proxy::BodyFilter::simple;
9 # a simple proxy that trims whitespace in HTML
13 response => HTTP::Proxy::BodyFilter::simple->new(
H A Dpdf.pl5 # a simple HTML file)
13 use HTTP::Proxy::BodyFilter::simple;
14 use HTTP::Proxy::HeaderFilter::simple;
29 response => HTTP::Proxy::BodyFilter::simple->new(
42 response => HTTP::Proxy::HeaderFilter::simple->new(
H A Dperlmonks.pl3 use HTTP::Proxy::HeaderFilter::simple;
6 # a very simple proxy
10 my $filter = HTTP::Proxy::HeaderFilter::simple->new(
H A Dpost.pl4 use HTTP::Proxy::BodyFilter::simple;
8 my $filter = HTTP::Proxy::BodyFilter::simple->new(
H A Dproxy-auth.pl3 use HTTP::Proxy::HeaderFilter::simple;
12 # a very simple proxy that requires authentication
17 request => HTTP::Proxy::HeaderFilter::simple->new(
H A Dtracker.pl3 use HTTP::Proxy::HeaderFilter::simple;
20 response => HTTP::Proxy::HeaderFilter::simple->new(
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Danonymiser.pl4 use HTTP::Proxy::HeaderFilter::simple;
7 # a very simple proxy
13 request => HTTP::Proxy::HeaderFilter::simple->new(
16 response => HTTP::Proxy::HeaderFilter::simple->new(
H A Dswitch.pl3 use HTTP::Proxy::HeaderFilter::simple;
12 request => HTTP::Proxy::HeaderFilter::simple->new(
H A Dtrim.pl4 use HTTP::Proxy::BodyFilter::simple;
9 # a simple proxy that trims whitespace in HTML
13 response => HTTP::Proxy::BodyFilter::simple->new(
H A Dpdf.pl5 # a simple HTML file)
13 use HTTP::Proxy::BodyFilter::simple;
14 use HTTP::Proxy::HeaderFilter::simple;
29 response => HTTP::Proxy::BodyFilter::simple->new(
42 response => HTTP::Proxy::HeaderFilter::simple->new(
H A Dperlmonks.pl3 use HTTP::Proxy::HeaderFilter::simple;
6 # a very simple proxy
10 my $filter = HTTP::Proxy::HeaderFilter::simple->new(
H A Dpost.pl4 use HTTP::Proxy::BodyFilter::simple;
8 my $filter = HTTP::Proxy::BodyFilter::simple->new(
H A Dproxy-auth.pl3 use HTTP::Proxy::HeaderFilter::simple;
12 # a very simple proxy that requires authentication
17 request => HTTP::Proxy::HeaderFilter::simple->new(
H A Dtracker.pl3 use HTTP::Proxy::HeaderFilter::simple;
20 response => HTTP::Proxy::HeaderFilter::simple->new(
/macosx-10.10.1/patch_cmds-17/patch/
H A Dbackupfile.h21 /* Make simple backups of every file. */
22 simple, enumerator in enum:backup_type
26 * and simple backups of the others.
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DEventListenerSectionGroup.css26 .event-listener-section > .content > .group > .row.simple > .value {
H A DComputedStyleDetailsPanel.css26 .details-section > .content > .group > .row.simple.content-flow-link > .value > span > .icon {
34 .details-section > .content > .group > .row.simple.content-flow-link span
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Deqn.y114 %type <b> mark from_to sqrt_over script simple equation nonsup
177 | simple SUP script
182 simple %prec SUP
184 | simple SUB nonsup
186 | simple SUB simple SUP script
190 simple: label
221 | simple BAR
223 | simple UNDER
225 | simple PRIM
[all...]
/macosx-10.10.1/dtrace-147/test/tst/i386/pid/
H A Dtst.retlist.s31 ENTRY(simple) function
34 SET_SIZE(simple)
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_entity.rb9 simple = "<!ENTITY foo 'bar'>"
10 simple =~ /#{REXML::Entity::GEDECL}/
12 assert_equal simple, $&
14 REXML::Entity::ENTITYDECL =~ simple
15 assert REXML::Entity::matches?(simple)
16 match = REXML::Entity::ENTITYDECL.match(simple)
20 simple = '<!ENTITY Pub-Status
22 assert REXML::Entity::matches?(simple)
23 match = REXML::Entity::ENTITYDECL.match(simple)
29 simple
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-syncrepl-multiproxy.conf62 acl-bind bindmethod=simple
71 bindmethod=simple
86 acl-bind bindmethod=simple
95 bindmethod=simple
H A Dslapd-syncrepl-slave-persist-ldap.conf53 acl-bind bindmethod=simple
64 bindmethod=simple
/macosx-10.10.1/gpatch-3/patch/
H A Dbackupfile.h28 /* Make simple backups of every file. */
29 simple, enumerator in enum:backup_type
32 and simple backups of the others. */
41 || (Type) == simple \

Completed in 128 milliseconds

1234567891011>>