Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 21, 2019 20:38
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/cdf771027ca7372436bb183de1a177b8 to your computer and use it in GitHub Desktop.
Save Whateverable/cdf771027ca7372436bb183de1a177b8 to your computer and use it in GitHub Desktop.
greppable6
File Code
HANENKAMP/Future
…/README.md :38:
-> X::IO { open('alt.txt', :r) }
HANENKAMP/Future
…/README.md :40:
-> X::IO { "42" }
HANENKAMP/Future
…/README.md :229:
-> X::IO $x { $x.rethrow }),
HANENKAMP/Future
…/Future.pm6 :271:
-> X::IO { open('alt.txt', :r) }
HANENKAMP/Future
…/Future.pm6 :273:
-> X::IO { "42" }
HANENKAMP/Future
…/Future.pm6 :536:
-> X::IO $x { $x.rethrow }),
JSTOWE/RPi-Device-SMBus
…/SMBus.pm :164:
class X::IO is Exception {
cjfields/bioperl6
…/IO.pm6 :5:
role Bio::Role::IO does Bio::Role::Temp {
cjfields/bioperl6
…/fasta.pm6 :24:
class Bio::SeqIO::fasta does Bio::Role::SeqStream does Bio::Role::IO {
cjfields/bioperl6
…/IO.t :12:
class MyIO does Bio::Role::IO {
gfldex/perl6-concurrent-file-find
…/Find.pm6 :3:
class X::IO::NotADirectory does X::IO is export {
gfldex/perl6-concurrent-file-find
…/Find.pm6 :10:
class X::IO::CanNotAccess does X::IO is export {
gfldex/perl6-concurrent-file-find
…/Find.pm6 :17:
class X::IO::StaleSymlink does X::IO is export {
jonathanstowe/RPi-Device-SMBus
…/SMBus.pm :163:
class X::IO is Exception {
masak/yapsi
…/Yapsi.pm :677:
subset Yapsi::IO where { .can('say') }
masak/yapsi
…/Yapsi.pm :680:
has Yapsi::IO $.io = $*OUT;
p6-pdf/PDF-p6
…/Changes :119:
- Renamed classes PDF::IO to PDF::IO::Util and PDF::IO::Input::*
p6-pdf/PDF-p6
…/README.md :256:
(PDF::IO has conveniently fetched indirect object 1 from the PDF, when we dereferenced this entry).
p6-pdf/PDF-p6
…/IO.pm :3:
class PDF::IO {
p6-pdf/PDF-p6
…/IO.pm :8:
proto method coerce( $value ) returns PDF::IO {*}
p6-pdf/PDF-p6
…/IO.pm :10:
multi method coerce( PDF::IO $value!, :$path ) {
p6-pdf/PDF-p6
…/Handle.pm :6:
is PDF::IO {
p6-pdf/PDF-p6
…/Writer.pm :9:
has PDF::IO $!input;
p6-pdf/PDF-p6
…/filter-flate.t :17:
my PDF::IO $pdf-input .= coerce( $input );
p6-pdf/PDF-p6
…/filter-lzw.t :22:
my PDF::IO $pdf-input .= coerce( $input );
p6-pdf/PDF-p6
…/io.t :9:
my PDF::IO $in-ioh .= coerce( $ioh );
p6-pdf/PDF-p6
…/io.t :11:
my PDF::IO $in-str .= coerce( $str );
p6-pdf/PDF-p6
…/write-pdf.t :27:
my PDF::IO $input .= coerce( $pdf-input-file.IO );
p6-pdf/PDF-p6
…/write-pdf.t :39:
my PDF::IO $output .= coerce( $pdf-output-file.IO );
perl6/doc
…/exceptions.pod6 :55:
when X::IO { $*ERR.say: "some kind of IO exception was caught!" }
perl6/doc
…/temporal.pod6 :22:
when X::IO { say "File-related problem", .payload }
perl6/doc
…/IO.pod6 :7:
role X::IO does X::OS {}
perl6/doc
…/Chdir.pod6 :8:
class X::IO::Chdir does X::IO is Exception { }
perl6/doc
…/Chmod.pod6 :8:
class X::IO::Chmod does X::IO is Exception { }
perl6/doc
…/Copy.pod6 :8:
class X::IO::Copy does X::IO is Exception { }
perl6/doc
…/Cwd.pod6 :8:
class X::IO::Cwd does X::IO is Exception { }
perl6/doc
…/Dir.pod6 :8:
class X::IO::Dir does X::IO is Exception { }
perl6/doc
…/DoesNotExist.pod6 :8:
class X::IO::DoesNotExist does X::IO is Exception { }
perl6/doc
…/Link.pod6 :8:
class X::IO::Link does X::IO is Exception { }
perl6/doc
…/Mkdir.pod6 :8:
class X::IO::Mkdir does X::IO is Exception { }
perl6/doc
…/Move.pod6 :8:
class X::IO::Move does X::IO is Exception { }
perl6/doc
…/Rename.pod6 :8:
class X::IO::Rename does X::IO is Exception { }
perl6/doc
…/Rmdir.pod6 :8:
my class X::IO::Rmdir does X::IO is Exception { }
perl6/doc
…/Symlink.pod6 :8:
class X::IO::Symlink does X::IO is Exception { }
perl6/doc
…/Unlink.pod6 :8:
class X::IO::Unlink does X::IO is Exception { }
perl6/doc
…/type-graph.txt :345:
role X::IO does X::OS
perl6/p6-sake
…/IO.pm6 :4:
unit class Sake::Task::IO is Sake::Task;
skids/perl6sum
…/Sum.pm6 :876:
role Sum::Marshal::IO {
skids/perl6sum
…/sum.t :270:
class Foo7 does Sum::Marshal::IO does Sum::Marshal::Cooked
skids/perl6sum
…/sum.t :285:
lives-ok { $tf .= new(); }, "Can instantiate custom Sum::Marshal::IO subclass";
skids/perl6sum
…/sum.t :287:
is $tf.finalize, open($?FILE.IO.parent.child('testfile.txt')).read(5000).values.join(','), "Sum::Marshal::IO works";
ugexe/Perl6-Distribution--Common--Remote
…/Github.pm6 :26:
role Distribution::IO::Remote::Github does Distribution::IO {
ugexe/Perl6-Distribution--Common
…/IO.pm6 :1:
role Distribution::IO {
ugexe/Perl6-Distribution--Common
…/Directory.pm6 :5:
role Distribution::IO::Directory does Distribution::IO {
ugexe/Perl6-Distribution--Common
…/Git.pm6 :4:
role Distribution::IO::Proc::Git does Distribution::IO {
ugexe/Perl6-Distribution--Common
…/Tar.pm6 :3:
role Distribution::IO::Proc::Tar does Distribution::IO {
zoffixznet/perl6-Subsets-IO
…/README.md :10:
use Subsets::IO :frw;
zoffixznet/perl6-Subsets-IO
…/README.md :47:
use Subsets::IO :E, :frw;
zoffixznet/perl6-Subsets-IO
…/sample.pl6 :2:
use Subsets::IO :e;
zoffixznet/perl6-Trait-IO
…/README.md :5:
Trait::IO - Helper IO traits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment