File | Code |
---|---|
andydude/p6-c-parser…/Utils.pm6 :28: |
@outlines.push($line.indent(4*$count)); |
andydude/p6-c-parser…/Utils.pm6 :31: |
@outlines.push($line.indent(4*$count)); |
azawawi/farabi6…/codemirror.js :7034: |
// Insert the given array of lines at offset 'at', count them as |
azawawi/farabi6…/semantic.min.css :11: |
@import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic\&subset=latin';\*,:after,:before{box-sizing:inherit}html{box-sizing:b… |
azawawi/perl6-gtk-scintilla…/ScintillaHistory.html :2398: |
When scroll width is tracked, take width of annotation lines into account. |
azawawi/perl6-gtk-scintilla…/ScintillaHistory.html :3828: |
and wrapped lines are positioned taking fractional positions into account. |
azawawi/perl6-gtk-scintilla…/Scintilla.iface :1165: |
# Find the display line of a document line taking hidden lines into account. |
azawawi/perl6-gtk-scintilla…/Scintilla.iface :1168: |
# Find the document line of a display line taking hidden lines into account. |
azawawi/perl6-gtk-scintilla…/Editor.cxx :4358: |
// This ensures that a series of empty lines isn't counted as a single "word". |
azawawi/perl6-gtk-scintilla…/Editor.cxx :4365: |
// This ensures that a series of empty lines isn't counted as a single "word". |
azawawi/perl6-gtk-scintilla…/02-basic.t :80: |
ok($editor.line-count == $num-lines, "line-count works"); |
drforr/perl6-Perl6-Parser…/Parser.pm6 :187: |
Purely a debugging aid, it puts an ASCII ruler above your source so that you don't have to go blind counting whitespace to figure out which ' ' a giv… |
gfldex/perl6-pod-to-bigpage…/html.xhtml :10999: |
<p>In many places where the compiler would not allow a space you can use any whitespace that is quoted with a backslash. Unspaces in tokens are not … |
nkh/P6-Data-Dump-Tree…/fold_receive.pl :32: |
my @lines = my_receive(:$connection, :size($connection.read(4).unpack('N') // 0), :$counter) xx $elements ; |
perl6/doc…/syntax.pod6 :66: |
supported. Newlines that are unspaced still count when the compiler produces |
raydiak/Math--ThreeD…/README :7: |
lines of "-Xms500m -Xmx2g" in the perl6-j runner if you encounter |
titsuki/p6-Algorithm-LBFGS…/lbfgs.c :727: |
if (param->max_linesearch <= count) { |
titsuki/p6-Algorithm-LBFGS…/lbfgs.c :801: |
if (param->max_linesearch <= count) { |
titsuki/p6-Algorithm-LBFGS…/lbfgs.c :891: |
if ((brackt && ((*stp <= stmin |
titsuki/p6-Algorithm-LBFGS…/lbfgs.c :926: |
if (param->max_linesearch <= count) { |
zoffixznet/perl6-IO-CatHandle-AutoLines…/README.md :42: |
contain the current line number. Optionally, the lines counter can be reset when |
Created
September 27, 2017 23:46
-
-
Save Whateverable/212c6c503e09866c518438ac64eb1d93 to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lines.*count |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment