Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 17, 2018 18:40
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/d8dd0fbb60a24acb0a8810375fb48cc0 to your computer and use it in GitHub Desktop.
Save Whateverable/d8dd0fbb60a24acb0a8810375fb48cc0 to your computer and use it in GitHub Desktop.
greppable6
\.toggle
File Code
ELIZABETH/List-MoreUtils
…/README.md :446:
my @x = (1..9).toggle: * %% 5, :off;
ELIZABETH/List-MoreUtils
…/README.md :456:
my @x = (1..9).toggle: * %% 5;
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :218:
@values.toggle( { $found || code($_) && $found++ }, :off ).List
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :222:
@values.toggle( &code, :off ).List
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :226:
@values.toggle( { !code($_) } ).List
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :231:
@values.toggle( { $looking && !code($_) || $looking-- } ).List
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1004:
my @x = (1..9).toggle: * %% 5, :off;
ELIZABETH/List-MoreUtils
…/MoreUtils.pm6 :1016:
my @x = (1..9).toggle: * %% 5;
MELEZHIK/Sparky
…/bootstrap.min.js :6:
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].spl…
MOZNION/Backtrace-AsHTML
…/AsHTML.pm6 :21:
a.toggle { color: #444 }
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :25:
- `.toggle-random`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :26:
- `.toggle-loop`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :27:
- `.toggle-repeat`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :28:
- `.toggle-fullscreen`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :29:
- `.toggle-service-discovery`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :222:
### `.toggle-random`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :230:
### `.toggle-loop`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :238:
### `.toggle-repeat`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :246:
### `.toggle-fullscreen`
zoffixznet/perl6-WWW-vlc-Remote
…/README.md :254:
### `.toggle-service-discovery`
zoffixznet/q
…/Actions.pm6 :109:
$(this).find('> ul').toggle('fast', function() {
zoffixznet/q
…/Actions.pm6 :110:
$(this).parent('.node-with-kids').toggleClass('collapsed');
zoffixznet/q
…/main.js :11:
$(this).find('> ul').toggle('fast', function() {
zoffixznet/q
…/main.js :12:
$(this).parent('.node-with-kids').toggleClass('collapsed');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment