Warning: session_start(): open(/var/lib/php/sessions/sess_i8vusgehk2ftld6b0mq16toc48, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
appendToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case) [1014437]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1014437 // appendToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)

JavaX fragment (include)

1  
static S appendToMechList(S name, S text) {
2  
  ret botAppendToMechList_uniqCI(name, text);
3  
}
4  
5  
static S appendToMechList(S name, Collection<S> lines) {
6  
  ret botAppendToMechList_uniqCI(name, lines);
7  
}

Author comment

Began life as a copy of #1014379

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014437
Snippet name: appendToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)
Eternal ID of this version: #1014437/3
Text MD5: 696e67960f5c529c376051d143856722
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-04 22:42:14
Source code size: 204 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 909 / 934
Version history: 2 change(s)
Referenced in: [show references]