Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 27, 2019 16:57
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/2e3c2b368a9c120a3840434b7a5b5628 to your computer and use it in GitHub Desktop.
Save Whateverable/2e3c2b368a9c120a3840434b7a5b5628 to your computer and use it in GitHub Desktop.
greppable6
\shides\s
File Code
AZAWAWI/MagickWand
…/Image.pm6 :4932:
MagickSteganoImage() hides a digital watermark within the image. Recover the hidden watermark later to prove that the authenticity of an im…
ELIZABETH/Memoize
…/README.md :102:
If `function` was the name of a function, then `memoize` hides the old version and installs the new memoized version under the old name, so that `&function(...)` actually invokes the memoized version.
ELIZABETH/Memoize
…/Memoize.pm6 :283:
If C<function> was the name of a function, then C<memoize> hides the
HANENKAMP/Smack
…/Builder.pm6 :28:
"you used mount() in a builder \{} block, but the result of the block is an app, which hides all mounts; if this is deliberate, please catch the $?PACKAGE.perl() exception and .resume"
JGOFF/Perl6-Parser
…/rosetta-b.t :45:
that hides information in white space. The message is hidden in this
JMERELO/Pod-Load
…/Changes :7:
* lib/Pod/Load.pm6 (Pod): This needed to put evaluation in a module just in case there's something in the namespace that could be repeated. Using a module with random name hides the variables, does not affect the POD.
RONALDWS/US-ASCII
…/US-ASCII.pm6 :50:
# lexical role hides ALPHAx and ALNUMx from US-ASCII-ABNF
RONALDWS/US-ASCII
…/_US-ASCII-UC.pm6 :5:
# lexical role hides ALPHAx and ALNUMx from US-ASCII-ABNF
UGEXE/zef
…/Ecosystems.pm6 :76:
# and if its a directory its pulling from my ecosystems repo (this hides the difference for now)
Altai-man/p6-Texas-To-Uni
…/test-file1.p6 :19:
that hides information in white space. The message is hidden in this
ab5tract/Terminal-Print
…/README.md :14:
$screen.initialize-screen; # saves current screen state, blanks screen, and hides cursor
azawawi/farabi6
…/codemirror.js :1188:
// Wraps and hides input textarea
azawawi/perl6-gtk-scintilla
…/PlatCocoa.mm :1396:
// unnamed namespace hides IListBox interface
azawawi/perl6-gtk-scintilla
…/PlatCocoa.mm :1470:
namespace { // unnamed namespace hides ListBoxImpl and associated classes
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :4611:
This message hides the find indicator.
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :5423:
screen, but it hides all margins except a line number margin. All special marker effects are
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :2499:
On Cocoa, the ScintillaView.h header hides internal implementation details from Platform.h and ScintillaCocoa.h.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10185:
The tab.hide.one option hides the tab bar until there is more than one buffer open.
drforr/perl6-Perl6-Parser
…/rosetta-b.t :45:
that hides information in white space. The message is hidden in this
masak/007
…/funcs.t :135:
"can assign to a parameter which hides a subroutine (#68)";
nige123/app.123.do
…/UI.pm :25:
# saves current screen state, blanks screen, and hides cursor
nige123/app.123.do
…/Cursor.pm :59:
# saves current screen state, blanks screen, and hides cursor
perl6/doc
…/containers.pod6 :212:
This is because the C<Scalar> container type hides itself well, but C<Array>
perl6/doc
…/typesystem.pod6 :463:
class B hides A {
perl6/doc
…/MultipleInheritance.pod6 :20:
are generally excluded from dispatching chains, and C<class A hides B> adds
perl6/doc
…/MultipleInheritance.pod6 :21:
C<B> as a parent class to C<A>, but hides it from the method resolution order,
perl6/doc
…/Signature.pod6 :690:
The double asterisk slurpy hides the nested comma objects and leaves them as-is
skids/perl6sum
…/libcrypto.pm6 :349:
has $.pos = 0; # Always in bits; libcrypto hides bitwiseness
skids/perl6sum
…/libmhash.pm6 :342:
has $.pos = 0; # Always in bits; mhash hides bitwiseness
skids/perl6sum
…/librhash.pm6 :444:
has $.pos = 0; # Always in bits; rhash hides bitwiseness
tony-o/perl6-html-parser-xml
…/S05.html :7009:
<p>The <code>||</code> form has the old short-circuit semantics, and will not attempt to match its right side unless all possibilities (including all…
ugexe/zef
…/Ecosystems.pm6 :46:
# and if its a directory its pulling from my ecosystems repo (this hides the difference for now)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment