Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 24, 2021 10:35
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/26f2bbb38ac76e95e8e976b3a9286e42 to your computer and use it in GitHub Desktop.
Save Whateverable/26f2bbb38ac76e95e8e976b3a9286e42 to your computer and use it in GitHub Desktop.
greppable6
explicitly-manage
File Code
JSTOWE/AccessorFacade
…/README.md :24:
explicitly-manage($host);
JSTOWE/AccessorFacade
…/AccessorFacade.pm :46:
explicitly-manage($host);
JSTOWE/AccessorFacade
…/AccessorFacade.pm :143:
This is how the C<explicitly-manage> would be applied in the example above:
JSTOWE/AccessorFacade
…/AccessorFacade.pm :148:
explicitly-manage($str);
JSTOWE/Audio-Encode-LameMP3
…/LameMP3.pm :483:
explicitly-manage($value);
JSTOWE/Audio-Libshout
…/Libshout.pm :390:
explicitly-manage($key);
JSTOWE/Audio-Libshout
…/Libshout.pm :391:
explicitly-manage($value);
JSTOWE/Audio-Libshout
…/Libshout.pm :454:
explicitly-manage($value);
JSTOWE/Audio-Sndfile
…/Changes :4:
* Remove an explicitly-manage that was causing a segfault
JSTOWE/GDBM
…/GDBM.pm :167:
explicitly-manage($message);
JSTOWE/GDBM
…/GDBM.pm :175:
explicitly-manage($file);
JSTOWE/Log-Syslog-Native
…/Native.pm :291:
explicitly-manage($i);
JSTOWE/RPi-Device-SMBus
…/SMBus.pm :193:
explicitly-manage($file);
JSTOWE/Sys-Utmp
…/Utmp.pm :220:
explicitly-manage($n);
arnsholt/Net-ZMQ
…/Message.pm6 :52:
explicitly-manage($message); # TODO: Goes away with better blob handling
jonathanstowe/Audio-Sndfile
…/Changes :2:
* Remove an explicitly-manage that was causing a segfault
jonathanstowe/RPi-Device-SMBus
…/SMBus.pm :193:
explicitly-manage($file);
perl6/doc
…/nativecall.pod6 :615:
function, use C<explicitly-manage> with it:
perl6/doc
…/nativecall.pod6 :618:
say set_version(explicitly-manage('1.0.0')); # 1.0.0
perl6/doc
…/nativecall.pod6 :620:
say set_version(explicitly-manage('1.0.1')); # 1.0.1
perl6/doc
…/nativecall.pod6 :810:
=head2 sub explicitly-manage
perl6/doc
…/nativecall.pod6 :812:
sub explicitly-manage($str) is export(:DEFAULT)
sergot/openssl
…/OpenSSL.pm6 :79:
explicitly-manage($server-name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment