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