Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 22, 2017 01:48
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/4763ee26d33e8f6ab196f1e4a609ac79 to your computer and use it in GitHub Desktop.
Save Whateverable/4763ee26d33e8f6ab196f1e4a609ac79 to your computer and use it in GitHub Desktop.
greppable6
DELETE-KEY
File Code
CurtTilmes/perl6-eredis
…/Async.pm :227:
method DELETE-KEY($key) {
CurtTilmes/perl6-eredis
…/Objects.pm6 :119:
method DELETE-KEY($field) {
FCO/ProblemSolver
…/Domain.pm6 :3:
has Set $.pos handles <AT-KEY EXISTS-KEY DELETE-KEY keys> = set @set;
MARTIMM/BSON
…/Document.pm6 :290:
method DELETE-KEY ( Str $key --> Any ) {
MARTIMM/BSON
…/Document.pl6 :80:
multi method DELETE-KEY ( Str $key --> Bool ) {
MARTIMM/BSON
…/Document.pl6 :82:
say "DELETE-KEY: $key";
MARTIMM/BSON
…/Document.pl6 :149:
multi method DELETE-KEY ( Str $key --> Bool ) {
MARTIMM/BSON
…/Document.pl6 :151:
say "DELETE-KEY: $key";
MARTIMM/BSON
…/Document.pl6 :211:
multi method DELETE-KEY ( Str $key --> Bool ) {
MARTIMM/BSON
…/Document.pl6 :213:
say "DELETE-KEY: $key";
MARTIMM/BSON
…/Document1.pm6 :132:
method DELETE-KEY ( Str $key --> Any ) {
MARTIMM/BSON
…/Document2.pm6 :132:
method DELETE-KEY ( Str $key --> Any ) {
MARTIMM/BSON
…/Document3.pm6 :108:
method DELETE-KEY ( Str $key --> Any ) {
fjwhittle/p6-Path-Map
…/Map.pm6 :333:
multi method DELETE-KEY(Path::Map:D: $key) {
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10778:
<p>See <a href="#32-method DELETE-POS">#method DELETE-POS</a> and <a href="#32-method DELETE-KEY">#method DELETE-KEY</a> for the underlying mechanism.</p>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10841:
<tr><td>%foo&lt;aa>:delete</td> <td>%foo.DELETE-KEY("aa")</td></tr>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10864:
handles &amp;lt;AT-KEY EXISTS-KEY DELETE-KEY push
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10872:
method DELETE-KEY ($key) { %!fields{normalize-key $key}:delete }
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10915:
When modifying this section, please also adapt the DELETE-KEY
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10952:
<a name="t33.10.3.3"></a><h3 id="_language_subscripts.pod6-method_DELETE-KEY">33.10.3.3 method DELETE-KEY</h3>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :10955:
<pre class="code">multi method DELETE-KEY (::?CLASS:D: $key)</pre>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :24100:
<a href="#t33.10.3.3"><li class="toc-level toc-level-3"><span class="toc-number">33.10.3.3</span> method DELETE-KEY</li></a>
kalkin/Ddt
…/Ddt.pm6 :68:
has %.hash handles <AT-KEY EXISTS-KEY DELETE-KEY push append iterator list kv keys values>;
perl6/doc
…/subscripts.pod6 :518:
See L<#method DELETE-POS> and L<#method DELETE-KEY> for the underlying
perl6/doc
…/subscripts.pod6 :641:
%foo<aa>:delete %foo.DELETE-KEY("aa")
perl6/doc
…/subscripts.pod6 :685:
handles <AT-KEY EXISTS-KEY DELETE-KEY push
perl6/doc
…/subscripts.pod6 :700:
method DELETE-KEY ($key) { %!fields{normalize-key $key}:delete }
perl6/doc
…/subscripts.pod6 :799:
=comment When modifying this section, please also adapt the DELETE-KEY
perl6/doc
…/subscripts.pod6 :905:
=head3 method DELETE-KEY
perl6/doc
…/subscripts.pod6 :910:
multi method DELETE-KEY (::?CLASS:D: $key)
raydiak/Inline-Lua
…/Object.pm6 :58:
method DELETE-POS ($pos,
raydiak/Inline-Lua
…/Object.pm6 :96:
method DELETE-KEY ($key, :$stack, :$leave = $stack) {
salortiz/JsonC
…/JsonC.pm6 :363:
method DELETE-KEY(Str $key) {
salortiz/p6-LMDB
…/LMDB.pm6 :583:
multi method DELETE-KEY(::?CLASS:D: $key) {
scriptkitties/p6-Config
…/Config.pm6 :226:
multi method DELETE-KEY(::?CLASS:D: $key)
spitsh/spitsh
…/CHANGELOG.md :128:
- delete-key
spitsh/spitsh
…/DigitalOcean.sp :79:
method delete -->DO-API-response { DO.delete-key($self) }
spitsh/spitsh
…/DigitalOcean.sp :222:
static method delete-key($fingerprint) -->DO-API-response {
spitsh/spitsh
…/Pair.sp :45:
method delete-key($key) is rw {
spitsh/spitsh
…/Pair.t :62:
@a.delete-key('one');
spitsh/spitsh
…/Pair.t :63:
is @a<one>, False, '.delete-key("one")';
spitsh/spitsh
…/Pair.t :67:
@a.delete-key('three');
ugexe/zef
…/CLI.pm6 :676:
has %.hash handles <AT-KEY EXISTS-KEY DELETE-KEY push append iterator list kv keys values>;
zostay/p6-DOM-Tiny
…/Tiny.pm6 :822:
method DELETE-KEY(DOM::Tiny:D: Str:D $k) {
zostay/p6-HTTP-Headers
…/Headers.pm6 :303:
method DELETE-KEY($key) { self.remove-header($key) } #= use $headers{*} :delete to remove headers
zostay/p6-Hash-MultiValue
…/MultiValue.pm6 :268:
method DELETE-KEY(Hash::MultiValue:D: $key) {
zostay/perl6-ArrayHash
…/ArrayHash.pm6 :293:
method DELETE-KEY(ArrayHash:D: $key) {
zostay/perl6-ArrayHash
…/array-hash.t :152:
'16-delete-key' => {
zostay/perl6-ArrayHash
…/multi-hash.t :172:
'16-delete-key' => {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment