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.

core-common.js.LICENSE.txt 6.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. /*!
  2. * Determine if an object is a Buffer
  3. *
  4. * @author Feross Aboukhadijeh <https://feross.org>
  5. * @license MIT
  6. */
  7. /*!
  8. * Sizzle CSS Selector Engine v2.3.10
  9. * https://sizzlejs.com/
  10. *
  11. * Copyright JS Foundation and other contributors
  12. * Released under the MIT license
  13. * https://js.foundation/
  14. *
  15. * Date: 2023-02-14
  16. */
  17. /*!
  18. * The buffer module from node.js, for the browser.
  19. *
  20. * @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
  21. * @license MIT
  22. */
  23. /*!
  24. * The buffer module from node.js, for the browser.
  25. *
  26. * @author Feross Aboukhadijeh <https://feross.org>
  27. * @license MIT
  28. */
  29. /*!
  30. * Toastify js 1.12.0
  31. * https://github.com/apvarun/toastify-js
  32. * @license MIT licensed
  33. *
  34. * Copyright (C) 2018 Varun A P
  35. */
  36. /*!
  37. * Vue.js v2.7.14
  38. * (c) 2014-2022 Evan You
  39. * Released under the MIT License.
  40. */
  41. /*!
  42. * escape-html
  43. * Copyright(c) 2012-2013 TJ Holowaychuk
  44. * Copyright(c) 2015 Andreas Lubbe
  45. * Copyright(c) 2015 Tiancheng "Timothy" Gu
  46. * MIT Licensed
  47. */
  48. /*!
  49. * jQuery JavaScript Library v3.6.4
  50. * https://jquery.com/
  51. *
  52. * Includes Sizzle.js
  53. * https://sizzlejs.com/
  54. *
  55. * Copyright OpenJS Foundation and other contributors
  56. * Released under the MIT license
  57. * https://jquery.org/license
  58. *
  59. * Date: 2023-03-08T15:28Z
  60. */
  61. /*!
  62. * vuex v3.6.2
  63. * (c) 2021 Evan You
  64. * @license MIT
  65. */
  66. /*!
  67. * focus-trap 7.2.0
  68. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  69. */
  70. /*!
  71. * focus-trap 7.5.2
  72. * @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
  73. */
  74. /*!
  75. * tabbable 6.0.1
  76. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  77. */
  78. /*!
  79. * tabbable 6.2.0
  80. * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
  81. */
  82. /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
  83. /*! For license information please see NcActionInput.js.LICENSE.txt */
  84. /*! For license information please see NcActions.js.LICENSE.txt */
  85. /*! For license information please see NcAppContent.js.LICENSE.txt */
  86. /*! For license information please see NcAppNavigation.js.LICENSE.txt */
  87. /*! For license information please see NcAppNavigationItem.js.LICENSE.txt */
  88. /*! For license information please see NcAvatar.js.LICENSE.txt */
  89. /*! For license information please see NcButton.js.LICENSE.txt */
  90. /*! For license information please see NcModal.js.LICENSE.txt */
  91. /*! For license information please see NcNoteCard.js.LICENSE.txt */
  92. /*! For license information please see NcPasswordField.js.LICENSE.txt */
  93. /*! For license information please see NcSelect.js.LICENSE.txt */
  94. /*! For license information please see NcTextField.js.LICENSE.txt */
  95. /*! Hammer.JS - v2.0.7 - 2016-04-22
  96. * http://hammerjs.github.io/
  97. *
  98. * Copyright (c) 2016 Jorik Tangelder;
  99. * Licensed under the MIT license */
  100. /*! https://mths.be/punycode v1.4.1 by @mathias */
  101. /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
  102. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  103. /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
  104. /**
  105. * @copyright Copyright (c) 2019 Georg Ehrke
  106. *
  107. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  108. *
  109. * @author Richard Steinmetz <richard@steinmetz.cloud>
  110. *
  111. * @license AGPL-3.0-or-later
  112. *
  113. * This program is free software: you can redistribute it and/or modify
  114. * it under the terms of the GNU Affero General Public License as
  115. * published by the Free Software Foundation, either version 3 of the
  116. * License, or (at your option) any later version.
  117. *
  118. * This program is distributed in the hope that it will be useful,
  119. * but WITHOUT ANY WARRANTY without even the implied warranty of
  120. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  121. * GNU Affero General Public License for more details.
  122. *
  123. * You should have received a copy of the GNU Affero General Public License
  124. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  125. *
  126. */
  127. /**
  128. * @copyright Copyright (c) 2019 Georg Ehrke
  129. *
  130. * @author Georg Ehrke <georg-nextcloud@ehrke.email>
  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. * @fileOverview Kickass library to create and place poppers near their reference elements.
  150. * @version 1.16.1
  151. * @license
  152. * Copyright (c) 2016 Federico Zivolo and contributors
  153. *
  154. * Permission is hereby granted, free of charge, to any person obtaining a copy
  155. * of this software and associated documentation files (the "Software"), to deal
  156. * in the Software without restriction, including without limitation the rights
  157. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  158. * copies of the Software, and to permit persons to whom the Software is
  159. * furnished to do so, subject to the following conditions:
  160. *
  161. * The above copyright notice and this permission notice shall be included in all
  162. * copies or substantial portions of the Software.
  163. *
  164. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  165. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  166. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  167. * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  168. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  169. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  170. * SOFTWARE.
  171. */
  172. //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
  173. //! license : MIT
  174. //! moment.js
  175. //! moment.js locale configuration
  176. //! momentjs.com
  177. //! version : 2.29.4