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-install.js.license 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /*!
  2. * jQuery UI Button 1.13.2
  3. * http://jqueryui.com
  4. *
  5. * Copyright jQuery Foundation and other contributors
  6. * Released under the MIT license.
  7. * http://jquery.org/license
  8. */
  9. /*!
  10. * jQuery UI Checkboxradio 1.13.2
  11. * http://jqueryui.com
  12. *
  13. * Copyright jQuery Foundation and other contributors
  14. * Released under the MIT license.
  15. * http://jquery.org/license
  16. */
  17. /*!
  18. * jQuery UI Controlgroup 1.13.2
  19. * http://jqueryui.com
  20. *
  21. * Copyright jQuery Foundation and other contributors
  22. * Released under the MIT license.
  23. * http://jquery.org/license
  24. */
  25. /*!
  26. * jQuery UI Form Reset Mixin 1.13.2
  27. * http://jqueryui.com
  28. *
  29. * Copyright jQuery Foundation and other contributors
  30. * Released under the MIT license.
  31. * http://jquery.org/license
  32. */
  33. /*!
  34. * jQuery UI Keycode 1.13.2
  35. * http://jqueryui.com
  36. *
  37. * Copyright jQuery Foundation and other contributors
  38. * Released under the MIT license.
  39. * http://jquery.org/license
  40. */
  41. /*!
  42. * jQuery UI Labels 1.13.2
  43. * http://jqueryui.com
  44. *
  45. * Copyright jQuery Foundation and other contributors
  46. * Released under the MIT license.
  47. * http://jquery.org/license
  48. */
  49. /*!
  50. * jQuery UI Widget 1.13.2
  51. * http://jqueryui.com
  52. *
  53. * Copyright jQuery Foundation and other contributors
  54. * Released under the MIT license.
  55. * http://jquery.org/license
  56. */
  57. /**
  58. * @name Show Password
  59. * @description
  60. * @version 1.3.0
  61. * @requires Jquery 1.5
  62. *
  63. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  64. * author-website http://www.unwrongest.com
  65. *
  66. * special-thanks Michel Gratton
  67. *
  68. * @license MIT
  69. */
  70. /**
  71. * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  72. * SPDX-License-Identifier: AGPL-3.0-or-later
  73. */
  74. /**
  75. * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
  76. * SPDX-License-Identifier: AGPL-3.0-or-later
  77. */
  78. /**
  79. * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
  80. * SPDX-License-Identifier: AGPL-3.0-or-later
  81. */