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.

7761-7761.js.LICENSE.txt 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. /*! For license information please see NcDatetimePicker.js.LICENSE.txt */
  23. /*! For license information please see NcInputField.js.LICENSE.txt */
  24. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  25. /**
  26. * @copyright 2022 Louis Chmn <louis@chmn.me>
  27. *
  28. * @author Louis Chmn <louis@chmn.me>
  29. *
  30. * @license AGPL-3.0-or-later
  31. *
  32. * This program is free software: you can redistribute it and/or modify
  33. * it under the terms of the GNU Affero General Public License as
  34. * published by the Free Software Foundation, either version 3 of the
  35. * License, or (at your option) any later version.
  36. *
  37. * This program is distributed in the hope that it will be useful,
  38. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  39. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  40. * GNU Affero General Public License for more details.
  41. *
  42. * You should have received a copy of the GNU Affero General Public License
  43. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  44. *
  45. */
  46. /**
  47. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  48. *
  49. * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
  50. * @author John Molakvoæ <skjnldsv@protonmail.com>
  51. * @author Julius Härtl <jus@bitgrid.net>
  52. *
  53. * @license AGPL-3.0-or-later
  54. *
  55. * This program is free software: you can redistribute it and/or modify
  56. * it under the terms of the GNU Affero General Public License as
  57. * published by the Free Software Foundation, either version 3 of the
  58. * License, or (at your option) any later version.
  59. *
  60. * This program is distributed in the hope that it will be useful,
  61. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  62. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  63. * GNU Affero General Public License for more details.
  64. *
  65. * You should have received a copy of the GNU Affero General Public License
  66. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  67. *
  68. */
  69. /**
  70. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  71. *
  72. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  73. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  74. * @author Gary Kim <gary@garykim.dev>
  75. * @author John Molakvoæ <skjnldsv@protonmail.com>
  76. * @author Julius Härtl <jus@bitgrid.net>
  77. * @author Vincent Petry <vincent@nextcloud.com>
  78. *
  79. * @license AGPL-3.0-or-later
  80. *
  81. * This program is free software: you can redistribute it and/or modify
  82. * it under the terms of the GNU Affero General Public License as
  83. * published by the Free Software Foundation, either version 3 of the
  84. * License, or (at your option) any later version.
  85. *
  86. * This program is distributed in the hope that it will be useful,
  87. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  88. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  89. * GNU Affero General Public License for more details.
  90. *
  91. * You should have received a copy of the GNU Affero General Public License
  92. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  93. *
  94. */
  95. /**
  96. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  97. *
  98. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  99. * @author Joas Schilling <coding@schilljs.com>
  100. * @author John Molakvoæ <skjnldsv@protonmail.com>
  101. * @author Julius Härtl <jus@bitgrid.net>
  102. *
  103. * @license AGPL-3.0-or-later
  104. *
  105. * This program is free software: you can redistribute it and/or modify
  106. * it under the terms of the GNU Affero General Public License as
  107. * published by the Free Software Foundation, either version 3 of the
  108. * License, or (at your option) any later version.
  109. *
  110. * This program is distributed in the hope that it will be useful,
  111. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  112. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  113. * GNU Affero General Public License for more details.
  114. *
  115. * You should have received a copy of the GNU Affero General Public License
  116. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  117. *
  118. */
  119. /**
  120. * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
  121. *
  122. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  123. * @author Gary Kim <gary@garykim.dev>
  124. * @author Georg Ehrke <oc.list@georgehrke.com>
  125. * @author John Molakvoæ <skjnldsv@protonmail.com>
  126. * @author Julius Härtl <jus@bitgrid.net>
  127. * @author Roeland Jago Douma <roeland@famdouma.nl>
  128. *
  129. * @license AGPL-3.0-or-later
  130. *
  131. * This program is free software: you can redistribute it and/or modify
  132. * it under the terms of the GNU Affero General Public License as
  133. * published by the Free Software Foundation, either version 3 of the
  134. * License, or (at your option) any later version.
  135. *
  136. * This program is distributed in the hope that it will be useful,
  137. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  138. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  139. * GNU Affero General Public License for more details.
  140. *
  141. * You should have received a copy of the GNU Affero General Public License
  142. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  143. *
  144. */
  145. /**
  146. * @copyright Copyright (c) 2020 John Molakvoæ <skjnldsv@protonmail.com>
  147. *
  148. * @author John Molakvoæ <skjnldsv@protonmail.com>
  149. *
  150. * @license AGPL-3.0-or-later
  151. *
  152. * This program is free software: you can redistribute it and/or modify
  153. * it under the terms of the GNU Affero General Public License as
  154. * published by the Free Software Foundation, either version 3 of the
  155. * License, or (at your option) any later version.
  156. *
  157. * This program is distributed in the hope that it will be useful,
  158. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  159. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  160. * GNU Affero General Public License for more details.
  161. *
  162. * You should have received a copy of the GNU Affero General Public License
  163. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  164. *
  165. */
  166. /**!
  167. * url-search-params-polyfill
  168. *
  169. * @author Jerry Bendy (https://github.com/jerrybendy)
  170. * @licence MIT
  171. */