sS snippetImageURL(long snippetID) { ret snippetImageURL(fsI(snippetID)); } static S snippetImageURL(S snippetID) { ret snippetImageURL(snippetID, "png"); } static S snippetImageURL(S snippetID, S contentType) { if (snippetID == null || isURL(snippetID)) ret snippetID; long id = parseSnippetID(snippetID); String url; if (isImageServerSnippet(id)) url = imageServerLink(id); else //url = "http://eyeocr.sourceforge.net/filestore/filestore.php?cmd=serve&file=blob_" + id + "&contentType=image/" + contentType; url = "https://botcompany.de/img/" + id; return url; }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1002137 |
Snippet name: | snippetImageURL |
Eternal ID of this version: | #1002137/12 |
Text MD5: | e5b7a07571f48cee3d8861fe5aa349e9 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-18 23:33:23 |
Source code size: | 612 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 848 / 1175 |
Version history: | 11 change(s) |
Referenced in: | [show references] |