Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 15, 2020 10:41
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/2627511a3e7ff6677a72daf00835fa4c to your computer and use it in GitHub Desktop.
Save Whateverable/2627511a3e7ff6677a72daf00835fa4c to your computer and use it in GitHub Desktop.
greppable6
has\s+\$[^.]
File Code
ALOREN/App-FindSource
…/Searcher.pm6 :35:
has $!config-path;
ALOREN/Canoe
…/Canoe.pm6 :10:
has $!lock;
ALOREN/Getopt-Advance
…/Advance.pm6 :175:
has $!counter;
ALOREN/Getopt-Advance
…/Helper.pm6 :27:
has $!group-usage-cache;
ALOREN/Getopt-Advance
…/Option.pm6 :187:
has $!deactivate;
ALOREN/Terminal-Table
…/Generator.pm6 :33:
has $!index = 0;
ALOREN/Terminal-Table
…/Generator.pm6 :778:
has $!corner;
ALOREN/Terminal-Table
…/Generator.pm6 :801:
has $!top;
ALOREN/Terminal-Table
…/Generator.pm6 :802:
has $!middle;
ALOREN/Terminal-Table
…/Generator.pm6 :803:
has $!bottom;
ALOREN/Terminal-Table
…/Generator.pm6 :832:
has $!left;
ALOREN/Terminal-Table
…/Generator.pm6 :833:
has $!middle;
ALOREN/Terminal-Table
…/Generator.pm6 :834:
has $!right;
ATROXAPER/Propius
…/Propius.pm6 :110:
has $!size;
ATROXAPER/Propius
…/Propius.pm6 :115:
has $!reads-wo-clean;
ATROXAPER/Propius
…/Linked.pm6 :9:
has $!next = Nil;
ATROXAPER/Propius
…/Linked.pm6 :10:
has $!prev = Nil;
AZAWAWI/Inline-Go
…/Go.pm6 :15:
has $!so-file-name;
AZAWAWI/Inline-Go
…/Go.pm6 :18:
has $!temp-dir;
BDUGGAN/Grammar-PrettyErrors
…/PrettyErrors.pm6 :9:
has $!report;
BDUGGAN/RDF-Turtle
…/Grammar.pm6 :8:
has $!error;
BDUGGAN/WebService-AWS-S3
…/S3.pm6 :28:
has $!req;
BDUGGAN/WebService-AWS-S3
…/S3.pm6 :29:
has $!res;
CTILMES/DB-Pg
…/Pg.pm6 :20:
has $!connection-lock = Lock.new;
CTILMES/DB-Pg
…/Pg.pm6 :22:
has $!listen-db;
CTILMES/DB-Pg
…/Pg.pm6 :23:
has $!listen-db-lock = Lock.new;
CTILMES/DB-Pg
…/Pg.pm6 :25:
has $!supplier-lock = Lock.new;
CTILMES/DB-Pg
…/Database.pm6 :73:
has $!counter = 0;
CTILMES/DB-Pg
…/Database.pm6 :75:
has $!transaction = False;
CTILMES/GraphQL
…/GraphQL.pm :25:
has $!resolved-schema;
CTILMES/epoll
…/epoll.pm6 :51:
has $!epfd;
DARRENF/Test-Declare
…/Declare.pm6 :184:
has $!callable = Test::Declare::Callable.new(|self.call);
DARRENF/Test-Declare
…/Declare.pm6 :185:
has $!expectations = Test::Declare::Expectations.new(|self.expected);
DARRENF/Test-Declare
…/Declare.pm6 :186:
has $!result = Test::Declare::Result.new();
DARRENF/Test-Declare
…/Comparisons.pm6 :22:
has $!comparison = $!op.assuming(*, $!rhs);
DARRENF/Test-Declare
…/Suite.pm6 :6:
has $!errstr = q|must declare '%s' either in call or as a method|;
ELIZABETH/Array-Sparse
…/Sparse.pm6 :120:
has $!index;
ELIZABETH/Bits
…/Bits.pm6 :28:
has $!list; # list of positions for current nibble
ELIZABETH/FINALIZER
…/FINALIZER.pm6 :6:
has $!lock;
ELIZABETH/Hash-Agnostic
…/Agnostic.pm6 :19:
has $!key;
ELIZABETH/Hash-Util
…/Util.pm6 :9:
has $!EXISTS-KEY;
ELIZABETH/Hash-Util
…/Util.pm6 :10:
has $!AT-KEY;
ELIZABETH/Hash-Util
…/Util.pm6 :11:
has $!ASSIGN-KEY;
ELIZABETH/Hash-Util
…/Util.pm6 :12:
has $!BIND-KEY;
ELIZABETH/Hash-Util
…/Util.pm6 :13:
has $!DELETE-KEY;
ELIZABETH/Memoize
…/Memoize.pm6 :21:
has $!lock = Lock.new;
ELIZABETH/P5tie
…/P5tie.pm6 :129:
has $!tied;
ELIZABETH/P5tie
…/P5tie.pm6 :238:
has $!tied;
ELIZABETH/P5tie
…/P5tie.pm6 :242:
has $!lastkey;
ELIZABETH/Tie-Hash
…/01-basic.t :11:
has $!iterator;
ELIZABETH/Tie-StdHash
…/StdHash.pm6 :9:
has $!iterator;
FCO/Red
…/index.p6 :6:
has $!bot;
FCO/Red
…/Dirtable.pm6 :7:
has $!col-data-attr;
FCO/Red
…/Dirtable.pm6 :13:
has $!dirty-cols-attr;
FCO/Red
…/Column.pm6 :14:
has $!ref;
FCO/Red
…/Model.pm6 :4:
has $!filter;
FCO/Red
…/Iterator.pm6 :7:
has $!st-handler;
FCO/Red
…/02-tdd.t :21:
given model { has $!a is column }.new: :42a {
FCO/Red
…/02-tdd.t :72:
has $!b is column;
FCO/Red
…/02-tdd.t :73:
has $!c is column{:id, :name<column_c>, :!nullable};
FROGGS/Inline
…/C.pm :7:
has $!code = "#ifdef WIN32
GARLANDG/Cro-H
…/H.pm6 :4:
has $!top = Supplier::Preserving.new;
GARLANDG/Cro-H
…/H.pm6 :5:
has $!bottom = Supplier::Preserving.new;
HANENKAMP/Amazon-DynamoDB
…/UA.pm6 :12:
has $!ua;
HANENKAMP/Cofra
…/Error.pm6 :5:
has $cause;
HANENKAMP/DOM-Tiny
…/CSS.pm6 :90:
has $!rx;
HANENKAMP/Email-Address
…/Address.pm6 :11:
has $!message;
HANENKAMP/ModelDB
…/Table.pm6 :146:
has $!escaped-table;
HANENKAMP/Smack
…/Smack.pm6 :17:
has $!listener;
HANENKAMP/Smack
…/Smack.pm6 :18:
has $!listener-tap;
HANENKAMP/Smack
…/Component.pm6 :10:
has $!_app;
HANENKAMP/Smack
…/AccessLog.pm6 :12:
has $!compiled-format;
HANENKAMP/Smack
…/PSGI.pm6 :13:
has $!buffer = buf8.new;
HANENKAMP/Smack
…/Static.pm6 :16:
has $!_file;
HANENKAMP/Smack
…/Request.pm6 :76:
has $!_raw-content-cache;
HANENKAMP/Smack
…/Smackup.pm6 :23:
has $!client = Smack::Client.new;
HANENKAMP/Smack
…/Smackup.pm6 :24:
has $!server;
HANENKAMP/Smack
…/Smackup.pm6 :25:
has $!promise;
HANENKAMP/Smack
…/URI.pm6 :268:
has $!uri; # use of this now deprecated
HANENKAMP/Template-Anti
…/Template.pm6 :183:
has $!sq = Template::Anti::Selector.new(:source($!template));
HMBRAND/Text-CSV
…/csv_gram.pl :48:
has $!gram = self.compose();#.new;
HMBRAND/Text-CSV
…/csv_gram.pl :49:
has $!ast;
HMBRAND/Text-CSV
…/test.pl :79:
has $!regex = self.compose();
HOLYGHOST/Game-Markov
…/TruncatedGaussian.pm6 :6:
has $b;
JGOFF/Perl6-Parser
…/00-class-hierarchy.t :48:
has $!e;
JGOFF/Perl6-Parser
…/13-scope-declarator.t :95:
class %s{has $x}
JGOFF/Perl6-Parser
…/rosetta-1.t :47:
class Term::termios { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
JGOFF/Perl6-Parser
…/rosetta-1.t :165:
class Term::termiosA { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
JGOFF/Perl6-Parser
…/rosetta-b.t :843:
has $!shyguy = 42;
JNTHN/Cro-Core
…/Cro.pm6 :309:
has $!conditional-before;
JNTHN/Cro-Core
…/Cro.pm6 :310:
has $!connector;
JNTHN/Cro-Core
…/Cro.pm6 :312:
has $!conditional-after;
JNTHN/Cro-Core
…/MessageWithBody.pm6 :10:
has $!body; # Typically set when producing locally
JNTHN/Cro-Core
…/TCP.pm6 :19:
has $!socket;
JNTHN/Cro-Core
…/TCP.pm6 :36:
has $!socket;
JNTHN/Cro-Core
…/TCP.pm6 :76:
has $!socket;
JNTHN/Cro-HTTP
…/Body.pm6 :11:
has $!hashed;
JNTHN/Cro-HTTP
…/Body.pm6 :94:
has $!hashed;
JNTHN/Cro-HTTP
…/Client.pm6 :92:
has $!next-response-vow;
JNTHN/Cro-HTTP
…/Client.pm6 :140:
has $!next-stream-id = 1;
JNTHN/Cro-HTTP
…/Client.pm6 :246:
has $!connection-cache = ConnectionCache.new;
JNTHN/Cro-HTTP
…/PushPromise.pm6 :4:
has $!response = Promise.new;
JNTHN/Cro-HTTP
…/Response.pm6 :62:
has $!push-promises = Supplier::Preserving.new;
JNTHN/Cro-HTTP
…/Router.pm6 :207:
has $!path-matcher;
JNTHN/Cro-HTTP
…/VersionSelector.pm6 :22:
has $!http1;
JNTHN/Cro-HTTP
…/VersionSelector.pm6 :23:
has $!http1-supplier;
JNTHN/Cro-HTTP
…/VersionSelector.pm6 :24:
has $!http2;
JNTHN/Cro-HTTP
…/VersionSelector.pm6 :25:
has $!http2-supplier;
JNTHN/Cro-HTTP
…/GeneralParser.pm6 :21:
has $!pseudo-headers;
JNTHN/Cro-HTTP
…/http-middleware.t :290:
has $!cached-blob;
JNTHN/Cro-OpenAPI-RoutesFromDefinition
…/RoutesFromDefinition.pm6 :39:
"The implementation should take $!expected route segment(s), but has $!got."
JNTHN/Cro-TLS
…/TLS.pm6 :13:
has $!socket;
JNTHN/Cro-TLS
…/TLS.pm6 :30:
has $!socket;
JNTHN/Cro-TLS
…/TLS.pm6 :74:
has $!socket;
JNTHN/Cro-WebSocket
…/Internal.pm6 :7:
has $!selector;
JNTHN/Cro-WebSocket
…/Internal.pm6 :26:
has $!selector;
JNTHN/Cro-ZeroMQ
…/Client.pm6 :9:
has $!output;
JNTHN/Cro-ZeroMQ
…/Client.pm6 :10:
has $!input;
JNTHN/Cro-ZeroMQ
…/Client.pm6 :37:
has $!lock = False;
JNTHN/Cro-ZeroMQ
…/Client.pm6 :38:
has $!message;
JNTHN/Cro-ZeroMQ
…/Collector.pm6 :5:
has $!socket;
JNTHN/Cro-ZeroMQ
…/Distributor.pm6 :5:
has $!socket;
JNTHN/Cro-ZeroMQ
…/Distributor.pm6 :6:
has $!input;
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :9:
has $!socket;
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :10:
has $!ctx;
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :35:
has $!socket;
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :36:
has $!ctx;
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :37:
has $!replier-init;
JNTHN/Cro-ZeroMQ
…/Internal.pm6 :92:
has $!tapped;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :209:
has $!read-bio;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :210:
has $!write-bio;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :211:
has $!connected-promise;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :212:
has $!accepted-promise;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :213:
has $!shutdown-promise;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :214:
has $!closed;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :217:
has $!host;
JNTHN/IO-Socket-Async-SSL
…/SSL.pm6 :218:
has $!alpn;
JNTHN/JSON-Path
…/Path.pm6 :4:
has $!path;
JNTHN/cro
…/Services.pm6 :10:
has $!deleted-vow = $!deleted.vow;
JSTOWE/Attribute-Lazy
…/020-trait.t :12:
has $!bar will lazy { "pow" };
JSTOWE/Audio-Encode-LameMP3
…/p6lame_encode :17:
die "$in-file has $_ channels - I only support 2 at most";
JSTOWE/Audio-Libshout
…/streamfile-encode :24:
die "$file has $_ channels - I only support 2 at most";
JSTOWE/EuclideanRhythm
…/EuclideanRhythm.pm :78:
has $!level;
JSTOWE/FastCGI-NativeCall-PSGI
…/PSGI.pm6 :8:
has $!body;
JSTOWE/JSON-Class
…/030-roundtrip.t :18:
has $!private = 'private';
JSTOWE/JSON-Marshal
…/020-marshal.t :20:
has $!private = 'private';
JSTOWE/Object-Permission
…/040-method.t :36:
has $!test-rw-one = "test-one-init";
JSTOWE/Object-Permission
…/040-method.t :42:
has $!test-rw-two = "test-two-init";
JSTOWE/Pg-Notify
…/Notify.pm :105:
has $!thread;
JSTOWE/Tinky
…/Tinky.pm :980:
has $!role;
JSTOWE/WebService-Soundcloud
…/Soundcloud.pm :324:
has $!scope;
JSTOWE/WebService-Soundcloud
…/Soundcloud.pm :630:
has $!query-template = URI::Template.new(template => '{?query*}');
KUERBIS/Term-Choose
…/Choose.pm6 :49:
has $!saved_termios;
KUERBIS/Term-Form
…/Form.pm6 :37:
has $!saved_termios;
MARTIMM/Auth-SCRAM
…/Client.pm6 :20:
has $!client-object;
MARTIMM/Auth-SCRAM
…/Server.pm6 :19:
has $!server-object;
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :29:
has $!client-side;
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :30:
has $!server-side;
MARTIMM/BSON
…/Document1.pm6 :71:
has $!start-enc-time;
MARTIMM/BSON
…/Document1.pm6 :79:
has $!start-dec-time;
MARTIMM/BSON
…/Document2.pm6 :71:
has $!start-enc-time;
MARTIMM/BSON
…/Document2.pm6 :79:
has $!start-dec-time;
MARTIMM/GTK-V3
…/GBoxed.pm6 :18:
has $!g-boxed;
MARTIMM/XML-Actions
…/Actions.pm6 :20:
has $!actions;
MOZNION/Object-Container
…/Item.pm6 :6:
has $!instance;
NINE/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :7:
has $!collapsed-meta;
NINE/Inline-Perl5
…/ObjectKeeper.pm6 :3:
has $!last_free = -1;
NINE/Inline-Perl5
…/Array.pm6 :5:
has $!ip5; # Had to remove the Inline::Perl5 type to prevent circular dep
NINE/Inline-Perl5
…/ClassHOW.pm6 :13:
has $!p5;
NINE/Inline-Perl5
…/ClassHOW.pm6 :14:
has $!ip5;
NINE/Inline-Perl5
…/ClassHOW.pm6 :15:
has $!composed;
NINE/Inline-Perl5
…/Extension.pm6 :8:
has $!target;
NINE/Inline-Perl5
…/Hash.pm6 :5:
has $!ip5; # Inline::Perl5 type removed to avoid circle
NINE/Inline-Perl5
…/Parent.pm6 :4:
has $!parent;
NINE/Inline-Perl5
…/TypeGlob.pm6 :4:
has $!ip5; # Had to remove the Inline::Perl5 type to prevent circular dep
PATRICKZ/RPi-ButtonWatcher
…/ButtonWatcher.pm6 :12:
has $!button-supplier = Supplier.new;
PATRICKZ/RPi-ButtonWatcher
…/ButtonWatcher.pm6 :13:
has $!debounce;
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :36:
has $!spi-channel is required where 0|1;
PMQS/Archive-SimpleZip
…/Headers.pm6 :131:
has $!entries;
PMQS/Archive-SimpleZip
…/Headers.pm6 :132:
has $!cd-len ;
RYNIX/Terminal-Spinners
…/Spinners.pm6 :8:
has $!index = 0;
SAMGWISE/Result
…/OK.pm6 :6:
has $!type;
SAMGWISE/Result
…/OK.pm6 :7:
has $!value;
SCIMON/Timer-Breakable
…/Breakable.pm6 :38:
has $!vow;
SCIMON/Trait-Env
…/README.md :48:
has $home is env;
SCIMON/Trait-Env
…/Env.pm6 :60:
has $home is env;
SKAJI/App-Mi6
…/Mi6.pm6 :12:
has $!author = run(<git config --global user.name>, :out).out.slurp(:close).chomp;
SKAJI/App-Mi6
…/Mi6.pm6 :13:
has $!email = run(<git config --global user.email>, :out).out.slurp(:close).chomp;
SKAJI/App-Mi6
…/Mi6.pm6 :14:
has $!cpanid = $*HOME.add('.pause').e ?? CPAN::Uploader::Tiny.read-config($*HOME.add('.pause'))<user> !! Nil;
SKAJI/App-Mi6
…/Mi6.pm6 :15:
has $!year = Date.today.year;
TBROWDER/Date-Names
…/Names.pm6 :112:
note "WARNING: lang {$!lang}, data set '$n' has $nhas elements,\n but it should have $nreq";
TBROWDER/Date-Names
…/Names.pm6 :129:
note "WARNING: lang {$!lang}, data set '$n' has $nhas elements, but it should have $nreq";
TBROWDER/Net-IP
…/IP.pm6 :229:
warn "binip has $nbits bits, should be 32\n" if $DEBUG;
TBROWDER/Net-IP
…/IP.pm6 :262:
warn "binip has $nbits bits, should be 128\n" if $DEBUG;
TITSUKI/Algorithm-HierarchicalPAM
…/HierarchicalPAMModel.pm6 :15:
has $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-LDA
…/LDA.pm6 :14:
has $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-LDA
…/LDAModel.pm6 :16:
has $!documents; # TODO: Type checking doesn't work due to the "... but got CArray[XXX].new" error
TITSUKI/Algorithm-Manacher
…/Manacher.pm6 :4:
has $!text;
TITSUKI/Chart-Gnuplot
…/Gnuplot.pm6 :19:
has $!gnuplot;
TITSUKI/Chart-Gnuplot
…/Gnuplot.pm6 :24:
has $!promise;
TMTVL/Zodiac-Chinese
…/Chinese.pm6 :10:
has $!direction;
TMTVL/Zodiac-Chinese
…/Chinese.pm6 :11:
has $!element;
TMTVL/Zodiac-Chinese
…/Chinese.pm6 :12:
has $!sign;
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :87:
has $!input;
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :88:
has $!chunked;
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :89:
has $!content-length;
TOKUHIROM/HTTP-Server-Tiny
…/Tiny.pm6 :91:
has $!wrote-body-size = 0;
UFOBAT/Bailador
…/watch.pm :10:
has $!process;
UFOBAT/Bailador
…/Context.pm :7:
has $!env;
UFOBAT/Bailador
…/Formatter.pm :11:
has $!backend;
UFOBAT/Bailador
…/Mojo.pm :9:
has $!engine = Template::Mojo;
UGEXE/zef
…/Zef.pm6 :115:
has $!plugins;
UGEXE/zef
…/DependencySpecification.pm6 :4:
has $!ident;
UZLUISF/ENIGMA-Machine
…/Rotor.pm6 :17:
has $!pos = 0;
UZLUISF/ENIGMA-Machine
…/Rotor.pm6 :18:
has $!display_val;
UZLUISF/ENIGMA-Machine
…/Rotor.pm6 :23:
has $!step_set;
VRURG/AttrX-Mooish
…/README.md :12:
has $!bar2 is mooish(:lazy, :clearer, :predicate, :trigger);
VRURG/AttrX-Mooish
…/README.md :100:
has $!failed-object;
VRURG/AttrX-Mooish
…/README.md :117:
has $!failed-object;
VRURG/AttrX-Mooish
…/README.md :267:
has $!bar is rw is mooish(:lazy, :clearer<reset-bar>, :predicate, :filter<wrap-filter>);
VRURG/AttrX-Mooish
…/README.md :284:
has $!baz is mooish( :trigger<on_change> );
VRURG/AttrX-Mooish
…/README.md :285:
has $!fubar is mooish( :lazy<set-fubar> );
VRURG/AttrX-Mooish
…/Mooish.pm6 :15:
has $!bar2 is mooish(:lazy, :clearer, :predicate, :trigger);
VRURG/AttrX-Mooish
…/Mooish.pm6 :107:
has $!failed-object;
VRURG/AttrX-Mooish
…/Mooish.pm6 :126:
has $!failed-object;
VRURG/AttrX-Mooish
…/Mooish.pm6 :323:
has $!bar is rw is mooish(:lazy, :clearer<reset-bar>, :predicate, :filter<wrap-filter>);
VRURG/AttrX-Mooish
…/Mooish.pm6 :343:
has $!baz is mooish( :trigger<on_change> );
VRURG/AttrX-Mooish
…/Mooish.pm6 :344:
has $!fubar is mooish( :lazy<set-fubar> );
VRURG/AttrX-Mooish
…/014-private.t :8:
has $!bar is mooish(:lazy, :clearer, :predicate);
VRURG/AttrX-Mooish
…/014-private.t :30:
has $!bar is mooish(:lazy, :clearer<reset-bar>, :predicate<is-bar-set>);
VRURG/AttrX-Mooish
…/014-private.t :47:
has $!baz is mooish( :lazy("pub-build") );
VRURG/AttrX-Mooish
…/014-private.t :62:
has $!baz is mooish( lazy=>"pvt-build" );
VRURG/AttrX-Mooish
…/030-inheritance.t :126:
has $!bar is mooish(:lazy);
VRURG/AttrX-Mooish
…/030-inheritance.t :154:
has $!foo2 is mooish(:lazy);
VRURG/IP-Addr
…/v6.pm6 :228:
has $!abbreviated = False;
VRURG/IP-Addr
…/v6.pm6 :229:
has $!compact = False;
VRURG/OO-Plugin
…/patch-doc.p6 :71:
has $!ver = OO::Plugin.^ver;
VRURG/OO-Plugin
…/patch-doc.p6 :72:
has $!ver-str = ~OO::Plugin.^ver;
VRURG/OO-Plugin
…/Class.pm6 :33:
has $!rc;
VRURG/OO-Plugin
…/Manager.pm6 :122:
has $!registry;
VRURG/OO-Plugin
…/PlugRoleHOW.pm6 :6:
has $!oo-plugin;
WARRINGD/HTML-Canvas
…/Canvas.pm :17:
has $!cairo = (require ::('HTML::Canvas::To::Cairo')).new: :canvas(self), :$!width, :$!height;
WBIKER/IO-Prompt
…/Prompt.pm :21:
has $!default;
WBIKER/IO-Prompt
…/Prompt.pm :22:
has $!message;
WBIKER/IO-Prompt
…/Prompt.pm :23:
has $!type;
YNOTO/DB-Xoos
…/Xoos.pm6 :5:
has $!db;
YNOTO/DB-Xoos
…/Xoos.pm6 :6:
has $!driver;
YNOTO/DB-Xoos
…/Xoos.pm6 :8:
has $!connected;
YNOTO/DB-Xoos
…/Xoos.pm6 :9:
has $!prefix;
YNOTO/DB-Xoos
…/Model.pm6 :5:
has $!table-name;
YNOTO/DB-Xoos
…/Model.pm6 :6:
has $!db;
YNOTO/DB-Xoos
…/Model.pm6 :7:
has $!model-class;
YNOTO/DB-Xoos
…/Model.pm6 :8:
has $!driver;
YNOTO/DB-Xoos
…/Model.pm6 :9:
has $!row-class;
YNOTO/DB-Xoos
…/Model.pm6 :10:
has $!dbo;
YNOTO/DB-Xoos
…/Searchable.pm6 :4:
has $!first-next;
YNOTO/DB-Xoos
…/Searchable.pm6 :4:
has $!first-next;
YNOTO/DB-Xoos
…/Searchable.pm6 :4:
has $!first-next;
YNOTO/DB-Xoos
…/Row.pm6 :3:
has $!table-name;
YNOTO/DB-Xoos
…/Row.pm6 :4:
has $!db;
YNOTO/DB-Xoos
…/Row.pm6 :6:
has $!driver;
YNOTO/DB-Xoos
…/Row.pm6 :8:
has $!model;
YNOTO/DB-Xoos
…/Row.pm6 :12:
has $!is-dirty;
YNOTO/DB-Xoos
…/Row.pm6 :13:
has $!dbo;
YNOTO/DB-Xoos
…/Searchable.pm6 :4:
has $!first-next;
YNOTO/DB-Xoos
…/Searchable.pm6 :4:
has $!options = {};
YNOTO/DB-Xoos
…/Searchable.pm6 :5:
has $!filter = {};
Altai-man/p6-WWW-DuckDuckGo
…/DuckDuckGo.pm6 :13:
has $!zeroclickinfo = WWW::DuckDuckGo::ZeroClickInfo;
Altai-man/p6-WWW-DuckDuckGo
…/DuckDuckGo.pm6 :14:
has $!http-agent = HTTP::UserAgent.new;
Altai-man/perl6-Compress-Bzip2
…/Bzip2.pm6 :138:
has $!stream = False;
Bailador/Bailador
…/watch.pm :10:
has $!process;
Bailador/Bailador
…/Context.pm :7:
has $!env;
Bailador/Bailador
…/Formatter.pm :11:
has $!backend;
Bailador/Bailador
…/Mojo.pm :9:
has $!engine = Template::Mojo;
CurtTilmes/Perl6-GraphQL
…/GraphQL.pm :25:
has $!resolved-schema;
CurtTilmes/perl6-eredis
…/Async.pm :85:
has $!readers-lock = Lock.new;
Demayl/perl6-Email-Valid
…/Valid.pm6 :18:
has $!regex_parsed = {}; # Hold regex parse results here. Wait for "is cached" trait and remove this var
Demayl/perl6-Email-Valid
…/Valid.pm6 :19:
has $!resolver; # One resolver per instance
FCO/ProblemSolver
…/ProblemSolver.pm6 :7:
has $!variables handles <add-variable> = ProblemSolver::State.new;
FCO/Trie
…/Trie.pm6 :5:
has $!children = OrderedHash[Trie].new;
FROGGS/p6-Inline-C
…/C.pm :7:
has $!code = "#ifdef WIN32
GildedHonour/TelegramBot
…/Telegram.pm6 :14:
has $!http-client = HTTP::UserAgent.new;
GildedHonour/TelegramBot
…/Telegram.pm6 :15:
has $!base-endpoint = "https://api.telegram.org";
LLFourn/p6-AttrX-InitArg
…/README.md :9:
has $!message is init-arg is required;
LLFourn/p6-AttrX-InitArg
…/README.md :54:
has $!attr is init-arg;
LLFourn/p6-AttrX-InitArg
…/class.t :8:
has $!message is init-arg is required;
LLFourn/p6-AttrX-InitArg
…/class.t :29:
has $!some-private is init-arg('wee');
LLFourn/p6-AttrX-InitArg
…/example0.t :7:
has $!message is init-arg is required;
LLFourn/p6-AttrX-InitArg
…/example1.t :7:
has $!attr is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :8:
has $!foo is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :13:
has $!bar is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :26:
has $!foo is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :31:
has $!bar is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :36:
has $!baz is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :49:
has $!foo is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :54:
has $!bar is init-arg;
LLFourn/p6-AttrX-InitArg
…/multiple-class.t :59:
has $!baz is init-arg;
LLFourn/p6-AttrX-InitArg
…/role.t :6:
has $!message is init-arg is required;
LLFourn/p6-DispatchMap
…/DispatchMap.pm6 :4:
has $!dispatcher;
LLFourn/p6-OO-Schema
…/Schema.pm6 :50:
has $!load-from; #= CompUnit to load from
LLFourn/p6-OO-Schema
…/Schema.pm6 :52:
has $!class-cache; #= cache the loaded class
MARTIMM/Auth-SCRAM
…/Client.pm6 :20:
has $!client-object;
MARTIMM/Auth-SCRAM
…/Server.pm6 :19:
has $!server-object;
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :29:
has $!client-side;
MARTIMM/Auth-SCRAM
…/SCRAM.pm6 :30:
has $!server-side;
MARTIMM/BSON
…/Document1.pm6 :71:
has $!start-enc-time;
MARTIMM/BSON
…/Document1.pm6 :79:
has $!start-dec-time;
MARTIMM/BSON
…/Document2.pm6 :71:
has $!start-enc-time;
MARTIMM/BSON
…/Document2.pm6 :79:
has $!start-dec-time;
MadcapJake/Test-Lab
…/Result.pm6 :11:
has $!experiment;
MadcapJake/Test-Lab
…/020-experiment.t :393:
my role Dier { has $!throw-on-mismatches }
MattOates/BioInfo
…/FileParser.pm6 :5:
has $!channel;
MattOates/BioInfo
…/FileParser.pm6 :6:
has $!io_promise;
MattOates/BioInfo
…/FileParser.pm6 :7:
has $!fh;
MattOates/Text--Emotion
…/emobot :9:
has $emotion = Text::Emotion::Scorer.new;
TiMBuS/Net--IRC
…/Default.pm :16:
has $nickattempts = 0;
Tux/CSV
…/csv_gram.pl :48:
has $!gram = self.compose();#.new;
Tux/CSV
…/csv_gram.pl :49:
has $!ast;
Tux/CSV
…/test.pl :79:
has $!regex = self.compose();
Uladox/Editscr-Uggedit
…/Uggedit.pm :71:
has $!fileContents = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :72:
has $!capturedContents = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :73:
has $!unprintedEditLine = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :74:
has $!currentField = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :75:
has $!lastField = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :76:
has $!lastbuffer = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :77:
has $!currentbuffer = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :78:
has $!language = '';
Uladox/Editscr-Uggedit
…/Uggedit.pm :82:
has $!onEditLine = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :83:
has $!continueEditLine = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :84:
has $!inComment = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :85:
has $!inFieldNext = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :86:
has $!inField = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :87:
has $!textAdded = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :88:
has $!isCode = False;
Uladox/Editscr-Uggedit
…/Uggedit.pm :91:
has $!lineNumber = 1;
Xliff/p6-RandomColor
…/RandomColor.pm6 :8:
has $!seed;
ab5tract/Terminal-Print
…/attacks.p6 :73:
has $!start-x;
ab5tract/Terminal-Print
…/attacks.p6 :74:
has $!start-y;
ab5tract/Terminal-Print
…/attacks.p6 :75:
has $!dir-x;
ab5tract/Terminal-Print
…/attacks.p6 :76:
has $!dir-y;
ab5tract/Terminal-Print
…/rpg-ui.p6 :186:
has $!progress-supplier = Supplier.new;
ab5tract/Terminal-Print
…/rpg-ui.p6 :187:
has $!progress-supply = $!progress-supplier.Supply;
ab5tract/Terminal-Print
…/rpg-ui.p6 :595:
has $!expanded = -1;
ab5tract/Terminal-Print
…/rpg-ui.p6 :597:
has $!repaint-supplier = Supplier.new;
ab5tract/Terminal-Print
…/rpg-ui.p6 :598:
has $!repaint-supply = $!repaint-supplier.Supply;
ab5tract/Terminal-Print
…/Grid.pm6 :13:
has $!string;
ab5tract/Terminal-Print
…/Grid.pm6 :38:
has $!print-enabled = True;
adaptiveoptics/P6-Finance-GDAX-API
…/API.pm6 :23:
has $!useragent = 'LibCurl-Perl6';
adaptiveoptics/P6-Prompt-Gruff
…/Gruff.pm6 :17:
has $!_previous_response;
adaptiveoptics/P6-Prompt-Gruff
…/Gruff.pm6 :18:
has $!_prompt;
afiskon/p6-xml-parser-tiny
…/Tiny.pm6 :9:
has $!grammar = XML::Parser::Tiny::Grammar;
afiskon/p6-xml-parser-tiny
…/Tiny.pm6 :10:
has $!actions = XML::Parser::Tiny::Actions.new;
araraloren/Net-FTP
…/FTP.pm6 :15:
has $!ftpc;
araraloren/Net-FTP
…/FTP.pm6 :16:
has $!code;
araraloren/Net-FTP
…/FTP.pm6 :17:
has $!msg;
araraloren/perl6-app-findsource
…/Searcher.pm6 :35:
has $!config-path;
araraloren/perl6-app-snippet
…/snippet.pm6 :85:
has $!debug;
araraloren/perl6-getopt-advance
…/Advance.pm6 :175:
has $!counter;
araraloren/perl6-getopt-advance
…/Helper.pm6 :27:
has $!group-usage-cache;
araraloren/perl6-getopt-advance
…/Option.pm6 :187:
has $!deactivate;
araraloren/perl6-terminal-table
…/Generator.pm6 :33:
has $!index = 0;
araraloren/perl6-terminal-table
…/Generator.pm6 :778:
has $!corner;
araraloren/perl6-terminal-table
…/Generator.pm6 :801:
has $!top;
araraloren/perl6-terminal-table
…/Generator.pm6 :802:
has $!middle;
araraloren/perl6-terminal-table
…/Generator.pm6 :803:
has $!bottom;
araraloren/perl6-terminal-table
…/Generator.pm6 :832:
has $!left;
araraloren/perl6-terminal-table
…/Generator.pm6 :833:
has $!middle;
araraloren/perl6-terminal-table
…/Generator.pm6 :834:
has $!right;
autarch/perl6-File-LibMagic
…/LibMagic.pm6 :7:
has $!message;
avuserow/perl6-audio-taglib-simple
…/Simple.pm :18:
has $!taglib-tag;
avuserow/perl6-audio-taglib-simple
…/Simple.pm :19:
has $!taglib-audio;
awwaiid/p6-Inline-Ruby
…/Ruby.pm6 :118:
# has $!parent;
azawawi/perl6-electron
…/App.pm6 :13:
has $!electron_process;
bbkr/GeoIP2
…/GeoIP2.pm :29:
has $!is-big-endian = nativecast(
bbkr/TinyID
…/TinyID.pm :3:
has $!length;
bbkr/jsonrpc
…/README.md :96:
has $!db;
bduggan/p6-jupyter-kernel
…/Service.pm6 :22:
has $!session = $session;
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :12:
has $!baseURL = 'api.usno.navy.mil/';
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :14:
has $apiID = 'P6mod'; # Default ID, feel free to use an ID of your own and override.
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :15:
has $outputDir = $*CWD; # Current working Dir is the default output dir for images
cbk/API-USNavalObservatory
…/USNavalObservatory.pm6 :16:
has $webAgent = HTTP::UserAgent.new();
cbk/WebService-GoogleDyDNS
…/GoogleDyDNS.pm6 :24:
has $lastIPFile = $*CWD ~ "/{self.domainName}" ~ ".lastIP";
cbk/WebService-HazIP
…/HazIP.pm6 :14:
has $IPurl = "http://www.canihazip.com/s";
cjfields/bioperl6
…/Pluggable.pm6 :12:
has $!plugin-dir = $pd;
cjfields/bioperl6
…/SeqIO.pm6 :12:
has $!plugin handles <next-Seq write-Seq>;
cjfields/bioperl6
…/fasta.pm6 :26:
has $!actions = Bio::Grammar::Fasta::Actions::PrimarySeq.new();
cjfields/bioperl6
…/CodonTable.pm6 :16:
has $!codon-table;
cjfields/bioperl6
…/Mutation.pm6 :28:
has $!seq is rw;
cjfields/bioperl6
…/Mutation.pm6 :53:
has $!seqori is rw;
cjfields/bioperl6
…/Mutation.pm6 :77:
has $!pos is rw;
cjfields/bioperl6
…/Mutation.pm6 :105:
has $!len is rw;
cjfields/bioperl6
…/Mutation.pm6 :134:
has $!label is rw;
cjfields/bioperl6
…/Mutation.pm6 :163:
has $!transpos is rw;
cjfields/bioperl6
…/Mutation.pm6 :194:
has $!issue is rw;
cjfields/bioperl6
…/Mutation.pm6 :225:
has $!prelabel is rw;
cjfields/bioperl6
…/Mutation.pm6 :254:
has $!postlabel is rw;
cjfields/bioperl6
…/Mutation.pm6 :283:
has $!lastlabel is rw;
cjfields/bioperl6
…/FastaIO.pm6 :8:
has $!fh;
cjfields/bioperl6
…/Lite.pm6 :52:
has $!start is rw;
cjfields/bioperl6
…/Lite.pm6 :53:
has $!stop is rw;
cjfields/bioperl6
…/Lite.pm6 :55:
has $!score is rw;
cjfields/bioperl6
…/Lite.pm6 :56:
has $!type is rw;
cjfields/bioperl6
…/Lite.pm6 :57:
has $!strand is rw;
cjfields/bioperl6
…/Lite.pm6 :62:
has $!phase is rw;
cjfields/bioperl6
…/Lite.pm6 :63:
has $!seq is rw;
cjfields/bioperl6
…/Lite.pm6 :64:
has $!class is rw;
cjfields/bioperl6
…/Lite.pm6 :66:
has $!name is rw;
cjfields/bioperl6
…/Lite.pm6 :68:
has $!subtype is rw;
cjfields/bioperl6
…/SeqIO.pm6 :5:
has $!format;
coke/p6-lingua-en-syllable
…/syllables.t :38:
is(syllable($word), $count, "$word has $count syllables");
colomon/TagTools
…/titles-from-the-session :47:
has $!track = 1;
colomon/Test-Junkie
…/Junkie.pm :4:
has $!timestamp;
cosimo/perl6-cache-memcached
…/Memcached.pm :15:
has $!active;
cosimo/perl6-cache-memcached
…/Memcached.pm :18:
has $!single-sock = False;
cosimo/perl6-facter
…/Collection.pm :14:
has $!loader;
cosimo/perl6-facter
…/Fact.pm :9:
has $!value;
cosimo/perl6-facter
…/Fact.pm :10:
has $!suitable;
cosimo/perl6-facter
…/Fact.pm :15:
has $!searching = False;
cosimo/perl6-facter
…/Loader.pm :9:
has $!loaded_all = False;
cosimo/perl6-facter
…/Resolution.pm :18:
has $!value;
cosimo/perl6-facter
…/Resolution.pm :19:
has $!suitable;
croservices/cro-http-session-redis
…/Redis.pm6 :8:
has $!redis;
croservices/cro-ssl
…/SSL.pm6 :13:
has $!socket;
croservices/cro-ssl
…/SSL.pm6 :30:
has $!socket;
croservices/cro-ssl
…/SSL.pm6 :74:
has $!socket;
cygx/p6-tinycc
…/Compiler.pm :22:
has $!error;
darrenf/p6-test-declare
…/Declare.pm6 :184:
has $!callable = Test::Declare::Callable.new(|self.call);
darrenf/p6-test-declare
…/Declare.pm6 :185:
has $!expectations = Test::Declare::Expectations.new(|self.expected);
darrenf/p6-test-declare
…/Declare.pm6 :186:
has $!result = Test::Declare::Result.new();
darrenf/p6-test-declare
…/Comparisons.pm6 :22:
has $!comparison = $!op.assuming(*, $!rhs);
darrenf/p6-test-declare
…/Suite.pm6 :6:
has $!errstr = q|must declare '%s' either in call or as a method|;
dboys/p6-WWW-SilverGoldBull
…/OrderQuoteRole.pm6 :8:
has $!payment-method;
dboys/p6-WWW-SilverGoldBull
…/OrderQuoteRole.pm6 :9:
has $!shipping-method;
donaldh/Perl6-RPi-GpioDirect
…/GpioDirect.pm :5:
has $!gpio;
drforr/perl6-Perl6-Parser
…/00-class-hierarchy.t :48:
has $!e;
drforr/perl6-Perl6-Parser
…/13-scope-declarator.t :95:
class %s{has $x}
drforr/perl6-Perl6-Parser
…/rosetta-1.t :47:
class Term::termios { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
drforr/perl6-Perl6-Parser
…/rosetta-1.t :165:
class Term::termiosA { has $fd; method getattr {}; method unset_lflags { }; method unset_iflags { }; method setattr { } }
drforr/perl6-Perl6-Parser
…/rosetta-b.t :843:
has $!shyguy = 42;
edumentab/p6-moarvm-remote
…/Remote.pm6 :109:
has $!sock;
edumentab/p6-moarvm-remote
…/Remote.pm6 :110:
has $!worker;
erickjordan/perl6-Parse-STDF
…/STDF.pm6 :30:
has $!f = stdf_open($!stdf) || X::Parse::STDF::UnableToOpen.new(:$!stdf).fail; # internal file handle
erickjordan/perl6-Parse-STDF
…/STDF.pm6 :31:
has $!rec;
fayland/perl6-Cache-LRU
…/LRU.pm :7:
has $!ref = 1;
finanalyst/p6-Algorithm-Tarjan
…/Tarjan.pm6 :21:
has $!main-index;
finanalyst/p6-inform
…/Informative.pm6 :11:
has $!app;
finanalyst/p6-inform
…/Informative.pm6 :13:
has $!inf-lable;
finanalyst/p6-inform
…/Informative.pm6 :14:
has $!box;
finanalyst/p6-inform
…/Informative.pm6 :15:
has $!btn-box;
finanalyst/p6-inform
…/Informative.pm6 :16:
has $!deleted_supply;
finanalyst/p6-inform
…/Informative.pm6 :17:
has $!title;
finanalyst/p6-inform
…/Informative.pm6 :18:
has $!position;
finanalyst/p6-inform
…/Informative.pm6 :19:
has $!timer-lable;
finanalyst/pod-render
…/Engine.pm6 :10:
has $!tmpl-engine = Template::Mustache.new;
finanalyst/pod-render
…/Engine.pm6 :11:
has $!verbose;
finanalyst/pod-render
…/Engine.pm6 :12:
has $!debug; # debug for rendition method
finanalyst/pod-render
…/Processed.pm6 :28:
has $!file-ext = 'html'; # most likely
finanalyst/pod-render
…/Render.pm6 :273:
has $!config;
finanalyst/pod-render
…/Render.pm6 :274:
has $!assets;
finanalyst/pod-render
…/Render.pm6 :275:
has $!rendering;
finanalyst/pod-render
…/Render.pm6 :276:
has $!output;
gabrielash/p6-net-jupyter
…/Executer.pm :52:
has $!value;
gabrielash/p6-net-jupyter
…/Executer.pm :63:
has $!repl;
gfldex/http-server-simple
…/02-simple-small.pl6 :10:
has $!path;
gfldex/http-server-simple
…/02-simple-small.pl6 :11:
has $!query_string;
gfldex/http-server-simple
…/PSGI.pm6 :7:
has $!psgi_app;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :5:
has $!limit;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :20:
has $!limit;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :21:
has $!bclock;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :22:
has $!sendwait;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :23:
has $!sendwaiters;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :24:
has $!receivewait;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :25:
has $!receivewaiters;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :26:
has $!count;
gotoexit/Concurrent-BoundedChannel
…/BoundedChannel.pm6 :27:
has $!closed;
ijneb/telegram-bot
…/Telegram.pm6 :12:
has $!client;
ijneb/telegram-bot
…/Telegram.pm6 :13:
has $!lastUpdateId;
ijneb/telegram-bot
…/Telegram.pm6 :14:
has $!on = False;
ijneb/telegram-bot
…/Telegram.pm6 :16:
has $!messages = Supplier.new;
ijneb/telegram-bot
…/Image.pm6 :3:
has $!id;
jaffa4/inistorage
…/Storage.pm :7:
has $filename;
jaffa4/inistorage
…/Storage.pm :9:
has $disk;
jaffa4/inistorage
…/Storage.pm :11:
has $changed;
jaffa4/perl6tracer
…/Tracer.pm :8:
has $lineno;
jaffa4/perl6tracer
…/Tracer.pm :9:
has $text;
jnthn/grammar-debugger
…/Debugger.pm6 :85:
has $!state = (
jnthn/oo-monitors
…/Monitors.pm6 :4:
has $!lock-attr;
jnthn/oo-monitors
…/basic.t :7:
has $!a = 0;
jnthn/oo-monitors
…/Counter.pm6 :6:
has $!a = 0;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :6:
has $!strings-promise;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :7:
has $!types-promise;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :8:
has $!static-frames-promise;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :115:
has $!types;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :116:
has $!static-frames;
jnthn/p6-app-moarvm-heapanalyzer
…/Model.pm6 :349:
has $!buffer = Buf.new();
jnthn/p6-concurrent-iterator
…/Iterator.pm6 :2:
has $!target-iterator;
jnthn/p6-concurrent-iterator
…/Iterator.pm6 :3:
has $!lock;
jnthn/p6-concurrent-iterator
…/Iterator.pm6 :5:
has $!exception;
jnthn/p6-ssh-libssh
…/LibSSH.pm6 :189:
has $!state = Fresh;
jnthn/p6-test-io-socket-async
…/Async.pm6 :8:
has $!received = Supplier.new;
jnthn/p6-test-io-socket-async
…/Async.pm6 :57:
has $!connection-vow = $!connection-promise.vow;
jnthn/p6-test-io-socket-async
…/Async.pm6 :75:
has $!is-closed-vow = $!is-closed.vow;
jnthn/p6-test-io-socket-async
…/Async.pm6 :76:
has $!connection-supplier = Supplier.new;
jnthn/p6-test-scheduler
…/Scheduler.pm6 :19:
has $!wrapped-scheduler;
jnthn/p6-test-scheduler
…/Scheduler.pm6 :21:
has $!virtual-target = $!virtual-time;
jnthn/p6-test-scheduler
…/Scheduler.pm6 :23:
has $!lock = Lock.new;
jnthn/test-mock
…/README.markdown :146:
has $!yak-store;
jnthn/test-mock
…/README.markdown :147:
has $!yak-shaver;
jonathanstowe/Pg-Notify
…/Notify.pm :105:
has $!thread;
jonathanstowe/Tinky
…/Tinky.pm :980:
has $!role;
jonathanstowe/WebService-Soundcloud
…/Soundcloud.pm :324:
has $!scope;
jonathanstowe/WebService-Soundcloud
…/Soundcloud.pm :630:
has $!query-template = URI::Template.new(template => '{?query*}');
jonathanstowe/p6-fcgi-psgi
…/PSGI.pm6 :8:
has $!body;
jsimonet/dns-zone
…/SOA.pm6 :15:
has $!changed = False;
kalkin/Net-XMPP
…/XMPP.pm6 :11:
has $!socket;
kmwallio/Acme-Skynet
…/ChainLabel.pm6 :69:
has $!args;
kmwallio/Acme-Skynet
…/ID3.pm6 :75:
has $!feature;
kmwallio/Acme-Skynet
…/ID3.pm6 :76:
has $!label;
kmwallio/Acme-Skynet
…/ID3.pm6 :77:
has $!bestGuess;
kmwallio/p6-Text-TFIdf
…/TFIdf.pm6 :46:
has $!max = 0;
madcapjake/p6-myhtml
…/MyHTML.pm6 :12:
has $!raw;
madcapjake/p6dx
…/Diviner.pm6 :87:
has $!ln = 1;
madcapjake/rabble
…/Compiler.pm6 :5:
has $!context;
madcapjake/rabble
…/Lexicon.pm6 :4:
has $!context;
masak/007
…/Runtime.pm6 :19:
has $!say-builtin;
masak/007
…/Runtime.pm6 :20:
has $!prompt-builtin;
masak/007
…/Runtime.pm6 :21:
has $!exit-builtin;
masak/007
…/Test.pm6 :73:
has $!index = 0;
masak/Adventure-Engine
…/Engine.pm :269:
has $!player_location;
masak/Adventure-Engine
…/Engine.pm :291:
has $!game_finished;
masak/crypt
…/Crypt.pm :11:
has $!engine;
masak/crypt
…/Crypt.pm :12:
has $!hanoi;
masak/crypt
…/Crypt.pm :13:
has $!player_location;
masak/crypt
…/Hanoi.pm :91:
has $!achievement = 'locked';
masak/druid
…/Game.pm :33:
has $!latest-move;
masak/druid
…/Computer.pm :10:
has $!last-move;
masak/druid
…/Text.pm :11:
has $!cached-board;
masak/gge
…/Match.pm :33:
has $!store = Store.new;
masak/gge
…/Match.pm :34:
has $!ast;
matiaslina/perl6-matrix-client
…/bot.p6 :9:
has $!name = "!d";
matiaslina/perl6-matrix-client
…/bot.p6 :10:
has $!username is required;
matiaslina/perl6-matrix-client
…/bot.p6 :13:
has $!on-event;
matiaslina/perl6-matrix-client
…/Requester.pm6 :12:
has $!ua = HTTP::UserAgent.new;
matiaslina/perl6-matrix-client
…/Requester.pm6 :13:
has $!client-endpoint = "/_matrix/client/r0";
matiaslina/perl6-matrix-client
…/Requester.pm6 :14:
has $!url-prefix = "";
matiaslina/perl6-matrix-client
…/Requester.pm6 :15:
has $!sync-since = "";
matiaslina/perl6-matrix-client
…/Room.pm6 :8:
has $!name;
mempko/PKafka
…/Consumer.pm6 :76:
has $!message-supplier;
mempko/PKafka
…/Consumer.pm6 :77:
has $!config;
mempko/PKafka
…/Consumer.pm6 :78:
has $!topic-config;
mempko/PKafka
…/Producer.pm6 :41:
has $!config;
mempko/PKafka
…/Producer.pm6 :42:
has $!topic-config;
moritz/svg-plot
…/Series.pm :6:
has $!range;
moznion/p6-Object-Container
…/Item.pm6 :6:
has $!instance;
niner/Distribution-Builder-MakeFromJSON
…/MakeFromJSON.pm6 :7:
has $!collapsed-meta;
niner/Inline-Python
…/Python.pm6 :17:
has $!last_free = -1;
nkh/P6-Data-Dump-Tree
…/all.pl :34:
class GenericClass { has $.x ; has $!z ; method zz {} }
nkh/P6-Data-Dump-Tree
…/all.pl :76:
has $!int = 1 ;
nkh/P6-Data-Dump-Tree
…/all_folding.pl :34:
class GenericClass { has $.x ; has $!z ; method zz {} }
nkh/P6-Data-Dump-Tree
…/all_folding.pl :76:
has $!int = 1 ;
nkh/P6-Data-Dump-Tree
…/dhtml.pl :99:
class GenericClass { has $.x ; has $!z ; method zz {} }
nkh/P6-Data-Dump-Tree
…/dhtml.pl :138:
has $!int = 1 ;
nkh/P6-Data-Dump-Tree
…/Diff.pm :21:
has $diff_synch_filter ;
nkh/P6-Data-Dump-Tree
…/01_all.t :30:
class GenericClass { has $.x ; has $!z ; method zz {} }
nkh/P6-Data-Dump-Tree
…/06_role_attributes.t :7:
class edible { has $taste = 1 / 3 ; }
nkh/P6-Data-Dump-Tree
…/11_class_vs_role.t :15:
has $!from_default_private = 'private';
nkh/P6-Data-Dump-Tree
…/11_class_vs_role.t :25:
has $!a = 1 ;
noqisofon/p6-miroku
…/Miroku.pm6 :10:
has $!author = qx{git config --global user.name}.chomp;
noqisofon/p6-miroku
…/Miroku.pm6 :11:
has $!email = qx{git config --global user.email}.chomp;
noqisofon/p6-miroku
…/Miroku.pm6 :12:
has $!year = Date.today.year;
noqisofon/p6-miroku
…/02-template.t :8:
has $!author = qx{git config --global user.name}.chomp;
noqisofon/p6-miroku
…/02-template.t :9:
has $!email = qx{git config --global user.email}.chomp;
noqisofon/p6-miroku
…/02-template.t :10:
has $!year = Date.today.year;
p6-pdf/PDF-API6
…/Synthetic.pm :7:
has $!font-obj handles <stringwidth height>;
p6-pdf/PDF-API6
…/Synthetic.pm :8:
has $!dict;
p6-pdf/PDF-Content-p6
…/PDF.pm :8:
has $!page;
p6-pdf/PDF-Content-p6
…/FakeGfxParent.pm :2:
has $!key = 'R0';
p6-pdf/PDF-p6
…/PDF.pm :31:
has $!flush = False;
p6-pdf/PDF-p6
…/Str.pm :8:
has $!pos = 0;
patch/cldr-list-pm6
…/List.pm :50:
has $!previous-locale;
patch/geo-region-pm6
…/Region.pm :5:
has $!children;
patch/geo-region-pm6
…/Region.pm :6:
has $!parents;
patch/geo-region-pm6
…/Region.pm :7:
has $!countries;
paulohrpinheiro/Brazilian-FederalDocuments
…/FederalDocuments.pm6 :9:
has $!valid = False;
perl6-community-modules/p6-test-builder
…/Output.pm :98:
has $!stdout; #= Filehandle used by write()
perl6-community-modules/p6-test-builder
…/Output.pm :99:
has $!stderr; #= Filehandle used by diag()
perl6-community-modules/p6-test-builder
…/Test.pm :85:
has $!passed;
perl6-community-modules/p6-test-builder
…/Test.pm :86:
has $!number;
perl6-community-modules/p6-test-builder
…/Test.pm :87:
has $!diag;
perl6-community-modules/p6-test-builder
…/Test.pm :88:
has $!description;
perl6-community-modules/perl6-Toaster
…/DB.pm6 :5:
has $!dbh;
perl6-community-modules/uri
…/URI.pm :15:
has $!path;
perl6-community-modules/uri
…/URI.pm :16:
has $!is_absolute; # part of deprecated code scheduled for removal
perl6-community-modules/uri
…/URI.pm :17:
has $!scheme;
perl6-community-modules/uri
…/URI.pm :18:
has $!authority;
perl6-community-modules/uri
…/URI.pm :19:
has $!query;
perl6-community-modules/uri
…/URI.pm :20:
has $!frag;
perl6-community-modules/uri
…/URI.pm :22:
has $!uri; # use of this now deprecated
perl6-community-modules/yaml-pm6
…/dump.tml :139:
has $!x;
perl6/DBIish
…/StatementHandle.pm6 :11:
has $!statement;
perl6/DBIish
…/StatementHandle.pm6 :12:
has $!stmttype;
perl6/DBIish
…/StatementHandle.pm6 :14:
has $!param-count;
perl6/DBIish
…/StatementHandle.pm6 :16:
has $!in-indicator;
perl6/DBIish
…/StatementHandle.pm6 :18:
has $!field_count;
perl6/DBIish
…/StatementHandle.pm6 :21:
has $!out-indicator;
perl6/DBIish
…/StatementHandle.pm6 :22:
has $!out-lengths;
perl6/DBIish
…/StatementHandle.pm6 :9:
has $!statement;
perl6/DBIish
…/StatementHandle.pm6 :11:
has $!result;
perl6/DBIish
…/StatementHandle.pm6 :12:
has $!row_count;
perl6/DBIish
…/StatementHandle.pm6 :13:
has $!field_count;
perl6/DBIish
…/StatementHandle.pm6 :14:
has $!current_row = 0;
perl6/DBIish
…/StatementHandle.pm6 :11:
has $!statement_handle;
perl6/DBIish
…/StatementHandle.pm6 :12:
has $!param-count;
perl6/DBIish
…/StatementHandle.pm6 :14:
has $!field_count;
perl6/DBIish
…/StatementHandle.pm6 :25:
has $!which = self.WHICH;
perl6/DBIish
…/StatementHandle.pm6 :12:
has $!statement;
perl6/DBIish
…/StatementHandle.pm6 :14:
has $!field_count;
perl6/DBIish
…/StatementHandle.pm6 :17:
has $!par-binds;
perl6/DBIish
…/StatementHandle.pm6 :18:
has $!in-lengths;
perl6/DBIish
…/StatementHandle.pm6 :19:
has $!binds;
perl6/DBIish
…/StatementHandle.pm6 :21:
has $!out-lengths;
perl6/DBIish
…/StatementHandle.pm6 :22:
has $!isnull;
perl6/Perl6-MIME-Base64
…/Perl.pm6 :15:
has $!linelen = 0;
perl6/doc
…/classtut.pod6 :399:
has $!hidden = 'invisible';
perl6/doc
…/containers.pod6 :81:
has $!attr;
perl6/doc
…/faq.pod6 :569:
has $!x;
perl6/doc
…/faq.pod6 :584:
has $!x;
perl6/doc
…/functions.pod6 :774:
has $!another-attribute handles <close>;
perl6/doc
…/glossary.pod6 :654:
has $!attribute; $!attribute Only inside classes
perl6/doc
…/objects.pod6 :158:
has $!origin;
perl6/doc
…/objects.pod6 :159:
has $!destination;
perl6/doc
…/objects.pod6 :161:
has $!notes;
perl6/doc
…/objects.pod6 :361:
has $!radius = 42;
perl6/doc
…/rb-nutshell.pod6 :184:
has $!foo = 7; # Perl 6, instance scoped (attribute)
perl6/doc
…/rb-nutshell.pod6 :940:
has $!name = 'default'; # Assign default value to private instance var
perl6/doc
…/rb-nutshell.pod6 :969:
has $!birth_year;
perl6/doc
…/traps.pod6 :229:
The syntax C<has $.x> is short for something like C<has $!x; method x() {
perl6/doc
…/typesystem.pod6 :191:
has $!priv;
perl6/doc
…/typesystem.pod6 :495:
has $!foo;
perl6/doc
…/Attribute.pod6 :141:
has $!private;
perl6/doc
…/Attribute.pod6 :177:
has $!scalar;
perl6/doc
…/Attribute.pod6 :195:
has $!private-thing = 5;
perl6/doc
…/Attribute.pod6 :212:
has $!a = 5;
perl6/doc
…/aspell.t :57:
ok !$count, "$file has $so-many spelling errors";
perl6/gtk-simple
…/Button.pm6 :11:
has $!clicked_supply;
perl6/gtk-simple
…/ComboBoxText.pm6 :56:
has $!changed_supply;
perl6/gtk-simple
…/Entry.pm6 :10:
has $!changed_supply;
perl6/gtk-simple
…/FileChooserButton.pm6 :10:
has $!file-set-supply;
perl6/gtk-simple
…/LevelBar.pm6 :10:
has $!offset-changed-supply;
perl6/gtk-simple
…/LinkButton.pm6 :11:
has $!activate-link-supply;
perl6/gtk-simple
…/MenuItem.pm6 :9:
has $!activate_supply;
perl6/gtk-simple
…/MenuToolButton.pm6 :9:
has $!clicked_supply;
perl6/gtk-simple
…/PlacesSidebar.pm6 :10:
has $!open-location-supply;
perl6/gtk-simple
…/Scale.pm6 :11:
has $!orientation;
perl6/gtk-simple
…/Scale.pm6 :12:
has $!max;
perl6/gtk-simple
…/Scale.pm6 :13:
has $!min;
perl6/gtk-simple
…/Scale.pm6 :14:
has $!step;
perl6/gtk-simple
…/Scale.pm6 :15:
has $!changed_supply;
perl6/gtk-simple
…/TextView.pm6 :9:
has $!buffer;
perl6/gtk-simple
…/TextView.pm6 :43:
has $!changed_supply;
perl6/gtk-simple
…/ToggleButton.pm6 :11:
has $!toggled_supply;
perl6/gtk-simple
…/Toolbar.pm6 :11:
has $!item-count = 0;
perl6/gtk-simple
…/Widget.pm6 :11:
has $!gtk_widget;
perl6/gtk-simple
…/Widget.pm6 :12:
has $!deleted_supply;
perl6/whateverable
…/Replaceable.pm6 :26:
has $!users-lock = Lock.new;
perl6/whateverable
…/Replaceable.pm6 :27:
has $!update-promise-channel = Channel.new;
perl6/whateverable
…/Testable.pm6 :13:
has $!server-proc;
perl6/whateverable
…/Testable.pm6 :14:
has $!bot-proc;
perl6/whateverable
…/Testable.pm6 :15:
has $!irc-client;
perl6/whateverable
…/Testable.pm6 :18:
has $!first-test;
perl6/whateverable
…/Testable.pm6 :19:
has $!delay-channel;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/README.md :25:
has $!attribute is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/README.md :31:
has $!attribute;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/README.md :43:
has $!attribute is private-accessible('accessor');
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/README.md :53:
has $!characteristic is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/README.md :69:
has $!attribute is private-accessible( :rw )
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/PrivateAccessor.pm6 :65:
has $!attribute is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/PrivateAccessor.pm6 :71:
has $!attribute;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/PrivateAccessor.pm6 :84:
has $!attribute is private-accessible('accessor');
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/PrivateAccessor.pm6 :98:
has $!characteristic is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/PrivateAccessor.pm6 :119:
has $!attribute is private-accessible( :rw )
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/020-basic.t :8:
has $!diary is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/020-basic.t :9:
has $!girl-friend is private-accessible('sweety') = "none";
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/020-basic.t :40:
has $!private is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/020-basic.t :51:
has $!private is private-accessible;
pierre-vigier/Perl6-AttrX-PrivateAccessor
…/020-basic.t :65:
has $!private is private-accessible;
pierre-vigier/Perl6-Data-MessagePack
…/StreamingUnpacker.pm6 :7:
has $!next = &get-next;
pierre-vigier/Perl6-HTTP-Signature
…/Signature.pm6 :16:
has $!signing-string;
pierre-vigier/Perl6-HTTP-Signature
…/Signature.pm6 :17:
has $!signature;
pierre-vigier/Perl6-HTTP-Signature
…/Signature.pm6 :18:
has $!authorization_string = 'Signature';
pierre-vigier/Perl6-Math-Matrix
…/Matrix.pm6 :664:
fail "Matrix has $!column-count columns, but got "~ +@v ~ "element row." unless $!column-count == +@v;
pierre-vigier/Perl6-Math-Matrix
…/Matrix.pm6 :672:
fail "Matrix has $!row-count rows, but got "~ +@v ~ "element column." unless $!row-count == +@v;
pmqs/Archive-SimpleZip
…/Headers.pm6 :129:
has $!entries;
pmqs/Archive-SimpleZip
…/Headers.pm6 :130:
has $!cd-len ;
raydiak/Image-PNG-Portable
…/Portable.pm6 :18:
has $!line-bytes = $!width * 3 + 1;
raydiak/Image-PNG-Portable
…/Portable.pm6 :19:
has $!data-bytes = $!line-bytes * $!height;
raydiak/Image-PNG-Portable
…/Portable.pm6 :20:
has $!data = do { my $b = buf8.new; $b[$!data-bytes-1] = 0; $b; };
raydiak/Inline-Lua
…/Object.pm6 :27:
has $!inline-lua-object;
raydiak/pray
…/Vector3D.pm6 :25:
has $!length_sqr;
raydiak/pray
…/Vector3D.pm6 :32:
has $!length;
raydiak/pray
…/Output.pm6 :24:
has $!image = Image::PNG::Portable.new: :$!width, :$!height;
raydiak/pray
…/Output.pm6 :36:
has $!supply = $!sync ?? Any !! Supply.new;
raydiak/pray
…/Output.pm6 :37:
has $!promise;
raydiak/pray
…/Output.pm6 :38:
has $!next-preview = 0;
raydiak/pray
…/Output.pm6 :39:
has $!begin-time = now;
raydiak/pray
…/Output.pm6 :42:
has $!preview-buffer = Buf[uint32].new();
raydiak/pray
…/Output.pm6 :44:
has $!preview-shades = @!preview-chars - 1;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :55:
has $!z-stream;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :56:
has $!gz-header;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :58:
has $!has-header;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :59:
has $!deflate-init = False;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :60:
has $!inflate-init = False;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :65:
has $!window-bits;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :67:
has $!zlib-finished = False;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :217:
has $!compressor;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :218:
has $!decompressor;
retupmoca/P6-Compress-Zlib
…/Zlib.pm6 :220:
has $!nl = "\n";
retupmoca/P6-Net-AMQP
…/AMQP.pm6 :16:
has $!frame-max;
retupmoca/P6-Net-AMQP
…/AMQP.pm6 :17:
has $!channel-max;
retupmoca/P6-Net-AMQP
…/AMQP.pm6 :19:
has $!promise;
retupmoca/P6-Net-AMQP
…/AMQP.pm6 :20:
has $!vow;
retupmoca/P6-Net-AMQP
…/AMQP.pm6 :22:
has $!conn;
retupmoca/P6-Net-AMQP
…/AMQP.pm6 :89:
has $!ob = Promise.new;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :11:
has $!conn;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :12:
has $!login;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :13:
has $!frame-max;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :16:
has $!methods;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :17:
has $!headers;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :18:
has $!bodies;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :21:
has $!flow-stopped;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :22:
has $!write-lock;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :23:
has $!channel-lock;
retupmoca/P6-Net-AMQP
…/Channel.pm6 :31:
has $!closed-vow;
retupmoca/P6-Net-AMQP
…/Exchange.pm6 :12:
has $!login;
retupmoca/P6-Net-AMQP
…/Exchange.pm6 :13:
has $!frame-max;
retupmoca/P6-Net-AMQP
…/Exchange.pm6 :14:
has $!channel;
retupmoca/P6-Net-AMQP
…/Queue.pm6 :15:
has $!channel;
retupmoca/P6-Net-IMAP
…/Message.pm6 :7:
has $!sid;
retupmoca/P6-Net-IMAP
…/Message.pm6 :8:
has $!uid;
retupmoca/P6-Net-IMAP
…/Message.pm6 :9:
has $!flags;
retupmoca/P6-Net-IMAP
…/Message.pm6 :10:
has $!header-data;
retupmoca/P6-Net-IMAP
…/Message.pm6 :11:
has $!data;
retupmoca/P6-Net-POP3
…/Message.pm6 :6:
has $!size;
retupmoca/P6-Net-POP3
…/Message.pm6 :7:
has $!uid;
retupmoca/P6-Net-POP3
…/Message.pm6 :8:
has $!data;
retupmoca/P6-Net-POP3
…/Raw.pm6 :7:
has $!timestamp;
retupmoca/P6-Net-POP3
…/Raw.pm6 :8:
has $!first-received;
retupmoca/p6-Crust-Handler-SCGI
…/SCGI.pm6 :8:
has $!scgi;
retupmoca/p6-Email-MIME
…/MIME.pm6 :12:
has $!ct;
retupmoca/p6-Email-MIME
…/MIME.pm6 :14:
has $!body-raw;
retupmoca/p6-Email-Simple
…/Simple.pm6 :6:
has $!body;
retupmoca/p6-Email-Simple
…/Simple.pm6 :7:
has $!header;
retupmoca/p6-Email-Simple
…/Simple.pm6 :8:
has $!crlf;
retupmoca/p6-Email-Simple
…/Header.pm6 :3:
has $!crlf;
retupmoca/p6-markdown
…/HTML.pm6 :5:
has $!document;
salortiz/DBDish-ODBC
…/StatementHandle.pm6 :12:
has $!field_count;
salortiz/p6-LMDB
…/01-basic.t :44:
ok %info{$_}:exists, "Info has $_"
sergot/Term--ProgressBar
…/ProgressBar.pm :18:
has $!step = 0.0;
sergot/bamboo
…/Bamboo.pm6 :11:
has $!prefix;
sergot/bamboo
…/Bamboo.pm6 :12:
has $!path;
sergot/io-socket-ssl
…/SSL.pm6 :27:
has $!socket;
sergot/openssl
…/MD5.pm6 :9:
has $!context;
shinobi/Data-StaticTable
…/StaticTable.pm6 :13:
has $!filler;
sirrobert/Masquerade
…/README.md :51:
has $!id;
sirrobert/Masquerade
…/asif-json.t :38:
has $!id;
skaji/perl6-WaitGroup
…/WaitGroup.pm6 :4:
has $!channel = Channel.new;
skaji/perl6-WaitGroup
…/WaitGroup.pm6 :5:
has $!count = 0;
skaji/perl6-WaitGroup
…/WaitGroup.pm6 :6:
has $!lock = Lock.new;
skids/perl6-Proc-Screen
…/Screen.pm6 :66:
has $!pro; # The promise returned by the latest Proc::Async .start
skids/perl6sum
…/Recourse.pm6 :67:
# has $!recourse_imp handles <Int Buf Numeric elems pos size>;
skids/perl6sum
…/Recourse.pm6 :224:
has $!left = buf8.new();
skids/perl6sum
…/libcrypto.pm6 :348:
has $!res;
skids/perl6sum
…/libmhash.pm6 :341:
has $!res;
skids/perl6sum
…/librhash.pm6 :443:
has $!res;
softmoth/perl6-pod-to-markdown
…/Markdown.pm6 :128:
head2md($lvl+1, "has $name");
soundart/perl6-tweetnacl
…/Basics.pm6 :26:
has $!buf;
soundart/perl6-tweetnacl
…/Basics.pm6 :81:
has $!dlen;
soundart/perl6-tweetnacl
…/PublicKey.pm6 :183:
has $!key;
soundart/perl6-tweetnacl
…/PublicKey.pm6 :233:
has $!key;
soundart/perl6-tweetnacl
…/SecretKey.pm6 :163:
has $!key;
soundart/perl6-tweetnacl
…/SecretKey.pm6 :196:
has $!key;
spitsh/spitsh
…/DependencyList.pm6 :13:
has $!iterator-array;
spitsh/spitsh
…/Metamodel.pm6 :55:
has $!dispatcher = DispatchMap.new;
spitsh/spitsh
…/Metamodel.pm6 :56:
has $!declaration;
spitsh/spitsh
…/Metamodel.pm6 :217:
has $!param-pos;
spitsh/spitsh
…/Metamodel.pm6 :279:
has $!derived-from;
spitsh/spitsh
…/SAST.pm6 :460:
has $!type;
spitsh/spitsh
…/SAST.pm6 :804:
has $!dispatcher;
spitsh/spitsh
…/SAST.pm6 :874:
has $!signature;
spitsh/spitsh
…/SAST.pm6 :875:
has $!type;
spitsh/spitsh
…/SAST.pm6 :934:
has $!type;
spitsh/spitsh
…/SAST.pm6 :957:
has $!vote-canceled;
spitsh/spitsh
…/SAST.pm6 :1439:
has $!type;
spitsh/spitsh
…/SAST.pm6 :1479:
has $!type;
spitsh/spitsh
…/SAST.pm6 :1500:
has $!type;
spitsh/spitsh
…/SAST.pm6 :1841:
has $!dispatcher;
spitsh/spitsh
…/Compiler.pm6 :82:
has $!composed-for;
spitsh/spitsh
…/Compiler.pm6 :486:
has $!debian;
spitsh/spitsh
…/Composer.pm6 :25:
has $!deps = Spit::DependencyList.new;
spitsh/spitsh
…/Composer.pm6 :28:
has $!os;
spitsh/spitsh
…/Composer.pm6 :29:
has $!log;
spitsh/spitsh
…/Composer.pm6 :30:
has $!NULL;
spitsh/spitsh
…/Composer.pm6 :31:
has $!ERR;
spitsh/spitsh
…/Composer.pm6 :32:
has $!OUT;
spitsh/spitsh
…/Method-Optimizer.pm6 :12:
has $!ENUMC-ACCEPTS;
spitsh/spitsh
…/Method-Optimizer.pm6 :13:
has $!ENUMC-NAME;
spitsh/spitsh
…/Method-Optimizer.pm6 :14:
has $!STR-BOOL;
spitsh/spitsh
…/Method-Optimizer.pm6 :15:
has $!STR-JSON;
spitsh/spitsh
…/Method-Optimizer.pm6 :16:
has $!STR-MATCH;
spitsh/spitsh
…/Method-Optimizer.pm6 :17:
has $!STR-SUBST-EVAL;
spitsh/spitsh
…/Method-Optimizer.pm6 :18:
has $!LIST-JOIN;
spitsh/spitsh
…/Method-Optimizer.pm6 :19:
has $!JSON-AT-POS;
spitsh/spitsh
…/Method-Optimizer.pm6 :20:
has $!JSON-AT-KEY;
spitsh/spitsh
…/Method-Optimizer.pm6 :21:
has $!JSON-AT-PATH;
spitsh/spitsh
…/Method-Optimizer.pm6 :22:
has $!JSON-LIST;
spitsh/spitsh
…/Method-Optimizer.pm6 :23:
has $!JSON-KEYS;
spitsh/spitsh
…/Method-Optimizer.pm6 :24:
has $!JSON-VALUES;
spitsh/spitsh
…/Method-Optimizer.pm6 :25:
has $!JSON-SET-POS;
spitsh/spitsh
…/Method-Optimizer.pm6 :26:
has $!JSON-SET-KEY;
spitsh/spitsh
…/Method-Optimizer.pm6 :27:
has $!JSON-SET-PATH;
spitsh/spitsh
…/Method-Optimizer.pm6 :28:
has $!JSON-BOOL-PATH;
spitsh/spitsh
…/Method-Optimizer.pm6 :29:
has $!JSON-MERGE;
spitsh/spitsh
…/Method-Optimizer.pm6 :30:
has $!JSON-ACCEPTS;
spitsh/spitsh
…/Method-Optimizer.pm6 :31:
has $!JSON-AT-LIST-POS;
spitsh/spitsh
…/41-tags.t :14:
ok $img1.tags.first($_), "has $_";
supernovus/SCGI
…/Connection.pm6 :11:
has $!closed = 0;
supernovus/hinges
…/Markup.pm :27:
has $!source;
supernovus/hinges
…/Markup.pm :28:
has $!filepath;
supernovus/hinges
…/Markup.pm :29:
has $!filename;
supernovus/hinges
…/Markup.pm :30:
has $!loader;
supernovus/hinges
…/Markup.pm :31:
has $!encoding;
supernovus/hinges
…/Markup.pm :32:
has $!lookup;
supernovus/hinges
…/Markup.pm :33:
has $!allow_exec;
supernovus/hinges
…/Markup.pm :34:
has $!stream;
supernovus/hinges
…/Stream.pm :7:
has $serializer;
supernovus/hinges
…/XMLParser.pm :35:
has $!text;
supernovus/perl6-db-model-easy
…/Easy.pm6 :20:
has $!dbh; ## Our database handler.
supernovus/perl6-fastcgi
…/Connection.pm6 :17:
has $!closed = False;
supernovus/perl6-fastcgi
…/Logger.pm6 :11:
has $!lasttime;
supernovus/perl6-http-client
…/Request.pm6 :19:
has $!proto; ## The protocol we will be connecting to.
supernovus/perl6-http-client
…/Request.pm6 :20:
has $!host; ## The host we are going to connect to.
supernovus/perl6-http-client
…/Request.pm6 :21:
has $!port; ## The port we are going to connect to.
supernovus/perl6-http-client
…/Request.pm6 :22:
has $!path; ## The path we are going to get.
supernovus/perl6-http-client
…/Request.pm6 :23:
has $!user; ## Username, if needed, for Authentication.
supernovus/perl6-http-client
…/Request.pm6 :24:
has $!pass; ## Password, if needed, for Authentication.
supernovus/perl6-http-client
…/Request.pm6 :25:
has $!auth; ## Auth type, can be Basic or Digest.
supernovus/perl6-http-client
…/Request.pm6 :26:
has $!type = URLENCODED; ## Default to urlencoded forms.
supernovus/perl6-http-client
…/Request.pm6 :27:
has $!query = ''; ## Part to add after the URL.
supernovus/perl6-http-client
…/Request.pm6 :28:
has $!data = ''; ## The data body for POST/PUT.
supernovus/perl6-http-client
…/Request.pm6 :30:
has $!boundary; ## A unique boundary, set on first use.
supernovus/perl6-http-easy
…/Easy.pm6 :12:
has $!listener;
supernovus/perl6-http-easy
…/PSGI.pm6 :14:
has $!app;
supernovus/perl6-text-table-list
…/List.pm6 :4:
has $!text;
supernovus/perl6-web-template
…/TAL.pm6 :7:
has $!engine = Flower::TAL.new;
supernovus/perl6-web-template
…/HTML.pm6 :7:
has $!engine = HTML::Template;
supernovus/perl6-web-template
…/Mojo.pm6 :7:
has $!engine = Template::Mojo;
supernovus/perl6-web-template
…/Template6.pm6 :7:
has $!engine = Template6.new;
supernovus/perl6-web
…/App.pm6 :7:
has $!mime; ## MIME::Types object. Initialized on first use of mime().
supernovus/perl6-web
…/File.pm6 :11:
has $!wrote; ## Set to the last line written.
supernovus/perl6-web
…/Multipart.pm6 :13:
has $!file; ## Set to a Web::Request::File object.
supernovus/perl6-web
…/Multipart.pm6 :14:
has $!nest; ## Used if we find a nested multipart.
supernovus/perl6-web
…/Multipart.pm6 :15:
has $!value = ''; ## Set to the content if we are a form-field.
supernovus/perl6-web
…/Multipart.pm6 :16:
has $!in-headers = True; ## True When parsing headers.
supernovus/template6
…/Service.pm6 :11:
has $!reset;
sylvarant/Avro
…/DataFile.pm :76:
has $!compressor;
titsuki/p6-Algorithm-ZobristHashing
…/ZobristHashing.pm6 :5:
has $!rand-max;
titsuki/p6-App-AizuOnlineJudge
…/BasicCourse.pm6 :11:
has $!ua;
titsuki/p6-App-AizuOnlineJudge
…/IntroductionCourse.pm6 :11:
has $!ua;
tmtvl/Zodiac-Chinese
…/Chinese.pm6 :10:
has $!direction;
tmtvl/Zodiac-Chinese
…/Chinese.pm6 :11:
has $!element;
tmtvl/Zodiac-Chinese
…/Chinese.pm6 :12:
has $!sign;
tokuhirom/p6-Crust
…/Builder.pm6 :9:
has $!url-map;
tokuhirom/p6-Crust
…/FastCGI.pm6 :8:
has $!psgi;
tokuhirom/p6-Crust
…/Easy.pm6 :7:
has $!http;
tokuhirom/p6-Crust
…/Headers.pm6 :7:
has $!env = Hash::MultiValue.new;
tokuhirom/p6-Crust
…/Conditional.pm6 :9:
has $!middleware;
tokuhirom/p6-Getopt-Tiny
…/Tiny.pm6 :219:
has $!options = [];
tokuhirom/p6-HTTP-Server-Tiny
…/Tiny.pm6 :87:
has $!input;
tokuhirom/p6-HTTP-Server-Tiny
…/Tiny.pm6 :88:
has $!chunked;
tokuhirom/p6-HTTP-Server-Tiny
…/Tiny.pm6 :89:
has $!content-length;
tokuhirom/p6-HTTP-Server-Tiny
…/Tiny.pm6 :91:
has $!wrote-body-size = 0;
tony-o/perl6-csv-parser
…/Parser.pm :15:
has $!lbuff;
tony-o/perl6-db-orm-quicky
…/Quicky.pm6 :6:
has $!db;
tony-o/perl6-db-orm-quicky
…/Quicky.pm6 :7:
has $!driver;
tony-o/perl6-db-orm-quicky
…/Quicky.pm6 :10:
has $!quote = Any;
tony-o/perl6-db-orm-quicky
…/Quicky.pm6 :11:
has $!col-id = Any;
tony-o/perl6-db-orm-quicky
…/Model.pm6 :3:
has $!dbtype;
tony-o/perl6-db-orm-quicky
…/Model.pm6 :5:
has $!db;
tony-o/perl6-db-orm-quicky
…/Model.pm6 :6:
has $!table;
tony-o/perl6-db-orm-quicky
…/Model.pm6 :12:
has $!quote;
tony-o/perl6-db-orm-quicky
…/Search.pm6 :11:
has $!quote = '';
tony-o/perl6-db-orm-quicky
…/Search.pm6 :12:
has $!cursor = 0;
tony-o/perl6-event-emitter-interprocess
…/Inter-Process.pm6 :8:
has $!AOUT;
tony-o/perl6-event-emitter
…/Channel.pm6 :6:
has $!promise;
tony-o/perl6-event-emitter
…/Template.pm6 :4:
has $!event-emitter = Event::Emitter.new;
tony-o/perl6-flow
…/TAP.pm6 :5:
has $!hardfail = False;
tony-o/perl6-xoo
…/Xoos.pm6 :5:
has $!db;
tony-o/perl6-xoo
…/Xoos.pm6 :6:
has $!driver;
tony-o/perl6-xoo
…/Xoos.pm6 :8:
has $!connected;
tony-o/perl6-xoo
…/Xoos.pm6 :9:
has $!prefix;
tony-o/perl6-xoo
…/Model.pm6 :5:
has $!table-name;
tony-o/perl6-xoo
…/Model.pm6 :6:
has $!db;
tony-o/perl6-xoo
…/Model.pm6 :7:
has $!model-class;
tony-o/perl6-xoo
…/Model.pm6 :8:
has $!driver;
tony-o/perl6-xoo
…/Model.pm6 :9:
has $!row-class;
tony-o/perl6-xoo
…/Model.pm6 :10:
has $!dbo;
tony-o/perl6-xoo
…/Searchable.pm6 :4:
has $!first-next;
tony-o/perl6-xoo
…/Searchable.pm6 :4:
has $!first-next;
tony-o/perl6-xoo
…/Searchable.pm6 :4:
has $!first-next;
tony-o/perl6-xoo
…/Row.pm6 :3:
has $!table-name;
tony-o/perl6-xoo
…/Row.pm6 :4:
has $!db;
tony-o/perl6-xoo
…/Row.pm6 :6:
has $!driver;
tony-o/perl6-xoo
…/Row.pm6 :8:
has $!model;
tony-o/perl6-xoo
…/Row.pm6 :12:
has $!is-dirty;
tony-o/perl6-xoo
…/Row.pm6 :13:
has $!dbo;
tony-o/perl6-xoo
…/Searchable.pm6 :4:
has $!first-next;
tony-o/perl6-xoo
…/Searchable.pm6 :4:
has $!options = {};
tony-o/perl6-xoo
…/Searchable.pm6 :5:
has $!filter = {};
uasi/messagepack-pm6
…/Unpacker.pm6 :4:
has $!str;
ufobat/HTTP-Server-Ogre
…/RequestParser.pm6 :19:
has $pseudo-headers = <:method :scheme :authority :path :status>;
ufobat/HTTP-Server-Ogre
…/RequestParser.pm6 :20:
has $decoder = HTTP::HPACK::Decoder.new;
ugexe/Perl6-App--ecogen
…/cpan.pm6 :6:
has $!meta-list-uri = 'cpan-rsync.perl.org::CPAN/authors/id';
ugexe/Perl6-App--ecogen
…/p6c.pm6 :6:
has $!meta-list-uri = 'https://raw.githubusercontent.com/perl6/ecosystem/master/META.list';
ugexe/Perl6-CompUnit--Repository--Github
…/Github.pm6 :8:
has $!name;
ugexe/Perl6-CompUnit--Repository--Tar
…/Tar.pm6 :8:
has $!name;
ugexe/Perl6-Distribution--Common
…/Common.pm6 :8:
has $!prefix;
ugexe/Perl6-Net--HTTP
…/Response.pm6 :48:
has $!sniffed;
ugexe/Perl6-Net--HTTP
…/Transport.pm6 :16:
has $!lock = Lock.new;
ugexe/Perl6-Net--HTTP
…/Utils.pm6 :12:
has $!lock = Lock.new;
ugexe/zef
…/Zef.pm6 :111:
has $!plugins;
ugexe/zef
…/DependencySpecification.pm6 :4:
has $!ident;
vendethiel/Serialize-Tiny.pm6
…/README.md :12:
has $!priv;
vendethiel/Serialize-Tiny.pm6
…/01-test.t :10:
has $!c;
viklund/november
…/CGI.pm :10:
has $!crlf = "\x[0D]\x[0A]";
wentam/P6-Graffiks
…/Graffiks.pm6 :6:
has $!renderer_flag_deferred = 0x01;
wentam/P6-Graffiks
…/Graffiks.pm6 :7:
has $!renderer_flag_forward = 0x02;
whity/perl6-hematite
…/Request.pm6 :8:
has $!body_params = Nil;
whity/perl6-hematite
…/Request.pm6 :9:
has $!query_params = Nil;
yuvipanda/perl6-Ident-Client
…/Client.pm6 :4:
has $!socket;
zag/plosurin
…/Plosurin.pm :13:
has $!name='';
zag/plosurin
…/Plosurin.pm :14:
has $!comment='';
zag/plosurin
…/Plosurin.pm :79:
has $!name;
zag/plosurin
…/Plosurin.pm :95:
has $!file;
zag/plosurin
…/Plosurin.pm :96:
has $!rule;
zag/plosurin
…/Plosurin.pm :202:
has $!type='perl5';
zag/plosurin
…/Plosurin.pm :203:
has $!package='MyApp::Template';
zag/plosurin
…/Plosurin.pm :204:
has $!parsed;
zoffixznet/perl6-GlotIO
…/GlotIO.pm6 :8:
has $!run-api-url = 'https://run.glot.io';
zoffixznet/perl6-GlotIO
…/GlotIO.pm6 :9:
has $!snip-api-url = 'https://snippets.glot.io';
zoffixznet/perl6-GlotIO
…/GlotIO.pm6 :10:
has $!ua = HTTP::Tinyish.new: :agent("Perl 6 GlotIO API Implementation");
zoffixznet/perl6-IO-CatHandle-AutoLines
…/AutoLines.pm6 :42:
has $!iter;
zoffixznet/perl6-IO-CatHandle-AutoLines
…/AutoLines.pm6 :43:
has $!al;
zoffixznet/perl6-IRC-Client
…/03-github-notifications.p6 :9:
has $!ua = HTTP::Tinyish.new;
zoffixznet/perl6-IRC-Client
…/04-bash-bot.p6 :9:
has $!ua = Mojo::UserAgent.new;
zoffixznet/perl6-IRC-Client
…/05-bash-bot-with-filter.p6 :10:
has $!ua = Mojo::UserAgent.new;
zoffixznet/perl6-IRC-Client
…/Server.pm6 :5:
has $!port;
zoffixznet/perl6-IRC-Client
…/Server.pm6 :6:
has $!proc;
zoffixznet/perl6-Pastebin-Shadowcat
…/Shadowcat.pm6 :7:
has $!pastebin_url = 'http://fpaste.scsys.co.uk/';
zoffixznet/perl6-Reminders
…/Reminders.pm6 :5:
has $!db;
zoffixznet/perl6-Reminders
…/Reminders.pm6 :6:
has $!supplier = Supplier::Preserving.new;
zoffixznet/perl6-Reminders
…/Reminders.pm6 :8:
has $!done = False;
zoffixznet/perl6-Testo
…/TAP.pm6 :13:
has $!count = 0;
zoffixznet/perl6-Testo
…/Tester.pm6 :8:
has $!plan;
zoffixznet/perl6-Twitter
…/API.pm6 :34:
has $!ua = Twitter::UA.new: :$!consumer-key, :$!consumer-secret,
zoffixznet/perl6-Twitter
…/UA.pm6 :8:
has $!ua = HTTP::Tinyish.new(agent => "Mozilla/4.0");
zoffixznet/perl6-Twitter
…/UA.pm6 :9:
has $!api-url = 'https://api.twitter.com/1.1/';
CIAvash/WebService-FootballData
…/UserAgent.pm6 :8:
has $!ua = HTTP::UserAgent.new: :throw-exceptions;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment