Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 3, 2018 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/40efe0efabcc0daba49b4c7ccb891cb6 to your computer and use it in GitHub Desktop.
Save Whateverable/40efe0efabcc0daba49b4c7ccb891cb6 to your computer and use it in GitHub Desktop.
greppable6
File Code
CTILMES/LibGit2
…/META6.json :40:
"Git::Proxy" : "lib/Git/Proxy.pm6",
CTILMES/LibGit2
…/Proxy.pm6 :3:
enum Git::Proxy::Type <
CTILMES/LibGit2
…/Proxy.pm6 :9:
class Git::Proxy::Options is repr('CStruct')
CTILMES/LibGit2
…/Remote.pm6 :4:
use Git::Proxy;
CTILMES/LibGit2
…/Remote.pm6 :70:
HAS Git::Proxy::Options $.proxy-opts;
CTILMES/LibGit2
…/Remote.pm6 :108:
HAS Git::Proxy::Options $.proxy-opts;
CTILMES/LibGit2
…/Remote.pm6 :197:
Git::Proxy::Options, Git::Strarray --> int32)
CTILMES/LibGit2
…/Remote.pm6 :207:
my Git::Proxy::Options $proxy-opts .= new(|opts);
ELIZABETH/Unix-errno
…/Changes :7:
Turns out you cannot currently export a variable that has a Proxy
ELIZABETH/Unix-errno
…/errno.pm6 :165:
my $proxy := Proxy.new(
HANENKAMP/AWS-Session
…/Session.pm6 :314:
Proxy.new(
HANENKAMP/DOM-Tiny
…/Tiny.pm6 :857:
Proxy.new(
HANENKAMP/DOM-Tiny
…/HTML.pm6 :278:
Proxy.new(
HANENKAMP/HTTP-Headers
…/README.md :219:
method Proxy-Authorization is rw
HANENKAMP/HTTP-Headers
…/README.md :230:
method Proxy-Authenticate is rw
HANENKAMP/HTTP-Headers
…/README.md :287:
method header-proxy($name) returns Proxy
HANENKAMP/HTTP-Headers
…/README.md :289:
This is a handy helper that allows you to easily build your own custom version of [/method header](/method header). It returns a [Proxy](Proxy) useful for building `is rw` methods similar to those in HTTP::Headers.
HANENKAMP/HTTP-Headers
…/Headers.pm6 :15:
Proxy-Authorization Range Referer TE User-Agent
HANENKAMP/HTTP-Headers
…/Headers.pm6 :17:
Accept-Ranges Age ETag Location Proxy-Authenticate Retry-After
HANENKAMP/HTTP-Headers
…/Headers.pm6 :62:
Proxy.new(
HANENKAMP/HTTP-Headers
…/Headers.pm6 :71:
Proxy.new(
HANENKAMP/HTTP-Headers
…/Headers.pm6 :134:
Proxy.new(
HANENKAMP/HTTP-Headers
…/Headers.pm6 :329:
Proxy.new(
HANENKAMP/HTTP-Headers
…/Headers.pm6 :473:
method Proxy-Authorization is rw { self.header(HTTP::Header::Standard::Name::Proxy-Authorization) }
HANENKAMP/HTTP-Headers
…/Headers.pm6 :483:
method Proxy-Authenticate is rw { self.header(HTTP::Header::Standard::Name::Proxy-Authenticate) }
HANENKAMP/HTTP-Headers
…/Headers.pod :211:
method Proxy-Authorization is rw
HANENKAMP/HTTP-Headers
…/Headers.pod :222:
method Proxy-Authenticate is rw
HANENKAMP/HTTP-Headers
…/Headers.pod :276:
method header-proxy($name) returns Proxy
HANENKAMP/HTTP-Headers
…/Headers.pod :278:
This is a handy helper that allows you to easily build your own custom version of L</method header>. It returns a L<Proxy> useful for building C<is rw> methods similar to those in L<HTTP::Headers>.
HANENKAMP/Hash-MultiValue
…/MultiValue.pm6 :303:
Proxy.new(
KAJI/App-Platform
…/CHANGELOG.md :108:
- Proxy + DNS services
KAJI/App-Platform
…/META6.json :24:
"App::Platform::Docker::Proxy" : "lib/App/Platform/Docker/Proxy.pm6",
KAJI/App-Platform
…/Platform.pm6 :4:
use App::Platform::Docker::Proxy;
KAJI/App-Platform
…/Platform.pm6 :10:
has Str @.services = 'DNS', 'Proxy';
KAJI/App-Platform
…/Proxy.pm6 :5:
class App::Platform::Docker::Proxy is App::Platform::Container {
KAJI/App-Platform
…/Proxy.pm6 :7:
has Str $.name = 'Proxy';
KAJI/App-Platform
…/author-02-project.t :97:
ok $out ~~ / Proxy \s+ \[ \✓ \] /, 'service proxy is up';
KAJI/App-Platform
…/author-03-environment.t :69:
ok $out ~~ / Proxy \s+ \[ \✓ \] /, 'service proxy is up';
UFOBAT/Bailador
…/Context.pm :13:
Proxy.new(
UGEXE/zef
…/README.pod :457:
=head3 Proxy support?
UGEXE/zef
…/win32http.ps1 :10:
Invoke-WebRequest -Uri $url -OutFile $out -Proxy
WARRINGD/HTML-Canvas
…/Canvas.pm :25:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :35:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :46:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :56:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :66:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :75:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :92:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :103:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :114:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :125:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :136:
Proxy.new(
WARRINGD/HTML-Canvas
…/Canvas.pm :322:
Proxy.new(
WARRINGD/HTML-Canvas
…/Image.pm :64:
Proxy.new(
7ojo/p6-commandline-usage
…/README.md :47:
--sig-proxy Proxy all received signals to the process (default true)
7ojo/p6-commandline-usage
…/Attach.pm6 :10:
:$sig-proxy #= Proxy all received signals to the process (default true)
Bailador/Bailador
…/Context.pm :13:
Proxy.new(
CurtTilmes/perl6-eredis
…/Objects.pm6 :49:
Proxy.new(
CurtTilmes/perl6-eredis
…/Objects.pm6 :106:
Proxy.new(
CurtTilmes/perl6-libcurl
…/test0005.t :26:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0016.t :25:
Proxy-Authorization: Basic ZmFrZUB1c2VyOmxvb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29uZw==
CurtTilmes/perl6-libcurl
…/test0016.t :28:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0043.t :26:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0043.t :31:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0063.t :27:
Proxy-Authorization: Basic ZmFrZTp1c2Vy
CurtTilmes/perl6-libcurl
…/test0063.t :30:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0079.t :29:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0080.t :30:
Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
CurtTilmes/perl6-libcurl
…/test0080.t :31:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0082.t :27:
Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
CurtTilmes/perl6-libcurl
…/test0082.t :30:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0083.t :29:
Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
CurtTilmes/perl6-libcurl
…/test0083.t :30:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0084.t :30:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0085.t :28:
Proxy-Authorization: Basic dGVzdGluZzp0aGlz
CurtTilmes/perl6-libcurl
…/test0085.t :32:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0093.t :29:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0094.t :28:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0094.t :32:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-libcurl
…/test0095.t :30:
Proxy-Connection: Keep-Alive
CurtTilmes/perl6-tcc
…/TCC.pm6 :73:
Proxy.new:
FCO/Test-Fuzz
…/classes :75:
Proxy
Skarsnik/perl6-config-simple
…/Role.pm6 :8:
Proxy.new(
Skarsnik/perl6-discord
…/Guild.pm6 :47:
Proxy.new(
Skarsnik/perl6-discord
…/User.pm6 :18:
Proxy.new(
YellowApple/p6-GLFW
…/Monitor.pm6 :44:
return Proxy.new(
YellowApple/p6-GLFW
…/Monitor.pm6 :68:
return Proxy.new(
YellowApple/p6-GLFW
…/Monitor.pm6 :78:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :30:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :41:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :50:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :60:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :71:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :88:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :103:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :119:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :136:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :176:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :191:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :205:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :228:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :238:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :248:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :258:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :268:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :279:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :291:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :302:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :312:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :323:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :334:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :345:
return Proxy.new(
YellowApple/p6-GLFW
…/Window.pm6 :359:
return Proxy.new(
arnsholt/Net-ZMQ
…/META6.json :14:
"Net::ZMQ4::Proxy" : "lib/Net/ZMQ4/Proxy.pm6",
arnsholt/Net-ZMQ
…/Pollitem.pm6 :24:
Proxy.new(
arnsholt/Net-ZMQ
…/Proxy.pm6 :2:
unit module Net::ZMQ4::Proxy;
avuserow/perl6-audio-taglib-simple
…/Simple.pm :85:
return Proxy.new(
avuserow/perl6-audio-taglib-simple
…/Simple.pm :97:
return Proxy.new(
avuserow/perl6-audio-taglib-simple
…/Simple.pm :109:
return Proxy.new(
avuserow/perl6-audio-taglib-simple
…/Simple.pm :121:
return Proxy.new(
avuserow/perl6-audio-taglib-simple
…/Simple.pm :133:
return Proxy.new(
avuserow/perl6-audio-taglib-simple
…/Simple.pm :145:
return Proxy.new(
avuserow/perl6-audio-taglib-simple
…/Simple.pm :157:
return Proxy.new(
azawawi/farabi6
…/clike.js :379:
"Product Proxy Range Responder Seq Serializable Set Specializable Stream StringBuilder " +
azawawi/farabi6
…/perl6-mode.js :268:
'Signature Proxy Matcher Package Module Class',
azawawi/perl6-gtk-scintilla
…/project.pbxproj :20:
/* Begin PBXContainerItemProxy section */
azawawi/perl6-gtk-scintilla
…/project.pbxproj :21:
2744E5E90FC16BE200E85C33 /* PBXContainerItemProxy */ = {
azawawi/perl6-gtk-scintilla
…/project.pbxproj :22:
isa = PBXContainerItemProxy;
azawawi/perl6-gtk-scintilla
…/project.pbxproj :28:
27AF7EC60FC2C36A007160EF /* PBXContainerItemProxy */ = {
azawawi/perl6-gtk-scintilla
…/project.pbxproj :29:
isa = PBXContainerItemProxy;
azawawi/perl6-gtk-scintilla
…/project.pbxproj :35:
/* End PBXContainerItemProxy section */
azawawi/perl6-gtk-scintilla
…/project.pbxproj :221:
/* Begin PBXReferenceProxy section */
azawawi/perl6-gtk-scintilla
…/project.pbxproj :223:
isa = PBXReferenceProxy;
azawawi/perl6-gtk-scintilla
…/project.pbxproj :226:
remoteRef = 2744E5E90FC16BE200E85C33 /* PBXContainerItemProxy */;
azawawi/perl6-gtk-scintilla
…/project.pbxproj :229:
/* End PBXReferenceProxy section */
azawawi/perl6-gtk-scintilla
…/project.pbxproj :260:
targetProxy = 27AF7EC60FC2C36A007160EF /* PBXContainerItemProxy */;
bduggan/p6-jupyter-kernel
…/Sandbox.pm6 :49:
Proxy.new( FETCH => method () { $last },
bduggan/p6-jupyter-kernel
…/Service.pm6 :5:
use Net::ZMQ4::Proxy;
bduggan/p6-jupyter-kernel
…/Service.pm6 :100:
try Net::ZMQ::Proxy::zmq_proxy($!socket, $!socket);
cosimo/perl6-cache-memcached
…/Memcached.pm :440:
Proxy.new(
cygx/p6-tinycc-resources-win64
…/winnt.h :2240:
WinNullSid = 0,WinWorldSid = 1,WinLocalSid = 2,WinCreatorOwnerSid = 3,WinCreatorGroupSid = 4,WinCreatorOwnerServerSid = 5,WinCreatorGroupServer…
gabrielash/perl6-zmq
…/META6.json :34:
"Net::ZMQ::Proxy" : "lib/Net/ZMQ/Proxy.pm",
gabrielash/perl6-zmq
…/README.md :292:
##### Proxy
gabrielash/perl6-zmq
…/EchoServer.pm :11:
use Net::ZMQ::Proxy;
gabrielash/perl6-zmq
…/EchoServer.pm :43:
Proxy.new(:frontend($!socket), :backend($!socket), :$!control ).run();
gabrielash/perl6-zmq
…/Proxy.pm :3:
unit module Net::ZMQ::Proxy;
gabrielash/perl6-zmq
…/Proxy.pm :11:
class Proxy is export {
gabrielash/perl6-zmq
…/15.t :14:
say "Test Proxy";
gabrielash/perl6-zmq
…/15.t :18:
use-ok 'Net::ZMQ::Proxy' , "Proxy Module loads ";
gabrielash/perl6-zmq
…/15.t :23:
use Net::ZMQ::Proxy;
gabrielash/perl6-zmq
…/15.t :52:
my $r = Proxy.new( :frontend($f)
gabrielash/perl6-zmq
…/16.t :18:
use-ok 'Net::ZMQ::EchoServer' , "Proxy Module loads ";
jonathanstowe/AccessorFacade
…/README.md :19:
Proxy.new(
jonathanstowe/AccessorFacade
…/AccessorFacade.pm :41:
Proxy.new(
jonathanstowe/AccessorFacade
…/AccessorFacade.pm :208:
Proxy.new(
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1052:
Proxy.new(
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1101:
Proxy.new(
jonathanstowe/Audio-Liquidsoap
…/Liquidsoap.pm :1172:
Proxy.new(
jonathanstowe/Lumberjack-Application
…/META6.json :37:
"Lumberjack::Dispatcher::Proxy": "lib/Lumberjack/Dispatcher/Proxy.pm",
jonathanstowe/Lumberjack-Application
…/README.md :20:
use Lumberjack::Dispatcher::Proxy;
jonathanstowe/Lumberjack-Application
…/README.md :23:
Lumberjack.dispatchers.append: Lumberjack::Dispatcher::Proxy.new(url => 'http://localhost:8898/log');
jonathanstowe/Lumberjack-Application
…/lumberjack-application :23:
sent by C<Lumberjack::Dispatcher::Proxy> and serving them up on
jonathanstowe/Lumberjack-Application
…/tester :6:
use Lumberjack::Dispatcher::Proxy;
jonathanstowe/Lumberjack-Application
…/tester :34:
my $proxy = Lumberjack::Dispatcher::Proxy.new(url => 'http://127.0.0.1:8898/log');
jonathanstowe/Lumberjack-Application
…/PSGI.pm :26:
L<Lumberjack::Dispatcher::Proxy> dispatcher and cause
jonathanstowe/Lumberjack-Application
…/WebSocket.pm :36:
C<Lumberjack::Dispatcher::Proxy> and is described (implemented
jonathanstowe/Lumberjack-Application
…/Proxy.pm :7:
Lumberjack::Dispatcher::Proxy - dispatch lumberjack messages to a web server
jonathanstowe/Lumberjack-Application
…/Proxy.pm :14:
use Lumberjack::Dispatcher::Proxy;
jonathanstowe/Lumberjack-Application
…/Proxy.pm :16:
Lumberjack.dispatchers.append: Lumberjack::Dispatcher::Proxy.new(url => 'http://localhost:8898/log');
jonathanstowe/Lumberjack-Application
…/Proxy.pm :55:
class Lumberjack::Dispatcher::Proxy does Lumberjack::Dispatcher {
jonathanstowe/Lumberjack-Application
…/JSON.pm :35:
This is used by L<Lumberjack::Dispatcher::Proxy>,
jonathanstowe/Lumberjack-Application
…/010-use-all.t :9:
use-ok "Lumberjack::Dispatcher::Proxy" , "lib/Lumberjack/Dispatcher/Proxy.pm";
jonathanstowe/Lumberjack-Application
…/050-proxy.t :8:
use Lumberjack::Dispatcher::Proxy;
jonathanstowe/Lumberjack-Application
…/050-proxy.t :39:
lives-ok { $d = Lumberjack::Dispatcher::Proxy.new(url => "http://localhost:$port/") }, "create dispatcher";
jonathanstowe/META6
…/projects.json :6821:
"Crust::Middleware::ReverseProxy" : "lib/Crust/Middleware/ReverseProxy.pm6"
jonathanstowe/META6
…/projects.json :11214:
"Lumberjack::Dispatcher::Proxy" : "lib/Lumberjack/Dispatcher/Proxy.pm",
jonathanstowe/Object-Permission
…/Permission.pm :121:
PROCESS::<$AUTH-USER> := Proxy.new(
jonathanstowe/Tinky
…/Tinky.pm :1074:
Proxy.new(
jonathanstowe/p6-GDBM
…/GDBM.pm :292:
Proxy.new(
jpve/perl6-net-packet
…/ALL.md :151:
.pl() returns Proxy is rw
jpve/perl6-net-packet
…/ALL.md :152:
Returns a Proxy for the payload of this packet.
jpve/perl6-net-packet
…/ALL.md :340:
.pl() returns Proxy is rw
jpve/perl6-net-packet
…/ALL.md :341:
Returns a Proxy for the payload of this packet.
jpve/perl6-net-packet
…/ALL.md :665:
.id() returns Proxy is rw
jpve/perl6-net-packet
…/ALL.md :666:
Returns a Proxy for the identifier of this packet. Only valid for specific
jpve/perl6-net-packet
…/ALL.md :672:
.sequence_number() returns Proxy is rw
jpve/perl6-net-packet
…/ALL.md :673:
Returns a Proxy for the sequence number of this packet. Only valid for specific
jpve/perl6-net-packet
…/Net-Packet-Ethernet.md :75:
.pl() returns Proxy is rw
jpve/perl6-net-packet
…/Net-Packet-Ethernet.md :76:
Returns a Proxy for the payload of this packet.
jpve/perl6-net-packet
…/Net-Packet-ICMP.md :56:
.id() returns Proxy is rw
jpve/perl6-net-packet
…/Net-Packet-ICMP.md :57:
Returns a Proxy for the identifier of this packet. Only valid for specific
jpve/perl6-net-packet
…/Net-Packet-ICMP.md :63:
.sequence_number() returns Proxy is rw
jpve/perl6-net-packet
…/Net-Packet-ICMP.md :64:
Returns a Proxy for the sequence number of this packet. Only valid for specific
jpve/perl6-net-packet
…/Net-Packet-IPv4.md :80:
.pl() returns Proxy is rw
jpve/perl6-net-packet
…/Net-Packet-IPv4.md :81:
Returns a Proxy for the payload of this packet.
jpve/perl6-net-packet
…/Ethernet.pm6 :207:
.pl() returns Proxy is rw
jpve/perl6-net-packet
…/Ethernet.pm6 :208:
Returns a Proxy for the payload of this packet.
jpve/perl6-net-packet
…/Ethernet.pm6 :215:
Proxy.new(
jpve/perl6-net-packet
…/ICMP.pm6 :95:
.id() returns Proxy is rw
jpve/perl6-net-packet
…/ICMP.pm6 :96:
Returns a Proxy for the identifier of this packet. Only valid for specific
jpve/perl6-net-packet
…/ICMP.pm6 :106:
Proxy.new(
jpve/perl6-net-packet
…/ICMP.pm6 :122:
.sequence_number() returns Proxy is rw
jpve/perl6-net-packet
…/ICMP.pm6 :123:
Returns a Proxy for the sequence number of this packet. Only valid for specific
jpve/perl6-net-packet
…/ICMP.pm6 :133:
Proxy.new(
jpve/perl6-net-packet
…/IPv4.pm6 :152:
.pl() returns Proxy is rw
jpve/perl6-net-packet
…/IPv4.pm6 :153:
Returns a Proxy for the payload of this packet.
jpve/perl6-net-packet
…/IPv4.pm6 :160:
Proxy.new(
jsimonet/dns-zone
…/A.pm6 :14:
Proxy.new(
jsimonet/dns-zone
…/SOA.pm6 :29:
Proxy.new(
jsimonet/log-any
…/todo.md :33:
Is it possible to do in an Adapter or some Proxy ?
jsimonet/log-any
…/todo.md :90:
Log::Any.add( $adapter, :proxy( Log::Any::Proxy::CacheUnpoisonning.new( :stack-size( 10 ), :time-interval( '1s' ) );
jsimonet/log-any
…/Pipeline.pm6 :14:
a Filter, a Formatter and/or a Proxy.
melezhik/sparrowdo-cpm
…/Cpm.pm6 :17:
http_proxy => input_params('HttpProxy'),
melezhik/sparrowdo-cpm
…/Cpm.pm6 :18:
https_proxy => input_params('HttpsProxy'),
melezhik/sparrowdo-cpm
…/Cpm.pm6 :31:
http_proxy => input_params('HttpProxy'),
melezhik/sparrowdo-cpm
…/Cpm.pm6 :32:
https_proxy => input_params('HttpsProxy'),
melezhik/sparrowdo-ruby-bundler
…/Bundler.pm6 :11:
%envvars<http_proxy> = input_params('HttpProxy') if input_params('HttpProxy').defined;
melezhik/sparrowdo-ruby-bundler
…/Bundler.pm6 :12:
%envvars<https_proxy> = input_params('HttpsProxy') if input_params('HttpsProxy').defined;
melezhik/sparrowdo-sparrow-update
…/Update.pm6 :20:
http_proxy => input_params('HttpProxy'),
melezhik/sparrowdo-sparrow-update
…/Update.pm6 :21:
https_proxy => input_params('HttpsProxy'),
melezhik/sparrowdo-sparrow-update
…/Update.pm6 :31:
http_proxy => input_params('HttpProxy'),
melezhik/sparrowdo-sparrow-update
…/Update.pm6 :32:
https_proxy => input_params('HttpsProxy'),
p6-css/CSS-Properties-p6
…/Properties.pm :166:
Proxy.new(
p6-css/CSS-Properties-p6
…/Properties.pm :198:
Proxy.new(
p6-css/CSS-Properties-p6
…/Properties.pm :246:
Proxy.new(
p6-css/CSS-Properties-p6
…/Properties.pm :274:
Proxy.new(
p6-css/CSS-Properties-p6
…/Properties.pm :292:
Proxy.new(
p6-css/CSS-Properties-p6
…/Box.pm :47:
Proxy.new(
p6-css/CSS-Properties-p6
…/Box.pm :144:
Proxy.new(
p6-css/CSS-Properties-p6
…/Font.pm :17:
Proxy.new(
p6-css/CSS-Properties-p6
…/Font.pm :49:
Proxy.new(
p6-pdf/PDF-API6
…/API6.pm :161:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Content.pm :225:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Content.pm :287:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Type1.pm :104:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Image.pm :87:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Ops.pm :211:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Ops.pm :220:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Ops.pm :298:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Ops.pm :319:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Ops.pm :340:
Proxy.new(
p6-pdf/PDF-Content-p6
…/Page.pm :73:
Proxy.new(
p6-pdf/PDF-Content-p6
…/PageNode.pm :32:
Proxy.new(
p6-pdf/PDF-p6
…/COS.pm :14:
Proxy.new(
p6-pdf/PDF-p6
…/Stream.pm :36:
Proxy.new(
p6-pdf/PDF-p6
…/Stream.pm :53:
Proxy.new(
p6-pdf/PDF-p6
…/Tie.pm :62:
Proxy.new(
p6-pdf/PDF-p6
…/Array.pm :13:
Proxy.new(
p6-pdf/PDF-p6
…/Hash.pm :19:
Proxy.new(
p6-pdf/PDF-p6
…/Reader.pm :103:
Proxy.new(
perl6/doc
…/5to6-perlfunc.pod6 :2012:
The Perl 6 alternative to tying a scalar, is the C<Proxy> container. For
perl6/doc
…/5to6-perlfunc.pod6 :2016:
Proxy.new(
perl6/doc
…/containers.pod6 :387:
To provide custom containers Perl 6 provides the class C<Proxy>. It takes two
perl6/doc
…/containers.pod6 :396:
return Proxy.new(
perl6/doc
…/nativecall.pod6 :749:
This code binds to C<$var> a new L<Proxy|/type/Proxy> object that
perl6/doc
…/nativecall.pod6 :785:
This returns a L<Proxy|/type/Proxy> object that provides access to the C<extern> named C<$symbol> that
perl6/doc
…/objects.pod6 :327:
L<C<Proxy>|https://github.com/perl6/roast/blob/master/S12-attributes/mutators.t\>
perl6/doc
…/subscripts.pod6 :707:
C<AT-KEY> implementation with one that returns a custom C<Proxy> container
perl6/doc
…/subscripts.pod6 :714:
Proxy.new(
perl6/doc
…/Buf.pod6 :20:
A mutable version of C<subbuf> that returns a L<Proxy|/type/Proxy> functioning as a
perl6/doc
…/Path.pod6 :89:
modifying its value (via cloning or Proxy) is NOT recommended and may result
perl6/doc
…/Proxy.pod6 :3:
=TITLE class Proxy
perl6/doc
…/Proxy.pod6 :7:
class Proxy {}
perl6/doc
…/Proxy.pod6 :9:
A Proxy is an object that allows you to execute whenever a value is retrieved
perl6/doc
…/Proxy.pod6 :11:
C<Proxy> can introduce mutability at places where it would break behaviour,
perl6/doc
…/Proxy.pod6 :19:
Proxy.new(
perl6/doc
…/Proxy.pod6 :32:
method new(:&FETCH!, :&STORE! --> Proxy:D)
perl6/doc
…/Proxy.pod6 :34:
Creates a new C<Proxy> object. C<&FETCH> is called with one argument (the
perl6/doc
…/Str.pod6 :1047:
A version of C<substr> that returns a L<Proxy|/type/Proxy> functioning as a
perl6/doc
…/type-graph.txt :64:
class Proxy is Any
perl6/gtk-simple
…/PropertyFacade.pm6 :10:
Proxy.new(
perl6/gtk-simple
…/TextView.pm6 :19:
Proxy.new:
perl6/perl6-http-server
…/Response.pm6 :29:
305 => 'Use Proxy',
perl6/perl6-http-server
…/Response.pm6 :40:
407 => 'Proxy Authentication Required',
rakudo-p5/v5
…/Terms.pm :33:
my $OUTPUT_AUTOFLUSH_P := Proxy.new(
rakudo-p5/v5
…/Terms.pm :1007:
#~ Proxy.new(
raydiak/Git-PurePerl
…/Commit.pm :66:
Proxy.new:
raydiak/Inline-Lua
…/Object.pm6 :75:
Proxy.new: FETCH => method () {
salortiz/p6-LMDB
…/LMDB.pm6 :571:
Proxy.new(
scovit/Scheduler-DRMAA
…/Job-template.pm6 :45:
Proxy.new(
scovit/Scheduler-DRMAA
…/Job-template.pm6 :86:
Proxy.new(
sergot/http-useragent
…/UserAgent.pm6 :355:
$request.field(Proxy-Authorization => basic-auth-token($proxy_auth));
sirrobert/Semantic-Versioning
…/Versioning.pm :14:
Proxy.new:
skids/perl6sum
…/MDPad.pm6 :135:
Proxy.new(
skids/perl6xproto
…/HTTP.pm6 :60:
305 => 'Use Proxy',
skids/perl6xproto
…/HTTP.pm6 :69:
407 => 'Proxy Authentication Required',
supernovus/SCGI
…/README.md :124:
<Proxy *>
supernovus/SCGI
…/README.md :127:
</Proxy>
supernovus/SCGI
…/README.md :128:
ProxyPass /scgi/ scgi://localhost:8118/
supernovus/exemel
…/Element.pm6 :792:
Proxy.new(
supernovus/exemel
…/Element.pm6 :807:
Proxy.new(
supernovus/perl6-http-status
…/Status.pm6 :32:
305 => 'Use Proxy',
supernovus/perl6-http-status
…/Status.pm6 :33:
306 => 'Switch Proxy',
supernovus/perl6-http-status
…/Status.pm6 :44:
407 => 'Proxy Authentication Required',
timo/cairo-p6
…/Cairo.pm6 :915:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :921:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1230:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1236:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1242:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1248:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1254:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1260:
Proxy.new:
timo/cairo-p6
…/Cairo.pm6 :1266:
Proxy.new:
tokuhirom/p6-Crust
…/META6.json :42:
"Crust::Middleware::ReverseProxy" : "lib/Crust/Middleware/ReverseProxy.pm6",
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :4:
unit class Crust::Middleware::ReverseProxy is Crust::Middleware;
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :77:
Crust::Middleware::ReverseProxy - Supports app to run as a reverse proxy backend
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :81:
use Crust::Middleware::ReverseProxy;
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :84:
$app = Crust::Middleware::ReverseProxy.new($app);
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :88:
enable 'ReverseProxy';
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :92:
Crust::Middleware::ReverseProxy resets some HTTP headers, which changed by reverse-proxy.
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :94:
This middleware is perl6 port of L<Plack::Middleware::ReverseProxy|https://metacpan.org/pod/Plack::Middleware::ReverseProxy>.
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :98:
Crust::Middleware::ReverseProxy validates C<REMOTE_ADDR> by regular expression
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :104:
$app = Crust::Middleware::ReverseProxy.new(
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :117:
This module is originally written by Kazuhiro Osawa as L<HTTP::Engine::Middleware::ReverseProxy of perl5|https://metacpan.org/pod/HTTP::Engine::Middleware::ReverseProxy> for L<HTTP::Engine of perl5|https://metacpan.org/pod/HTTP::Engine\>.
tokuhirom/p6-Crust
…/ReverseProxy.pm6 :127:
=item L<Plack::Middleware::ReverseProxy|https://metacpan.org/pod/Plack::Middleware::ReverseProxy>
tokuhirom/p6-Crust
…/reverse-proxy.t :7:
use Crust::Middleware::ReverseProxy;
tokuhirom/p6-Crust
…/reverse-proxy.t :28:
my $code = Crust::Middleware::ReverseProxy.new(
tokuhirom/p6-Crust
…/reverse-proxy.t :179:
my $code = Crust::Middleware::ReverseProxy.new(
tokuhirom/p6-Crust
…/reverse-proxy.t :203:
my $code = Crust::Middleware::ReverseProxy.new(
tokuhirom/p6-Crust
…/reverse-proxy.t :227:
my $code = Crust::Middleware::ReverseProxy.new(
ugexe/Perl6-Grammar--HTTP
…/RFC7230.pm6 :94:
token known-header:sym<Proxy-Authenticate> { [:i <.sym>] }
ugexe/Perl6-Grammar--HTTP
…/RFC7235.pm6 :6:
token Proxy-Authenticate { <proxy-authenticate-value> +%% ',' }
ugexe/Perl6-Grammar--HTTP
…/RFC7235.pm6 :9:
token Proxy-Authorization { <.credentials> }
ugexe/zef
…/README.pod :501:
=head3 Proxy support?
zoffixznet/perl6-IO-CatHandle-AutoLines
…/AutoLines.pm6 :23:
nqp::bindattr(self, IO::CatHandle, '&!on-switch', Proxy.new:
zoffixznet/perl6-IO-CatHandle-AutoLines
…/AutoLines.pm6 :56:
Proxy.new:
zoffixznet/perl6-LN
…/LN.pm6 :13:
PROCESS::<$LN> := Proxy.new:
zoffixznet/perl6-Proxee
…/META6.json :6:
"description" : "A more usable Proxy with bells",
zoffixznet/perl6-Proxee
…/README.md :5:
`Proxee` — A more usable `Proxy` with bells
zoffixznet/perl6-Proxee
…/README.md :14:
- An Improved Proxy
zoffixznet/perl6-Proxee
…/README.md :94:
The core `Proxy` type is a bit clunky to use. This module
zoffixznet/perl6-Proxee
…/README.md :107:
Creates and returns a new `Proxy` object
zoffixznet/perl6-Proxee
…/README.md :127:
### An Improved Proxy
zoffixznet/perl6-Proxee
…/README.md :129:
The regular functionality of a `Proxy`
zoffixznet/perl6-Proxee
…/README.md :130:
remains, except the `Proxy` object is no longer passed to neither `:FETCH`
zoffixznet/perl6-Proxee
…/README.md :173:
This feature exists to make it slightly simpler to use closures with a Proxy:
zoffixznet/perl6-Proxee
…/README.md :203:
Proxy.new: { :STORE{;}, :FETCH{;} } # WRONG; It's a Hash
zoffixznet/perl6-Proxee
…/README.md :204:
Proxy.new: -> { :STORE{;}, :FETCH{;} } # RIGHT; It's a Block
zoffixznet/perl6-Proxee
…/Proxee.pm6 :25:
Proxy.new: :FETCH{ $STORAGE }, STORE => -> $, \v {
zoffixznet/perl6-Proxee
…/Proxee.pm6 :42:
Proxy.new: :FETCH{ my $*PROXEE := $proxee; fetch },
zostay/p6-DOM-Tiny
…/Tiny.pm6 :857:
Proxy.new(
zostay/p6-DOM-Tiny
…/HTML.pm6 :278:
Proxy.new(
zostay/p6-HTTP-Headers
…/README.md :219:
method Proxy-Authorization is rw
zostay/p6-HTTP-Headers
…/README.md :230:
method Proxy-Authenticate is rw
zostay/p6-HTTP-Headers
…/README.md :287:
method header-proxy($name) returns Proxy
zostay/p6-HTTP-Headers
…/README.md :289:
This is a handy helper that allows you to easily build your own custom version of [/method header](/method header). It returns a [Proxy](Proxy) useful for building `is rw` methods similar to those in HTTP::Headers.
zostay/p6-HTTP-Headers
…/Headers.pm6 :15:
Proxy-Authorization Range Referer TE User-Agent
zostay/p6-HTTP-Headers
…/Headers.pm6 :17:
Accept-Ranges Age ETag Location Proxy-Authenticate Retry-After
zostay/p6-HTTP-Headers
…/Headers.pm6 :62:
Proxy.new(
zostay/p6-HTTP-Headers
…/Headers.pm6 :71:
Proxy.new(
zostay/p6-HTTP-Headers
…/Headers.pm6 :134:
Proxy.new(
zostay/p6-HTTP-Headers
…/Headers.pm6 :329:
Proxy.new(
zostay/p6-HTTP-Headers
…/Headers.pm6 :473:
method Proxy-Authorization is rw { self.header(HTTP::Header::Standard::Name::Proxy-Authorization) }
zostay/p6-HTTP-Headers
…/Headers.pm6 :483:
method Proxy-Authenticate is rw { self.header(HTTP::Header::Standard::Name::Proxy-Authenticate) }
zostay/p6-HTTP-Headers
…/Headers.pod :211:
method Proxy-Authorization is rw
zostay/p6-HTTP-Headers
…/Headers.pod :222:
method Proxy-Authenticate is rw
zostay/p6-HTTP-Headers
…/Headers.pod :276:
method header-proxy($name) returns Proxy
zostay/p6-HTTP-Headers
…/Headers.pod :278:
This is a handy helper that allows you to easily build your own custom version of L</method header>. It returns a L<Proxy> useful for building C<is rw> methods similar to those in L<HTTP::Headers>.
zostay/p6-Hash-MultiValue
…/MultiValue.pm6 :303:
Proxy.new(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment