1 | static LS magicQuoteInputForProgram(S input, S snippetIDOrSource) {
|
2 | Cl<S> inputs = magicQuotes(input); // all quoted variants |
3 | L<FunctionNameAndPattern> matchers = matchingPatternsInJavaXSource_withFunctions(#1025348); // extract matching statements |
4 | ret filter(inputs, i -> matchedByAnyFunctionNameAndPattern(matchers, i)); // filter quoted inputs that match |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1025366 |
| Snippet name: | magicQuoteInputForProgram |
| Eternal ID of this version: | #1025366/1 |
| Text MD5: | 1fa71f71798a783856a92b0c29d85e0a |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-26 13:58:37 |
| Source code size: | 369 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 373 / 415 |
| Referenced in: | [show references] |