Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 14, 2018 11:37
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/129d587c66ecf3d5d2a5e35a016dc66f to your computer and use it in GitHub Desktop.
Save Whateverable/129d587c66ecf3d5d2a5e35a016dc66f to your computer and use it in GitHub Desktop.
greppable6
\<caption
File Code
IanTayler/MinG
…/MinG.html :34:
<caption><h2 id="TOC_Title">Table of Contents</h2></caption>
IanTayler/MinG
…/MinG::EDMG.html :34:
<caption><h2 id="TOC_Title">Table of Contents</h2></caption>
IanTayler/MinG
…/S13.html :34:
<caption><h2 id="TOC_Title">Table of Contents</h2></caption>
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :45:
if ! $caption && $node.config<caption> {
autarch/perl6-Pod-TreeWalker
…/TreeWalker.pm6 :46:
$caption = $node.config<caption>:delete;
gfldex/perl6-pod-to-bigpage
…/BigPage.pm6 :269:
($node.caption ?? '<caption>' ~ $node.caption.&handle() ~ '</caption>>' !! '' ) ~
gfldex/perl6-typesafe-xhtml-writer
…/Writer.pm6 :2213:
'<caption' ~
p6-css/CSS-Module-p6
…/Grammar.pm :140:
rule decl:sym<caption-side> {:i (caption\-side) ':' <val( rx{ <expr=.expr-caption-side> }, &?ROUTINE.WHY)> }
perl6/Pod-To-HTML
…/HTML.pm :247:
<caption><h2 id="TOC_Title">Table of Contents</h2></caption>
perl6/Pod-To-HTML
…/HTML.pm :392:
if $node.config<caption> -> $c {
perl6/Pod-To-HTML
…/HTML.pm :393:
@r.push("<caption>{node2inline($c)}</caption>");
perl6/Pod-To-HTML
…/06-table.t :94:
'<caption>' 'Test Caption' '</caption>'
softmoth/perl6-pod-to-markdown
…/table.t :24:
<caption>Table 1</caption>
softmoth/perl6-pod-to-markdown
…/table.t :67:
<caption>Table 3</caption>
softmoth/perl6-pod-to-markdown
…/table.t :87:
<caption>Table 4</caption>
CIAvash/WebService-FootballData
…/FootballData.pm6 :41:
my %league = .first({ (.<caption>, .<league>) ~~ m:i/$name/ }).hash;
CIAvash/WebService-FootballData
…/MakeLeague.pm6 :9:
name => .<caption>,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment