MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / encode_plus

Function encode_plus

libs/datatables-binding-0.18/datatables.js:359–361  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

357 // shiny::parseQueryString() treats + as spaces, and DataTables does not
358 // encode + to %2B (or % to %25) when sending the request
359 var encode_plus = function(x) {
360 return server ? x.replace(/%/g, '%25').replace(/\+/g, '%2B') : x;
361 };
362
363 // search the i-th column
364 var searchColumn = function(i, value) {

Callers 2

searchColumnFunction · 0.85
datatables.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected