Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 18, 2020 17:32
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/bec056f337ac012c65216ed096f88036 to your computer and use it in GitHub Desktop.
Save Whateverable/bec056f337ac012c65216ed096f88036 to your computer and use it in GitHub Desktop.
greppable6
sub EXPORT
File Code
ELIZABETH/Array-Circular
…/Circular.pm6 :50:
sub EXPORT { %EXPORT }
ELIZABETH/Env
…/Env.pm6 :17:
sub EXPORT(*@keys) {
ELIZABETH/FINALIZER
…/FINALIZER.pm6 :48:
multi sub EXPORT() {
ELIZABETH/FINALIZER
…/FINALIZER.pm6 :62:
multi sub EXPORT('class-only') { {} }
ELIZABETH/Hash-LRU
…/LRU.pm6 :129:
sub EXPORT { %EXPORT }
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :111:
sub EXPORT { %EXPORT }
ELIZABETH/Hash-Util
…/Util.pm6 :313:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-AllUtils
…/AllUtils.pm6 :25:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :479:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-SomeUtils
…/SomeUtils.pm6 :15:
sub EXPORT(*@args, *%_) {
ELIZABETH/List-Util
…/Util.pm6 :162:
sub EXPORT(*@args) {
ELIZABETH/List-UtilsBy
…/UtilsBy.pm6 :175:
sub EXPORT(*@args, *%_) {
ELIZABETH/Memoize
…/Memoize.pm6 :117:
sub EXPORT(*@args) {
ELIZABETH/Object-Delayed
…/Delayed.pm6 :23:
sub EXPORT { %EXPORT }
ELIZABETH/P5__DATA__
…/P5__DATA__.pm6 :39:
sub EXPORT(|) {
ELIZABETH/P5built-ins
…/P5built-ins.pm6 :49:
multi sub EXPORT() { %export }
ELIZABETH/P5built-ins
…/P5built-ins.pm6 :50:
multi sub EXPORT(*@args) {
ELIZABETH/Scalar-Util
…/Util.pm6 :72:
sub EXPORT(*@args) {
ELIZABETH/Sub-Memoized
…/Memoized.pm6 :59:
sub EXPORT { %EXPORT }
ELIZABETH/Sub-Util
…/Util.pm6 :47:
sub EXPORT(*@args) {
ELIZABETH/vars
…/vars.pm6 :5:
sub EXPORT(*@vars) {
HOLLI/Color-Named
…/Named.pm6 :9:
sub EXPORT( *@import-list )
HOLLI/Test-Color
…/Color.pm6 :50:
sub EXPORT( $colors? )
JSTOWE/IO-Path-Mode
…/Mode.pm :343:
sub EXPORT()
MARTIMM/GTK-V3
…/GObject.pm6 :42:
sub EXPORT { {
MARTIMM/MongoDB
…/MongoDB.pm6 :5:
sub EXPORT { {
NINE/Inline-Perl5
…/Perl5.pm6 :879:
my &export := sub EXPORT(*@args) {
SAMGWISE/Result
…/Imports.pm6 :15:
sub EXPORT() {
SAMGWISE/ScaleVec
…/Graph.pm6 :294:
sub EXPORT {
SAMGWISE/ScaleVec
…/Network.pm6 :135:
sub EXPORT {
SCIMON/Trait-Env
…/Env.pm6 :13:
sub EXPORT { %EXPORT }
VRURG/OO-Plugin
…/Plugin.pm6 :111:
sub EXPORT {
WARRINGD/PDF-ISO_32000
…/ISO_32000.pm :1:
sub EXPORT($c? ) {
0racle/p6-Exportable
…/Exportable.pm6 :12:
multi sub EXPORT {
Altai-man/ASN-META
…/META.pm6 :363:
sub EXPORT(*@params) {
Altai-man/Slang-Kazu
…/Kazu.pm6 :80:
sub EXPORT(|) {
FCO/6pm
…/SixPM.pm6 :13:
sub EXPORT($find-path?) {
FROGGS/p6-Slang-Piersing
…/Piersing.pm :4:
sub EXPORT(|) {
FROGGS/p6-Slang-Tuxic
…/Tuxic.pm :4:
sub EXPORT(|) {
FROGGS/p6-if
…/if.pm :3:
sub EXPORT(|) {
FROGGS/p6-if
…/Bar.pm :1:
sub EXPORT (|) {
FROGGS/p6-overload-constant
…/constant.pm :4:
sub EXPORT(*@handlers) {
LLFourn/p6-CompUnit-Util
…/02-re-export.t :14:
ok bar(), 'sub EXPORT symbol was re-exported';
LLFourn/p6-CompUnit-Util
…/04-capture-import.t :14:
ok .<&bar>.(), 'bar from sub EXPORT captured';
LLFourn/p6-CompUnit-Util
…/05-rexport-everything.t :10:
ok &bar.(), 'sub EXPORT';
LLFourn/p6-CompUnit-Util
…/exports-stuff.pm6 :9:
sub EXPORT($opt?){
LLFourn/p6-CompUnit-Util
…/push-multi.pm6 :16:
sub EXPORT {
LLFourn/p6-CompUnit-Util
…/set-symbols.pm6 :6:
sub EXPORT {
LLFourn/p6-OO-Schema
…/Schema.pm6 :154:
sub EXPORT {
MARTIMM/mongo-perl6-driver
…/MongoDB.pm6 :5:
sub EXPORT { {
MattOates/BioInfo
…/BioInfo.pm6 :10:
sub EXPORT(|) {
PerlGameDev/SDL6
…/SDL.pm6 :6:
sub EXPORT { %(
ab5tract/Terminal-Print
…/Print.pm6 :350:
sub EXPORT($term-name?) {
azawawi/perl6-opencv
…/OpenCV.pm6 :5:
sub EXPORT {
bduggan/mosdef
…/Mosdef.pm :1:
sub EXPORT(|) {
bduggan/p6-log-async
…/Async.pm6 :101:
sub EXPORT {
cygx/p6-debug
…/DEBUG.pm6 :1:
sub EXPORT {
cygx/p6-debug
…/NDEBUG.pm6 :1:
sub EXPORT {
cygx/p6-debug
…/assert.pm6 :8:
sub EXPORT($cb = &die) {
cygx/p6-debug
…/dbg.pm6 :10:
sub EXPORT {
cygx/p6-debug
…/logger.pm6 :25:
sub EXPORT($cb = &note) {
cygx/p6-tinycc
…/TinyCC.pm :5:
sub EXPORT { Map.new((tcc => TCC.new)) }
drforr/perl6-slang-roman
…/Roman.pm6 :153:
sub EXPORT(|)
gfldex/perl6-concurrent-channelify
…/Channelify.pm6 :28:
sub EXPORT {
gfldex/perl6-typesafe-xhtml-writer
…/generate-function-definition.p6 :89:
sub EXPORT(::Guard = HTML) {
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2543:
sub EXPORT(::Guard = HTML) {
jonathanstowe/IO-Path-Mode
…/Mode.pm :343:
sub EXPORT()
masak/007
…/Test.pm6 :317:
our sub EXPORT(*@things) {
mryan/perl6-Slang-AltTernary
…/AltTernary.pm6 :1:
sub EXPORT(|) {
niner/Inline-Python
…/Python.pm6 :430:
my &export := sub EXPORT(*@args) {
perl6/doc
…/5to6-nutshell.pod6 :1577:
sub EXPORT(*@import-list) {
perl6/doc
…/modules.pod6 :415:
X<|sub EXPORT>
perl6/doc
…/modules.pod6 :427:
sub EXPORT {
perl6/doc
…/modules.pod6 :464:
sub EXPORT($short_name?) {
perl6/doc
…/modules.pod6 :492:
sub EXPORT(::Questionable) {
perl6/doc
…/modules.pod6 :520:
Be careful I<not> to put C<sub EXPORT> after L«C<unit> declarator|/syntax/unit».
perl6/doc
…/modules.pod6 :526:
sub EXPORT { %(Foo => &say) } # WRONG!!! Sub is scoped wrong
perl6/doc
…/modules.pod6 :529:
sub EXPORT { %(Foo => &say) } # RIGHT!!! Sub is outside the module
perl6/p6-sake
…/Sake.pm6 :5:
sub EXPORT {
perlpilot/p6-AI-FANN
…/Raw.pm6 :10:
sub EXPORT {
perlpilot/p6-Test-Class
…/Class.pm6 :5:
sub EXPORT {
samgwise/Net-OSC
…/OSC.pm6 :116:
sub EXPORT {
skaji/Frinfon
…/Frinfon.pm6 :90:
sub EXPORT {
skids/perl6-Control-Bail
…/Bail.pm6 :85:
sub EXPORT(|) {
tadzik/Grammar-BNF
…/ABNF.pm :7:
sub EXPORT(|) {
tadzik/Grammar-BNF
…/BNF.pm :7:
sub EXPORT(|) {
timo/ADT
…/ADT.pm6 :192:
our sub EXPORT(*@definitions) {
tony-o/perl6-slang-sql
…/SQL.pm6 :16:
sub EXPORT(|) {
zoffixznet/perl6-Benchy
…/Benchy.pm6 :3:
sub EXPORT {
zoffixznet/perl6-Config-JSON
…/JSON.pm6 :54:
sub EXPORT ($conf where Str:D|IO::Path:D = 'config.json') {
zoffixznet/perl6-CoreHackers-Sourcery
…/Sourcery.pm6 :13:
sub EXPORT {
zoffixznet/perl6-LN
…/LN.pm6 :5:
sub EXPORT (*@opts) {
zoffixznet/perl6-RakudoPrereq
…/RakudoPrereq.pm6 :1:
sub EXPORT (Version:D $v, Str $user-message?, Str() $opts = '') {
zoffixznet/perl6-Test-When
…/When.pm6 :1:
sub EXPORT (*@args, *%args) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment