static L<WebNode> indexedNodesAfterVariableSubstitution(S s) { L<WebNode> nodes = indexedNodesContainingDollarVars(); new L<WebNode> l; for (WebNode node : nodes) { SS map = matchDollarVarsIC(web_text(node), s); if (map == null) continue; WebNode n = cloneWeb_handlingNode(node); web_replaceDollarVars(n.web, map); l.add(n); } ret l; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010866 |
| Snippet name: | indexedNodesAfterVariableSubstitution |
| Eternal ID of this version: | #1010866/2 |
| Text MD5: | 0e2707d57c3edde8822ab428f4bfb8fb |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-04 23:27:50 |
| Source code size: | 376 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 644 / 662 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |