MCPcopy Index your code
hub / github.com/clips/pattern / f

Function f

pattern/canvas.js:3525–3525  ·  view source on GitHub ↗
(e,p)

Source from the content-addressed store, hash-verified

3523 if (type == STRING || type == TEXT) {
3524 var s = "<input type='text' id='"+v+"' value='"+(o.value||"").replace(/'/g,"&#39;")+"' />";
3525 var f = function(e,p) { canvas.variables[this.id] = this.value; cb(e,p); };
3526 // <input type="text" id="id" value="0" />
3527 } else if (type == NUMBER) {
3528 var s = "<input type='text' id='"+v+"' value='"+(o.value||0)+"' />";

Callers 12

canvas.jsFile · 0.85
stemFunction · 0.85
vectorMethod · 0.85
sequenceFunction · 0.85
_trainMethod · 0.85
_classifyMethod · 0.85
tablesMethod · 0.85
jsonFunction · 0.85
find_tagsFunction · 0.85
anchor_idMethod · 0.85
test_sqlite_functionsMethod · 0.85
test_filterMethod · 0.85

Calls 1

cbFunction · 0.85

Tested by 2

test_sqlite_functionsMethod · 0.68
test_filterMethod · 0.68