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.

4273-4273.js.LICENSE.txt 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. /*
  2. * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
  3. *
  4. * @author Julius Härtl <jus@bitgrid.net>
  5. *
  6. * @license GNU AGPL version 3 or any later version
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU Affero General Public License as
  10. * published by the Free Software Foundation, either version 3 of the
  11. * License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU Affero General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Affero General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /*!
  23. * Determine if an object is a Buffer
  24. *
  25. * @author Feross Aboukhadijeh <https://feross.org>
  26. * @license MIT
  27. */
  28. /*! Hammer.JS - v2.0.7 - 2016-04-22
  29. * http://hammerjs.github.io/
  30. *
  31. * Copyright (c) 2016 Jorik Tangelder;
  32. * Licensed under the MIT license */
  33. /**
  34. * @copyright Copyright (c) 2019 Georg Ehrke
  35. *
  36. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  37. *
  38. * @author Richard Steinmetz <richard@steinmetz.cloud>
  39. *
  40. * @license AGPL-3.0-or-later
  41. *
  42. * This program is free software: you can redistribute it and/or modify
  43. * it under the terms of the GNU Affero General Public License as
  44. * published by the Free Software Foundation, either version 3 of the
  45. * License, or (at your option) any later version.
  46. *
  47. * This program is distributed in the hope that it will be useful,
  48. * but WITHOUT ANY WARRANTY without even the implied warranty of
  49. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  50. * GNU Affero General Public License for more details.
  51. *
  52. * You should have received a copy of the GNU Affero General Public License
  53. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  54. *
  55. */
  56. /**
  57. * @copyright Copyright (c) 2019 Georg Ehrke
  58. *
  59. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  60. *
  61. * @license AGPL-3.0-or-later
  62. *
  63. * This program is free software: you can redistribute it and/or modify
  64. * it under the terms of the GNU Affero General Public License as
  65. * published by the Free Software Foundation, either version 3 of the
  66. * License, or (at your option) any later version.
  67. *
  68. * This program is distributed in the hope that it will be useful,
  69. * but WITHOUT ANY WARRANTY without even the implied warranty of
  70. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  71. * GNU Affero General Public License for more details.
  72. *
  73. * You should have received a copy of the GNU Affero General Public License
  74. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  75. *
  76. */
  77. /**
  78. * @copyright Copyright (c) 2019 Georg Ehrke
  79. *
  80. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  81. * @author Richard Steinmetz <richard@steinmetz.cloud>
  82. *
  83. * @license AGPL-3.0-or-later
  84. *
  85. * This program is free software: you can redistribute it and/or modify
  86. * it under the terms of the GNU Affero General Public License as
  87. * published by the Free Software Foundation, either version 3 of the
  88. * License, or (at your option) any later version.
  89. *
  90. * This program is distributed in the hope that it will be useful,
  91. * but WITHOUT ANY WARRANTY without even the implied warranty of
  92. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  93. * GNU Affero General Public License for more details.
  94. *
  95. * You should have received a copy of the GNU Affero General Public License
  96. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  97. *
  98. */
  99. /**
  100. * @copyright Copyright (c) 2020 Georg Ehrke
  101. *
  102. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  103. *
  104. * @license AGPL-3.0-or-later
  105. *
  106. * This program is free software: you can redistribute it and/or modify
  107. * it under the terms of the GNU Affero General Public License as
  108. * published by the Free Software Foundation, either version 3 of the
  109. * License, or (at your option) any later version.
  110. *
  111. * This program is distributed in the hope that it will be useful,
  112. * but WITHOUT ANY WARRANTY without even the implied warranty of
  113. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  114. * GNU Affero General Public License for more details.
  115. *
  116. * You should have received a copy of the GNU Affero General Public License
  117. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  118. *
  119. */
  120. /**
  121. * @copyright Copyright (c) 2021 Christoph Wurst
  122. *
  123. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  124. *
  125. * @license AGPL-3.0-or-later
  126. *
  127. * This program is free software: you can redistribute it and/or modify
  128. * it under the terms of the GNU Affero General Public License as
  129. * published by the Free Software Foundation, either version 3 of the
  130. * License, or (at your option) any later version.
  131. *
  132. * This program is distributed in the hope that it will be useful,
  133. * but WITHOUT ANY WARRANTY without even the implied warranty of
  134. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  135. * GNU Affero General Public License for more details.
  136. *
  137. * You should have received a copy of the GNU Affero General Public License
  138. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  139. *
  140. */
  141. /**
  142. * @copyright 2022 Louis Chmn <louis@chmn.me>
  143. *
  144. * @author Louis Chmn <louis@chmn.me>
  145. *
  146. * @license AGPL-3.0-or-later
  147. *
  148. * This program is free software: you can redistribute it and/or modify
  149. * it under the terms of the GNU Affero General Public License as
  150. * published by the Free Software Foundation, either version 3 of the
  151. * License, or (at your option) any later version.
  152. *
  153. * This program is distributed in the hope that it will be useful,
  154. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  155. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  156. * GNU Affero General Public License for more details.
  157. *
  158. * You should have received a copy of the GNU Affero General Public License
  159. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  160. *
  161. */
  162. /**
  163. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  164. *
  165. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  166. * @author John Molakvoæ <skjnldsv@protonmail.com>
  167. * @author Julius Härtl <jus@bitgrid.net>
  168. *
  169. * @license AGPL-3.0-or-later
  170. *
  171. * This program is free software: you can redistribute it and/or modify
  172. * it under the terms of the GNU Affero General Public License as
  173. * published by the Free Software Foundation, either version 3 of the
  174. * License, or (at your option) any later version.
  175. *
  176. * This program is distributed in the hope that it will be useful,
  177. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  178. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  179. * GNU Affero General Public License for more details.
  180. *
  181. * You should have received a copy of the GNU Affero General Public License
  182. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  183. *
  184. */
  185. /**
  186. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  187. *
  188. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  189. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  190. * @author Gary Kim <gary@garykim.dev>
  191. * @author John Molakvoæ <skjnldsv@protonmail.com>
  192. * @author Julius Härtl <jus@bitgrid.net>
  193. * @author Vincent Petry <vincent@nextcloud.com>
  194. *
  195. * @license AGPL-3.0-or-later
  196. *
  197. * This program is free software: you can redistribute it and/or modify
  198. * it under the terms of the GNU Affero General Public License as
  199. * published by the Free Software Foundation, either version 3 of the
  200. * License, or (at your option) any later version.
  201. *
  202. * This program is distributed in the hope that it will be useful,
  203. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  204. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  205. * GNU Affero General Public License for more details.
  206. *
  207. * You should have received a copy of the GNU Affero General Public License
  208. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  209. *
  210. */
  211. /**
  212. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  213. *
  214. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  215. * @author Joas Schilling <coding@schilljs.com>
  216. * @author John Molakvoæ <skjnldsv@protonmail.com>
  217. * @author Julius Härtl <jus@bitgrid.net>
  218. *
  219. * @license AGPL-3.0-or-later
  220. *
  221. * This program is free software: you can redistribute it and/or modify
  222. * it under the terms of the GNU Affero General Public License as
  223. * published by the Free Software Foundation, either version 3 of the
  224. * License, or (at your option) any later version.
  225. *
  226. * This program is distributed in the hope that it will be useful,
  227. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  228. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  229. * GNU Affero General Public License for more details.
  230. *
  231. * You should have received a copy of the GNU Affero General Public License
  232. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  233. *
  234. */
  235. /**
  236. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  237. *
  238. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  239. * @author Gary Kim <gary@garykim.dev>
  240. * @author Georg Ehrke <oc.list@georgehrke.com>
  241. * @author John Molakvoæ <skjnldsv@protonmail.com>
  242. * @author Julius Härtl <jus@bitgrid.net>
  243. * @author Roeland Jago Douma <roeland@famdouma.nl>
  244. *
  245. * @license AGPL-3.0-or-later
  246. *
  247. * This program is free software: you can redistribute it and/or modify
  248. * it under the terms of the GNU Affero General Public License as
  249. * published by the Free Software Foundation, either version 3 of the
  250. * License, or (at your option) any later version.
  251. *
  252. * This program is distributed in the hope that it will be useful,
  253. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  254. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  255. * GNU Affero General Public License for more details.
  256. *
  257. * You should have received a copy of the GNU Affero General Public License
  258. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  259. *
  260. */
  261. /**
  262. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  263. *
  264. * @author John Molakvoæ <skjnldsv@protonmail.com>
  265. * @author Julius Härtl <jus@bitgrid.net>
  266. *
  267. * @license AGPL-3.0-or-later
  268. *
  269. * This program is free software: you can redistribute it and/or modify
  270. * it under the terms of the GNU Affero General Public License as
  271. * published by the Free Software Foundation, either version 3 of the
  272. * License, or (at your option) any later version.
  273. *
  274. * This program is distributed in the hope that it will be useful,
  275. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  276. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  277. * GNU Affero General Public License for more details.
  278. *
  279. * You should have received a copy of the GNU Affero General Public License
  280. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  281. *
  282. */
  283. /**
  284. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  285. *
  286. * @author John Molakvoæ <skjnldsv@protonmail.com>
  287. *
  288. * @license AGPL-3.0-or-later
  289. *
  290. * This program is free software: you can redistribute it and/or modify
  291. * it under the terms of the GNU Affero General Public License as
  292. * published by the Free Software Foundation, either version 3 of the
  293. * License, or (at your option) any later version.
  294. *
  295. * This program is distributed in the hope that it will be useful,
  296. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  297. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  298. * GNU Affero General Public License for more details.
  299. *
  300. * You should have received a copy of the GNU Affero General Public License
  301. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  302. *
  303. */
  304. /**!
  305. * url-search-params-polyfill
  306. *
  307. * @author Jerry Bendy (https://github.com/jerrybendy)
  308. * @licence MIT
  309. */