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.1KB

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