Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 21, 2020 23:42
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/0c1657a081b6cb7d51e55fde7e69b7ac to your computer and use it in GitHub Desktop.
Save Whateverable/0c1657a081b6cb7d51e55fde7e69b7ac to your computer and use it in GitHub Desktop.
greppable6
File Code
JNTHN/cro
…/app.js :27322:
function ComponentDummy() {}
JNTHN/cro
…/app.js :27323:
ComponentDummy.prototype = ReactComponent.prototype;
JNTHN/cro
…/app.js :27324:
ReactPureComponent.prototype = new ComponentDummy();
JNTHN/cro
…/app.js :42263:
function forEachSingleChildDummy(traverseContext, child, name) {
JNTHN/cro
…/app.js :42277:
return traverseAllChildren(children, forEachSingleChildDummy, null);
JNTHN/cro
…/app.js :46688:
* Dummy container used to render all markup.
JNTHN/cro
…/app.js :46904:
* Dummy container used to detect which wraps are necessary.
JSTOWE/XML-Class
…/Class.pm :848:
# Dummy class to substitute for the actual type
RIBNOTTER/Text-Names
…/META6.json :17:
"NPL", "Natural Language", "Names", "Dummy Data"
WARRINGD/PDF-Class
…/fdf-PageTree.in :196:
BT /F1 24 Tf 100 250 Td (Dummy content) Tj ET
adaptiveoptics/P6-Finance-GDAX-API
…/070-margintransfer.t :21:
), 'Dummy object created';
cygx/p6-tinycc-resources-win64
…/winbase.h :338:
DWORD fDummy2:17;
jonathanstowe/XML-Class
…/Class.pm :845:
# Dummy class to substitute for the actual type
p6-pdf/PDF-p6
…/cos-deref.t :14:
class t::DummyReader {
p6-pdf/PDF-p6
…/cos-deref.t :27:
my t::DummyReader $reader .= new;
p6-pdf/PDF-p6
…/cos-type-info.t :12:
class DummyCatalog
p6-pdf/PDF-p6
…/cos-type-info.t :36:
my DummyCatalog $catalog .= new( :%dict );
p6-pdf/PDF-p6
…/cos-type-info.t :37:
isa-ok $catalog, DummyCatalog, 'catalog sanity';
taboege/p6-SAT-Solver-MiniSAT
…/Solver.cc :767:
// Dummy decision level:
taboege/p6-SAT
…/01-dispatch.t :5:
use SAT::Dummy;
taboege/p6-SAT
…/01-dispatch.t :40:
isa-ok sat-solve\ ($TEST-FILE, :show-yourself), SAT::Solver::Dummy, "solver";
taboege/p6-SAT
…/01-dispatch.t :41:
isa-ok sat-count\ ($TEST-FILE, :show-yourself), SAT::Counter::Dummy, "counter";
taboege/p6-SAT
…/01-dispatch.t :42:
isa-ok sat-enumerate($TEST-FILE, :show-yourself), SAT::Enumerator::Dummy, "enumerator";
taboege/p6-SAT
…/Dummy.pm6 :3:
class SAT::Solver::Dummy does SAT::Solver {
taboege/p6-SAT
…/Dummy.pm6 :21:
class SAT::Counter::Dummy does SAT::Counter {
taboege/p6-SAT
…/Dummy.pm6 :34:
class SAT::Enumerator::Dummy does SAT::Enumerator {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment