You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2142-2142.js.LICENSE.txt 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. /*! For license information please see NcActionText.js.LICENSE.txt */
  2. /*! For license information please see NcActionTextEditable.js.LICENSE.txt */
  3. /**
  4. * @copyright 2022 Louis Chmn <louis@chmn.me>
  5. *
  6. * @author Louis Chmn <louis@chmn.me>
  7. *
  8. * @license AGPL-3.0-or-later
  9. *
  10. * This program is free software: you can redistribute it and/or modify
  11. * it under the terms of the GNU Affero General Public License as
  12. * published by the Free Software Foundation, either version 3 of the
  13. * License, or (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU Affero General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU Affero General Public License
  21. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. *
  23. */
  24. /**
  25. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  26. *
  27. * @author John Molakvoæ <skjnldsv@protonmail.com>
  28. *
  29. * @license GNU AGPL version 3 or any later version
  30. *
  31. * This program is free software: you can redistribute it and/or modify
  32. * it under the terms of the GNU Affero General Public License as
  33. * published by the Free Software Foundation, either version 3 of the
  34. * License, or (at your option) any later version.
  35. *
  36. * This program is distributed in the hope that it will be useful,
  37. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  39. * GNU Affero General Public License for more details.
  40. *
  41. * You should have received a copy of the GNU Affero General Public License
  42. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  43. *
  44. */
  45. /**
  46. * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
  47. *
  48. * @author John Molakvoæ <skjnldsv@protonmail.com>
  49. *
  50. * @license GNU AGPL version 3 or any later version
  51. *
  52. * This program is free software: you can redistribute it and/or modify
  53. * it under the terms of the GNU Affero General Public License as
  54. * published by the Free Software Foundation, either version 3 of the
  55. * License, or (at your option) any later version.
  56. *
  57. * This program is distributed in the hope that it will be useful,
  58. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  59. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  60. * GNU Affero General Public License for more details.
  61. *
  62. * You should have received a copy of the GNU Affero General Public License
  63. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  64. *
  65. */
  66. /**
  67. * @copyright Copyright (c) 2018 Julius Härtl <jus@bitgrid.net>
  68. *
  69. * @author Julius Härtl <jus@bitgrid.net>
  70. *
  71. * @license GNU AGPL version 3 or any later version
  72. *
  73. * This program is free software: you can redistribute it and/or modify
  74. * it under the terms of the GNU Affero General Public License as
  75. * published by the Free Software Foundation, either version 3 of the
  76. * License, or (at your option) any later version.
  77. *
  78. * This program is distributed in the hope that it will be useful,
  79. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  81. * GNU Affero General Public License for more details.
  82. *
  83. * You should have received a copy of the GNU Affero General Public License
  84. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  85. *
  86. */
  87. /**
  88. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  89. *
  90. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  91. * @author John Molakvoæ <skjnldsv@protonmail.com>
  92. * @author Julius Härtl <jus@bitgrid.net>
  93. *
  94. * @license AGPL-3.0-or-later
  95. *
  96. * This program is free software: you can redistribute it and/or modify
  97. * it under the terms of the GNU Affero General Public License as
  98. * published by the Free Software Foundation, either version 3 of the
  99. * License, or (at your option) any later version.
  100. *
  101. * This program is distributed in the hope that it will be useful,
  102. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  103. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  104. * GNU Affero General Public License for more details.
  105. *
  106. * You should have received a copy of the GNU Affero General Public License
  107. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  108. *
  109. */
  110. /**
  111. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  112. *
  113. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  114. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  115. * @author Gary Kim <gary@garykim.dev>
  116. * @author John Molakvoæ <skjnldsv@protonmail.com>
  117. * @author Julius Härtl <jus@bitgrid.net>
  118. * @author Vincent Petry <vincent@nextcloud.com>
  119. *
  120. * @license AGPL-3.0-or-later
  121. *
  122. * This program is free software: you can redistribute it and/or modify
  123. * it under the terms of the GNU Affero General Public License as
  124. * published by the Free Software Foundation, either version 3 of the
  125. * License, or (at your option) any later version.
  126. *
  127. * This program is distributed in the hope that it will be useful,
  128. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  129. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  130. * GNU Affero General Public License for more details.
  131. *
  132. * You should have received a copy of the GNU Affero General Public License
  133. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  134. *
  135. */
  136. /**
  137. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  138. *
  139. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  140. * @author Joas Schilling <coding@schilljs.com>
  141. * @author John Molakvoæ <skjnldsv@protonmail.com>
  142. * @author Julius Härtl <jus@bitgrid.net>
  143. *
  144. * @license AGPL-3.0-or-later
  145. *
  146. * This program is free software: you can redistribute it and/or modify
  147. * it under the terms of the GNU Affero General Public License as
  148. * published by the Free Software Foundation, either version 3 of the
  149. * License, or (at your option) any later version.
  150. *
  151. * This program is distributed in the hope that it will be useful,
  152. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  153. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  154. * GNU Affero General Public License for more details.
  155. *
  156. * You should have received a copy of the GNU Affero General Public License
  157. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  158. *
  159. */
  160. /**
  161. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  162. *
  163. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  164. * @author Gary Kim <gary@garykim.dev>
  165. * @author Georg Ehrke <oc.list@georgehrke.com>
  166. * @author John Molakvoæ <skjnldsv@protonmail.com>
  167. * @author Julius Härtl <jus@bitgrid.net>
  168. * @author Roeland Jago Douma <roeland@famdouma.nl>
  169. *
  170. * @license AGPL-3.0-or-later
  171. *
  172. * This program is free software: you can redistribute it and/or modify
  173. * it under the terms of the GNU Affero General Public License as
  174. * published by the Free Software Foundation, either version 3 of the
  175. * License, or (at your option) any later version.
  176. *
  177. * This program is distributed in the hope that it will be useful,
  178. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  179. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  180. * GNU Affero General Public License for more details.
  181. *
  182. * You should have received a copy of the GNU Affero General Public License
  183. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  184. *
  185. */
  186. /**
  187. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  188. *
  189. * @author John Molakvoæ <skjnldsv@protonmail.com>
  190. *
  191. * @license GNU AGPL version 3 or any later version
  192. *
  193. * This program is free software: you can redistribute it and/or modify
  194. * it under the terms of the GNU Affero General Public License as
  195. * published by the Free Software Foundation, either version 3 of the
  196. * License, or (at your option) any later version.
  197. *
  198. * This program is distributed in the hope that it will be useful,
  199. * but WITHOUT ANY WARRANTY without even the implied warranty of
  200. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  201. * GNU Affero General Public License for more details.
  202. *
  203. * You should have received a copy of the GNU Affero General Public License
  204. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  205. *
  206. */
  207. /**
  208. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  209. *
  210. * @author John Molakvoæ <skjnldsv@protonmail.com>
  211. *
  212. * @license GNU AGPL version 3 or any later version
  213. *
  214. * This program is free software: you can redistribute it and/or modify
  215. * it under the terms of the GNU Affero General Public License as
  216. * published by the Free Software Foundation, either version 3 of the
  217. * License, or (at your option) any later version.
  218. *
  219. * This program is distributed in the hope that it will be useful,
  220. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  221. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  222. * GNU Affero General Public License for more details.
  223. *
  224. * You should have received a copy of the GNU Affero General Public License
  225. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  226. *
  227. */
  228. /**
  229. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  230. *
  231. * @author John Molakvoæ <skjnldsv@protonmail.com>
  232. *
  233. * @license GNU AGPL version 3 or any later version
  234. *
  235. * This program is free software: you can redistribute it and/or modify
  236. * it under the terms of the GNU Affero General Public License as
  237. * published by the Free Software Foundation, either version 3 of the
  238. * License, or (at your option) any later version.
  239. *
  240. * This program is distributed in the hope that it will be useful,
  241. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  242. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  243. * GNU Affero General Public License for more details.
  244. *
  245. * You should have received a copy of the GNU Affero General Public License
  246. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  247. *
  248. */
  249. /**
  250. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  251. *
  252. * @author John Molakvoæ <skjnldsv@protonmail.com>
  253. * @author Julius Härtl <jus@bitgrid.net>
  254. *
  255. * @license AGPL-3.0-or-later
  256. *
  257. * This program is free software: you can redistribute it and/or modify
  258. * it under the terms of the GNU Affero General Public License as
  259. * published by the Free Software Foundation, either version 3 of the
  260. * License, or (at your option) any later version.
  261. *
  262. * This program is distributed in the hope that it will be useful,
  263. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  264. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  265. * GNU Affero General Public License for more details.
  266. *
  267. * You should have received a copy of the GNU Affero General Public License
  268. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  269. *
  270. */
  271. /**
  272. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  273. *
  274. * @author Julius Härtl <jus@bitgrid.net>
  275. * @author John Molakvoæ <skjnldsv@protonmail.com>
  276. *
  277. * @license GNU AGPL version 3 or any later version
  278. *
  279. * This program is free software: you can redistribute it and/or modify
  280. * it under the terms of the GNU Affero General Public License as
  281. * published by the Free Software Foundation, either version 3 of the
  282. * License, or (at your option) any later version.
  283. *
  284. * This program is distributed in the hope that it will be useful,
  285. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  286. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  287. * GNU Affero General Public License for more details.
  288. *
  289. * You should have received a copy of the GNU Affero General Public License
  290. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  291. *
  292. */
  293. /**
  294. * @copyright Copyright (c) 2019 Marco Ambrosini <marcoambrosini@pm.me>
  295. *
  296. * @author Marco Ambrosini <marcoambrosini@pm.me>
  297. *
  298. * @license GNU AGPL version 3 or any later version
  299. *
  300. * This program is free software: you can redistribute it and/or modify
  301. * it under the terms of the GNU Affero General Public License as
  302. * published by the Free Software Foundation, either version 3 of the
  303. * License, or (at your option) any later version.
  304. *
  305. * This program is distributed in the hope that it will be useful,
  306. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  307. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  308. * GNU Affero General Public License for more details.
  309. *
  310. * You should have received a copy of the GNU Affero General Public License
  311. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  312. *
  313. */
  314. /**
  315. * @copyright Copyright (c) 2020 Georg Ehrke <georg-nextcloud@ehrke.email>
  316. *
  317. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  318. *
  319. * @license GNU AGPL version 3 or any later version
  320. *
  321. * This program is free software: you can redistribute it and/or modify
  322. * it under the terms of the GNU Affero General Public License as
  323. * published by the Free Software Foundation, either version 3 of the
  324. * License, or (at your option) any later version.
  325. *
  326. * This program is distributed in the hope that it will be useful,
  327. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  328. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  329. * GNU Affero General Public License for more details.
  330. *
  331. * You should have received a copy of the GNU Affero General Public License
  332. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  333. *
  334. */
  335. /**
  336. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  337. *
  338. * @author John Molakvoæ <skjnldsv@protonmail.com>
  339. *
  340. * @license AGPL-3.0-or-later
  341. *
  342. * This program is free software: you can redistribute it and/or modify
  343. * it under the terms of the GNU Affero General Public License as
  344. * published by the Free Software Foundation, either version 3 of the
  345. * License, or (at your option) any later version.
  346. *
  347. * This program is distributed in the hope that it will be useful,
  348. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  349. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  350. * GNU Affero General Public License for more details.
  351. *
  352. * You should have received a copy of the GNU Affero General Public License
  353. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  354. *
  355. */
  356. /**
  357. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  358. *
  359. * @author John Molakvoæ <skjnldsv@protonmail.com>
  360. *
  361. * @license GNU AGPL version 3 or any later version
  362. *
  363. * This program is free software: you can redistribute it and/or modify
  364. * it under the terms of the GNU Affero General Public License as
  365. * published by the Free Software Foundation, either version 3 of the
  366. * License, or (at your option) any later version.
  367. *
  368. * This program is distributed in the hope that it will be useful,
  369. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  370. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  371. * GNU Affero General Public License for more details.
  372. *
  373. * You should have received a copy of the GNU Affero General Public License
  374. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  375. *
  376. */
  377. /**
  378. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  379. *
  380. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  381. *
  382. * @license GNU AGPL version 3 or any later version
  383. *
  384. * This program is free software: you can redistribute it and/or modify
  385. * it under the terms of the GNU Affero General Public License as
  386. * published by the Free Software Foundation, either version 3 of the
  387. * License, or (at your option) any later version.
  388. *
  389. * This program is distributed in the hope that it will be useful,
  390. * but WITHOUT ANY WARRANTY without even the implied warranty of
  391. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  392. * GNU Affero General Public License for more details.
  393. *
  394. * You should have received a copy of the GNU Affero General Public License
  395. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  396. *
  397. */
  398. /**
  399. * @copyright Copyright (c) 2020 Raimund Schlüßler <raimund.schluessler@mailbox.org>
  400. *
  401. * @author Raimund Schlüßler <raimund.schluessler@mailbox.org>
  402. *
  403. * @license GNU AGPL version 3 or any later version
  404. *
  405. * This program is free software: you can redistribute it and/or modify
  406. * it under the terms of the GNU Affero General Public License as
  407. * published by the Free Software Foundation, either version 3 of the
  408. * License, or (at your option) any later version.
  409. *
  410. * This program is distributed in the hope that it will be useful,
  411. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  412. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  413. * GNU Affero General Public License for more details.
  414. *
  415. * You should have received a copy of the GNU Affero General Public License
  416. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  417. *
  418. */
  419. /**!
  420. * url-search-params-polyfill
  421. *
  422. * @author Jerry Bendy (https://github.com/jerrybendy)
  423. * @licence MIT
  424. */