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.txt 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  59. *
  60. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  61. * @author John Molakvoæ <skjnldsv@protonmail.com>
  62. *
  63. * @license AGPL-3.0-or-later
  64. *
  65. * This program is free software: you can redistribute it and/or modify
  66. * it under the terms of the GNU Affero General Public License as
  67. * published by the Free Software Foundation, either version 3 of the
  68. * License, or (at your option) any later version.
  69. *
  70. * This program is distributed in the hope that it will be useful,
  71. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  72. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  73. * GNU Affero General Public License for more details.
  74. *
  75. * You should have received a copy of the GNU Affero General Public License
  76. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  77. *
  78. */
  79. /**
  80. * @copyright 2019 Julius Härtl <jus@bitgrid.net>
  81. *
  82. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  83. * @author John Molakvoæ <skjnldsv@protonmail.com>
  84. * @author Julius Härtl <jus@bitgrid.net>
  85. *
  86. * @license AGPL-3.0-or-later
  87. *
  88. * This program is free software: you can redistribute it and/or modify
  89. * it under the terms of the GNU Affero General Public License as
  90. * published by the Free Software Foundation, either version 3 of the
  91. * License, or (at your option) any later version.
  92. *
  93. * This program is distributed in the hope that it will be useful,
  94. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  95. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  96. * GNU Affero General Public License for more details.
  97. *
  98. * You should have received a copy of the GNU Affero General Public License
  99. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  100. *
  101. */
  102. /**
  103. * @copyright Copyright (c) 2016 Julius Härtl <jus@bitgrid.net>
  104. *
  105. * @author John Molakvoæ <skjnldsv@protonmail.com>
  106. * @author Julius Härtl <jus@bitgrid.net>
  107. * @author Richard Steinmetz <richard@steinmetz.cloud>
  108. *
  109. * @license AGPL-3.0-or-later
  110. *
  111. * This program is free software: you can redistribute it and/or modify
  112. * it under the terms of the GNU Affero General Public License as
  113. * published by the Free Software Foundation, either version 3 of the
  114. * License, or (at your option) any later version.
  115. *
  116. * This program is distributed in the hope that it will be useful,
  117. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  118. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  119. * GNU Affero General Public License for more details.
  120. *
  121. * You should have received a copy of the GNU Affero General Public License
  122. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  123. *
  124. */
  125. /**
  126. * @name Show Password
  127. * @description
  128. * @version 1.3.0
  129. * @requires Jquery 1.5
  130. *
  131. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  132. * author-website http://www.unwrongest.com
  133. *
  134. * special-thanks Michel Gratton
  135. *
  136. * @license MIT
  137. */