Network programming assignment for University
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

74 lignes
2.8 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <!-- NewPage -->
  3. <html lang="de">
  4. <head>
  5. <!-- Generated by javadoc -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <title>Apache Commons CLI 1.4 API</title>
  8. <script type="text/javascript">
  9. tmpTargetPage = "" + window.location.search;
  10. if (tmpTargetPage != "" && tmpTargetPage != "undefined")
  11. tmpTargetPage = tmpTargetPage.substring(1);
  12. if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
  13. tmpTargetPage = "undefined";
  14. targetPage = tmpTargetPage;
  15. function validURL(url) {
  16. try {
  17. url = decodeURIComponent(url);
  18. }
  19. catch (error) {
  20. return false;
  21. }
  22. var pos = url.indexOf(".html");
  23. if (pos == -1 || pos != url.length - 5)
  24. return false;
  25. var allowNumber = false;
  26. var allowSep = false;
  27. var seenDot = false;
  28. for (var i = 0; i < url.length - 5; i++) {
  29. var ch = url.charAt(i);
  30. if ('a' <= ch && ch <= 'z' ||
  31. 'A' <= ch && ch <= 'Z' ||
  32. ch == '$' ||
  33. ch == '_' ||
  34. ch.charCodeAt(0) > 127) {
  35. allowNumber = true;
  36. allowSep = true;
  37. } else if ('0' <= ch && ch <= '9'
  38. || ch == '-') {
  39. if (!allowNumber)
  40. return false;
  41. } else if (ch == '/' || ch == '.') {
  42. if (!allowSep)
  43. return false;
  44. allowNumber = false;
  45. allowSep = false;
  46. if (ch == '.')
  47. seenDot = true;
  48. if (ch == '/' && seenDot)
  49. return false;
  50. } else {
  51. return false;
  52. }
  53. }
  54. return true;
  55. }
  56. function loadFrames() {
  57. if (targetPage != "" && targetPage != "undefined")
  58. top.classFrame.location = top.targetPage;
  59. }
  60. </script>
  61. </head>
  62. <frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
  63. <frame src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)">
  64. <frame src="org/apache/commons/cli/package-summary.html" name="classFrame" title="Package, class and interface descriptions" scrolling="yes">
  65. <noframes>
  66. <noscript>
  67. <div>JavaScript is disabled on your browser.</div>
  68. </noscript>
  69. <h2>Frame Alert</h2>
  70. <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/apache/commons/cli/package-summary.html">Non-frame version</a>.</p>
  71. </noframes>
  72. </frameset>
  73. </html>