1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772
|
# This file is used to check external links in the JDK generated documentation
# to prevent broken links from backsliding into the JDK source.
#
# The file serves as a "whitelist" of links that have been checked to be working as intended
# and JDK developers should add external links to this file whenever they add them to their documentation.
#
#
# The links in this file are checked before every release.
#
#
#
http://cldr.unicode.org/
http://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf
http://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf
http://docs.oracle.com/javase/feedback.html
http://docs.oracle.com/javase/jndi/tutorial/index.html
http://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-12.html
http://docs.oracle.com/javase/tutorial/collections/index.html
http://docs.oracle.com/javase/tutorial/i18n/format/decimalFormat.html
http://docs.oracle.com/javase/tutorial/i18n/format/simpleDateFormat.html
http://docs.oracle.com/javase/tutorial/jdbc/
http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html
http://docs.oracle.com/javase/tutorial/jdbc/basics/rowset.html
http://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html
http://en.wikipedia.org/wiki/Skip_list
http://jclark.com/xml/xmlns.htm
http://jcp.org/en/jsr/detail?id=173
http://jcp.org/en/jsr/detail?id=268
http://relaxng.org/spec-20011203.html
http://sax.sourceforge.net/?selected=get-set
http://standards.iso.org/iso/9075/2002/12/sqlxml.xsd
http://svn.python.org/projects/python/trunk/Objects/listsort.txt
http://tools.ietf.org/html/rfc1421
http://tools.ietf.org/html/rfc5869
http://unicode.org/reports/tr35/
http://unicode.org/reports/tr35/tr35-numbers.html
http://web.archive.org/web/20051219043731/http://archive.ncsa.uiuc.edu/SDG/Software/Mosaic/Demo/url-primer.html
http://www.cl.cam.ac.uk/~mgk25/time/utc-sls/
http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf
http://www.iana.org/
http://www.iana.org/assignments/character-sets
http://www.iana.org/assignments/character-sets/character-sets.xhtml
http://www.iana.org/assignments/media-types/
http://www.iana.org/assignments/uri-schemes.html
http://www.ietf.org/
https://www.ietf.org/rfc/rfc793.txt
https://www.ietf.org/rfc/rfc822.txt
http://www.ietf.org/rfc/rfc1122.txt
http://www.ietf.org/rfc/rfc1123.txt
http://www.ietf.org/rfc/rfc1323.txt
http://www.ietf.org/rfc/rfc1349.txt
http://www.ietf.org/rfc/rfc1521.txt
http://www.ietf.org/rfc/rfc1522.txt
http://www.ietf.org/rfc/rfc1918.txt
http://www.ietf.org/rfc/rfc1950.txt
http://www.ietf.org/rfc/rfc1950.txt.pdf
http://www.ietf.org/rfc/rfc1951.txt
http://www.ietf.org/rfc/rfc1951.txt.pdf
http://www.ietf.org/rfc/rfc1952.txt
http://www.ietf.org/rfc/rfc1952.txt.pdf
http://www.ietf.org/rfc/rfc1964.txt
http://www.ietf.org/rfc/rfc2045.txt
http://www.ietf.org/rfc/rfc2046.txt
http://www.ietf.org/rfc/rfc2078.txt
http://www.ietf.org/rfc/rfc2104.txt
http://www.ietf.org/rfc/rfc2109.txt
http://www.ietf.org/rfc/rfc2222.txt
http://www.ietf.org/rfc/rfc2236.txt
http://www.ietf.org/rfc/rfc2245.txt
http://www.ietf.org/rfc/rfc2246.txt
http://www.ietf.org/rfc/rfc2251.txt
http://www.ietf.org/rfc/rfc2253.txt
http://www.ietf.org/rfc/rfc2254.txt
http://www.ietf.org/rfc/rfc2255.txt
http://www.ietf.org/rfc/rfc2268.txt
http://www.ietf.org/rfc/rfc2278.txt
http://www.ietf.org/rfc/rfc2279.txt
http://www.ietf.org/rfc/rfc2296.txt
http://www.ietf.org/rfc/rfc2365.txt
http://www.ietf.org/rfc/rfc2373.txt
http://www.ietf.org/rfc/rfc2396.txt
http://www.ietf.org/rfc/rfc2440.txt
http://www.ietf.org/rfc/rfc2474.txt
http://www.ietf.org/rfc/rfc2609.txt
http://www.ietf.org/rfc/rfc2616.txt
https://www.ietf.org/rfc/rfc2696.txt
http://www.ietf.org/rfc/rfc2710.txt
http://www.ietf.org/rfc/rfc2732.txt
http://www.ietf.org/rfc/rfc2743.txt
http://www.ietf.org/rfc/rfc2781.txt
http://www.ietf.org/rfc/rfc2782.txt
http://www.ietf.org/rfc/rfc2830.txt
http://www.ietf.org/rfc/rfc2831.txt
http://www.ietf.org/rfc/rfc2853.txt
http://www.ietf.org/rfc/rfc2891.txt
http://www.ietf.org/rfc/rfc2898.txt
http://www.ietf.org/rfc/rfc2965.txt
http://www.ietf.org/rfc/rfc3023.txt
http://www.ietf.org/rfc/rfc3111.txt
http://www.ietf.org/rfc/rfc3275.txt
http://www.ietf.org/rfc/rfc3279.txt
http://www.ietf.org/rfc/rfc3296.txt
http://www.ietf.org/rfc/rfc3330.txt
http://www.ietf.org/rfc/rfc3376.txt
http://www.ietf.org/rfc/rfc3454.txt
http://www.ietf.org/rfc/rfc3490.txt
http://www.ietf.org/rfc/rfc3491.txt
http://www.ietf.org/rfc/rfc3492.txt
http://www.ietf.org/rfc/rfc3530.txt
http://www.ietf.org/rfc/rfc3720.txt
http://www.ietf.org/rfc/rfc3720.txt.pdf
http://www.ietf.org/rfc/rfc3758.txt
http://www.ietf.org/rfc/rfc3810.txt
http://www.ietf.org/rfc/rfc3986.txt
http://www.ietf.org/rfc/rfc4120.txt
http://www.ietf.org/rfc/rfc4122.txt
http://www.ietf.org/rfc/rfc4366.txt
http://www.ietf.org/rfc/rfc4512.txt
http://www.ietf.org/rfc/rfc4648.txt
http://www.ietf.org/rfc/rfc5116.txt
http://www.ietf.org/rfc/rfc5280.txt
http://www.ietf.org/rfc/rfc5890.txt
http://www.ietf.org/rfc/rfc6066.txt
http://www.ietf.org/rfc/rfc7301.txt
http://www.ietf.org/rfc/rfc790.txt
http://www.ietf.org/rfc/rfc793.txt
http://www.ietf.org/rfc/rfc822.txt
http://www.ietf.org/rfc/rfc919.txt
http://www.info-zip.org/doc/appnote-19970311-iz.zip
http://www.ioplex.com/utilities/keytab.txt
http://www.iso.org/iso/home/standards/currency_codes.htm
http://www.jcp.org
http://www.jcp.org/en/jsr/detail?id=203
http://www.jpeg.org
http://www.libpng.org/pub/png/spec/
http://www.microsoft.com/typography/otspec/
http://www.midi.org
http://www.oasis-open.org/committees/entity/spec-2001-08-06.html
http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=dss
http://www.opengroup.org
http://www.oracle.com/technetwork/articles/java/mixing-components-433992.html
http://www.oracle.com/technetwork/java/architecture-142923.html
http://www.oracle.com/technetwork/java/javase/documentation/serialized-criteria-137781.html
http://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html
http://www.oracle.com/technetwork/java/javase/javasecarootcertsprogram-1876540.html
http://www.oracle.com/technetwork/java/javase/tech/javamanagement-140525.html
http://www.oracle.com/technetwork/java/painting-140037.html
http://www.oracle.com/technetwork/java/persistence2-141443.html
http://www.oracle.com/technetwork/java/persistence3-139471.html
http://www.oracle.com/technetwork/java/persistence4-140124.html
http://www.oreilly.com/catalog/regex/
http://www.oreilly.com/catalog/regex3/
http://www.reactive-streams.org/
http://www.relaxng.org/
http://www.rfc-editor.org/rfc/bcp/bcp47.txt
http://www.saxproject.org
http://www.saxproject.org/
http://www.unicode.org
http://www.unicode.org/
http://www.unicode.org/glossary/
http://www.unicode.org/reports/tr15/
http://www.unicode.org/reports/tr18/
http://www.unicode.org/reports/tr24/
http://www.unicode.org/reports/tr27/
http://www.unicode.org/reports/tr36/
http://www.unicode.org/reports/tr44/
http://www.unicode.org/standard/standard.html
http://www.w3.org/2000/09/xmldsig
http://www.w3.org/2000/xmlns/
http://www.w3.org/2001/04/xmldsig-more
http://www.w3.org/2001/04/xmlenc
http://www.w3.org/2001/05/xmlschema-errata
http://www.w3.org/2001/10/xml-exc-c14n
http://www.w3.org/2002/06/xmldsig-filter2
http://www.w3.org/2007/05/xmldsig-more
http://www.w3.org/2009/xmldsig11
http://www.w3.org/2021/04/xmldsig-more
http://www.w3.org/Graphics/GIF/spec-gif89a.txt
http://www.w3.org/TR/1998/REC-CSS2-19980512
http://www.w3.org/TR/1999/REC-html401-19991224/
http://www.w3.org/TR/1999/REC-xml-names-19990114/
http://www.w3.org/TR/1999/REC-xpath-19991116
http://www.w3.org/TR/1999/REC-xslt-19991116
http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113
http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113
http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113
http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113
http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113
http://www.w3.org/TR/2001/REC-xml-c14n-20010315
http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/
http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107
http://www.w3.org/TR/2003/REC-DOM-Level-2-HTML-20030109
http://www.w3.org/TR/2003/REC-SVG11-20030114/
http://www.w3.org/TR/2003/REC-xptr-framework-20030325/
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html
http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407
http://www.w3.org/TR/2004/REC-DOM-Level-3-Val-20040127/
http://www.w3.org/TR/2004/REC-xml-20040204
http://www.w3.org/TR/2004/REC-xml-infoset-20040204
http://www.w3.org/TR/2004/REC-xml-infoset-20040204/
http://www.w3.org/TR/2004/REC-xml-names11-20040204/
http://www.w3.org/TR/2004/REC-xml11-20040204/
http://www.w3.org/TR/DOM-Level-2
http://www.w3.org/TR/DOM-Level-2-Core/
http://www.w3.org/TR/DOM-Level-3-Core
http://www.w3.org/TR/DOM-Level-3-LS
http://www.w3.org/TR/ElementTraversal/
http://www.w3.org/TR/NOTE-datetime
http://www.w3.org/TR/REC-CSS1
http://www.w3.org/TR/REC-html32.html
http://www.w3.org/TR/REC-xml
http://www.w3.org/TR/REC-xml-names
http://www.w3.org/TR/REC-xml-names/
http://www.w3.org/TR/REC-xml/
http://www.w3.org/TR/html4/
http://www.w3.org/TR/html40/appendix/notes.html
http://www.w3.org/TR/xinclude/
http://www.w3.org/TR/xml-exc-c14n/
http://www.w3.org/TR/xml-names11/
http://www.w3.org/TR/xml-stylesheet/
http://www.w3.org/TR/xml11/
http://www.w3.org/TR/xmldsig-core/
http://www.w3.org/TR/xmldsig-filter2
http://www.w3.org/TR/xmldsig-filter2/
http://www.w3.org/TR/xmlschema-1
http://www.w3.org/TR/xmlschema-1/
http://www.w3.org/TR/xmlschema-2/
http://www.w3.org/TR/xpath
http://www.w3.org/TR/xpath-datamodel
http://www.w3.org/TR/xpath/
http://www.w3.org/TR/xslt
http://www.w3.org/XML/1998/namespace
http://www.w3.org/XML/Schema
http://www.w3.org/XML/xml-V10-2e-errata
http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html
http://www.w3.org/pub/WWW/Protocols/
http://xmlns.jcp.org/xml/ns//jdbc/webrowset.xsd
https://bugreport.java.com/bugreport/
https://bugs.openjdk.org/secure/attachment/75649/JVM_CodeHeap_StateAnalytics_V2.pdf
https://cldr.unicode.org/index/downloads
https://csrc.nist.gov/publications/PubsFIPS.html
https://csrc.nist.gov/publications/fips/archive/fips186-2/fips186-2.pdf
https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf
https://csrc.nist.gov/publications/fips/fips186-3/fips_186-3.pdf
https://csrc.nist.gov/publications/fips/fips197/fips-197.pdf
https://csrc.nist.gov/publications/fips/fips46-3/fips46-3.pdf
https://csrc.nist.gov/publications/fips/fips81/fips81.htm
https://csrc.nist.gov/publications/nistpubs/800-38C/SP800-38C_updated-July20_2007.pdf
https://csrc.nist.gov/publications/nistpubs/800-38D/SP-800-38D.pdf
https://csrc.nist.gov/pubs/fips/203/final
https://csrc.nist.gov/pubs/fips/204/final
https://datatracker.ietf.org/doc/html/rfc5646
https://datatracker.ietf.org/doc/html/rfc8017
https://developer.apple.com/documentation
https://docs.oracle.com/en/java/javase/11/tools/java.html
https://docs.oracle.com/en/java/javase/12/language/index.html
https://docs.oracle.com/en/java/javase/12/tools/java.html
https://docs.oracle.com/en/java/javase/12/vm/compiler-control1.html
https://docs.oracle.com/en/java/javase/13/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/14/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/15/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/16/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/17/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/18/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/19/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/20/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/22/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Double.html
https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/math/BigDecimal.html
https://docs.oracle.com/en/java/javase/23/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/24/docs/specs/man/java.html
https://docs.oracle.com/en/java/javase/@@JAVASE_VERSION@@/docs/api/java.base/java/lang/String.html
https://docs.oracle.com/en/java/javase/@@JAVASE_VERSION@@/docs/specs/javadoc/javadoc-search-spec.html
https://docs.oracle.com/en/java/javase/@@JAVASE_VERSION@@/docs/specs/man/javadoc.html
https://docs.oracle.com/en/java/javase/index.html
https://docs.oracle.com/javase/10/tools/java.htm
https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html
https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html
https://docs.oracle.com/javase/9/tools/java.htm
https://docs.oracle.com/javase/specs/
https://docs.oracle.com/javase/specs/jls/se10/html/index.html
https://docs.oracle.com/javase/specs/jls/se11/html/index.html
https://docs.oracle.com/javase/specs/jls/se12/html/index.html
https://docs.oracle.com/javase/specs/jls/se13/html/index.html
https://docs.oracle.com/javase/specs/jls/se14/html/index.html
https://docs.oracle.com/javase/specs/jls/se15/html/index.html
https://docs.oracle.com/javase/specs/jls/se16/html/index.html
https://docs.oracle.com/javase/specs/jls/se17/html/index.html
https://docs.oracle.com/javase/specs/jls/se18/html/index.html
https://docs.oracle.com/javase/specs/jls/se19/html/index.html
https://docs.oracle.com/javase/specs/jls/se20/html/index.html
https://docs.oracle.com/javase/specs/jls/se21/html/index.html
https://docs.oracle.com/javase/specs/jls/se22/html/index.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-13.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-14.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-15.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-17.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-3.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-4.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-5.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-6.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-8.html
https://docs.oracle.com/javase/specs/jls/se22/html/jls-9.html
https://docs.oracle.com/javase/specs/jls/se23/html
https://docs.oracle.com/javase/specs/jls/se23/html/index.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-10.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-11.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-12.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-14.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-15.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-16.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-18.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-2.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-3.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-4.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-5.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-6.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-7.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-8.html
https://docs.oracle.com/javase/specs/jls/se23/html/jls-9.html
https://docs.oracle.com/javase/specs/jls/se24/html/index.html
https://docs.oracle.com/javase/specs/jls/se24/html/jls-9.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/index.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-10.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-11.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-12.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-13.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-14.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-15.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-17.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-18.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-3.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-4.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-5.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-6.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-7.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-8.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/html/jls-9.html
https://docs.oracle.com/javase/specs/jls/se@@JAVASE_VERSION@@/jls@@JAVASE_VERSION@@.pdf
https://docs.oracle.com/javase/specs/jls/se6/html/j3TOC.html
https://docs.oracle.com/javase/specs/jls/se7/html/index.html
https://docs.oracle.com/javase/specs/jls/se8/html/index.html
https://docs.oracle.com/javase/specs/jls/se9/html/index.html
https://docs.oracle.com/javase/specs/jvms/se10/html/index.html
https://docs.oracle.com/javase/specs/jvms/se11/html/index.html
https://docs.oracle.com/javase/specs/jvms/se12/html/index.html
https://docs.oracle.com/javase/specs/jvms/se13/html/index.html
https://docs.oracle.com/javase/specs/jvms/se14/html/index.html
https://docs.oracle.com/javase/specs/jvms/se15/html/index.html
https://docs.oracle.com/javase/specs/jvms/se16/html/index.html
https://docs.oracle.com/javase/specs/jvms/se17/html/index.html
https://docs.oracle.com/javase/specs/jvms/se18/html/index.html
https://docs.oracle.com/javase/specs/jvms/se19/html/index.html
https://docs.oracle.com/javase/specs/jvms/se20/html/index.html
https://docs.oracle.com/javase/specs/jvms/se21/html/index.html
https://docs.oracle.com/javase/specs/jvms/se22/html/index.html
https://docs.oracle.com/javase/specs/jvms/se23/html
https://docs.oracle.com/javase/specs/jvms/se23/html/index.html
https://docs.oracle.com/javase/specs/jvms/se23/html/jvms-5.html
https://docs.oracle.com/javase/specs/jvms/se24/html/index.html
https://docs.oracle.com/javase/specs/jvms/se24/html/jvms-4.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/index.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/jvms-1.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/jvms-2.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/jvms-3.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/jvms-4.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/jvms-5.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/html/jvms-6.html
https://docs.oracle.com/javase/specs/jvms/se@@JAVASE_VERSION@@/jvms@@JAVASE_VERSION@@.pdf
https://docs.oracle.com/javase/specs/jvms/se7/html/index.html
https://docs.oracle.com/javase/specs/jvms/se8/html/index.html
https://docs.oracle.com/javase/specs/jvms/se9/html/index.html
https://docs.oracle.com/javase/tutorial/
https://docs.oracle.com/javase/tutorial/2d/text/fonts.html
https://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html
https://docs.oracle.com/javase/tutorial/index.html
https://docs.oracle.com/javase/tutorial/javabeans/
https://docs.oracle.com/javase/tutorial/javabeans/writing/properties.html
https://docs.oracle.com/javase/tutorial/sound/
https://docs.oracle.com/javase/tutorial/uiswing/
https://docs.oracle.com/javase/tutorial/uiswing/components/applet.html
https://docs.oracle.com/javase/tutorial/uiswing/components/border.html
https://docs.oracle.com/javase/tutorial/uiswing/components/button.html
https://docs.oracle.com/javase/tutorial/uiswing/components/colorchooser.html
https://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html
https://docs.oracle.com/javase/tutorial/uiswing/components/dialog.html
https://docs.oracle.com/javase/tutorial/uiswing/components/filechooser.html
https://docs.oracle.com/javase/tutorial/uiswing/components/frame.html
https://docs.oracle.com/javase/tutorial/uiswing/components/generaltext.html
https://docs.oracle.com/javase/tutorial/uiswing/components/icon.html
https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html
https://docs.oracle.com/javase/tutorial/uiswing/components/jcomponent.html
https://docs.oracle.com/javase/tutorial/uiswing/components/label.html
https://docs.oracle.com/javase/tutorial/uiswing/components/layeredpane.html
https://docs.oracle.com/javase/tutorial/uiswing/components/list.html
https://docs.oracle.com/javase/tutorial/uiswing/components/menu.html
https://docs.oracle.com/javase/tutorial/uiswing/components/panel.html
https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html
https://docs.oracle.com/javase/tutorial/uiswing/components/rootpane.html
https://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html
https://docs.oracle.com/javase/tutorial/uiswing/components/slider.html
https://docs.oracle.com/javase/tutorial/uiswing/components/spinner.html
https://docs.oracle.com/javase/tutorial/uiswing/components/splitpane.html
https://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html
https://docs.oracle.com/javase/tutorial/uiswing/components/table.html
https://docs.oracle.com/javase/tutorial/uiswing/components/text.html
https://docs.oracle.com/javase/tutorial/uiswing/components/textfield.html
https://docs.oracle.com/javase/tutorial/uiswing/components/toolbar.html
https://docs.oracle.com/javase/tutorial/uiswing/components/tooltip.html
https://docs.oracle.com/javase/tutorial/uiswing/components/toplevel.html
https://docs.oracle.com/javase/tutorial/uiswing/components/tree.html
https://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html
https://docs.oracle.com/javase/tutorial/uiswing/dnd/index.html
https://docs.oracle.com/javase/tutorial/uiswing/events/actionlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/componentlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/containerlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/focuslistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/index.html
https://docs.oracle.com/javase/tutorial/uiswing/events/internalframelistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/itemlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/mouselistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/mousemotionlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/treeexpansionlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/treemodellistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/treeselectionlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html
https://docs.oracle.com/javase/tutorial/uiswing/index.html
https://docs.oracle.com/javase/tutorial/uiswing/layout/box.html
https://docs.oracle.com/javase/tutorial/uiswing/layout/spring.html
https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html
https://docs.oracle.com/javase/tutorial/uiswing/misc/action.html
https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html
https://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html
https://docs.oracle.com/javase/tutorial/uiswing/misc/timer.html
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=GUID-FE2D2E28-C991-4EF9-9DBE-2A4982726313
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=homepage
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=i18n_overview
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=imf_overview
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=jndi_ldap_gl_prop
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=jndi_overview
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=logging_overview
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=monitoring_and_management_using_jmx_technology
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=rmi_guide
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=secure_coding_guidelines_javase
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_impl_provider
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_jca
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_jca_provider
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_jdk_providers
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_jgss_tutorial
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_overview
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_pki
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_sasl
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=security_guide_tools
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=serialization_filter_guide
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=serialver_tool_reference
https://docs.oracle.com/pls/topic/lookup?ctx=javase@@JAVASE_VERSION@@&id=using_jconsole
https://ftp.pwg.org/pub/pwg/candidates/cs-ippoutputbin10-20010207-5100.2.pdf
https://ftp.pwg.org/pub/pwg/standards/temp_archive/pwg5100.3.pdf
https://github.github.com/gfm/
https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles
https://html.spec.whatwg.org
https://html.spec.whatwg.org/multipage/
https://html.spec.whatwg.org/multipage/introduction.html
https://html.spec.whatwg.org/multipage/sections.html
https://html.spec.whatwg.org/multipage/semantics.html
https://jcp.org/aboutJava/communityprocess/maintenance/jsr924/index.html
https://jcp.org/aboutJava/communityprocess/maintenance/jsr924/index2.html
https://jcp.org/aboutJava/communityprocess/mrel/jsr160/index2.html
https://jcp.org/en/jsr/detail?id=14
https://jcp.org/en/jsr/detail?id=175
https://jcp.org/en/jsr/detail?id=201
https://jcp.org/en/jsr/detail?id=221
https://jcp.org/en/jsr/detail?id=269
https://jcp.org/en/jsr/detail?id=334
https://jcp.org/en/jsr/detail?id=335
https://jcp.org/en/jsr/detail?id=376
https://jcp.org/en/jsr/detail?id=41
https://jcp.org/en/procedures/jcp2
https://mermaid.js.org
https://msdn.microsoft.com/en-us/library/cc236621.aspx
https://msdn.microsoft.com/en-us/library/dd183391.aspx
https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf
https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf
https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-38F.pdf
https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf
https://openjdk.org/jeps/11
https://openjdk.org/jeps/12
https://openjdk.org/jeps/181
https://openjdk.org/jeps/213
https://openjdk.org/jeps/225
https://openjdk.org/jeps/261
https://openjdk.org/jeps/286
https://openjdk.org/jeps/306
https://openjdk.org/jeps/323
https://openjdk.org/jeps/361
https://openjdk.org/jeps/371
https://openjdk.org/jeps/378
https://openjdk.org/jeps/394
https://openjdk.org/jeps/395
https://openjdk.org/jeps/396
https://openjdk.org/jeps/403
https://openjdk.org/jeps/409
https://openjdk.org/jeps/421
https://openjdk.org/jeps/440
https://openjdk.org/jeps/441
https://openjdk.org/jeps/454
https://openjdk.org/jeps/456
https://openjdk.org/jeps/458
https://openjdk.org/jeps/467
https://openjdk.org/jeps/478
https://openjdk.org/jeps/487
https://openjdk.org/jeps/488
https://openjdk.org/jeps/492
https://openjdk.org/jeps/494
https://openjdk.org/jeps/495
https://openjdk.org/jeps/499
https://prismjs.com
https://pubs.opengroup.org/onlinepubs/9699919799/functions/inet_addr.html
https://relaxng.org/
https://reproducible-builds.org/
https://spec.commonmark.org/0.31.2
https://spec.commonmark.org/0.31.2/
https://standards.ieee.org/ieee/754/6210/
https://standards.iso.org/ittf/PubliclyAvailableStandards/c055982_ISO_IEC_19757-3_2016.zip
https://standards.iso.org/ittf/PubliclyAvailableStandards/index.html
https://support.pkware.com/pkzip/appnote
https://tools.ietf.org/html/rfc1319
https://tools.ietf.org/html/rfc1321
https://tools.ietf.org/html/rfc1779
https://tools.ietf.org/html/rfc2040
https://tools.ietf.org/html/rfc2104
https://tools.ietf.org/html/rfc2195
https://tools.ietf.org/html/rfc2222
https://tools.ietf.org/html/rfc2246
https://tools.ietf.org/html/rfc2253
https://tools.ietf.org/html/rfc2595
https://tools.ietf.org/html/rfc2616
https://tools.ietf.org/html/rfc2712
https://tools.ietf.org/html/rfc2818
https://tools.ietf.org/html/rfc2830
https://tools.ietf.org/html/rfc2831
https://tools.ietf.org/html/rfc3217
https://tools.ietf.org/html/rfc3278
https://tools.ietf.org/html/rfc3394
https://tools.ietf.org/html/rfc3986
https://tools.ietf.org/html/rfc4086
https://tools.ietf.org/html/rfc4121
https://tools.ietf.org/html/rfc4162
https://tools.ietf.org/html/rfc4178
https://tools.ietf.org/html/rfc4234
https://tools.ietf.org/html/rfc4279
https://tools.ietf.org/html/rfc4346
https://tools.ietf.org/html/rfc4347
https://tools.ietf.org/html/rfc4492
https://tools.ietf.org/html/rfc4512
https://tools.ietf.org/html/rfc4647
https://tools.ietf.org/html/rfc4785
https://tools.ietf.org/html/rfc4960
https://tools.ietf.org/html/rfc5054
https://tools.ietf.org/html/rfc5061
https://tools.ietf.org/html/rfc5084
https://tools.ietf.org/html/rfc5246
https://tools.ietf.org/html/rfc5280
https://tools.ietf.org/html/rfc5288
https://tools.ietf.org/html/rfc5289
https://tools.ietf.org/html/rfc5469
https://tools.ietf.org/html/rfc5487
https://tools.ietf.org/html/rfc5489
https://tools.ietf.org/html/rfc5639
https://tools.ietf.org/html/rfc5646
https://tools.ietf.org/html/rfc5649
https://tools.ietf.org/html/rfc5746
https://tools.ietf.org/html/rfc5932
https://tools.ietf.org/html/rfc6209
https://tools.ietf.org/html/rfc6347
https://tools.ietf.org/html/rfc6367
https://tools.ietf.org/html/rfc6454
https://tools.ietf.org/html/rfc6455
https://tools.ietf.org/html/rfc6655
https://tools.ietf.org/html/rfc6931
https://tools.ietf.org/html/rfc7230
https://tools.ietf.org/html/rfc7231
https://tools.ietf.org/html/rfc7251
https://tools.ietf.org/html/rfc7292
https://tools.ietf.org/html/rfc7507
https://tools.ietf.org/html/rfc7539
https://tools.ietf.org/html/rfc7540
https://tools.ietf.org/html/rfc7748
https://tools.ietf.org/html/rfc7905
https://tools.ietf.org/html/rfc7919
https://tools.ietf.org/html/rfc8017
https://tools.ietf.org/html/rfc8018
https://tools.ietf.org/html/rfc8032
https://tools.ietf.org/html/rfc8103
https://tools.ietf.org/html/rfc8353
https://tools.ietf.org/html/rfc8422
https://tools.ietf.org/html/rfc8446
https://tools.ietf.org/html/rfc8554
https://tools.ietf.org/id/draft-kaukonen-cipher-arcfour-03.txt
https://tools.ietf.org/rfc/rfc5280.txt
https://tools.ietf.org/rfc/rfc8017.txt
https://unicode.org/reports/tr31/
https://unicode.org/reports/tr35/
https://unicode.org/reports/tr35/tr35-dates.html
https://unicode.org/reports/tr35/tr35-numbers.html
https://unicode.org/reports/tr51/
https://web.mit.edu/kerberos/
https://webhome.phy.duke.edu/~rgb/General/dieharder.php
https://www.cipa.jp/std/documents/e/DC-008-2012_E.pdf
https://www.color.org
https://www.color.org/ICC1V42.pdf
https://www.iana.org/assignments/kerberos-parameters/kerberos-parameters.xhtml
https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry
https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml
https://www.iana.org/time-zones
https://www.ietf.org/rfc/rfc2616.txt
https://www.ietf.org/rfc/rfc2818.txt
https://www.ietf.org/rfc/rfc6931.txt
https://www.ietf.org/rfc/rfc6943.html
https://www.iso.org/home.html
https://www.iso.org/iso-4217-currency-codes.html
https://www.iso.org/iso-8601-date-and-time-format.html
https://www.iso.org/standard/18114.html
https://www.itu.int/itudoc/itu-t/com16/tiff-fx/docs/tiff6.pdf
https://www.itu.int/rec/T-REC-X.509/en
https://www.netlib.org/fdlibm/
https://www.oasis-open.org
https://www.oasis-open.org/committees/download.php/14809/xml-catalogs.html
https://www.oracle.com/java/javase/terms/license/java@@JAVASE_VERSION@@speclicense.html
https://www.oracle.com/java/technologies/a-swing-architecture.html
https://www.oracle.com/java/technologies/javase/seccodeguide.html
https://www.oracle.com/java/technologies/javase/training-support.html
https://www.oracle.com/pls/topic/lookup?ctx=en/java/javase&id=security_guide_implement_provider_jca
https://www.oracle.com/technetwork/java/javase/documentation/spec-136004.html
https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html
https://www.oracle.com/technetwork/java/redist-137594.html
https://www.oracle.com/technetwork/java/seccodeguide-139067.html
https://www.owasp.org
https://www.rfc-editor.org/info/rfc1122
https://www.rfc-editor.org/info/rfc1123
https://www.rfc-editor.org/info/rfc1323
https://www.rfc-editor.org/info/rfc1349
https://www.rfc-editor.org/info/rfc1738
https://www.rfc-editor.org/info/rfc1779
https://www.rfc-editor.org/info/rfc1918
https://www.rfc-editor.org/info/rfc1950
https://www.rfc-editor.org/info/rfc1951
https://www.rfc-editor.org/info/rfc1952
https://www.rfc-editor.org/info/rfc2040
https://www.rfc-editor.org/info/rfc2045
https://www.rfc-editor.org/info/rfc2046
https://www.rfc-editor.org/info/rfc2109
https://www.rfc-editor.org/info/rfc2236
https://www.rfc-editor.org/info/rfc2246
https://www.rfc-editor.org/info/rfc2253
https://www.rfc-editor.org/info/rfc2268
https://www.rfc-editor.org/info/rfc2278
https://www.rfc-editor.org/info/rfc2279
https://www.rfc-editor.org/info/rfc2296
https://www.rfc-editor.org/info/rfc2306
https://www.rfc-editor.org/info/rfc2365
https://www.rfc-editor.org/info/rfc2368
https://www.rfc-editor.org/info/rfc2373
https://www.rfc-editor.org/info/rfc2396
https://www.rfc-editor.org/info/rfc2474
https://www.rfc-editor.org/info/rfc2560
https://www.rfc-editor.org/info/rfc2616
https://www.rfc-editor.org/info/rfc2710
https://www.rfc-editor.org/info/rfc2732
https://www.rfc-editor.org/info/rfc2781
https://www.rfc-editor.org/info/rfc2898
https://www.rfc-editor.org/info/rfc2911
https://www.rfc-editor.org/info/rfc2965
https://www.rfc-editor.org/info/rfc3279
https://www.rfc-editor.org/info/rfc3330
https://www.rfc-editor.org/info/rfc3376
https://www.rfc-editor.org/info/rfc3454
https://www.rfc-editor.org/info/rfc3490
https://www.rfc-editor.org/info/rfc3491
https://www.rfc-editor.org/info/rfc3492
https://www.rfc-editor.org/info/rfc3530
https://www.rfc-editor.org/info/rfc3720
https://www.rfc-editor.org/info/rfc3810
https://www.rfc-editor.org/info/rfc3986
https://www.rfc-editor.org/info/rfc4007
https://www.rfc-editor.org/info/rfc4086
https://www.rfc-editor.org/info/rfc4122
https://www.rfc-editor.org/info/rfc4234
https://www.rfc-editor.org/info/rfc4366
https://www.rfc-editor.org/info/rfc4512
https://www.rfc-editor.org/info/rfc4647
https://www.rfc-editor.org/info/rfc4648
https://www.rfc-editor.org/info/rfc5116
https://www.rfc-editor.org/info/rfc5280
https://www.rfc-editor.org/info/rfc5646
https://www.rfc-editor.org/info/rfc5869
https://www.rfc-editor.org/info/rfc5890
https://www.rfc-editor.org/info/rfc6066
https://www.rfc-editor.org/info/rfc7301
https://www.rfc-editor.org/info/rfc7539
https://www.rfc-editor.org/info/rfc790
https://www.rfc-editor.org/info/rfc793
https://www.rfc-editor.org/info/rfc8017
https://www.rfc-editor.org/info/rfc8032
https://www.rfc-editor.org/info/rfc822
https://www.rfc-editor.org/info/rfc919
https://www.rfc-editor.org/info/rfc9231
https://www.rfc-editor.org/rfc/rfc2315.txt
https://www.rfc-editor.org/rfc/rfc5208.html
https://www.rfc-editor.org/rfc/rfc5280.html
https://www.rfc-editor.org/rfc/rfc5646
https://www.rfc-editor.org/rfc/rfc5646.html
https://www.rfc-editor.org/rfc/rfc5869
https://www.rfc-editor.org/rfc/rfc6943.html
https://www.rfc-editor.org/rfc/rfc8017
https://www.rfc-editor.org/rfc/rfc8017.html
https://www.rfc-editor.org/rfc/rfc9180
https://www.schneier.com/blowfish.html
https://www.secg.org/sec2-v2.pdf
https://www.unicode.org/reports/tr15
https://www.unicode.org/reports/tr15/
https://www.unicode.org/reports/tr18
https://www.unicode.org/reports/tr24
https://www.unicode.org/reports/tr27
https://www.unicode.org/reports/tr29/
https://www.unicode.org/reports/tr31
https://www.unicode.org/reports/tr35
https://www.unicode.org/reports/tr35/
https://www.unicode.org/reports/tr35/tr35-collation.html
https://www.unicode.org/reports/tr35/tr35-dates.html
https://www.unicode.org/reports/tr35/tr35-general.html
https://www.unicode.org/reports/tr35/tr35.html
https://www.unicode.org/reports/tr36
https://www.unicode.org/reports/tr44
https://www.unicode.org/reports/tr44/
https://www.usno.navy.mil/USNO
https://www.usno.navy.mil/USNO/time/master-clock/systems-of-time
https://www.w3.org
https://www.w3.org/Daemon/User/Config/Logging.html
https://www.w3.org/TR/1998/REC-html40-19980424/
https://www.w3.org/TR/1999/REC-xpath-19991116/
https://www.w3.org/TR/2001/REC-xml-c14n-20010315
https://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/
https://www.w3.org/TR/2002/REC-xmldsig-filter2-20021108/
https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html
https://www.w3.org/TR/CSS22
https://www.w3.org/TR/CSS22/syndata.html
https://www.w3.org/TR/DOM-Level-3-XPath/
https://www.w3.org/TR/NOTE-datetime
https://www.w3.org/TR/REC-CSS1
https://www.w3.org/TR/REC-html32.html
https://www.w3.org/TR/REC-xml-names/
https://www.w3.org/TR/html4
https://www.w3.org/TR/html52
https://www.w3.org/TR/html52/dom.html
https://www.w3.org/TR/html52/syntax.html
https://www.w3.org/TR/xml
https://www.w3.org/TR/xml-c14n11/
https://www.w3.org/TR/xml/
https://www.w3.org/TR/xmldsig-core/
https://www.w3.org/TR/xmlschema-2
https://www.w3.org/WAI/standards-guidelines/wcag/
https://www.w3.org/XML/Schema
https://www.w3.org/XML/xml-names-19990114-errata.html
https://www.wapforum.org/what/technical/SPEC-WAESpec-19990524.pdf
|