core-main.js.LICENSE.txt 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. /*!
  2. * clipboard.js v2.0.11
  3. * https://clipboardjs.com/
  4. *
  5. * Licensed MIT © Zeno Rocha
  6. */
  7. /*!
  8. * jQuery UI :data 1.13.2
  9. * http://jqueryui.com
  10. *
  11. * Copyright jQuery Foundation and other contributors
  12. * Released under the MIT license.
  13. * http://jquery.org/license
  14. */
  15. /*!
  16. * jQuery UI Autocomplete 1.13.2
  17. * http://jqueryui.com
  18. *
  19. * Copyright jQuery Foundation and other contributors
  20. * Released under the MIT license.
  21. * http://jquery.org/license
  22. */
  23. /*!
  24. * jQuery UI Button 1.13.2
  25. * http://jqueryui.com
  26. *
  27. * Copyright jQuery Foundation and other contributors
  28. * Released under the MIT license.
  29. * http://jquery.org/license
  30. */
  31. /*!
  32. * jQuery UI Checkboxradio 1.13.2
  33. * http://jqueryui.com
  34. *
  35. * Copyright jQuery Foundation and other contributors
  36. * Released under the MIT license.
  37. * http://jquery.org/license
  38. */
  39. /*!
  40. * jQuery UI Controlgroup 1.13.2
  41. * http://jqueryui.com
  42. *
  43. * Copyright jQuery Foundation and other contributors
  44. * Released under the MIT license.
  45. * http://jquery.org/license
  46. */
  47. /*!
  48. * jQuery UI Datepicker 1.13.2
  49. * http://jqueryui.com
  50. *
  51. * Copyright jQuery Foundation and other contributors
  52. * Released under the MIT license.
  53. * http://jquery.org/license
  54. */
  55. /*!
  56. * jQuery UI Dialog 1.13.2
  57. * http://jqueryui.com
  58. *
  59. * Copyright jQuery Foundation and other contributors
  60. * Released under the MIT license.
  61. * http://jquery.org/license
  62. */
  63. /*!
  64. * jQuery UI Draggable 1.13.2
  65. * http://jqueryui.com
  66. *
  67. * Copyright jQuery Foundation and other contributors
  68. * Released under the MIT license.
  69. * http://jquery.org/license
  70. */
  71. /*!
  72. * jQuery UI Droppable 1.13.2
  73. * http://jqueryui.com
  74. *
  75. * Copyright jQuery Foundation and other contributors
  76. * Released under the MIT license.
  77. * http://jquery.org/license
  78. */
  79. /*!
  80. * jQuery UI Effects 1.13.2
  81. * http://jqueryui.com
  82. *
  83. * Copyright jQuery Foundation and other contributors
  84. * Released under the MIT license.
  85. * http://jquery.org/license
  86. */
  87. /*!
  88. * jQuery UI Focusable 1.13.2
  89. * http://jqueryui.com
  90. *
  91. * Copyright jQuery Foundation and other contributors
  92. * Released under the MIT license.
  93. * http://jquery.org/license
  94. */
  95. /*!
  96. * jQuery UI Position 1.13.2
  97. * http://jqueryui.com
  98. *
  99. * Copyright jQuery Foundation and other contributors
  100. * Released under the MIT license.
  101. * http://jquery.org/license
  102. *
  103. * http://api.jqueryui.com/position/
  104. */
  105. /*!
  106. * jQuery UI Resizable 1.13.2
  107. * http://jqueryui.com
  108. *
  109. * Copyright jQuery Foundation and other contributors
  110. * Released under the MIT license.
  111. * http://jquery.org/license
  112. */
  113. /*!
  114. * jQuery UI Spinner 1.13.2
  115. * http://jqueryui.com
  116. *
  117. * Copyright jQuery Foundation and other contributors
  118. * Released under the MIT license.
  119. * http://jquery.org/license
  120. */
  121. /*!
  122. * jQuery UI Support for jQuery core 1.8.x and newer 1.13.2
  123. * http://jqueryui.com
  124. *
  125. * Copyright jQuery Foundation and other contributors
  126. * Released under the MIT license.
  127. * http://jquery.org/license
  128. *
  129. */
  130. /*!
  131. * jQuery UI Tabs 1.13.2
  132. * http://jqueryui.com
  133. *
  134. * Copyright jQuery Foundation and other contributors
  135. * Released under the MIT license.
  136. * http://jquery.org/license
  137. */
  138. /*!
  139. * jQuery UI Tooltip 1.13.2
  140. * http://jqueryui.com
  141. *
  142. * Copyright jQuery Foundation and other contributors
  143. * Released under the MIT license.
  144. * http://jquery.org/license
  145. */
  146. /*!
  147. * jQuery UI Widget 1.13.2
  148. * http://jqueryui.com
  149. *
  150. * Copyright jQuery Foundation and other contributors
  151. * Released under the MIT license.
  152. * http://jquery.org/license
  153. */
  154. /*! For license information please see NcHeaderMenu.js.LICENSE.txt */
  155. /*! jQuery Migrate v3.4.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */
  156. /*! jQuery UI - v1.13.2 - 2022-07-14
  157. * http://jqueryui.com
  158. * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js
  159. * Copyright jQuery Foundation and other contributors; Licensed MIT */
  160. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
  161. /**
  162. * @copyright (c) 2017 Arthur Schiwon <blizzz@arthur-schiwon.de>
  163. *
  164. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  165. * @author John Molakvoæ <skjnldsv@protonmail.com>
  166. *
  167. * @license AGPL-3.0-or-later
  168. *
  169. * This program is free software: you can redistribute it and/or modify
  170. * it under the terms of the GNU Affero General Public License as
  171. * published by the Free Software Foundation, either version 3 of the
  172. * License, or (at your option) any later version.
  173. *
  174. * This program is distributed in the hope that it will be useful,
  175. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  176. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  177. * GNU Affero General Public License for more details.
  178. *
  179. * You should have received a copy of the GNU Affero General Public License
  180. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  181. *
  182. */
  183. /**
  184. * @copyright 2016-2018 John Molakvoæ <skjnldsv@protonmail.com>
  185. * @copyright 2013 Morris Jobke <morris.jobke@gmail.com>
  186. *
  187. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  188. * @author John Molakvoæ <skjnldsv@protonmail.com>
  189. * @author Julius Härtl <jus@bitgrid.net>
  190. * @author Sergey Shliakhov <husband.sergey@gmail.com>
  191. *
  192. * @license AGPL-3.0-or-later
  193. *
  194. * This program is free software: you can redistribute it and/or modify
  195. * it under the terms of the GNU Affero General Public License as
  196. * published by the Free Software Foundation, either version 3 of the
  197. * License, or (at your option) any later version.
  198. *
  199. * This program is distributed in the hope that it will be useful,
  200. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  201. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  202. * GNU Affero General Public License for more details.
  203. *
  204. * You should have received a copy of the GNU Affero General Public License
  205. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  206. *
  207. */
  208. /**
  209. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  210. *
  211. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  212. * @author Gary Kim <gary@garykim.dev>
  213. * @author Joas Schilling <coding@schilljs.com>
  214. * @author John Molakvoæ <skjnldsv@protonmail.com>
  215. *
  216. * @license AGPL-3.0-or-later
  217. *
  218. * This program is free software: you can redistribute it and/or modify
  219. * it under the terms of the GNU Affero General Public License as
  220. * published by the Free Software Foundation, either version 3 of the
  221. * License, or (at your option) any later version.
  222. *
  223. * This program is distributed in the hope that it will be useful,
  224. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  225. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  226. * GNU Affero General Public License for more details.
  227. *
  228. * You should have received a copy of the GNU Affero General Public License
  229. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  230. *
  231. */
  232. /**
  233. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  234. *
  235. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  236. * @author John Molakvoæ <skjnldsv@protonmail.com>
  237. *
  238. * @license AGPL-3.0-or-later
  239. *
  240. * This program is free software: you can redistribute it and/or modify
  241. * it under the terms of the GNU Affero General Public License as
  242. * published by the Free Software Foundation, either version 3 of the
  243. * License, or (at your option) any later version.
  244. *
  245. * This program is distributed in the hope that it will be useful,
  246. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  247. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  248. * GNU Affero General Public License for more details.
  249. *
  250. * You should have received a copy of the GNU Affero General Public License
  251. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  252. *
  253. */
  254. /**
  255. * @copyright 2018 Christoph Wurst <christoph@winzerhof-wurst.at>
  256. *
  257. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  258. * @author John Molakvoæ <skjnldsv@protonmail.com>
  259. * @author Julius Härtl <jus@bitgrid.net>
  260. * @author Roeland Jago Douma <roeland@famdouma.nl>
  261. *
  262. * @license AGPL-3.0-or-later
  263. *
  264. * This program is free software: you can redistribute it and/or modify
  265. * it under the terms of the GNU Affero General Public License as
  266. * published by the Free Software Foundation, either version 3 of the
  267. * License, or (at your option) any later version.
  268. *
  269. * This program is distributed in the hope that it will be useful,
  270. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  271. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  272. * GNU Affero General Public License for more details.
  273. *
  274. * You should have received a copy of the GNU Affero General Public License
  275. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  276. *
  277. */
  278. /**
  279. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  280. *
  281. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  282. * @author John Molakvoæ <skjnldsv@protonmail.com>
  283. *
  284. * @license AGPL-3.0-or-later
  285. *
  286. * This program is free software: you can redistribute it and/or modify
  287. * it under the terms of the GNU Affero General Public License as
  288. * published by the Free Software Foundation, either version 3 of the
  289. * License, or (at your option) any later version.
  290. *
  291. * This program is distributed in the hope that it will be useful,
  292. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  293. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  294. * GNU Affero General Public License for more details.
  295. *
  296. * You should have received a copy of the GNU Affero General Public License
  297. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  298. *
  299. */
  300. /**
  301. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  302. *
  303. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  304. * @author John Molakvoæ <skjnldsv@protonmail.com>
  305. * @author Julius Härtl <jus@bitgrid.net>
  306. * @author Roeland Jago Douma <roeland@famdouma.nl>
  307. *
  308. * @license AGPL-3.0-or-later
  309. *
  310. * This program is free software: you can redistribute it and/or modify
  311. * it under the terms of the GNU Affero General Public License as
  312. * published by the Free Software Foundation, either version 3 of the
  313. * License, or (at your option) any later version.
  314. *
  315. * This program is distributed in the hope that it will be useful,
  316. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  317. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  318. * GNU Affero General Public License for more details.
  319. *
  320. * You should have received a copy of the GNU Affero General Public License
  321. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  322. *
  323. */
  324. /**
  325. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  326. *
  327. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  328. * @author John Molakvoæ <skjnldsv@protonmail.com>
  329. * @author Roeland Jago Douma <roeland@famdouma.nl>
  330. *
  331. * @license AGPL-3.0-or-later
  332. *
  333. * This program is free software: you can redistribute it and/or modify
  334. * it under the terms of the GNU Affero General Public License as
  335. * published by the Free Software Foundation, either version 3 of the
  336. * License, or (at your option) any later version.
  337. *
  338. * This program is distributed in the hope that it will be useful,
  339. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  340. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  341. * GNU Affero General Public License for more details.
  342. *
  343. * You should have received a copy of the GNU Affero General Public License
  344. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  345. *
  346. */
  347. /**
  348. * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>
  349. * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev>
  350. *
  351. * @author Bartek Przybylski <bart.p.pl@gmail.com>
  352. * @author Christopher Schäpers <kondou@ts.unde.re>
  353. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  354. * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
  355. * @author Daniel Kesselberg <mail@danielkesselberg.de>
  356. * @author Florian Schunk <florian.schunk@rwth-aachen.de>
  357. * @author Gary Kim <gary@garykim.dev>
  358. * @author Hendrik Leppelsack <hendrik@leppelsack.de>
  359. * @author Jan-Christoph Borchardt <hey@jancborchardt.net>
  360. * @author Joas Schilling <coding@schilljs.com>
  361. * @author John Molakvoæ <skjnldsv@protonmail.com>
  362. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  363. * @author Julius Härtl <jus@bitgrid.net>
  364. * @author Loïc Hermann <loic.hermann@sciam.fr>
  365. * @author Morris Jobke <hey@morrisjobke.de>
  366. * @author Olivier Paroz <github@oparoz.com>
  367. * @author Robin Appelman <robin@icewind.nl>
  368. * @author Roeland Jago Douma <roeland@famdouma.nl>
  369. * @author Sujith Haridasan <Sujith_Haridasan@mentor.com>
  370. * @author Thomas Citharel <nextcloud@tcit.fr>
  371. * @author Thomas Müller <thomas.mueller@tmit.eu>
  372. * @author Thomas Tanghus <thomas@tanghus.net>
  373. * @author Vincent Petry <vincent@nextcloud.com>
  374. *
  375. * @license AGPL-3.0-or-later
  376. *
  377. * This program is free software: you can redistribute it and/or modify
  378. * it under the terms of the GNU Affero General Public License as
  379. * published by the Free Software Foundation, either version 3 of the
  380. * License, or (at your option) any later version.
  381. *
  382. * This program is distributed in the hope that it will be useful,
  383. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  384. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  385. * GNU Affero General Public License for more details.
  386. *
  387. * You should have received a copy of the GNU Affero General Public License
  388. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  389. *
  390. */
  391. /**
  392. * @copyright 2019 Julius Härtl <jus@bitgrid.net>
  393. *
  394. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  395. * @author John Molakvoæ <skjnldsv@protonmail.com>
  396. * @author Julius Härtl <jus@bitgrid.net>
  397. *
  398. * @license AGPL-3.0-or-later
  399. *
  400. * This program is free software: you can redistribute it and/or modify
  401. * it under the terms of the GNU Affero General Public License as
  402. * published by the Free Software Foundation, either version 3 of the
  403. * License, or (at your option) any later version.
  404. *
  405. * This program is distributed in the hope that it will be useful,
  406. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  407. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  408. * GNU Affero General Public License for more details.
  409. *
  410. * You should have received a copy of the GNU Affero General Public License
  411. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  412. *
  413. */
  414. /**
  415. * @copyright 2022 Christopher Ng <chrng8@gmail.com>
  416. *
  417. * @author Christopher Ng <chrng8@gmail.com>
  418. *
  419. * @license AGPL-3.0-or-later
  420. *
  421. * This program is free software: you can redistribute it and/or modify
  422. * it under the terms of the GNU Affero General Public License as
  423. * published by the Free Software Foundation, either version 3 of the
  424. * License, or (at your option) any later version.
  425. *
  426. * This program is distributed in the hope that it will be useful,
  427. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  428. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  429. * GNU Affero General Public License for more details.
  430. *
  431. * You should have received a copy of the GNU Affero General Public License
  432. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  433. *
  434. */
  435. /**
  436. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  437. *
  438. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  439. * @author John Molakvoæ <skjnldsv@protonmail.com>
  440. *
  441. * @license AGPL-3.0-or-later
  442. *
  443. * This program is free software: you can redistribute it and/or modify
  444. * it under the terms of the GNU Affero General Public License as
  445. * published by the Free Software Foundation, either version 3 of the
  446. * License, or (at your option) any later version.
  447. *
  448. * This program is distributed in the hope that it will be useful,
  449. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  450. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  451. * GNU Affero General Public License for more details.
  452. *
  453. * You should have received a copy of the GNU Affero General Public License
  454. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  455. *
  456. */
  457. /**
  458. * @copyright Copyright (c) 2016 Christoph Wurst <christoph@winzerhof-wurst.at>
  459. *
  460. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  461. * @author John Molakvoæ <skjnldsv@protonmail.com>
  462. * @author Roeland Jago Douma <roeland@famdouma.nl>
  463. *
  464. * @license AGPL-3.0-or-later
  465. *
  466. * This program is free software: you can redistribute it and/or modify
  467. * it under the terms of the GNU Affero General Public License as
  468. * published by the Free Software Foundation, either version 3 of the
  469. * License, or (at your option) any later version.
  470. *
  471. * This program is distributed in the hope that it will be useful,
  472. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  473. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  474. * GNU Affero General Public License for more details.
  475. *
  476. * You should have received a copy of the GNU Affero General Public License
  477. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  478. *
  479. */
  480. /**
  481. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  482. *
  483. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  484. * @author Joas Schilling <coding@schilljs.com>
  485. * @author John Molakvoæ <skjnldsv@protonmail.com>
  486. * @author Jörn Friedrich Dreyer <jfd@butonic.de>
  487. * @author Robin Appelman <robin@icewind.nl>
  488. * @author Vincent Petry <vincent@nextcloud.com>
  489. *
  490. * @license AGPL-3.0-or-later
  491. *
  492. * This program is free software: you can redistribute it and/or modify
  493. * it under the terms of the GNU Affero General Public License as
  494. * published by the Free Software Foundation, either version 3 of the
  495. * License, or (at your option) any later version.
  496. *
  497. * This program is distributed in the hope that it will be useful,
  498. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  499. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  500. * GNU Affero General Public License for more details.
  501. *
  502. * You should have received a copy of the GNU Affero General Public License
  503. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  504. *
  505. */
  506. /**
  507. * @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com>
  508. *
  509. * @author Christoph Wurst <christoph@winzerhof-wurst.at>
  510. * @author John Molakvoæ <skjnldsv@protonmail.com>
  511. *
  512. * @license AGPL-3.0-or-later
  513. *
  514. * This program is free software: you can redistribute it and/or modify
  515. * it under the terms of the GNU Affero General Public License as
  516. * published by the Free Software Foundation, either version 3 of the
  517. * License, or (at your option) any later version.
  518. *
  519. * This program is distributed in the hope that it will be useful,
  520. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  521. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  522. * GNU Affero General Public License for more details.
  523. *
  524. * You should have received a copy of the GNU Affero General Public License
  525. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  526. *
  527. */
  528. /**
  529. * @copyright Copyright (c) 2022 Joas Schilling <coding@schilljs.com>
  530. *
  531. * @author Joas Schilling <coding@schilljs.com>
  532. *
  533. * @license AGPL-3.0-or-later
  534. *
  535. * This program is free software: you can redistribute it and/or modify
  536. * it under the terms of the GNU Affero General Public License as
  537. * published by the Free Software Foundation, either version 3 of the
  538. * License, or (at your option) any later version.
  539. *
  540. * This program is distributed in the hope that it will be useful,
  541. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  542. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  543. * GNU Affero General Public License for more details.
  544. *
  545. * You should have received a copy of the GNU Affero General Public License
  546. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  547. *
  548. */
  549. /**
  550. * @name Show Password
  551. * @description
  552. * @version 1.3.0
  553. * @requires Jquery 1.5
  554. *
  555. * @author Jan Jarfalk <jan.jarfalk@unwrongest.com>
  556. * author-website http://www.unwrongest.com
  557. *
  558. * special-thanks Michel Gratton
  559. *
  560. * @license MIT
  561. */