Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 27, 2017 23:46
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/212c6c503e09866c518438ac64eb1d93 to your computer and use it in GitHub Desktop.
Save Whateverable/212c6c503e09866c518438ac64eb1d93 to your computer and use it in GitHub Desktop.
greppable6
lines.*count
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment