draft-ietf-2000-issue-04.txt | draft-ietf-2000-issue-05.txt | |||
---|---|---|---|---|
Network Working Group Philip J. Nesser II | Network Working Group Philip J. Nesser II | |||
draft-ietf-2000-issue-04.txt Nesser & Nesser Consulting | draft-ietf-2000-issue-05.txt Nesser & Nesser Consulting | |||
The Internet and the Millennium Problem (Year 2000) | The Internet and the Millennium Problem (Year 2000) | |||
Status of this Memo | Status of this Memo | |||
This document is an Internet Draft. Internet Drafts are working | This document is an Internet Draft. Internet Drafts are working | |||
documents of the Internet Engineering Task Force (IETF), its Areas, | documents of the Internet Engineering Task Force (IETF), its Areas, | |||
and its Working Groups. Note that other groups may also distribute | and its Working Groups. Note that other groups may also distribute | |||
working documents as Internet Drafts. | working documents as Internet Drafts. | |||
Internet Drafts are draft documents valid for a maximum of six | Internet Drafts are draft documents valid for a maximum of six | |||
skipping to change at page 1, line 186 | skipping to change at page 1, line 185 | |||
While not a protocol issue, there is a common habit of writing serial | While not a protocol issue, there is a common habit of writing serial | |||
numbers for DNS zone files in the form YYXXXXXX. The only real | numbers for DNS zone files in the form YYXXXXXX. The only real | |||
requirement on the serial numbers is that they be increasing (see | requirement on the serial numbers is that they be increasing (see | |||
RFC 1982 for a complete description) and a change from 99XXXXXX to | RFC 1982 for a complete description) and a change from 99XXXXXX to | |||
00XXXXXX cause a failure. See the section on "Name Serving" for a | 00XXXXXX cause a failure. See the section on "Name Serving" for a | |||
complete description of the issues. | complete description of the issues. | |||
3.5 "Network Management" | 3.5 "Network Management" | |||
Versions 1 & 2 of SNMP specify the use of UTCTime. This could be an | Version 2 of SNMP's MIB definition language (SMIv2) specifies the | |||
issue depending on implementations. | use of UCTTimes for time stamping MIB modules. Even though these | |||
time stamps do not flow in any network protocols, there could be | ||||
as issue with management applications, depending on implementations. | ||||
3.6 "Network News" | 3.6 "Network News" | |||
There does exist a problem in both NNTP, RFC 977, and the Usenet News | There does exist a problem in both NNTP, RFC 977, and the Usenet News | |||
Message Format, RFC 10336. They both specify two-digit year format. | Message Format, RFC 10336. They both specify two-digit year format. | |||
A working group has been formed to update the network news protocols | A working group has been formed to update the network news protocols | |||
in general, and addressing this problem is on their list of work | in general, and addressing this problem is on their list of work | |||
items. | items. | |||
3.7 "Real-Time Services" | 3.7 "Real-Time Services" | |||
skipping to change at page 1, line 244 | skipping to change at page 1, line 245 | |||
IDPR suffers from the classic Year 2038 problem, by having a timestamp | IDPR suffers from the classic Year 2038 problem, by having a timestamp | |||
counter which rolls over at that time. | counter which rolls over at that time. | |||
5. Suggested Solutions | 5. Suggested Solutions | |||
The real solution to the problem is to use 4 digit year fields for | The real solution to the problem is to use 4 digit year fields for | |||
applications and hardware systems. For counters that key off of a | applications and hardware systems. For counters that key off of a | |||
certain time (January 1, 1970 for example) need to either: define a | certain time (January 1, 1970 for example) need to either: define a | |||
wrapping solution, or to define a larger number space (greater than | wrapping solution, or to define a larger number space (greater than | |||
32-bits), or to make more efficient use of the 32-bit space. A | 32-bits), or to make more efficient use of the 32-bit space. | |||
trivial example might be to use to lower 12 bits to represent the | ||||
number of seconds in a day, and use next upper 19 bits to represent | ||||
days since January 1, 1970, and the set the highest bit to 1 so that | ||||
it is always larger than the current number of seconds since January | ||||
1, 1970. This would provide a unique counter until May 28, 3406. | ||||
(There are some drawbacks to this example, the most obvious being | ||||
the counter is no longer monotonically increasing. It was only | ||||
included as a simple example, not a serious suggestion.) | ||||
However, it will be impossible to completely replace currently | However, it will be impossible to completely replace currently | |||
deployed systems, so solutions for handling problems are in order. | deployed systems, so solutions for handling problems are in order. | |||
5.1 Fixed Solution | 5.1 Fixed Solution | |||
A number of organizations and groups have suggested a fixed solution | A number of organizations and groups have suggested a fixed solution | |||
to the problem of two digit years. Given a two-digit year YY, if YY | to the problem of two digit years. Given a two-digit year YY, if YY | |||
is greater than or equal to 50, the year shall be interpreted as 19YY; | is greater than or equal to 50, the year shall be interpreted as 19YY; | |||
and where YY is less than 50, the year shall be intrepreted as 20YY. | and where YY is less than 50, the year shall be intrepreted as 20YY. | |||
skipping to change at page 1, line 858 | skipping to change at page 1, line 850 | |||
years). In any case, more work is needed in this area in the not too | years). In any case, more work is needed in this area in the not too | |||
far distant future. | far distant future. | |||
16 Network Management | 16 Network Management | |||
16.1 Summary | 16.1 Summary | |||
The RFC's which were categorized into this group were the Simple | The RFC's which were categorized into this group were the Simple | |||
Network Management Protocol (SNMP), a large number of Management | Network Management Protocol (SNMP), a large number of Management | |||
Information Bases (MIBs) and the Common Management Information | Information Bases (MIBs) and the Common Management Information | |||
Protocol (CMIP). | Protocol over TCP/IP (CMOT). | |||
Although a few discrepancies have been found and outlined below, none | Although a few discrepancies have been found and outlined below, none | |||
of them should have an impact on interoperability. | of them should have an impact on interoperability. | |||
16.2 Specifics | 16.2 Specifics | |||
16.2.1 Use of GeneralizedTime in CMOT as defined in RFCs 1095 and 1189. | 16.2.1 Use of GeneralizedTime in CMOT as defined in RFCs 1095 and 1189. | |||
The standards for CMIP over TCP/IP specify an unusual use for the | The standards for CMOT specify an unusual use for the GeneralizedTime | |||
GeneralizedTime type. (GeneralizedTime has a four-digit | type. (GeneralizedTime has a four-digit representation of the year.) | |||
representation of the year.) | ||||
If the system generating the PDU does not have the current time, yet | If the system generating the PDU does not have the current time, yet | |||
does have the time since last boot, then GeneralizedTime can be used | does have the time since last boot, then GeneralizedTime can be used | |||
to encode this information. The time since last boot will be added to | to encode this information. The time since last boot will be added to | |||
the base time "0001 Jan 1 00:00:00.00" using the Gregorian calendar | the base time "0001 Jan 1 00:00:00.00" using the Gregorian calendar | |||
algorithm. | algorithm. | |||
This is really a "Year 0" problem rather than a Year 2000 problem, and | This is really a "Year 0" problem rather than a Year 2000 problem, and | |||
in any case, CMOT is not currently deployed. | in any case, CMOT is not currently deployed. | |||
skipping to change at page 1, line 899 | skipping to change at page 1, line 890 | |||
The first usage of UTCTime in the standards for SNMP definitions goes | The first usage of UTCTime in the standards for SNMP definitions goes | |||
all the way back to RFC 1303. It has persisted unchanged up through | all the way back to RFC 1303. It has persisted unchanged up through | |||
the current specifications in RFC 1902. The role of UTCTime in SNMP | the current specifications in RFC 1902. The role of UTCTime in SNMP | |||
definitions is to record the history of an SNMP MIB module in the | definitions is to record the history of an SNMP MIB module in the | |||
module itself, via two ASN.1 macros: | module itself, via two ASN.1 macros: | |||
o LAST-UPDATED | o LAST-UPDATED | |||
o REVISION | o REVISION | |||
Applications that store and use MIB modules need to be smart about | Management applications that store and use MIB modules need to be | |||
interpreting these UTCTimes, but with one exception, the times do not | smart about interpreting these UTCTimes, by prepending a "19" or a | |||
actually flow in the network. This one exception is the | "20" as appropriate. | |||
appnNodeMibVersion object in the APPN MIB (currently | ||||
draft-ietf-snanau- appnmib-04.txt, but soon to be published as an | ||||
RFC), which returns the value of LAST-UPDATED from the version of the | ||||
APPN MIB that an agent has implemented. An application that can | ||||
correctly interpret UTCTimes, by prepending a "19" or a "20" as | ||||
appropriate, in the MIB modules it has stored locally will be able to | ||||
interpret the value of this object correctly as well. | ||||
16.2.3 Objects in the Printer MIB (RFC 1559) | 16.2.3 Objects in the Printer MIB (RFC 1559) | |||
There are two objects in the Printer MIB that allow use of a date as | There are two objects in the Printer MIB that allow use of a date as | |||
an object value with no explicit guidance for formatting the value. | an object value with no explicit guidance for formatting the value. | |||
The objects are prtInterpreterLangVersion and prtInterpreterVersion. | The objects are prtInterpreterLangVersion and prtInterpreterVersion. | |||
Both are defined with a syntax of OCTET STRING. The descriptions for | Both are defined with a syntax of OCTET STRING. The descriptions for | |||
the objects allow the object value to contain a date, version code or | the objects allow the object value to contain a date, version code or | |||
other product specific information to identify the interpreter or | other product specific information to identify the interpreter or | |||
language. The descriptions do not include an explicit statement | language. The descriptions do not include an explicit statement | |||
skipping to change at page 1, line 3841 | skipping to change at page 1, line 3825 | |||
$OutStuff .= "$Msg found at line $WhereRealLine:\n"; | $OutStuff .= "$Msg found at line $WhereRealLine:\n"; | |||
$Start = $Where - 2; $End = $Where + 2; | $Start = $Where - 2; $End = $Where + 2; | |||
if($Where < 2) { $Start = 0 } | if($Where < 2) { $Start = 0 } | |||
if($Where > $LastLine - 2) { $End = $LastLine } | if($Where > $LastLine - 2) { $End = $LastLine } | |||
for($j = $Start; $j <= $End; $j += 1) { $OutStuff .= "$j: " | for($j = $Start; $j <= $End; $j += 1) { $OutStuff .= "$j: " | |||
. @All[$j] } | . @All[$j] } | |||
$OutStuff .= "\n"; | $OutStuff .= "\n"; | |||
} | } | |||
Appendix C: Output of the script in Appendix B on all RFC's from 1 | Appendix C: Output of the script in Appendix B on all RFC's from 1 | |||
through 2134 | through 2479 | |||
+=+=+=+=+= File rfc0052.txt +=+=+=+=+= | ||||
2000 found at line 141: | ||||
138: | ||||
139: Chuck Rose Case University | ||||
140: Jennings Computing Center (216) 368-2000 | ||||
141: Case Western Reserve University x2808 | ||||
142: 10900 Euclid Avenue | ||||
+=+=+=+=+= File rfc0090.txt +=+=+=+=+= | ||||
+=+=+=+=+= File rfc90.txt +=+=+=+=+= | ||||
2000 found at line 71: | 2000 found at line 71: | |||
68: consoles); | 68: consoles); | |||
69: | 69: | |||
70: j) Six data communication ports (3 dial @ 2000 baud, | 70: j) Six data communication ports (3 dial @ 2000 baud, | |||
71: 1 dedicated @ 4800 baud, and 2 dedicated @ 50,000 | 71: 1 dedicated @ 4800 baud, and 2 dedicated @ 50,000 | |||
72: baud) for remote batch entry terminals; | 72: baud) for remote batch entry terminals; | |||
+=+=+=+=+= File rfc230.txt +=+=+=+=+= | +=+=+=+=+= File rfc0230.txt +=+=+=+=+= | |||
2000 found at line 92: | 2000 found at line 92: | |||
89: as for conventional synchronous block communication, since start and | 89: as for conventional synchronous block communication, since start and | |||
90: stop bits for each character would need to be transmitted. This loss | 90: stop bits for each character would need to be transmitted. This loss | |||
91: is not substantial and does occur now for 2000 bps TIP-terminal | 91: is not substantial and does occur now for 2000 bps TIP-terminal | |||
92: communication. | 92: communication. | |||
93: | 93: | |||
2000 found at line 134: | 2000 found at line 134: | |||
131: 92 transmitting sites in the U.S. and Canada were used with standard | 131: 92 transmitting sites in the U.S. and Canada were used with standard | |||
132: Bell System Dataphone datasets used at both ends. At both 1200 and | 132: Bell System Dataphone datasets used at both ends. At both 1200 and | |||
133: 2000 bps, approximately 82% of the calls had error rates of 1 error in | 133: 2000 bps, approximately 82% of the calls had error rates of 1 error in | |||
134: 10^5 bits or better, assuming an equal number of short, medium, and | 134: 10^5 bits or better, assuming an equal number of short, medium, and | |||
135: long hauls. | 135: long hauls. | |||
+=+=+=+=+= File rfc241.txt +=+=+=+=+= | +=+=+=+=+= File rfc0241.txt +=+=+=+=+= | |||
2000 found at line 32: | 2000 found at line 32: | |||
29: justifiable on the basis that the IMP and Host computers were | 29: justifiable on the basis that the IMP and Host computers were | |||
30: expected to be either in the same room (up to 30 feet of cable) or, | 30: expected to be either in the same room (up to 30 feet of cable) or, | |||
31: via the Distant Host option, within 2000 feet on well- controlled, | 31: via the Distant Host option, within 2000 feet on well- controlled, | |||
32: shielded cables. A connection through common carrier facilities is | 32: shielded cables. A connection through common carrier facilities is | |||
33: not comparably free of errors. Usage of common- carrier lines for | 33: not comparably free of errors. Usage of common- carrier lines for | |||
+=+=+=+=+= File rfc263.txt +=+=+=+=+= | +=+=+=+=+= File rfc0263.txt +=+=+=+=+= | |||
2000 found at line 22: | 2000 found at line 22: | |||
19: of the occasional desire to interface a Host to some IMP via a | 19: of the occasional desire to interface a Host to some IMP via a | |||
20: long-distance connection (where long-distance, in this context, | 20: long-distance connection (where long-distance, in this context, | |||
21: is any cable run longer than 2000 feet but may typically be tens | 21: is any cable run longer than 2000 feet but may typically be tens | |||
22: of miles) via either a hard-wire or telephone circuit. We believe | 22: of miles) via either a hard-wire or telephone circuit. We believe | |||
23: that any good solution to the general problem of interfacing Hosts | 23: that any good solution to the general problem of interfacing Hosts | |||
+=+=+=+=+= File rfc662.txt +=+=+=+=+= | +=+=+=+=+= File rfc0662.txt +=+=+=+=+= | |||
2000 found at line 143: | 2000 found at line 143: | |||
140: by a rather short cable (approximately 100 feet long.) The CISL Multics is | 140: by a rather short cable (approximately 100 feet long.) The CISL Multics is | |||
141: connected to the IMP number 6 (port 0) by an approximately l5OO feet long cable. | 141: connected to the IMP number 6 (port 0) by an approximately l5OO feet long cable. | |||
142: 8oth IMPs are in close physical proximity (approximately 2000 feet,) and are | 142: 8oth IMPs are in close physical proximity (approximately 2000 feet,) and are | |||
143: connected to each other by a 5O kilobits per second line. The results given | 143: connected to each other by a 5O kilobits per second line. The results given | |||
144: above show considerable improvement in the performance with the new IMP DIM. | 144: above show considerable improvement in the performance with the new IMP DIM. | |||
+=+=+=+=+= File rfc713.txt +=+=+=+=+= | +=+=+=+=+= File rfc0713.txt +=+=+=+=+= | |||
2000 found at line 830: | 2000 found at line 830: | |||
827: succeeding bytes in the stream used to encode the object. | 827: succeeding bytes in the stream used to encode the object. | |||
828: | 828: | |||
829: A data object requiring 20000 (47040 octal) bytes would | 829: A data object requiring 20000 (47040 octal) bytes would | |||
830: appear in the stream as follows. | 830: appear in the stream as follows. | |||
831: | 831: | |||
2000 found at line 837: | 2000 found at line 837: | |||
834: 10000010 -- specifying that the next 2 bytes | 834: 10000010 -- specifying that the next 2 bytes | |||
835: contain the stream length | 835: contain the stream length | |||
skipping to change at page 1, line 3912 | skipping to change at page 1, line 3911 | |||
837: 00100000 -- second byte | 837: 00100000 -- second byte | |||
838: . | 838: . | |||
2000 found at line 845: | 2000 found at line 845: | |||
842: . | 842: . | |||
843: | 843: | |||
844: Interpretation of the contents of the 20000 bytes in | 844: Interpretation of the contents of the 20000 bytes in | |||
845: the stream can be performed by a module which knows the | 845: the stream can be performed by a module which knows the | |||
846: specific format of the non-atomic type specified by DEFGH in | 846: specific format of the non-atomic type specified by DEFGH in | |||
+=+=+=+=+= File rfc724.txt +=+=+=+=+= | +=+=+=+=+= File rfc0724.txt +=+=+=+=+= | |||
2-digit found at line 1046: | 2-digit found at line 1046: | |||
1043: <4-digit-year> | 1043: <4-digit-year> | |||
1044: <slash-date> ::= <numeric-month> "/" <date-of-month> | 1044: <slash-date> ::= <numeric-month> "/" <date-of-month> | |||
1045: "/" <2-digit-year> | 1045: "/" <2-digit-year> | |||
1046: <numeric-month> ::= <one or two decimal digits> | 1046: <numeric-month> ::= <one or two decimal digits> | |||
1047: <day-of-month> ::= <one or two decimal digits> | 1047: <day-of-month> ::= <one or two decimal digits> | |||
2-digit found at line 1062: | 2-digit found at line 1062: | |||
1059: | "December" | "Dec" | 1059: | "December" | "Dec" | |||
1060: <4-digit-year> ::= <four decimal digits> | 1060: <4-digit-year> ::= <four decimal digits> | |||
skipping to change at page 1, line 3941 | skipping to change at page 1, line 3941 | |||
1675: <4-digit-year> ::= <four decimal digits> | 1675: <4-digit-year> ::= <four decimal digits> | |||
1676: <24-hour-time> ::= <hour> <minute> | 1676: <24-hour-time> ::= <hour> <minute> | |||
2-digit found at line 1829: | 2-digit found at line 1829: | |||
1826: | 1826: | |||
1827: <slash-date> ::= <numeric-month> "/" <date-of-month> | 1827: <slash-date> ::= <numeric-month> "/" <date-of-month> | |||
1828: "/" <2-digit-year> | 1828: "/" <2-digit-year> | |||
1829: <space> ::= <TELNET ASCII space (decimal 32)> | 1829: <space> ::= <TELNET ASCII space (decimal 32)> | |||
1830: | 1830: | |||
+=+=+=+=+= File rfc731.txt +=+=+=+=+= | +=+=+=+=+= File rfc0731.txt +=+=+=+=+= | |||
2000 found at line 1571: | 2000 found at line 1571: | |||
1568: RFC 728, 1977. | 1568: RFC 728, 1977. | |||
1569: | 1569: | |||
1570: 9. Hazeltine 2000 Desk Top Display Operating Instructions. | 1570: 9. Hazeltine 2000 Desk Top Display Operating Instructions. | |||
1571: Hazeltine IB-1866A, 1870. | 1571: Hazeltine IB-1866A, 1870. | |||
1572: | 1572: | |||
+=+=+=+=+= File rfc732.txt +=+=+=+=+= | +=+=+=+=+= File rfc0732.txt +=+=+=+=+= | |||
2000 found at line 1681: | 2000 found at line 1681: | |||
1678: 1977. | 1678: 1977. | |||
1679: | 1679: | |||
1680: 9. Hazeltine 2000 Desk Top Display Operating Instructions. Hazeltine | 1680: 9. Hazeltine 2000 Desk Top Display Operating Instructions. Hazeltine | |||
1681: IB-1866A, 1870. | 1681: IB-1866A, 1870. | |||
1682: | 1682: | |||
+=+=+=+=+= File rfc733.txt +=+=+=+=+= | +=+=+=+=+= File rfc0733.txt +=+=+=+=+= | |||
2-digit found at line 333: | 2-digit found at line 333: | |||
330: | 330: | |||
331: "<n>(element)" is equivalent to "<n>*<n>(element)"; that is, | 331: "<n>(element)" is equivalent to "<n>*<n>(element)"; that is, | |||
332: exactly <n> occurrences of (element). Thus 2DIGIT is a 2-digit | 332: exactly <n> occurrences of (element). Thus 2DIGIT is a 2-digit | |||
333: number, and 3ALPHA is a string of three alphabetic characters. | 333: number, and 3ALPHA is a string of three alphabetic characters. | |||
334: | 334: | |||
2digit found at line 333: | 2digit found at line 333: | |||
330: | 330: | |||
331: "<n>(element)" is equivalent to "<n>*<n>(element)"; that is, | 331: "<n>(element)" is equivalent to "<n>*<n>(element)"; that is, | |||
skipping to change at page 1, line 4007 | skipping to change at page 1, line 4010 | |||
1718: date-field = "Date" ":" date-time | 1718: date-field = "Date" ":" date-time | |||
1719: date-time = [ day-of-week "," ] date time | 1719: date-time = [ day-of-week "," ] date time | |||
2digit found at line 1754: | 2digit found at line 1754: | |||
1751: host-indicator = 1*( ("at" / "@") node ) | 1751: host-indicator = 1*( ("at" / "@") node ) | |||
1752: host-phrase = phrase host-indicator | 1752: host-phrase = phrase host-indicator | |||
1753: hour = 2DIGIT [":"] 2DIGIT [ [":"] 2DIGIT ] | 1753: hour = 2DIGIT [":"] 2DIGIT [ [":"] 2DIGIT ] | |||
1754: HTAB = <TELNET ASCII horizontal-tab> | 1754: HTAB = <TELNET ASCII horizontal-tab> | |||
1755: | 1755: | |||
+=+=+=+=+= File rfc734.txt +=+=+=+=+= | +=+=+=+=+= File rfc0734.txt +=+=+=+=+= | |||
2000 found at line 184: | 2000 found at line 184: | |||
181: Bit name Value Meaning | 181: Bit name Value Meaning | |||
182: | 182: | |||
183: %TOALT 200000,,0 characters 175 and 176 are converted to | 183: %TOALT 200000,,0 characters 175 and 176 are converted to | |||
184: altmode (033) on input. | 184: altmode (033) on input. | |||
185: | 185: | |||
2000 found at line 264: | 2000 found at line 264: | |||
261: NORMALLY OFF. | 261: NORMALLY OFF. | |||
262: | 262: | |||
skipping to change at page 1, line 4036 | skipping to change at page 1, line 4040 | |||
354: | 354: | |||
355: %TXSFT 1000 Reserved, must be zero. | 355: %TXSFT 1000 Reserved, must be zero. | |||
2000 found at line 634: | 2000 found at line 634: | |||
631: Value Key | 631: Value Key | |||
632: | 632: | |||
633: 2000 Reserved | 633: 2000 Reserved | |||
634: 1000 Reserved | 634: 1000 Reserved | |||
635: 0400 <META> | 635: 0400 <META> | |||
+=+=+=+=+= File rfc738.txt +=+=+=+=+= | +=+=+=+=+= File rfc0738.txt +=+=+=+=+= | |||
1900 found at line 41: | 1900 found at line 41: | |||
38: without sending anything. | 38: without sending anything. | |||
39: | 39: | |||
40: The time is the number of seconds since 0000 (midnight) 1 January 1900 | 40: The time is the number of seconds since 0000 (midnight) 1 January 1900 | |||
41: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | 41: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | |||
42: base will serve until the year 2036. As a further example, the most | 42: base will serve until the year 2036. As a further example, the most | |||
1900 found at line 42: | 1900 found at line 42: | |||
39: | 39: | |||
40: The time is the number of seconds since 0000 (midnight) 1 January 1900 | 40: The time is the number of seconds since 0000 (midnight) 1 January 1900 | |||
41: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | 41: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | |||
42: base will serve until the year 2036. As a further example, the most | 42: base will serve until the year 2036. As a further example, the most | |||
43: recent leap year as of this writing began from the time 2,398,291,200 | 43: recent leap year as of this writing began from the time 2,398,291,200 | |||
+=+=+=+=+= File rfc745.txt +=+=+=+=+= | +=+=+=+=+= File rfc0745.txt +=+=+=+=+= | |||
2000 found at line 562: | 2000 found at line 562: | |||
559: Circuits, EIA standard RS-422," April 1975; Engineering Dept., | 559: Circuits, EIA standard RS-422," April 1975; Engineering Dept., | |||
560: Electronic Industries Assn., 2001 Eye St., N.W., Washington, D.C., | 560: Electronic Industries Assn., 2001 Eye St., N.W., Washington, D.C., | |||
561: 20006. | 561: 20006. | |||
562: | 562: | |||
563: REA bulletin 345-67, Rural Electrification Admin., U.S. Dept. of | 563: REA bulletin 345-67, Rural Electrification Admin., U.S. Dept. of | |||
+=+=+=+=+= File rfc746.txt +=+=+=+=+= | +=+=+=+=+= File rfc0746.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 341: | 'yy' on a line without 'yyyy' found at line 341: | |||
338: %TDGRF ;Enter graphics. | 338: %TDGRF ;Enter graphics. | |||
339: %GOCLR ;Clear the screen. | 339: %GOCLR ;Clear the screen. | |||
340: %GOMVA xx yy ;Set cursor. | 340: %GOMVA xx yy ;Set cursor. | |||
341: %GODLA xx yy ;Draw line from there. | 341: %GODLA xx yy ;Draw line from there. | |||
342: << repeat last two commands for each line >> | 342: << repeat last two commands for each line >> | |||
'yy' on a line without 'yyyy' found at line 342: | 'yy' on a line without 'yyyy' found at line 342: | |||
339: %GOCLR ;Clear the screen. | 339: %GOCLR ;Clear the screen. | |||
340: %GOMVA xx yy ;Set cursor. | 340: %GOMVA xx yy ;Set cursor. | |||
skipping to change at page 1, line 4081 | skipping to change at page 1, line 4088 | |||
342: << repeat last two commands for each line >> | 342: << repeat last two commands for each line >> | |||
343: %TDNOP ;Exit graphics. | 343: %TDNOP ;Exit graphics. | |||
2000 found at line 859: | 2000 found at line 859: | |||
856: %TRGIN 0,,400000 terminal can provide graphics input. | 856: %TRGIN 0,,400000 terminal can provide graphics input. | |||
857: | 857: | |||
858: %TRGHC 0,,200000 terminal has a hard-copy device to which output can | 858: %TRGHC 0,,200000 terminal has a hard-copy device to which output can | |||
859: be diverted. | 859: be diverted. | |||
860: | 860: | |||
+=+=+=+=+= File rfc752.txt +=+=+=+=+= | +=+=+=+=+= File rfc0752.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 218: | 'yy' on a line without 'yyyy' found at line 218: | |||
215: word 4 The name of the site in SIXBIT. | 215: word 4 The name of the site in SIXBIT. | |||
216: word 5 The user name who compiled the file, usually in SIXBIT. | 216: word 5 The user name who compiled the file, usually in SIXBIT. | |||
217: word 6 Date of compilation as SIXBIT YYMMDD. | 217: word 6 Date of compilation as SIXBIT YYMMDD. | |||
218: word 7 Time of compilation as SIXBIT HHMMSS. | 218: word 7 Time of compilation as SIXBIT HHMMSS. | |||
219: word 8 Address in file of NAME table. | 219: word 8 Address in file of NAME table. | |||
+=+=+=+=+= File rfc754.txt +=+=+=+=+= | +=+=+=+=+= File rfc0754.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 76: | 'yy' on a line without 'yyyy' found at line 76: | |||
73: | 73: | |||
74: Messages are transmitted as a character string to an address which is | 74: Messages are transmitted as a character string to an address which is | |||
75: specified "outside" the message. The destination host ("YYY") is | 75: specified "outside" the message. The destination host ("YYY") is | |||
76: specified to the sending (or user) FTP as the argument of the "open | 76: specified to the sending (or user) FTP as the argument of the "open | |||
77: connection" command, and the destination user ("XXX") is specified to | 77: connection" command, and the destination user ("XXX") is specified to | |||
'yy' on a line without 'yyyy' found at line 81: | 'yy' on a line without 'yyyy' found at line 81: | |||
78: the receiving (or server) FTP as the argument of the "MAIL" (or "MLFL") | 78: the receiving (or server) FTP as the argument of the "MAIL" (or "MLFL") | |||
79: command. In Tenex, when mail is queued this outside information is | 79: command. In Tenex, when mail is queued this outside information is | |||
skipping to change at page 1, line 4111 | skipping to change at page 1, line 4120 | |||
81: | 81: | |||
82: The proposed solutions are briefly characterized. | 82: The proposed solutions are briefly characterized. | |||
'yy' on a line without 'yyyy' found at line 239: | 'yy' on a line without 'yyyy' found at line 239: | |||
236: | 236: | |||
237: | 237: | |||
238: "[---].XXX@YYY", not anything from the header. Only the string "XXX" | 238: "[---].XXX@YYY", not anything from the header. Only the string "XXX" | |||
239: is passed to the FTP server. | 239: is passed to the FTP server. | |||
240: | 240: | |||
+=+=+=+=+= File rfc759.txt +=+=+=+=+= | +=+=+=+=+= File rfc0759.txt +=+=+=+=+= | |||
two-digit found at line 1414: | two-digit found at line 1414: | |||
1411: yyyy-mm-dd-hh:mm:ss,fff+hh:mm | 1411: yyyy-mm-dd-hh:mm:ss,fff+hh:mm | |||
1412: | 1412: | |||
1413: Where yyyy is the four-digit year, mm is the two-digit month, dd is | 1413: Where yyyy is the four-digit year, mm is the two-digit month, dd is | |||
1414: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | 1414: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | |||
1415: the two-digit minute, ss is the two-digit second, and fff is the | 1415: the two-digit minute, ss is the two-digit second, and fff is the | |||
two-digit found at line 1415: | two-digit found at line 1415: | |||
1412: | 1412: | |||
1413: Where yyyy is the four-digit year, mm is the two-digit month, dd is | 1413: Where yyyy is the four-digit year, mm is the two-digit month, dd is | |||
skipping to change at page 1, line 4133 | skipping to change at page 1, line 4143 | |||
1415: the two-digit minute, ss is the two-digit second, and fff is the | 1415: the two-digit minute, ss is the two-digit second, and fff is the | |||
1416: decimal fraction of the second. To this basic date and time is | 1416: decimal fraction of the second. To this basic date and time is | |||
two-digit found at line 1416: | two-digit found at line 1416: | |||
1413: Where yyyy is the four-digit year, mm is the two-digit month, dd is | 1413: Where yyyy is the four-digit year, mm is the two-digit month, dd is | |||
1414: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | 1414: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | |||
1415: the two-digit minute, ss is the two-digit second, and fff is the | 1415: the two-digit minute, ss is the two-digit second, and fff is the | |||
1416: decimal fraction of the second. To this basic date and time is | 1416: decimal fraction of the second. To this basic date and time is | |||
1417: appended the offset from Greenwich as plus or minus hh hours and mm | 1417: appended the offset from Greenwich as plus or minus hh hours and mm | |||
+=+=+=+=+= File rfc767.txt +=+=+=+=+= | +=+=+=+=+= File rfc0767.txt +=+=+=+=+= | |||
two-digit found at line 710: | two-digit found at line 710: | |||
707: yyyy-mm-dd-hh:mm:ss,fff+hh:mm | 707: yyyy-mm-dd-hh:mm:ss,fff+hh:mm | |||
708: | 708: | |||
709: Where yyyy is the four-digit year, mm is the two-digit month, dd is | 709: Where yyyy is the four-digit year, mm is the two-digit month, dd is | |||
710: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | 710: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | |||
711: the two-digit minute, ss is the two-digit second, and fff is the | 711: the two-digit minute, ss is the two-digit second, and fff is the | |||
two-digit found at line 711: | two-digit found at line 711: | |||
708: | 708: | |||
709: Where yyyy is the four-digit year, mm is the two-digit month, dd is | 709: Where yyyy is the four-digit year, mm is the two-digit month, dd is | |||
skipping to change at page 1, line 4155 | skipping to change at page 1, line 4166 | |||
711: the two-digit minute, ss is the two-digit second, and fff is the | 711: the two-digit minute, ss is the two-digit second, and fff is the | |||
712: decimal fraction of the second. To this basic date and time is | 712: decimal fraction of the second. To this basic date and time is | |||
two-digit found at line 712: | two-digit found at line 712: | |||
709: Where yyyy is the four-digit year, mm is the two-digit month, dd is | 709: Where yyyy is the four-digit year, mm is the two-digit month, dd is | |||
710: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | 710: the two-digit day, hh is the two-digit hour in 24 hour time, mm is | |||
711: the two-digit minute, ss is the two-digit second, and fff is the | 711: the two-digit minute, ss is the two-digit second, and fff is the | |||
712: decimal fraction of the second. To this basic date and time is | 712: decimal fraction of the second. To this basic date and time is | |||
713: appended the offset from Greenwich as plus or minus hh hours and mm | 713: appended the offset from Greenwich as plus or minus hh hours and mm | |||
+=+=+=+=+= File rfc786.txt +=+=+=+=+= | +=+=+=+=+= File rfc0786.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 71: | 'yy' on a line without 'yyyy' found at line 71: | |||
68: | 68: | |||
69: The date-time will be in the default TOPS20 ODTIM format | 69: The date-time will be in the default TOPS20 ODTIM format | |||
70: "dd-mmm-yy hh:mm:ss" (24 hour time). | 70: "dd-mmm-yy hh:mm:ss" (24 hour time). | |||
71: | 71: | |||
72: The files will named "arbitrary.NIMAIL.-1", where "arbitrary" will | 72: The files will named "arbitrary.NIMAIL.-1", where "arbitrary" will | |||
+=+=+=+=+= File rfc788.txt +=+=+=+=+= | +=+=+=+=+= File rfc0788.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 1592: | 'yy' on a line without 'yyyy' found at line 1592: | |||
1589: <daytime> ::= "at" <SP> <date> <SP> <time> | 1589: <daytime> ::= "at" <SP> <date> <SP> <time> | |||
1590: | 1590: | |||
1591: <date> ::= <dd> "-" <mon> "-" <yy> | 1591: <date> ::= <dd> "-" <mon> "-" <yy> | |||
1592: | 1592: | |||
1593: <time> ::= <hh> ":" <mm> ":" <ss> "-" <zone> | 1593: <time> ::= <hh> ":" <mm> ":" <ss> "-" <zone> | |||
'yy' on a line without 'yyyy' found at line 1602: | 'yy' on a line without 'yyyy' found at line 1602: | |||
1599: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | 1599: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | |||
1600: | 1600: | |||
skipping to change at page 1, line 4185 | skipping to change at page 1, line 4198 | |||
1602: range 01 to 99. | 1602: range 01 to 99. | |||
1603: | 1603: | |||
century found at line 1602: | century found at line 1602: | |||
1599: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | 1599: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | |||
1600: | 1600: | |||
1601: <yy> ::= the two decimal integer year of the century in the | 1601: <yy> ::= the two decimal integer year of the century in the | |||
1602: range 01 to 99. | 1602: range 01 to 99. | |||
1603: | 1603: | |||
+=+=+=+=+= File rfc809.txt +=+=+=+=+= | +=+=+=+=+= File rfc0809.txt +=+=+=+=+= | |||
2000 found at line 3349: | 2000 found at line 3349: | |||
3346: | 3346: | |||
3347: #define WID 0000000 /* Write Image Data */ | 3347: #define WID 0000000 /* Write Image Data */ | |||
3348: #define WGD 0020000 /* Write Graphic Data */ | 3348: #define WGD 0020000 /* Write Graphic Data */ | |||
3349: #define WAC 0022000 /* Write AlphanumCh */ | 3349: #define WAC 0022000 /* Write AlphanumCh */ | |||
3350: | 3350: | |||
2000 found at line 3350: | 2000 found at line 3350: | |||
3347: #define WID 0000000 /* Write Image Data */ | 3347: #define WID 0000000 /* Write Image Data */ | |||
3348: #define WGD 0020000 /* Write Graphic Data */ | 3348: #define WGD 0020000 /* Write Graphic Data */ | |||
skipping to change at page 1, line 4235 | skipping to change at page 1, line 4249 | |||
3405: #define LTHENH 01000 /* take lo byte then hi byte */ | 3405: #define LTHENH 01000 /* take lo byte then hi byte */ | |||
3406: #define DROPBYTE 0400 /* drop last byte */ | 3406: #define DROPBYTE 0400 /* drop last byte */ | |||
2000 found at line 3408: | 2000 found at line 3408: | |||
3405: #define LTHENH 01000 /* take lo byte then hi byte */ | 3405: #define LTHENH 01000 /* take lo byte then hi byte */ | |||
3406: #define DROPBYTE 0400 /* drop last byte */ | 3406: #define DROPBYTE 0400 /* drop last byte */ | |||
3407: #define INTERR 02000 /* SPD - Interrupt Enable */ | 3407: #define INTERR 02000 /* SPD - Interrupt Enable */ | |||
3408: #define TEST 04000 /* SPD - Diagnostic Test */ | 3408: #define TEST 04000 /* SPD - Diagnostic Test */ | |||
3409: | 3409: | |||
+=+=+=+=+= File rfc810.txt +=+=+=+=+= | +=+=+=+=+= File rfc0810.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 146: | 'yy' on a line without 'yyyy' found at line 146: | |||
143: , (comma) is used as a data element delimiter | 143: , (comma) is used as a data element delimiter | |||
144: | 144: | |||
145: XXX/YYY indicates protocol information of the type | 145: XXX/YYY indicates protocol information of the type | |||
146: TRANSPORT/SERVICE. | 146: TRANSPORT/SERVICE. | |||
147: | 147: | |||
+=+=+=+=+= File rfc820.txt +=+=+=+=+= | +=+=+=+=+= File rfc0820.txt +=+=+=+=+= | |||
2000 found at line 674: | 2000 found at line 674: | |||
671: 014.000.000.001 311031700035 00 PURDUE-TN [CXK] | 671: 014.000.000.001 311031700035 00 PURDUE-TN [CXK] | |||
672: 014.000.000.002 311060800027 00 UWISC-TN [CXK] | 672: 014.000.000.002 311060800027 00 UWISC-TN [CXK] | |||
673: 014.000.000.003 311030200024 00 UDEL-TN [CXK] | 673: 014.000.000.003 311030200024 00 UDEL-TN [CXK] | |||
674: 014.000.000.004 234219200149 23 UCL-VTEST [PK] | 674: 014.000.000.004 234219200149 23 UCL-VTEST [PK] | |||
675: 014.000.000.005 234219200300 23 UCL-TG [PK] | 675: 014.000.000.005 234219200300 23 UCL-TG [PK] | |||
+=+=+=+=+= File rfc821.txt +=+=+=+=+= | +=+=+=+=+= File rfc0821.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 1944: | 'yy' on a line without 'yyyy' found at line 1944: | |||
1941: <daytime> ::= <SP> <date> <SP> <time> | 1941: <daytime> ::= <SP> <date> <SP> <time> | |||
1942: | 1942: | |||
1943: <date> ::= <dd> <SP> <mon> <SP> <yy> | 1943: <date> ::= <dd> <SP> <mon> <SP> <yy> | |||
1944: | 1944: | |||
1945: <time> ::= <hh> ":" <mm> ":" <ss> <SP> <zone> | 1945: <time> ::= <hh> ":" <mm> ":" <ss> <SP> <zone> | |||
'yy' on a line without 'yyyy' found at line 1954: | 'yy' on a line without 'yyyy' found at line 1954: | |||
1951: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | 1951: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | |||
1952: | 1952: | |||
skipping to change at page 1, line 4273 | skipping to change at page 1, line 4290 | |||
1954: range 00 to 99. | 1954: range 00 to 99. | |||
1955: | 1955: | |||
century found at line 1954: | century found at line 1954: | |||
1951: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | 1951: "JUL" | "AUG" | "SEP" | "OCT" | "NOV" | "DEC" | |||
1952: | 1952: | |||
1953: <yy> ::= the two decimal integer year of the century in the | 1953: <yy> ::= the two decimal integer year of the century in the | |||
1954: range 00 to 99. | 1954: range 00 to 99. | |||
1955: | 1955: | |||
+=+=+=+=+= File rfc822.txt +=+=+=+=+= | +=+=+=+=+= File rfc0822.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 1635: | 'yy' on a line without 'yyyy' found at line 1635: | |||
1632: 5.1. SYNTAX | 1632: 5.1. SYNTAX | |||
1633: | 1633: | |||
1634: date-time = [ day "," ] date time ; dd mm yy | 1634: date-time = [ day "," ] date time ; dd mm yy | |||
1635: ; hh:mm:ss zzz | 1635: ; hh:mm:ss zzz | |||
1636: | 1636: | |||
'yy' on a line without 'yyyy' found at line 2701: | 'yy' on a line without 'yyyy' found at line 2701: | |||
2698: dates = orig-date ; Original | 2698: dates = orig-date ; Original | |||
2699: [ resent-date ] ; Forwarded | 2699: [ resent-date ] ; Forwarded | |||
skipping to change at page 1, line 4330 | skipping to change at page 1, line 4348 | |||
2697: ; e.g. 20 Jun 82 | 2697: ; e.g. 20 Jun 82 | |||
2698: dates = orig-date ; Original | 2698: dates = orig-date ; Original | |||
2digit found at line 2747: | 2digit found at line 2747: | |||
2744: field-name = 1*<any CHAR, excluding CTLs, SPACE, and ":"> | 2744: field-name = 1*<any CHAR, excluding CTLs, SPACE, and ":"> | |||
2745: group = phrase ":" [#mailbox] ";" | 2745: group = phrase ":" [#mailbox] ";" | |||
2746: hour = 2DIGIT ":" 2DIGIT [":" 2DIGIT] | 2746: hour = 2DIGIT ":" 2DIGIT [":" 2DIGIT] | |||
2747: ; 00:00:00 - 23:59:59 | 2747: ; 00:00:00 - 23:59:59 | |||
2748: HTAB = <ASCII HT, horizontal-tab> ; ( 11, 9.) | 2748: HTAB = <ASCII HT, horizontal-tab> ; ( 11, 9.) | |||
+=+=+=+=+= File rfc850.txt +=+=+=+=+= | +=+=+=+=+= File rfc0850.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 227: | 'yy' on a line without 'yyyy' found at line 227: | |||
224: network. One format that is acceptable to both is | 224: network. One format that is acceptable to both is | |||
225: | 225: | |||
226: Weekday, DD-Mon-YY HH:MM:SS TIMEZONE | 226: Weekday, DD-Mon-YY HH:MM:SS TIMEZONE | |||
227: | 227: | |||
228: Several examples of valid dates appear in the sample | 228: Several examples of valid dates appear in the sample | |||
+=+=+=+=+= File rfc867.txt +=+=+=+=+= | +=+=+=+=+= File rfc0867.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 67: | 'yy' on a line without 'yyyy' found at line 67: | |||
64: Another popular syntax is that used in SMTP: | 64: Another popular syntax is that used in SMTP: | |||
65: | 65: | |||
66: dd mmm yy hh:mm:ss zzz | 66: dd mmm yy hh:mm:ss zzz | |||
67: | 67: | |||
68: Example: | 68: Example: | |||
+=+=+=+=+= File rfc868.txt +=+=+=+=+= | +=+=+=+=+= File rfc0868.txt +=+=+=+=+= | |||
1900 found at line 19: | 1900 found at line 19: | |||
16: This protocol provides a site-independent, machine readable date and | 16: This protocol provides a site-independent, machine readable date and | |||
17: time. The Time service sends back to the originating source the time in | 17: time. The Time service sends back to the originating source the time in | |||
18: seconds since midnight on January first 1900. | 18: seconds since midnight on January first 1900. | |||
19: | 19: | |||
20: One motivation arises from the fact that not all systems have a | 20: One motivation arises from the fact that not all systems have a | |||
1900 found at line 83: | 1900 found at line 83: | |||
80: The Time | 80: The Time | |||
81: | 81: | |||
skipping to change at page 1, line 4368 | skipping to change at page 1, line 4389 | |||
83: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | 83: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | |||
84: base will serve until the year 2036. | 84: base will serve until the year 2036. | |||
1900 found at line 84: | 1900 found at line 84: | |||
81: | 81: | |||
82: The time is the number of seconds since 00:00 (midnight) 1 January 1900 | 82: The time is the number of seconds since 00:00 (midnight) 1 January 1900 | |||
83: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | 83: GMT, such that the time 1 is 12:00:01 am on 1 January 1900 GMT; this | |||
84: base will serve until the year 2036. | 84: base will serve until the year 2036. | |||
85: | 85: | |||
+=+=+=+=+= File rfc869.txt +=+=+=+=+= | +=+=+=+=+= File rfc0869.txt +=+=+=+=+= | |||
2000 found at line 1639: | 2000 found at line 1639: | |||
1636: 400 HDH | 1636: 400 HDH | |||
1637: 1000 Cassette Writer | 1637: 1000 Cassette Writer | |||
1638: 2000 Propagation Delay Measurement | 1638: 2000 Propagation Delay Measurement | |||
1639: 4000 X25 | 1639: 4000 X25 | |||
1640: 10000 Profile Measurements | 1640: 10000 Profile Measurements | |||
2000 found at line 1642: | 2000 found at line 1642: | |||
1639: 4000 X25 | 1639: 4000 X25 | |||
1640: 10000 Profile Measurements | 1640: 10000 Profile Measurements | |||
skipping to change at page 1, line 4397 | skipping to change at page 1, line 4419 | |||
1669: 4000 Packet Trace ON | 1669: 4000 Packet Trace ON | |||
1670: 10000 Host Data Checksum is BAD | 1670: 10000 Host Data Checksum is BAD | |||
2000 found at line 1672: | 2000 found at line 1672: | |||
1669: 4000 Packet Trace ON | 1669: 4000 Packet Trace ON | |||
1670: 10000 Host Data Checksum is BAD | 1670: 10000 Host Data Checksum is BAD | |||
1671: 20000 Reload Location SET | 1671: 20000 Reload Location SET | |||
1672: | 1672: | |||
1673: | 1673: | |||
+=+=+=+=+= File rfc884.txt +=+=+=+=+= | +=+=+=+=+= File rfc0884.txt +=+=+=+=+= | |||
2000 found at line 236: | 2000 found at line 236: | |||
233: GENERAL-TERMINAL-100A | 233: GENERAL-TERMINAL-100A | |||
234: HAZELTINE-1500 | 234: HAZELTINE-1500 | |||
235: HAZELTINE-2000 | 235: HAZELTINE-2000 | |||
236: HP-2621 | 236: HP-2621 | |||
237: HP-2640A | 237: HP-2640A | |||
+=+=+=+=+= File rfc899.txt +=+=+=+=+= | +=+=+=+=+= File rfc0899.txt +=+=+=+=+= | |||
1900 found at line 337: | 1900 found at line 337: | |||
334: provides a site-independent, machine readable date and time. The | 334: provides a site-independent, machine readable date and time. The | |||
335: Time service sends back to the originating source the time in seconds | 335: Time service sends back to the originating source the time in seconds | |||
336: since midnight on January first 1900. | 336: since midnight on January first 1900. | |||
337: | 337: | |||
338: 867 Postel May 83 Daytime Protocol | 338: 867 Postel May 83 Daytime Protocol | |||
+=+=+=+=+= File rfc900.txt +=+=+=+=+= | +=+=+=+=+= File rfc0900.txt +=+=+=+=+= | |||
2000 found at line 1595: | 2000 found at line 1595: | |||
1592: HAZELTINE-1510 | 1592: HAZELTINE-1510 | |||
1593: HAZELTINE-1520 | 1593: HAZELTINE-1520 | |||
1594: HAZELTINE-2000 | 1594: HAZELTINE-2000 | |||
1595: HP-2621 | 1595: HP-2621 | |||
1596: HP-2621A | 1596: HP-2621A | |||
+=+=+=+=+= File rfc909.txt +=+=+=+=+= | +=+=+=+=+= File rfc0909.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 859: | 'yy' on a line without 'yyyy' found at line 859: | |||
856: responses from the target. A session begins when a host opens a | 856: responses from the target. A session begins when a host opens a | |||
857: transport connection to a target listening on a well known port. | 857: transport connection to a target listening on a well known port. | |||
858: LDP uses RDP port number zzz or TCP port number yyy. When the | 858: LDP uses RDP port number zzz or TCP port number yyy. When the | |||
859: connection has been established, the host sends a HELLO command, | 859: connection has been established, the host sends a HELLO command, | |||
860: and the target replies with a HELLO_REPLY. The HELLO_REPLY | 860: and the target replies with a HELLO_REPLY. The HELLO_REPLY | |||
+=+=+=+=+= File rfc923.txt +=+=+=+=+= | +=+=+=+=+= File rfc0923.txt +=+=+=+=+= | |||
2000 found at line 1769: | 2000 found at line 1769: | |||
1766: HAZELTINE-1510 | 1766: HAZELTINE-1510 | |||
1767: HAZELTINE-1520 | 1767: HAZELTINE-1520 | |||
1768: HAZELTINE-2000 | 1768: HAZELTINE-2000 | |||
1769: HP-2621 | 1769: HP-2621 | |||
1770: HP-2621A | 1770: HP-2621A | |||
+=+=+=+=+= File rfc937.txt +=+=+=+=+= | +=+=+=+=+= File rfc0937.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 327: | 'yy' on a line without 'yyyy' found at line 327: | |||
324: FOLD mailbox - Error | 324: FOLD mailbox - Error | |||
325: READ [n] #xxx | 325: READ [n] #xxx | |||
326: RETR =yyy | 326: RETR =yyy | |||
327: ACKS | 327: ACKS | |||
328: ACKD | 328: ACKD | |||
+=+=+=+=+= File rfc943.txt +=+=+=+=+= | +=+=+=+=+= File rfc0943.txt +=+=+=+=+= | |||
2000 found at line 1829: | 2000 found at line 1829: | |||
1826: HAZELTINE-1510 | 1826: HAZELTINE-1510 | |||
1827: HAZELTINE-1520 | 1827: HAZELTINE-1520 | |||
1828: HAZELTINE-2000 | 1828: HAZELTINE-2000 | |||
1829: HP-2621 | 1829: HP-2621 | |||
1830: HP-2621A | 1830: HP-2621A | |||
+=+=+=+=+= File rfc952.txt +=+=+=+=+= | +=+=+=+=+= File rfc0952.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 159: | 'yy' on a line without 'yyyy' found at line 159: | |||
156: ,(comma) is used as a data element delimiter | 156: ,(comma) is used as a data element delimiter | |||
157: | 157: | |||
158: XXX/YYY indicates protocol information of the type | 158: XXX/YYY indicates protocol information of the type | |||
159: TRANSPORT/SERVICE. | 159: TRANSPORT/SERVICE. | |||
160: | 160: | |||
+=+=+=+=+= File rfc956.txt +=+=+=+=+= | +=+=+=+=+= File rfc0956.txt +=+=+=+=+= | |||
1900 found at line 748: | 1900 found at line 748: | |||
745: | 745: | |||
746: 3. The data format should be based on the UDP Time format, which | 746: 3. The data format should be based on the UDP Time format, which | |||
747: specifies 32-bit time in seconds since 1 January 1900, but | 747: specifies 32-bit time in seconds since 1 January 1900, but | |||
748: extended additional bits for the fractional part of a second. | 748: extended additional bits for the fractional part of a second. | |||
749: | 749: | |||
1900 found at line 826: | 1900 found at line 826: | |||
823: experiment the results indicated by UDP and ICMP are compared. In | 823: experiment the results indicated by UDP and ICMP are compared. In | |||
824: the UDP Time protocol time is indicated as a 32-bit field in seconds | 824: the UDP Time protocol time is indicated as a 32-bit field in seconds | |||
skipping to change at page 1, line 4483 | skipping to change at page 1, line 4514 | |||
826: time is indicated as a 32-bit field in milliseconds past 0000 UT of | 826: time is indicated as a 32-bit field in milliseconds past 0000 UT of | |||
827: each day. | 827: each day. | |||
2000 found at line 1392: | 2000 found at line 1392: | |||
1389: CU-ARPA.CS.CORNELL.EDU -1 -514 | 1389: CU-ARPA.CS.CORNELL.EDU -1 -514 | |||
1390: UCI-ICSE.ARPA -1 -1896 | 1390: UCI-ICSE.ARPA -1 -1896 | |||
1391: UCI-ICSC.ARPA 1 2000 | 1391: UCI-ICSC.ARPA 1 2000 | |||
1392: DCN9.ARPA -7 -6610 | 1392: DCN9.ARPA -7 -6610 | |||
1393: TRANTOR.ARPA 10 10232 | 1393: TRANTOR.ARPA 10 10232 | |||
+=+=+=+=+= File rfc958.txt +=+=+=+=+= | +=+=+=+=+= File rfc0958.txt +=+=+=+=+= | |||
century found at line 41: | century found at line 41: | |||
38: NTP provides the protocol mechanisms to synchronize time in principle | 38: NTP provides the protocol mechanisms to synchronize time in principle | |||
39: to precisions in the order of nanoseconds while preserving a | 39: to precisions in the order of nanoseconds while preserving a | |||
40: non-ambiguous date, at least for this century. The protocol includes | 40: non-ambiguous date, at least for this century. The protocol includes | |||
41: provisions to specify the precision and estimated error of the local | 41: provisions to specify the precision and estimated error of the local | |||
42: clock and the characteristics of the reference clock to which it may | 42: clock and the characteristics of the reference clock to which it may | |||
1900 found at line 143: | 1900 found at line 143: | |||
140: | 140: | |||
141: NTP timestamps are represented as a 64-bit fixed-point number, in | 141: NTP timestamps are represented as a 64-bit fixed-point number, in | |||
142: seconds relative to 0000 UT on 1 January 1900. The integer part is | 142: seconds relative to 0000 UT on 1 January 1900. The integer part is | |||
143: in the first 32 bits and the fraction part in the last 32 bits, as | 143: in the first 32 bits and the fraction part in the last 32 bits, as | |||
144: shown in the following diagram. | 144: shown in the following diagram. | |||
+=+=+=+=+= File rfc960.txt +=+=+=+=+= | +=+=+=+=+= File rfc0960.txt +=+=+=+=+= | |||
2000 found at line 1659: | 2000 found at line 1659: | |||
1656: 014.000.000.018 2624-522-80900 52 DFVLR5-X25 [HDC1] | 1656: 014.000.000.018 2624-522-80900 52 DFVLR5-X25 [HDC1] | |||
1657: 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW] | 1657: 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW] | |||
1658: 014.000.000.020 5052-737-20000 50 UQNET [AXH] | 1658: 014.000.000.020 5052-737-20000 50 UQNET [AXH] | |||
1659: 014.000.000.021 3020-801-00057 50 DMC-CRC1 [JR17] | 1659: 014.000.000.021 3020-801-00057 50 DMC-CRC1 [JR17] | |||
1660: 014.000.000.022-014.255.255.254 Unassigned [JBP] | 1660: 014.000.000.022-014.255.255.254 Unassigned [JBP] | |||
2000 found at line 1984: | 2000 found at line 1984: | |||
1981: AEGIS | 1981: AEGIS | |||
1982: APOLLO | 1982: APOLLO | |||
skipping to change at page 1, line 4520 | skipping to change at page 1, line 4553 | |||
1984: CEDAR | 1984: CEDAR | |||
1985: CGW | 1985: CGW | |||
2000 found at line 2350: | 2000 found at line 2350: | |||
2347: HAZELTINE-1510 | 2347: HAZELTINE-1510 | |||
2348: HAZELTINE-1520 | 2348: HAZELTINE-1520 | |||
2349: HAZELTINE-2000 | 2349: HAZELTINE-2000 | |||
2350: HP-2621 | 2350: HP-2621 | |||
2351: HP-2621A | 2351: HP-2621A | |||
+=+=+=+=+= File rfc973.txt +=+=+=+=+= | +=+=+=+=+= File rfc0973.txt +=+=+=+=+= | |||
2000 found at line 377: | 2000 found at line 377: | |||
374: We might add the following to the parent zone: | 374: We might add the following to the parent zone: | |||
375: | 375: | |||
376: 99.128.IN-ADDR.ARPA. 2000 NS Q.ISI.EDU. | 376: 99.128.IN-ADDR.ARPA. 2000 NS Q.ISI.EDU. | |||
377: 2000 NS XX.MIT.EDU. | 377: 2000 NS XX.MIT.EDU. | |||
378: Q.ISI.EDU. 2000 A <address of Q.ISI.EDU.> | 378: Q.ISI.EDU. 2000 A <address of Q.ISI.EDU.> | |||
2000 found at line 378: | 2000 found at line 378: | |||
375: | 375: | |||
376: 99.128.IN-ADDR.ARPA. 2000 NS Q.ISI.EDU. | 376: 99.128.IN-ADDR.ARPA. 2000 NS Q.ISI.EDU. | |||
skipping to change at page 1, line 4577 | skipping to change at page 1, line 4611 | |||
387: XX.MIT.EDU. 2000 A <address of XX.MIT.EDU.> | 387: XX.MIT.EDU. 2000 A <address of XX.MIT.EDU.> | |||
388: | 388: | |||
2000 found at line 388: | 2000 found at line 388: | |||
385: 5000 SOA <SOA information> | 385: 5000 SOA <SOA information> | |||
386: Q.ISI.EDU. 2000 A <address of Q.ISI.EDU.> | 386: Q.ISI.EDU. 2000 A <address of Q.ISI.EDU.> | |||
387: XX.MIT.EDU. 2000 A <address of XX.MIT.EDU.> | 387: XX.MIT.EDU. 2000 A <address of XX.MIT.EDU.> | |||
388: | 388: | |||
389: SOA serials | 389: SOA serials | |||
+=+=+=+=+= File rfc977.txt +=+=+=+=+= | +=+=+=+=+= File rfc0977.txt +=+=+=+=+= | |||
'yy' on a line without 'yyyy' found at line 814: | 'yy' on a line without 'yyyy' found at line 814: | |||
811: the same format as the LIST command. | 811: the same format as the LIST command. | |||
812: | 812: | |||
813: The date is sent as 6 digits in the format YYMMDD, where YY is the | 813: The date is sent as 6 digits in the format YYMMDD, where YY is the | |||
814: last two digits of the year, MM is the two digits of the month (with | 814: last two digits of the year, MM is the two digits of the month (with | |||
815: leading zero, if appropriate), and DD is the day of the month (with | 815: leading zero, if appropriate), and DD is the day of the month (with | |||
century found at line 817: | century found at line 817: | |||
814: last two digits of the year, MM is the two digits of the month (with | 814: last two digits of the year, MM is the two digits of the month (with | |||
815: leading zero, if appropriate), and DD is the day of the month (with | 815: leading zero, if appropriate), and DD is the day of the month (with | |||
skipping to change at page 1, line 4627 | skipping to change at page 1, line 4662 | |||
1282: S: 230 New news since 850515 020000 follows | 1282: S: 230 New news since 850515 020000 follows | |||
1283: S: <1772@foo.UUCP> | 1283: S: <1772@foo.UUCP> | |||
2000 found at line 1283: | 2000 found at line 1283: | |||
1280: (client asks for new news articles since 2 am, May 15, 1985) | 1280: (client asks for new news articles since 2 am, May 15, 1985) | |||
1281: C: NEWNEWS * 850515 020000 | 1281: C: NEWNEWS * 850515 020000 | |||
1282: S: 230 New news since 850515 020000 follows | 1282: S: 230 New news since 850515 020000 follows | |||
1283: S: <1772@foo.UUCP> | 1283: S: <1772@foo.UUCP> | |||
1284: S: <87623@baz.UUCP> | 1284: S: <87623@baz.UUCP> | |||
+=+=+=+=+= File rfc985.txt +=+=+=+=+= | +=+=+=+=+= File rfc0985.txt +=+=+=+=+= | |||
2000 found at line 505: | 2000 found at line 505: | |||
502: Very Distant Host (VDH) methods are not recommended for new | 502: Very Distant Host (VDH) methods are not recommended for new | |||
503: implementations. The Distant Host (DH) method is used when the | 503: implementations. The Distant Host (DH) method is used when the | |||
504: host and IMP are separated by not more than about 2000 feet of | 504: host and IMP are separated by not more than about 2000 feet of | |||
505: cable, while the HDLC Distant Host is used for greater distances | 505: cable, while the HDLC Distant Host is used for greater distances | |||
506: where a modem is required. Retransmission, resequencing and flow | 506: where a modem is required. Retransmission, resequencing and flow | |||
+=+=+=+=+= File rfc987.txt +=+=+=+=+= | +=+=+=+=+= File rfc0987.txt +=+=+=+=+= | |||
UTCTime found at line 1100: | UTCTime found at line 1100: | |||
1097: X.408 (sections 4.2.2 and 5.2.2). | 1097: X.408 (sections 4.2.2 and 5.2.2). | |||
1098: | 1098: | |||
1099: 3.3.5. UTCTime | 1099: 3.3.5. UTCTime | |||
1100: | 1100: | |||
1101: Both UTCTime and the RFC 822 822.date-time syntax contain: Year | 1101: Both UTCTime and the RFC 822 822.date-time syntax contain: Year | |||
UTCTime found at line 1102: | UTCTime found at line 1102: | |||
1099: 3.3.5. UTCTime | 1099: 3.3.5. UTCTime | |||
1100: | 1100: | |||
skipping to change at page 1, line 4678 | skipping to change at page 1, line 4715 | |||
3910: the value at the time of translation. | 3910: the value at the time of translation. | |||
3911: | 3911: | |||
2digit found at line 2785: | 2digit found at line 2785: | |||
2782: last-trace ";" | 2782: last-trace ";" | |||
2783: "ext" 1*DIGIT | 2783: "ext" 1*DIGIT | |||
2784: "flags" 2DIGIT | 2784: "flags" 2DIGIT | |||
2785: [ "intended" mailbox ] ";" | 2785: [ "intended" mailbox ] ";" | |||
2786: [ "info" printablestring ] | 2786: [ "info" printablestring ] | |||
+=+=+=+=+= File rfc990.txt +=+=+=+=+= | +=+=+=+=+= File rfc0990.txt +=+=+=+=+= | |||
2000 found at line 2265: | 2000 found at line 2265: | |||
2262: 014.000.000.018 2624-522-80900 52 DFVLR5-X25 [GB7] | 2262: 014.000.000.018 2624-522-80900 52 DFVLR5-X25 [GB7] | |||
2263: 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW] | 2263: 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW] | |||
2264: 014.000.000.020 5052-737-20000 50 UQNET [AXH] | 2264: 014.000.000.020 5052-737-20000 50 UQNET [AXH] | |||
2265: 014.000.000.021 3020-801-00057 50 DMC-CRC1 [JR17] | 2265: 014.000.000.021 3020-801-00057 50 DMC-CRC1 [JR17] | |||
2266: 014.000.000.022 2624-522-80902 77 DFVLRVAX-X25 [GB7] | 2266: 014.000.000.022 2624-522-80902 77 DFVLRVAX-X25 [GB7] | |||
2000 found at line 2584: | 2000 found at line 2584: | |||
2581: AEGIS | 2581: AEGIS | |||
2582: APOLLO | 2582: APOLLO | |||
skipping to change at page 1, line 4700 | skipping to change at page 1, line 4738 | |||
2584: CEDAR | 2584: CEDAR | |||
2585: CGW | 2585: CGW | |||
2000 found at line 2945: | 2000 found at line 2945: | |||
2942: HAZELTINE-1510 | 2942: HAZELTINE-1510 | |||
2943: HAZELTINE-1520 | 2943: HAZELTINE-1520 | |||
2944: HAZELTINE-2000 | 2944: HAZELTINE-2000 | |||
2945: HP-2621 | 2945: HP-2621 | |||
2946: HP-2621A | 2946: HP-2621A | |||
+=+=+=+=+= File rfc996.txt +=+=+=+=+= | +=+=+=+=+= File rfc0996.txt +=+=+=+=+= | |||
2000 found at line 76: | 2000 found at line 76: | |||
73: | 73: | |||
74: Process type: 000027 options: 040000 | 74: Process type: 000027 options: 040000 | |||
75: Subnet: DMV status: 376 hello: 15 timeout: 2000 | 75: Subnet: DMV status: 376 hello: 15 timeout: 2000 | |||
76: Foreign address: [192.5.39.87] max size: 576 | 76: Foreign address: [192.5.39.87] max size: 576 | |||
77: Input packets 3645 Output packets 3690 | 77: Input packets 3645 Output packets 3690 | |||
+=+=+=+=+= File rfc1000.txt +=+=+=+=+= | +=+=+=+=+= File rfc1000.txt +=+=+=+=+= | |||
1900 found at line 3105: | 1900 found at line 3105: | |||
3102: protocol provides a site-independent, machine readable date and | 3102: protocol provides a site-independent, machine readable date and | |||
3103: time. The Time service sends back to the originating source the | 3103: time. The Time service sends back to the originating source the | |||
3104: time in seconds since midnight on January first 1900. | 3104: time in seconds since midnight on January first 1900. | |||
3105: | 3105: | |||
3106: 867 Postel May 83 Daytime Protocol | 3106: 867 Postel May 83 Daytime Protocol | |||
+=+=+=+=+= File rfc1009.txt +=+=+=+=+= | +=+=+=+=+= File rfc1009.txt +=+=+=+=+= | |||
2000 found at line 1412: | 2000 found at line 1412: | |||
1409: method is used when the host and IMP (the Defense Communication | 1409: method is used when the host and IMP (the Defense Communication | |||
1410: Agency calls it a Packet Switch Node or PSN) are separated by not | 1410: Agency calls it a Packet Switch Node or PSN) are separated by not | |||
1411: more than about 2000 feet of cable, while the HDLC Distant Host | 1411: more than about 2000 feet of cable, while the HDLC Distant Host | |||
1412: (HDH) is used for greater distances where a modem is required. | 1412: (HDH) is used for greater distances where a modem is required. | |||
1413: Under HDH, retransmission, resequencing and flow control are | 1413: Under HDH, retransmission, resequencing and flow control are | |||
+=+=+=+=+= File rfc1010.txt +=+=+=+=+= | +=+=+=+=+= File rfc1010.txt +=+=+=+=+= | |||
2000 found at line 969: | 2000 found at line 969: | |||
966: 014.000.000.018 2624-522-80900 52 DFVLR5-X25 [GB7] | 966: 014.000.000.018 2624-522-80900 52 DFVLR5-X25 [GB7] | |||
967: 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW] | 967: 014.000.000.019 2041-170-10000 00 SHAPE-X25 [JFW] | |||
968: 014.000.000.020 5052-737-20000 50 UQNET [AXH] | 968: 014.000.000.020 5052-737-20000 50 UQNET [AXH] | |||
969: 014.000.000.021 3020-801-00057 50 DMC-CRC1 [JR17] | 969: 014.000.000.021 3020-801-00057 50 DMC-CRC1 [JR17] | |||
970: 014.000.000.022 2624-522-80902 77 DFVLRVAX-X25 [GB7] | 970: 014.000.000.022 2624-522-80902 77 DFVLRVAX-X25 [GB7] | |||
2000 found at line 1353: | 2000 found at line 1353: | |||
1350: AEGIS | 1350: AEGIS | |||
1351: APOLLO | 1351: APOLLO | |||
skipping to change at page 1, line 5538 | skipping to change at page 1, line 5629 | |||
4808: | 4808: | |||
2000 found at line 4812: | 2000 found at line 4812: | |||
4809: AVAILABILITY | 4809: AVAILABILITY | |||
4810: | 4810: | |||
4811: The dual-stack OSI/TCP terminal server and its "SW/2000-OT Vers 1.0" | 4811: The dual-stack OSI/TCP terminal server and its "SW/2000-OT Vers 1.0" | |||
4812: software is available from: | 4812: software is available from: | |||
4813: | 4813: | |||
+=+=+=+=+= File rfc1295.txt +=+=+=+=+= | +=+=+=+=+= File rfc1295.txt +=+=+=+=+= | |||
2000 found at line 98: | 2000 found at line 98: | |||
95: Rapport Communication | 95: Rapport Communication | |||
96: 3055 Q Street NW | 96: 3055 Q Street NW | |||
97: Washington, DC 20007 | 97: Washington, DC 20007 | |||
98: | 98: | |||
99: Phone: +1 202-342-2727 | 99: Phone: +1 202-342-2727 | |||
+=+=+=+=+= File rfc1303.txt +=+=+=+=+= | +=+=+=+=+= File rfc1303.txt +=+=+=+=+= | |||
UTCTime found at line 189: | UTCTime found at line 189: | |||
186: TYPE NOTATION ::= | 186: TYPE NOTATION ::= | |||
187: "LAST-UPDATED" | 187: "LAST-UPDATED" | |||
188: value(update UTCTime) | 188: value(update UTCTime) | |||
189: "PRODUCT-RELEASE" | 189: "PRODUCT-RELEASE" | |||
190: value(release DisplayString) | 190: value(release DisplayString) | |||
+=+=+=+=+= File rfc1305.pdf +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 40: | ||||
37: ˼…KÆã;x_I×à‘ù '+Oi§^*@JºH9¿û<wåìv&û£u&tÃ3>*˜,ÀáÊ^£%‰îþ=õ½P4U.²3£²n²ŽÆlÖè½9š {Vc’i>‹¢âÚÒËÙÏÂloÂÔöà¶#38: Í‚B-¥wÛdÞî¶XÐÍ2¹ý’îá¨ÅþH>Œ11IJp?ÃhêȲ<˜Þ„+»ÉqE[t÷tg¼“ó${ò•nRyç´±PCê6Nõ'«éÜ›Èöü…nìpB9é!ÝRðÚœMÚ™«Ç:Wü ½A^¨ÕZÇp39: H‰ì—ßr›8ÆŸÀï K±3P$Ä¿ËlZw²³éz¶7í^P¬Ø4€2 7“>}‚0t;MœÉÄF¶áÇw¾óéÏdñjIAÉå‚Pä¼QŸ9‘‚ˆ:¾‡’rá¢ÍâÕÛ‚6'ÙÂv×…³nqb‚S+ÄŸŽÄ%²ˆOE%y%7ÖÉ_ð#LÿˆM|ÇC6u(CÉkµ˜Z‚X6q±cÙ”2£³JÖb½Ëd.*ËŽàKMö‡ÈAèeØ[Ä^àPžPýˆïÌ´¾œÕL[Oµ‰C=Žœv†:!Æïy‘J¾V‡ ϶•(ÄæÖ²Yðò$:”´E™üôèP½·ä%:©³m.y&w5·l?Žè]+ÔÈÙë3+ùrT(5FZÔPãYy]ð¬$Uf40: ü¯Rd”Ææ m’ad04;G„_§2UïKQ—©±úÂmrØ:aèÐàв§ÛzFç‡Ø•-Œüåjž@ïŸäèCZç)¤±Y€?Öh•ÖiÉ%¯á‘„ö„/ñi5ºxl‹mbu{X}Ú™–í©(KÕ]"Ü¡ƒŠ[#Xâ±YâÐU†ÈöÇ€åϽÎmC¾¦ClÞÛŠóÚ„F^¶6Ç!‘N†D…—ð¦Ù—&`v÷õ¸<Ùݘ¨àùCx§…È®ìe^HØ0\«X0èѲCHg'YbWØÁÞÉNna’g‡]Jl6ÿùgGÉB | ||||
41: ÇåÙg˜<w"ÿo8J…®Ãb[Ðî8v±Æs1ü\¬!ù‰KôÏ5×›¾}–™3p-ÐpÊ | ||||
'yy' on a line without 'yyyy' found at line 184: | ||||
181: ýuq´-WnÒ]ì€Ó¸k„4þÄt¶¡tó•0¼-‡Z£3U†¿¢òË$î=ã&¶<(”± ‹± ÅM /„•©¥šA²í÷E»ëÐ5ÄÔ c,ÇfMÎ5r4NõºíÛ‘åÒ Ä>Icnåªf+ š›Ù|Rêΰ ¶»{áË~Æþµ 00·ôJ¥„MÎJë)^ƒ¦ØPD,ß*›e‰@¿h[C‡182: gª‡üÕVð)…Z˜">z¾k‹`ë#kgÁàÀžAŒ]øm£°p’q4þ¶2'Âñ=¡Oùcëä3bx¡0Y¢Èun&ôÉQ‡*.ÛovA·0îÒj&ßLh•æCAGêàg+´\*à#åb¹äÂŒ±¢J‚¼éE183: ·÷’ŠX6¡ÿy‚184: ¢_À?Üe,¥V¿±B¨ì¨P±‰ƒ\°oäðù=gf®cÒ–.¸"_gΜsmkO°íö/e¯TqHÉhÖ¨"ô©>-Ù'îæÂX†_^è™m?JïΊìÖ´‹¸XOŒnrÑN$ºkÝ„dÅà øçL:iéÜÌ«\sÉá‹t©·YqG4«`õ«ç¡UQ!‹1¡uN˜obqwªžrÈ÷¡Ù5ÄÀ”g;w΢üU>~h[¾Š=,my;ALp+‹‰ÎBÅZ0cÇßèy˜0ë#qè¦2NÙWi÷¡ìömu’›ò¥Û°d®#l6ã185: ] 7`½š>Ø\Q/“³Ú!jéF?‰Ç+m€ø° äÙ2ËøywAZd@ | ||||
'yy' on a line without 'yyyy' found at line 248: | ||||
245: H‰„WÛr£HýýC=Mqg"öÁã¶g½cË | ||||
246: ‹mOD{°T’˜–@ÈnÏ×ÏÉ,@Br÷FGcQ—¼çÉÃoéèÓ/”H—#å | ||||
247: ÿð'R¶/‰í8éväˆÕèÓï3%VõhìØŽãŠtο‚X¤o£¯²|ÕÕZg‹ZdÅBXcWɺÉ^6Ú’Þ=¹ÓºÂ/åÈÌ'²Æ¢¬Ëyž5yYÔ¶°þ—þg¤"‘~†Rèø*ÓµKKy²ÜlÊ·¼X‰•@D"+¢¶ºÑd)Ej"l¨ˆw4iźÞo5L | ||||
248: $¤(™cë;½U,ÉÖl·ÛX*ä9[LvŒ!ce«˜ŒzãucCYÒCdäèf#>ôE:$-v{iФ9FÐø€“ÂR‰œì·/ˆÔ³œ¤SûËõãìöaòlý*Òu^+–æÙ ,ó}Ué¢8(^[ …¹M=KïÙ:ÒôQe”Q=AdRüŸÂ1-«Æh¶Biceúð˜²rŠÝ™–É]±Ü@vš±ö,•ÝÁÏ-ÄyUPÄcùò. ·»y[ u…ÆíH^â¤9…ú˜ÐcO-Lx¡ürmعáþ8—ûf]V9¥¢¡Ç;§¦))ÛdzM®‘Ç}Dä¹È}ö=ßî·bÖTYƒ¿Çá¸çB»$Óþ¤Çkéãeúß{‰•!óÏ6Z*ªÂ†¢°Ö¦1¶ôÒ*©IJC®fÒ÷šmöZ4ë¬ó¬/úcçUç¼×¶ .æåÌЃb—Í¿QdQŒ¯Y•S]_pue›º9E~W¡uøø³ëzy±Ì‹¼yÇoŸ–ÔM=…r_T:›¯I 4*Sõþ…3·p6Æ™‹)üèµbŶ§¿å¬£f½µô¯>ÉI_ØŽïóqµ)çßÄåJ##–r9÷—^þ~ͱ‡)ű;·å›dý–aˆÝFx²¿ÒKþ™£‘Èþ™L*Þrô1EîƒÐ÷íã´Õ2GçÈYpÔ =§_D1‡",¢†dÞÔb“‘©5„ØïYC‰‰+Qk[ÔÃ5M‹hœVç7ýÖb‚0ûãú Bž-(ü•ª,9Ô `‘³ú+—ËùÓUÅ0Vq/¨þJaP•ô”„¿K=¨æ½”óls+Û‰’¶¹¢.\œDš”B²ÉÂh ÌPÌ´åIÞx¥\@$ÖÄB÷Kh¥‚NéÅjrÂùŸR¤m6ýѸ¤ÔR‘ÐÞ¦tñ…›pzY Z°é@ÊCjMZ°ÊºVY²—Ÿn32¦“³ò/ªæ~–:vh¦BÆëÝÛí6þur!ðo8¶'HÈ +éæC>GÛïùfhN,*€±/qÞ’û„m¿NGJäb¤œØN<¡bוˆc;D@V¥GË_F¿¥G„@%‘DBE±í&ĆäD&»ÔxÇØB%˜,P)IS„êmñíJ > | ||||
249: m»\it£²¨{"ƒ!º«FêàŒ3œÞ׺o‡Mwí «:ç¤W>çà"Ôç}¿|¾¥—“+BÁºŸÖº0¿¸ØLqc†ëžÓ=jòV+]“{èÙ™Ùþ1N$-:ûj±çÒ¬ àãÿ/Lc a×ñx/æëª,ò¿™Oˆí_1ÊíÈþ-ËŠÕ˜ÏõŽIXK ~"ñ#ÈiCˆ¡@& 縵˜î(":·˜¶A½Lîî:¢bYçK+d | ||||
'yy' on a line without 'yyyy' found at line 273: | ||||
270: ÆÿÏþŸØwa.ößßÀ–¼°fôþ&ót~y¥ðwÞI˪ïêaÔ²¦åšr]uƈÜSØ áüÛéZjñÒ"ù„‡×ª¦Q†¬Màž¸3ÂÇ2~˜y¿I=1U5JvÃ#õ#ÖlûZbdTÐ^Rç@[NºúªoD[VGŠFUvâ?ˆ—‚qå}sFµ§FÜQþfGïhcexŸ¿“{ÇþIbç[~(éƒqèu˾õ~‘›¡ÇC&»ößÀž0‰¬=UÓW_ÕFV”3Q6½VñÅ8Ó’ßå™BïDjZ°”bÄM„dáQúajwÉÒ†Í]X„Pp6…÷t”ZÒj‘]zlujÜ›Þ`Zì6®F”?ë×d?£3šÑéÉîXvÆhÙ¨ò^5j8þþ3PYÔ#œ¦dÐäpG“y——Öo½€¯ ®;¾Gß’Ó²#$xë}ðÍczz[Icè•êØÀ¹ÔxÓ…ð´_ÚýöŒ¢Ç/$xåÞC‡©íPU>ÌÁ&1¢»¥æˆ(R‰ +ìDä÷û¢¯ªQ3îÇ•VæÉ¯'¥¹éé²@O¶FY°M@..¸Ÿâ’:¼J€‰I<T¬Ÿ<lJïª`ýÉgóoQtTU©5Er``¿ï³±Í±àԆâe.5Ãà‚û¡WK0*ºŒÞFHT`ÛUk}œijâýj{ÄäW°‹ì›ÑêÆuðˆbáfþ´š™-I4湟ü[´‰ó271: W{•دºï‡ké/5)E9N§ÒUGÝwê¿V¹˜ñ¾“C >Kdá=]8ÆÕÜÊÕ ,ûÄb='ÒÝ;¹°J»Ûqæ1–ô¡£ñÇ‹ª&RÍ3œÖȱ³[ãøßÁª‘åµ:ÍX³)1š&÷œéÖæ’à9qP¤Ï0±åW8Îjqƒ€•5¢†™5™Ñ 8@ÁI*Ìj~!%!„¡¾›†Ü?Ú»õVÑåñT!¤¡ŸNÍä†W|¹`½?(ê×Eÿ ¼–ÎÛ+™Ègƒ ¶§‘Ä¡•]alÁH˜˜I•¬Fœ †LdÙ5‘夡p~«HÔ272: =¨í¤e¥&g)Ä¢;£´rþèLè'E_äÓ†ÞI=—vÌŠi@â•ÐzëQ±Ë¦˜$Ö†{SAëÞÚ«]P<+ÏÃʱm²"Í‚onyY˜aUÐt$µQÿ¼.Ê×Ò”üAšìŒm}Áêlð‹÷ž:Ìž ó!ø×Ý¿?þðög[\AÌb:âú¢c}¾{ÇàíÉUâ&ÎP€;ÇX¸yìR±a“´¼9|sóÆæ·?IŠÕ08Jƒ¹nW‡Ú$ | ||||
273:  ÿg‚8RGq'×§¢¯ªåNÓZM274: ‚…H²Zô_l8Qr!×äùuÜνǦÊõäöªÿØD) b‚hyªL]¨?5"ÌÄ›…Ìâ$‰q3u‰ãŠåÿ³Ö™ÌbëÕ#Ê›áD¨œ˜÷ÁùÚÌðcãTÔº¬²ç | ||||
'yy' on a line without 'yyyy' found at line 326: | ||||
323: vìk-!¶$2Q’~.{ù˜¶ùÑSü vƒ.r.;ä§<k+³Tq1ý`f?™Œ@|t1324: y¾ùz-½@Í+<<LdœaŸJQ>Á4…ª['Ÿm·_¸G¾S)lbvò{T EMx6,325: k œ·V@w¨;5‡}³ÀˆoÍ9°ket7I\]‘!{«ËKl¨õ¹Áƒ-|m¯¡ý©•ÚÍ›oÀÛf]vï!‰¤DJyYç«óiKËJâgá326: H‰ìWÛrãÆýýÃ<¶„7Qù%vœlªœl%¬¼¬ò327: tïU¨ã’ÁÖ´#ëzõT¶—¡Â+_¸0o›cyºôªX£á¡½t2 Üø;gÿ/8æëc1 gxžU•~`Þ—"6Ï&ð<߀§A»wÜ4 =~÷ü"œ,šŽŒùäNÇGƦøÐ”Ô™ì”ê…ó3üµÏ0vmUÙÒHµ+‘Hãæƒ…k7õw²i¿é,ƒ#t~ eðYÆq€>Cš | ||||
'yy' on a line without 'yyyy' found at line 343: | ||||
340: ŸÍA"‘>7¦ìš±H_H¿Ó͹®JúÁq•ö}þòC?2Å^¼l*{Ì•J蘹RÈxb˜)V™#_Ó WÓ¦°×švuú?θÉkÃf“#½¦ÇTë5ò˜ãJÍ7 $¿ìº“ÀÉëz%dÔùýæHWf æ‡~¬Ñ|¸)àëÃjcð1⻬®³bÚlŽIwû¿Ç¼õ룽æ%êRÇÙ¢Ùr9Åz7Ù膘0Üè²ó¸ð ½%áâXè7° ¿jŠrwdƒ×TǸicÖÅEÄñIV÷y˜H›‡ëôÞP2Ö].ž5ß“Žn›Üü½¨à›Ìs‡BÜ@ñ —.!¬—4„Z›y˜ÔD0C“üÛöA2`ÌÀ Ï@7Q!Aä°_¥ÀÐQVà˜Þ|ÞC„Á‘(Ãj‡?û2ÏÇ*†B>½Z€øk341: €« ¿º€¡$°ŽÌš#ñjÇ8«ÌçCV™š5Û´a‹²Ù“a¥,X9+VáG³4ÙÀ#ƒ=W¥•aEYüiªSQàû'YC@!‹ÝòS):wTö’5¼ÁZŒŸN¥’½±×Ú”Áûœ˜ã}w¤sZ×å2K›¬,Ø6A™†ÕOÅr[•Eö§Y1¤àÕ¨ð‡öäàAðAºÜ¦‹,Ïš'æD<+XY )'uÖ'+õ | ||||
342: É%f‰WÔb‚5%ü˜X#4³oÒ‹8tÔµÄÑâ¬WļnŽtcÙC…ÈÇöÐÿ§ÄGÉ+½„ÕÚ샥12d‡È!£¥&ÐjJhÑYÑ©&÷A{¢wàßÖ{\,@ã©ç/w<ê\uì}dä{}ì}:äJ(Tå5ŠÊ:øB²WØ•‡bÕTÙžLžB긧˼\Þ#º|@—äëÚ4´VÁ®†À[B]¯¼sý‹ŸØëjݘ±ÀUˈA8i§ˆÜÚúYy|dT¢ëñ‡¾°ÿî°[€ºŽY…n©[yg*ÞßöO$pMlUcy‚ „ ¡€ÕŠøˆ¾a;õžƒÑ¿ÄáŽ:Ý343: ÿvÀeÔ:䂾Š7âil»t•I׺!ð;zh¾,!gè§mÉ¥~9‚–a›µ6w¬_àNÝ7 g@hV‰íthƃi•¥‹Üô´sg9$ÆN÷81v¼kÇ@hoöX´Lþ$²gËkKCnG,wòó$ŽAÆqu¸cÕ”ˆÇýfÒUÊÕD ®˜i9Œ¸V|•úUM=eFp1)ja_»¡Ãš\1Ðù¤\”ò¾NPt°¥DÖ³kTeºªAÃ(-#û´CÚ÷®ŽÈqå·¥œˆZ¹@{úlœÕº‹øXOü\êm:/ü4=à_:Nº¡Ø‚KHÍT¤Ú¾ì<¶THP†Æ¹í¶`ÀÑHàEcÜÆ\R9 | ||||
344: …’·UŽÒÁ©ÊÉ }ѤƒŠž€¨73 '~ë:¦^HßG^ŒÍ-œºìF4µEp;šH|ê\4¿È5¶×:D–þ¯ýØFô†uA | ||||
'yy' on a line without 'yyyy' found at line 371: | ||||
368: àæ›1¨"333²ÐðÕ´369: H‰œW]“Û¸üûðº$š¤$J*?9N]²y¸r••ÊÃ9\Z1?’«ìýú뀥ÝäRW®•%˜Ìôô4þtxøøSªbu8>ĉŠðÿÅÑ6L6*Ý%áf¥ÕC¤ž>þå[¬ž»‡eFQ¢ùÃ/º{íBkŽ}Y™`™jüóð7Ü;ƒ›0†½ÃŸô÷d³ÿºúŠÂýνs1Íñ¼]´¢ÝüÜä?>¹]‰ÛµLÃh§–qï¸uÚ©M]ܘÃ7ñýò!+±»Ú"ë | ||||
370: ânm“›b°æ“í½iÞ¶é] ÎÒcº¦2¶7•Ê›úX>6ë˦îT¦Zkò²–q¢MàPÍ`s£š£B¾ÊúY•õ±±•¬W%v¼då9{:¼Pýɨc°Üé&À~[q[°ÜêLbŒn’°[¹€ú Ž´…CÁBÃåG~ŒþÚáÜ™NÑj×f8³ÊzÕÔfÙ_ÀmoìKvîBõ÷nÈÎç×';ÞêSÉñ^—üåÎ%¶Ê`¹Ñ5?TV¥§çÏÆ=£XûÓ‹9Óqv’k‚„µ”KYyS˜k®Xçm˜®gååòKAS/T7ä'ìuÖɧ | ||||
371: 6ÚfEÙ¨ Õy$úDPÁ–!¦L±‹7æÅÔ*ØéŸ_UÙwæ|\ à/cdÖºª'c¥>A’Jb-ùë | ||||
372: iz®5Ì{·#.%Ü›cn·.Ü’‚Â#÷0³ÓEÜ«G†SKLðÒIÎù-¼ðl«ÅÕÉ'ÕÃð…gÆŸ- %·@¨éY‘5»Ö | ||||
'yy' on a line without 'yyyy' found at line 540: | ||||
537: ç&Q±kõ³üÂr0 &»“›RBÉ’ô'”ÿ *i4ú(´/¥×y§k]Rä!‰•;5eÕÙÆ¼+Ú€ | ||||
538: WÄCƒ9¡'¡xºšëÙc=¦.Üp¤~¤B…Âv‡GwÉüº0çú¤3´,Ðò?#°VˆéV¬‡ƒÅSõÝ‹ÆÝèa+â«Ã ¨(=ˆ¾ Ž^[ÝMß‹½¢q«Â«³âtxiö»Mˆg‚ãJiœHð>"žöñVÌ£}w0Ô©ÛT±¹è1å bÛç¢_fµ„¹íŽÝÊVGœ¯´;$C©¿{ãµ$G]tÛÐb|8¬øD´Ýž©½äjÈ7YìvAÀ¹Ì´ªm ä2T6Ä+é1x*kÆT쬲{²w±ø”ø5ÌÁëË$Q‹Ùtùž†öç·/r²€ÝxFÈ9*O¿Kú<™g=vÖÛÒÖÐs¿}=@Qæ;Y.‘‚÷ðkÁ™p?[¯Ó!0¸%ÇëÞÔµã5á:»Õ¬}B=ÊB9‹SŠüÏrYèëÓ§539: H‰¤WënÛÊ~¿Ãþ$‹æ^Hî"8rÒœ"=©Oª@;?dвS¤ARqܧïÌ,/KJ”ƒS‘Eqvv.ß|3óëúêæ7Å8[﮸`!üƒ? DÄT¤™°õá*dW7ûgÍÕ*ÂäSú¦[¿\ÝyY¹ß”i^>2Ÿ‡^Ónò"o_™/oSn™o¼MšëMú°iZÕ[.^¯YëóÄÛgÌ×^ | ||||
540: ’ùvÓÂCâ>¼Ü_q¯á‘ËPi¼¶>–)nñئ¥kn×ÿþñá?¿üññwÿëúï`õŠ<fë¿Z£–¶už5¿þf%ŒB‰Á+ï¶BàíÍo¦L tüf’@¦h§ðxŠsPÑIÑ7J|¯¸ Œûaµj«5Tƒ4\~Ò›“DpP¥#çª1úðE|毌‘i!Œ6X™/¸WdiËî½fsx.²{Ÿ¤¶yóœÕM^•¬öIPyŦͿgˆUäUøŠ(‚ƒà·P}à›”³ 5™…&Až’J1_tHZ‡,&üUì±ç,«;SŸë¬ìAÒÁJ啸A>¸)ò¦½&ÓWB‰Æüb”:ÄVýË>O÷uÂIö€ | ||||
541: ŠôXX<q‰¨‹P=DqK÷ ¬›²kšü›šµÝŽr»¼h3üR÷§œ@£ÊmÖ¤uþ€€WàÉ÷¼:6ä+ñÖ¨~eö6ýüEœ | ||||
'yy' on a line without 'yyyy' found at line 605: | ||||
602: ×ô{H'²Â¬Û&OÍŽínš®IÛüø,¸s––ùæsT·ä‘ ÃA(Éoo‹¨&H.j™.Ñãžp„Wž±¹Tµ | ||||
603: ³õBÄm’iÉúütõ.À604: H‰tWÛ’Û¸ý‚ù<’)‰©ë<:“8™¬×vŪÚTeó605: 7„BglyŸ º`â·¾-É@©É'Æ#’Ý£U*˜‹&ƒTp½GM¹Ê¡© | ||||
606: ó¶oÆÛö„¨cô~‘8ßèù…Âò|ÓIÏTè˳Ò#£+¼®¬cœaã•#¶É§ýºScüˆ“"Cy–¸ÿãQR¡…f°ûn(D¦³ü>†d(ÀîÉ)"›c€¥ºªð¶²gW;=3EuôëäòL¥D)¤³Ù9wšåØiĘXÜŒæôú=ËÏÈ7ÏÅO;0ê¹Nh«uûáoº{Ãx|À#"A*ΜrÙÀ¤H<hÛÑïfêÐwÔ7Ùyê—ùN¾¢6/<L`\y+½¯Í±sWXÐ{4µL}µL¾pušþû˜” ã+Û‚„,…:(üjUöÞƒ`Q€¬’a‚„#Ùbk²dv£SôEl'<ü!/Ês6!g | ||||
'yy' on a line without 'yyyy' found at line 640: | ||||
637: ×Ìq«°¾¢¸U‚Õùn©„POÉ…M÷xÁB‡å9vÐÄEj;¾šª²êiæHÜàÓìú¶®ä§SVC0êÆT„çGøGU|ÙY€ÐÆ¢êD"†*a,¯+M€§Ùò¼]ν½êU@óøhÞbYÅëÍû——‚bNšÅj¢aü³S+AP¢yÐ÷Ü›¹638: Ó>Ÿ_ÉG—Öˆ(B„Ó!†£ï÷¦mⶬi¯êžqݰš?v¤.m`L] ½j¶ªÑ^ŽÒwØ‚í³YÛ]KßÕÞ²:E‘N©jO¢tÆ7ù –¿/&a–8ʼng‘<ãõÜÃì,2st´ß·fÛ;A‹’a>¶H¡Í){…‹éb0Ït ”˜¹hì rhqœ)ƒ©Â8òR$óÚJ“Ãü1ÿ‚7\¦¸;¾ýï}2]‡ºyò–¶rKü»¶®÷ÞƒÿSÛÆßS?~S†yÊѰ¿-Of³hhVšŒòsìÇ–EŠÓ0þ¿H—šÕBš;(ˆ—¤rÐÍòâŸ639: H‰ÜWËrÛ:ýÿVSà”„K€ïì$Yy¸lß”¤L±I¼¡H…¤â8_» )ù1™ÍTMM¥Œ¢OŸsº1]]üñÖg’6R1þÁ‘*`a¬Dà±ÕþÂeÛ‹?Þ-%Û6p½Ê.\áFlõpñ…§åš9c)ùÔ!w¤âEáŒCŽOC¾t`¨ö{]ot±ÁCåò´a8ùAsbž:ãˆ7ŽËÙ:o²cÓÀ*1¯œqÀK觇¼Ýáä«JÃ" ŸUûã¯_9,äš=$¼jwºnð*m™ñË|›·i—óïÇü°×eëܯ® „±2f«Ë‹1Dâ* V¬U¶yU | ||||
640: gõà¢.4= | ||||
641: »é2Âéô¢4D•ÇEœ-œ€k¸æŒ®j„…®JGú<Óí£GÞ|aØ4«À~àËd:‰“{6ùš¶zÄ´£$oq9–‚MpõÞþ | ||||
'yy' on a line without 'yyyy' found at line 883: | ||||
880: ƒ¡X¹²gÍѳû?^©ÿè@v«°íœóÏyɸȓ!øö8Ï®’Eðœ!)dñÓfgMår€6:ÃFÛ©‹›žœ‡é@Þ=þ)[@pòÕlIt˜ÃÆÃÄàF<881: –<Ÿ®ÅB | ||||
882: °T‹²î™œ àþËwì&DÁ/è?ì‘&uAˆ{6z³1-½yY+JS,d‘Pÿ¾óÞ.¤ÄQ”eöí¼™yïN,ÜLÒýà˽~â|Þæ_Ÿ¹û/S3ǸwjN4u/Þ©‹ûf)Ýüd¨883: H‰mUÁ®Û6üÿTñäH²-ÛÇ iÐxÁC+ô’ä@S”ÅF’²ë~}gI)¶‹DÈârggg¸æy’îø†–u’ÛŒJÒ’´°?•uÚ,l3lo¸lÅpVŽ]•U¬µÂçüÈ}’¸¹‡ùV±«¸±ZuâöÂL’ox“d¼qÊ31Ô¬Önœ³dª“#Wx(Fª~aRtrê„Wuòúm•¯w,Í×yɪ«4[gYÎ*¹š_®«/œ²ŽÖH圪™˜±µ²ÌfU§Å©»±“™Dµ)ku(½@Á9a¶ 4x:Gû^÷*õV®A޶ž¬rköiõT?vQDìQX¯©\û‚œyh‘/@Iºç–ú¼ãBÊ©'j ïbû®3}DåxI·!´à½¹€KcCgûçö†ÖÒÏŒKÓ“ éCNrìIŽ2ÄoC|بiCJ$?&à"°ÃR<ð‹M¦vo‘é#uçüD-4´Resources 231 0 R /Contents 232 0 R /MediaBox [ 0 0 612 792 ] /CropBox [ 0 0 612 792 ] /Rotate 0 >> endobj231 0 obj<< /ProcSet [ /PDF /Text ] /Font << /F2 615 0 R /F4 616 0 R /F6 619 0 R /F9 365 0 R >> /ExtGState << /GS1 367 0 R >> >> endobj232 0 obj<< /Length 3755 /Filter /FlateDecode >> stream | ||||
884: H‰œWÛ’ÛÆý‚ý‡yR»4n¼ oŠb¥”ªÈªýdå—ã | ||||
'yy' on a line without 'yyyy' found at line 893: | ||||
890: ijXªƒâQ¨¥´²øñ<£1+{׃Ü\ÑôóSc¯æ\å©§¶¨û9w«3N":JpqXF]è›Ó’6´_\eÉïCÁ”V:QÂò}˜‹±>gy°kµ891: Ùíl®û¾òJãE¾†D^S±^)NN|+µ¾G8Sw¸l’÷W?x@8ì$JòS[í÷5Y | ||||
892: ‰ºZŽzqbªƒEªM˜³ú/ª_O=@9¨ä‹®Ð"/U%Žª¢Ÿ“ì±·¿@!4u¾Ðù&o'Ñt„ÖMÂŒ)iyï ñ’DÖ~?¶j>óvRâøÎÓ1´¬©TC»’ЯâœSñ@¼‹dÒ‹þHï¦I¾X§“†Žæ1…ÅЯ4 I£YÍã^É5¡^>£‡·ÚÆÐêŒr’èáBVkíaƒåß¡zOµ´†XØ_._„yYè”ÐÇå@~Þ¾½7E?]e.Ex8 ÐvÇöÔª?¦ | ||||
893: í™r | ||||
894: >ÿãd$ñ’ÁOñut^ó@¿t6¹çþÕi3ÊÑrvЕSkïùaÙ‚•îª0µWžá\("rðL )zµ‘Jæ@M~L!²ùŽ21QA‰Ñ'»Ñ“k?X¹Ú‘L3SÙdß4ÇQ¼¾ç‚FtÞÕL¡ÂIÈ×è13_Ôj?ÍDÝØFµ#ÊJyöhuÚxAOœíW9(NW—Uy4ãylGª% {±S[¯;J¼–B*¾5Ò€²b$£ÀSñeh Ÿg[ÎF( | ||||
'yy' on a line without 'yyyy' found at line 929: | ||||
926: :½ço²(z+Ÿ…Ñ’N8EX“@l-B<ÃiqaHò}ÃMy úd†ïóD ¸{]XÓªÂ4e‹¨7Ø2 6¼“Á”OK©Uòi¢Y¼ÊŸy/õÇ ãÓ9îÿüv1ûÂlÜ…£õ…é›ÎjEv·*zÒa4º‰£j;e);ð=YÓ#ØJ಄·Vïu-i¸å9²ºðÞ8ÂÜ | ||||
927: —¦Õ‹JôøŸ¹½”èÂ`–M»×p/Á4|¤õ?®Æ§˜¥îy"þüð7ÁjÆ eÈ]¡·úG¿Ûœ&â'y7ÆËOdLÌ…i<_înÂIèEÆQX928: I”Û»”‚ï3øîjŠº/Ù¹0ð'dMμ¦!IÀÅQ)OÑIIJÙlåg^–£³×J"‡3q”¶Áéâç™8dCæðC–ÚÐÖ« aQ šâO²f+929: íÄ2é lï&Q5n¿ƒALù#~G~×åq~µ‰j¬læw€«=cð_#µë[båºò˜ÃÛê_Ø’ïrŸ&9*"—&g(ú<Ù›®—u}ލ²YT™ÞŠ#WñKÆ•³[0{ƒ^}û'=äy׋ú™oÖˆ/IB<æÔzd"TÄ81^´#‰Yú*Ð5œ`“WDƒÙ²0Ã|R,wúé+n¸O ”±Üx‘jQ×uvîB‘à[ÚU]êrúÑZÒuŽÐð[ìõ×WÉ–èArö M§e}–Œ’Cá“÷Üsòk¨93‚¥CkÕÈfh¡þ)*Ÿƒ’,‚GÚ<\¹ì&¹få)‰Ü\rY³Ä0…ëŒñ~PV33œÄ^žž«Ä=>¢ | ||||
930: çæ$qÝS¤8ÄSõMiUÙŠK¿È™±\ÜÓ—¿ýºtÛ’s“\ÖêB“´ä–†}çŠÇ&PrâÕþE®À×¹01 Qa,r…}é@®x¬rM "Jòç®ñJ9'~¥Ä¿¿<}¯®Ó™Óí | ||||
'yy' on a line without 'yyyy' found at line 974: | ||||
971: ù½Â4a…1V‰Û½ûó¢$àZ€ | ||||
972: †Ko¾o7oÍÆÍÆ|ñnÌC~s}m^h#Òk"2<,„ËP7°êLø;¸NäÒü“„ÖQaŒøçÁõ¯ì)4ˆŸ- .Þ„²ó s,›ŸhΨIÈ»ð®ï˜ýºh…Yô Ÿ~(_LNhsä;Y¿ÿõ·2ÿ=J%z@r@¤-±qN'-‚8ÂIˆÁöli | ||||
973: Ïâ#=C®ôyo»¡¯#ÃÏlw©±uï‡AøÍФjÝ060Ê‹÷®o6"ø974: „Ù±÷]=å„’!í9…A"%(jCÖ·$¶ù”™¤Ü¢‚bÖ«µšËÚ‡¨gI§Ÿ 6é©Ð¡#¨= BD9;à4ˆéx.H.MfB“ýVrkn}º´„m6˜N–WW–óÉr)gÀ¥Ö*5U¹&²ø¥Èh/'¶ô€¿œø®ø ß+ª‰2¯Ê€KEåÚ“JÌqVÊI^±ÿ‰¾Ahõö”>µõx”Iò¾ƒø„"XÞÀQÁîGýqQR!ɾkO̪“t°©ëcoiü“º¢^ßJ×í¢ð9S(|t<;(Φ«10@¥AlÏ'–#¶Å½êÔ‡< | ||||
975: €¼Ž/–¤&¡ø"é@´Î©³ÐœpÔuħÚD·}ކ=÷®Ý4X3IRÅ‘®!žÀ·NVãN:âüãDBAXý“aÞŸrÃøï! è´ˆºh‘I9§bDšþj†…Ô^L'fi½›3Üú,°Õ„OQOy·œx`¦ì“h.Žâÿ|WËr£Fý‚üKQ%ÑX`–ó¬rUìLÅrf£m‰ U<Fñßçœ{„íLRIÐÝ4}Ï= ÌjÂùD»T” | ||||
'yy' on a line without 'yyyy' found at line 992: | ||||
989: •—§?{:½Ë–AÀ£ìÿ,x3é\ã|©(ö2Øš¡¿¢|vöaÊ$íiÙŠëZÜ ¾f)ù©»Ãuã,à QòÃê£Xñxüu‡yCo5„ðTDœˆ^!v±âÎ'ÕØ&@¹Dà„Âå†*EÈÒ\n€3€ŸønæûX–b™IÀ’GGlLÅB°¡›Uj!FyvBÌR7Íb79"ªQÙØ TÑDi@}4É‚#hè‡ø;tƒ#h0w«Bh!„àG'GÃ0v!¼DˆÎ"eÙ$nÇBt‰Ÿ#¤©eCž¹A®,„ø!±BBPQxDˆ‚ÜÍUh7¹DHÏbÿ”ž(QnåBz‰#d©eC¸ù‹g—¹…@—„'@k\ÊBÈgbÿ„r™²(Çx Ø /Uø–1^ƒr¾eÒa³6æÀÆþ"ÁB•Ùê"<‡ˆÕÉŠ$ŒÜ,Žlˆà"¶ L”œ @_S52DøOŠ'³Sž²oÉÉ·4M°á¹dn–ŸCd¹:Bd‘ú¶a—ÔÍ}"cßâ“o’”ÀÂp7Æé‰|Ë££.Ûç’ÑÓAÊåñ4J2dN7ÖÐEÇåg3NÞÎ*j4ôÍ»D d›¦,jãèüákg¡ÄìùéÝõR…>r•â£pŠöKSZ÷sÛýàölŽc»vh1«aŽúîzÒmƒCÌSË$н‡|ìâ̪Ÿ–﫺îÕ÷EË '³i%(ÃH² ×i:Kå990: H‰„WÛrÛÈýýÃ<) | ||||
991: Æ Yyrl¯cWKSOq†àPÄÄ0¸ˆÖ~ýžÓ3 A]’R $ˆ™FO÷éÓ§ÿ±¾y÷[®µÞÝ$©Šñ‡E¥sU,Óhž©õá&V7ï>OÔCwsGqŒõ¥|Ë | ||||
992: µ>Ýü;¨šÎ´}eUujkzÓªÆl~è÷Fõa²ªƒéJ]U…·ó áE™0)‚]x›;Sö*¼];[×öT5²3L“ KÔGSšÃÆ´²"Ybu~ãL~;í«rþgýÎÞ&Q²Tëø | ||||
993: 7áe‘8/F73›¬]öƒ®å£±ð6£cY Ú0ÉCÇjÝWΑ>¼ÍË‹âhèëPWºQemËŸX8ÿŽ{íÐöÆ4ª3¥m¶ªÃ$4/}Ór´K° -˜ÔÇcïðßreÓOŽUðX×)ˆçîp}XþtÚŒ‘g”ï×T?F?ºX»ÄˆvVKgg]W;`gè`!«ò§ÜâŽ×ëf«Ûú„K8½”ãÙCUþ±(]c | ||||
'yy' on a line without 'yyyy' found at line 1040: | ||||
1037: ˜YЃ1038: RN—ê|ù=fW®‹–$£×ÆW$Csèn>Òå5£·÷‡ÆØËò¾Ìª˜Ð©;QÔZXêh‘Ñì^±疣ÝqZn™²1i | ||||
1039: 9}ùZ8G7¬ù†)Ëò²ìÛCN¶»\Ûìøf$=jèÊœ•“®ØY×tyYUØFZ6ƒ[4<ì•·®/H˜·Òûa]¾"nDZõ¸-‡$SÉ%JØÙŸ¸Ãµ1ëº&/§=ŽTCžžJÊÖՕЕ•=$føgPé¡ÊÚqc<±¡\ÿtMaš¨ | ||||
1040: ³q×)k¹ç¨o9„áz\LB¯¨»b÷LVQW=®—¤Cw @–,m>ÝYýÄò™(ÉÕKÓ–ýóÎÍù]ß74[(×Ïî@ág1041: ØïÛær—qUd‰Ã$%¯cPóÜ™="ð.ÂÒ3ùdìbÿ×¢wülúHyp´Q¤n¶X]µÇ—L‘FÔq6~ñîThIut ŸH¾î¯©¢«ëüí ót,ú*·ýœ¹†~—"DÖe·¯²7øbÎçQ#1ôóé½¢ß1ëÝhÆZ^§À“ÓÑÜW.•9N›¡ÿ3ÞU¿~õçUT Bk%5·s>U)7¾£÷œšr¯1:pÇ©iÂô]pË©Zê‰Öj˜½¢á>F å/¡þĪ`hÅcÌXWmíÕUÑÚQ”ï<AŽ.øù–*MFø~Ñ&™€7ßk«‚˜ó( o©b#n{PFðž×1ä–ð¶Ž£ŽÖÅ÷TXN©`ÇT˜isåà;xņ]7ÁkJw'¿ò¶©´D;L#Jg⌠| ||||
'yy' on a line without 'yyyy' found at line 1083: | ||||
1080: m[¼Âî4^]93EÙÚWØ£:…jK"¶ó¸2êõš ¼ªð@iYüz‚0|wöSó‘^Wâ©HúáüÅãÁ^ g^½!{G4¢w,§Ž¹`fËi¬ìîÜ0н1ã³·Ù×›ï+ïkåÕ‡mqp6‘5qúz ¹É÷›ÓµuïJ¶Ôïê,ÏŠ=û‘™áÎWÉ8NEZÏ8‹xL}2Ø?°´¼9¥£Àïr˜0Þ :t:%o_ȶÿ®“^y¤ö¯ | ||||
1081: x‚&g}ÐWÿÝ;ÖýL²·v.Q9á¥2Îtp´7œ-ŒIl‡ëÐö6CM«ª,ëðPÅ<6±“HOAÖúÀ›>!ë#3éÄb€Ö1ëg“k¸RS¼È‡nÏšºÅ2á ~úE¾é“÷|å=M–ÀÃ>²ß×ç²zzðÖüSÊ“£øÞ7Íq ½²Ú–m¾nêý‰Ó«µÿ–ïOø | ||||
1082: .røà÷âØØÞ$«8·&sù2ò_þ:Í|ÊjWV¥€ÃòI‚"Âx¾õlVrÊ×Á«å¦xhiÌ=Úx9øxC’¨yyáC¯'ÎÉyi:O‹™©+a™ï]+b·[=8¸ãµØžèçþ±T&ˆ®þ¿ Æ%Áï\¾{ Vb>ô:ÔÇzSï½oþ¿‹CS | ||||
1083: }ªÈ7hú2Žþ’¦ÝSY¦%ƒÀ[FRIáÿÇr¿o8a&Z™Ápè˜~’@©ÿ„zúÖŸÂnüŸ1084: H‰¬WÛnãÈýýC?R»‡}'L€,’ 6yHäa&ÁÐRËæ¬D9$eÃÀ~|ªª›/¢dÆ`$YlU×åÔ©S¿¬Ÿ¾(ÆÙz·à‚%ðÞ,…f&±–l}X$ìañé¯ÿäì¡^¬’8IàÛ}Òš__£¦8¸åÊD,vUþàê˜ý ÿ.éKW7Åòßë¿-ÒØ¤pÅúÏ`²µ`½…CÞ8v\rí–IÄ–+5Žò‡²hN[|¦vd,Nå}‘×nË\UÑãŠ/¹ú§—<ðèÁ§/Ym,T?)xKúAGÅrýãRvױ⽓”ŽA"–+=âÛ ‹ûåŠGÇÍo,ßlN‡Ó¢Ü²#$‰¼Y ÊÈŠÇ<¥¬´†Ð$Ï03”…òx(Ê|ÏŠ²qÕ3|ð®Ù.•¶¡À'n“XZfLŠoJ3 | ||||
'yy' on a line without 'yyyy' found at line 1109: | ||||
1106: ({@ÆdËd«»KÞ°h˜éBÞœyk’zº];]ŽÅ@i$Ä;„R|ˆŸ_Œ | ||||
1107: œ1108: §"?éåŠOºÛ#ÇÉ›"F¿1fÛ~ ±ÕÉFd’4â;bÕ©^µƒhÔ´iJ}Åù/é}½ÐKÆýÀ¸‡K1109: J|gÑ¡DÖQ{?æEžÓM:|0¹»— l‡ºÂEB§;J9~$:) | ||||
1110: =@ Œ77÷Q+5T9ö&ˆ¤¦îóKµÂAv2Ë”ªdª»ih¾`"Ü…r e«h\háS9[€^Úfì3WwŠ;/tçuËQ³€R.ŸÙ!¢º,Iñ¬_›¤¥T¥`1#RŸÆ~ J*ïk[vR¡Ud8‹FXY¡MÉ4fÙ:y0GX-0ê†þ¼pªïîQÀójèóNçëU1MÝÉf\R71ÀWs²êyÌÜÿ.j8ë’ÐMãíBOi:M!}Ñq/€¹ÖžDÞàúø|f„åmÞÜŒŽMC´ÜËon]Õª|âÎÊm2¦T {ÈDYWU]ŒÍÀã·,“ª½ÄPË%À¹â'§ÈÏ“©M¶øAXãw.æQ‡«rf¸LÒÀDàTulˆyÒ‹äîxÇc*UŽà*]bãP¬´¦¯¦ØVüÌMÞÌ|Öæ¹3X¶žøŒêeš`+yè%vÊ#aï°?Oc‰e)\*ëþªº”H6Øá£ÝNÉ¥†ÊÖZ4y÷Q î]U|šái®¿»l"Òf„HŽo~êu3òØlJå%oÌRÀS/«7ëÉ¢y¢»õ¯ª~>Óf‘¿(Þte:*Ϧ«žÔðª¨ÓÎMá*κç‹V°i¡ó¢Ï \\úÝíÂ0¢í0À’G\k탪#osR¬VÛƒëÛZ“Îf‘Â*îp¶§CÂ0ÄäÌCT&'½ÁCÀ¬³h0Í,¶±ð])e<“ | ||||
'yy' on a line without 'yyyy' found at line 1135: | ||||
1132: Z-U | ||||
1133: 'ù¹1134: Z-U–¾é–&üIYYúæ† ÎpRËŸ6å½a*¶d‰Ð'i*ÄFÖôÅq€>”‡V”›È¡/,šR3ŒêpÌß[Z@_˜‰ˆA裶èCy¿I0ú˜D"ôi𢡠O“èCyŸ2 OÆ ú¨ËßS™€>ê,@ʇšÜ`5ˆH„>i–6^'ÝÄWduˆ¡Œûc1«2™p(+•?®H’Ḳqñ“)!KKØô€aãú¤Ù´ñ¦ï€,e,d‰ò¡_i ËrlWÖ¾H–ä_“‘,É/‘e0·F–ÁR$Ë`é9²ºF–ºu@–á&²6k–6ÿ%ˆU#9æ<ó*Fd\Õ¬‘h¾É¾©Ú×µ«¥)&hõ¡ÐÚó¾Ö¡µoç2"Mù–ýM¹SßÙ²?‰å•ú]Ë#äýûÑ…‰•Gnö½[ÔN¯(Ð^ÏÿÄ‚ŒãP°(ïD,2]-ÑD±ÈâÝá-8iûù²?ÆËQ~¸¦jìUocHæ¶æð§p>ü=*Ž-TUõn¾¿ìyʳòíx8ùh¿ÙšŠúÁvõUßWCxN.^|Nãø´½nˆ n6ü«Þ×uà¿'ÎuÏ¿ª/ÇG^—óÁg|ïÆSµS_ç?Çñ÷4?¨ŽƒÜ£ºíœQê|÷sòXÏj§GÏ´ïùíñÄ;e¿;ŽŸÑZ˜Yõ0y~¨¬‘üü'À1135: H‰ŒW]sÛºüþx$;CRÔ§OiÒ´éKïܸ½×}€HHb• øßßÝ¢§Óñˆ¦(8سgÏâ/wï>e*QÇ»$U1þðo—DéFm÷i´Y«‡æ.V§»wû’¨“½[ÅQãýâ7i®®w¿ÇÞüw4mñ¬Â}PYî‚¢k‡¾«kSªpðË&мÆãÑô¦¼WaºÊêTº~§[]w'?ðÉôî>}¸Jõ||ÿá1ŒðßþÕ–¦WÃÙ`LjíØ\†ªkÃÕ6PC˜ì‚³Âÿ<ü¯’(Ù«‡w‹°“ÌEÍþý្]mzÝœ3á’XfH0nïp‘»$_G[`³Ë¢Äcƒ9ƒU>|] ˜Æiãµí>ZïøÚ¶d‚MuáJ¶¸¶¶’8&ZÝÒ`âr1ýªÁã | ||||
1136: ŸšxÔØ,¡|.—æ1ÄØ4ž«ÃU&“m0/¾m»Vj£»§0‰ñ.2Ñ(³àÈWÁTù~1žŒ °ÂæsÁr+Xúôg©ÛGÑ?[$ÑÊa˜¬Â>Ðm)pèŸö¦¨¬€É™ | ||||
'yy' on a line without 'yyyy' found at line 1165: | ||||
1162: ;×·š"Õp¸d ³Ý•ò¦0õ1163: N+Z^ÆÂ'ݾb./ùRq.ÆÜµev.葦KC“mH·þnS=œÂ,WI¼³hn•Qô'†+?Ï^`"©PúO©^È^®QÍZL׸{Â@¦_]·†–öáéðêì/f³Bð\pôÉ้ÿø±Gÿþ§±§šûžŸ/’0Y•£ÇsݼFf7†m¯»‹Y+rüzâÃ^]¯m¨Î2pÜ¿C–îzuý8uv´b35á RÕ7L ·- —[á[‹åz´íݨÁUŠÂÐq@[†üRÌ&~ÜÀ9So˜²*œN‡³ñwå3¤¨&'0˜¹\È¿Õ>"BƩۣÀ{çª] cf»Iq‰ú‡yVSö®âo¹ãÊ#‚'‘#YsZÊßµ$Ö"ºP¥ƒQ€¼ˆ.ŸØüFï3€òLž)¼4‚î)ìªû¹1ÃŒáÄé[øÀŽ‹}ÌjT¡æÎH„Â)ÂË”÷Wüoçyíâ‡%p0:ÎÜmÄ]¿Í@pOÄQÖ_òíñr%p}3¥)¦†j | ||||
1164: Õ;@c¶²lYÊ£AîÒ)R:P9)ëy1…§¶”LjțȔS8P°-_I9/5ñ›0xg~Õ`x¢}Küœ|üH'urªuphÆúzm¨3âUÊø“kžxè!uä9yyyyáÔTDZÃé¦ï¸Ó£ï‘bÜÁ;„ Š%OüÁvÙì¶Aø ò<Ê@mXþ“r,ж§F#ôÔ#+1[YH)FÞ¾³»$%ÿ;Š,“ËÙ™o»ÎshÚÕ5™ßoîÇÞ´®úC›Z | ||||
1165: f¡>,»Þ–;€¡$,½8f†Q8<3œ|¸C‹?÷/î²2‚;$Œ,yáûe]5ïQh˜¢ýs„Á·ºÑÑÃô„#‰ÙàþwVJ—å`5t#V`1#õ,£~2?Px^tˆaª´æÅÕ²ÄLø¢ëÁæ¹ú®Mf‹€Ÿ#ÜÅuÒ9b‡ÚÄC…ƒõÁ´‚P$ü²Ä©z»Þ,²ü–?v^>¡|äs”vŸ„CòØ$Ÿœìš†Þ6üwÏx'ltÓŠ$˜1166: 9ÖkØxÄ^è(¿\ËM§gS––¢fCð-#AMmßÞDÃ#¨$4eF&öæIÿG/LÖFŸÇúÂÆäK®¹ŒÃ!Kápã°˜‹rï¯H%Ë5”ï’gºR@º{>¼‹“͒Ъ|kÄÙ:dÌBµ!OÕs±W•£è3îHM‡%!´ | ||||
'yy' on a line without 'yyyy' found at line 1199: | ||||
1196: =@󎱉@Y0:áñ–?(þrkUæ–b¥\n30g/ó 02”‡ßšê]†Ãq騿Òqø4>Ûz™^.)Çãü4ÏÔ4¥M`w¾mZÛ7¦'Ñî¼I‡ÙüÃêç|2ˆ>¹P²/¦ÌðSã v>]:~ʪ+¾$¬®/rÓHJëœK²c®å|ÊM)á‚g’ðîbÑoO7°¶º¼ˆù!Ï¡´äË$àëü?z8ké)ÊÎè)ªZ+_áǪð9*ïÿq¶´mCù'^¯HÑÈ@Ôgçäl9¼FxT=ŸêꥮÞÝ¢ßhÏýÆE¿Àçb(´ñhü"}ƒèêÌ‘õnž‰S!Û¶j | ||||
1197: ®Š bv¡qƒR )£Zp9"*†—λ’îI¹1È—›UZDÁõ Zoôr`ÏÃé·¸{:† óv§áÏð0Ä}õu:ƒÄÃw[éûõºvJg»j+¡ ЬõŠéÝš\Ì-¸›ö¯-Ë™Ìú‘tw䨫ƒ1198: H‰”WÛvœ8ý‚ú=BO ‘·ÇN2Éš;ã™TgÜy ”\&¡ÀÊnçëgIPPWÏò*ŒÐÑÖ>G禷Ëůãly·à‚øÃ¿„û"b‚g~Š™Í"`ëů?s¶î^à<fËB¿‚-Ÿ·ÎG×ããë§À3Öï©Ã®]ž8¹8ý½Ë#Gm\:yO_Ë"¯\! ÓÐÔJ¹"p*¦w®:L‹Ý»ÖÑûäÆÎ’†7nÈvE’×ôVºÂ ßAoŽ+°ý÷ëòwè*®ó¸ŸH¶|W«OŒ.Ë{…@s‰u7®—8¬jÖÄ–USü`E^³oе$£ZÕ©ºW+öí…õXz§?«Õ·¼øáMÝ·MÅ vê4+U±î¾y®YY3—g·r½mLn,Çh³¥Ë9”–Й(k¦dð÷ÆàœèâEZËo4*öéÊ®ï`=@ÜiÒ`™¯ò‡¾|RÞCÞæÕ«öö™ópŸwÊÓÚTMóÀþtn®®þt߀'™ó|_÷„Û—õ¶ÙvÅ‹ëÅœ/ïþÅåïK|øˆßï€øÎ2ó3ã»f·_¶ZpV²…ꋃØÁ6ó)›S9f¬¥9Æ"f"ŒýLÆ,’æ…Hô¬Ašc]‡é ›-¶ÃÛŒ£,ö“[ÛÅQšN°íÒ´5c˜–ðÌ,ÉŒ7°ŠÅçÅÛåä„wî„Z0‰ýÈ8âßȘˆ¡È³¦qHlæËˆÌfÇ2¥qµ¸ûå@$4M‰W{ó³%e·d@=²Ëõp D´¦‡dG±ŸF&¦µÁ&©wºÂ~@T•ø!Ÿ;ˆí}#ðtf„(“ñ=øžFüÀne\2¢ÙeŽz¸Äa¢{†(áb¢»Û¨”tw®(C|(+RØ:¼ˆ¶}eâ£çŠƒÈ—1Ɖ$_íÉå¤öî„Õ4‰«IMÆüvÂ$œ‘Ç–Ä\ÞšKÌH›Œ$f›Îi"æ~ƒâŸÑÜŽ£ÌZf&o-@ „"‚›ùTÆž[â`½•ãë÷æy6·#¥›=%íŠ1Æy¨•‚’Ø[%gòZÉa“))9ˆì6B~1199: t¡ËÉ’ÁÙL‰ºu¾ØÜõÇ=ð½êж| >ûB—-°-8rNâ´+tRp³÷à†Gšqïw€ÃñÑÉé^÷÷±†®µ§‡;å¶Øö—ÈrêÄ$²F#“N2Óa<¦‡Ódw€ó¢oï…nxîÆ†GPÃÃ^G8ð“„É4 4q–0ö—‰.gŽ%<Þ:úÖr–ÜоLr2Õäu2ÖG{9¬‰%)ƒŒÅóa=°‘½cÍT«îT«êB™+Ð^òÙãÊ3 | ||||
1200: SÁ[ù+¹’E¥¾/L’ÛI®#²N2úÊô:Zˆ}FC¦{¾@K—l†¸s¼ê Gä]Ô&4žyƒÛêÝRéÁV´M×5Op298 0 obj<< /Length 4859 /Filter /FlateDecode >> stream | ||||
'yy' on a line without 'yyyy' found at line 1201: | ||||
1198: H‰”WÛvœ8ý‚ú=BO ‘·ÇN2Éš;ã™TgÜy ”\&¡ÀÊnçëgIPPWÏò*ŒÐÑÖ>G禷Ëůãly·à‚øÃ¿„û"b‚g~Š™Í"`ëů?s¶î^à<fËB¿‚-Ÿ·ÎG×ããë§À3Öï©Ã®]ž8¹8ý½Ë#Gm\:yO_Ë"¯\! ÓÐÔJ¹"p*¦w®:L‹Ý»ÖÑûäÆÎ’†7nÈvE’×ôVºÂ ßAoŽ+°ý÷ëòwè*®ó¸ŸH¶|W«OŒ.Ë{…@s‰u7®—8¬jÖÄ–USü`E^³oе$£ZÕ©ºW+öí…õXz§?«Õ·¼øáMÝ·MÅ vê4+U±î¾y®YY3—g·r½mLn,Çh³¥Ë9”–Й(k¦dð÷ÆàœèâEZËo4*öéÊ®ï`=@ÜiÒ`™¯ò‡¾|RÞCÞæÕ«öö™ópŸwÊÓÚTMóÀþtn®®þt߀'™ó|_÷„Û—õ¶ÙvÅ‹ëÅœ/ïþÅåïK|øˆßï€øÎ2ó3ã»f·_¶ZpV²…ꋃØÁ6ó)›S9f¬¥9Æ"f"ŒýLÆ,’æ…Hô¬Ašc]‡é ›-¶ÃÛŒ£,ö“[ÛÅQšN°íÒ´5c˜–ðÌ,ÉŒ7°ŠÅçÅÛåä„wî„Z0‰ýÈ8âßȘˆ¡È³¦qHlæËˆÌfÇ2¥qµ¸ûå@$4M‰W{ó³%e·d@=²Ëõp D´¦‡dG±ŸF&¦µÁ&©wºÂ~@T•ø!Ÿ;ˆí}#ðtf„(“ñ=øžFüÀne\2¢ÙeŽz¸Äa¢{†(áb¢»Û¨”tw®(C|(+RØ:¼ˆ¶}eâ£çŠƒÈ—1Ɖ$_íÉå¤öî„Õ4‰«IMÆüvÂ$œ‘Ç–Ä\ÞšKÌH›Œ$f›Îi"æ~ƒâŸÑÜŽ£ÌZf&o-@ „"‚›ùTÆž[â`½•ãë÷æy6·#¥›=%íŠ1Æy¨•‚’Ø[%gòZÉa“))9ˆì6B~1199: t¡ËÉ’ÁÙL‰ºu¾ØÜõÇ=ð½êж| >ûB—-°-8rNâ´+tRp³÷à†Gšqïw€ÃñÑÉé^÷÷±†®µ§‡;å¶Øö—ÈrêÄ$²F#“N2Óa<¦‡Ódw€ó¢oï…nxîÆ†GPÃÃ^G8ð“„É4 4q–0ö—‰.gŽ%<Þ:úÖr–ÜоLr2Õäu2ÖG{9¬‰%)ƒŒÅóa=°‘½cÍT«îT«êB™+Ð^òÙãÊ3 | ||||
1200: SÁ[ù+¹’E¥¾/L’ÛI®#²N2úÊô:Zˆ}FC¦{¾@K—l†¸s¼ê Gä]Ô&4žyƒÛêÝRéÁV´M×5Op298 0 obj<< /Length 4859 /Filter /FlateDecode >> stream | ||||
1201: H‰ŒWM“£Fýúu¯„©¢ø:ìÅöŽc6:쉰Â{ØÙ’J;4€ºÝóëý2¤’z:&†FP•Tf¾|ùò§åìÇZH±ÜΤ!þáO*‹$SA‰åaŠÝìÇ_ÿb×Í ±|=[àNáîeö_oë§^k¾žL½~E½þÿ–ÿ†åÔZŽƒ,ƒåå/3¯÷—ÿ¿|2´¶/Wv³bëKå5þÖé"|y}y0Xú2ôŠUe„Ÿy2¾Ì½Î_`ùÉ—©w8mùÍtü¼ß7ÖåÞ×SQ÷e_ÒóÜkÚMYcYõê/þVè•0áýe6dµ Ý¡·nê®Ç>û«¬qˆ&»¸H‚H‰…dvö"·‡?4SⷦǷ¢èq“Ñ^:Ž”^áË„<“~§ø™{ÿÇaþ:¶Æ_dì–×Ñ™"Ú2>-D€ö›ÓІbµå7=…ॡwp(öjº`}B>c)¿oØë®<+vEåAªl2Â1QB¾xåöUàÔ‚Öšƒ©û¢/›: T.ì6D Kxë˜FÜ$ÊFâãå|ãLÒÛZCP#³ÏH‚Måj$Ð1Âæ«…M~~f¬|§Âˆ«uÅXÕ…ÙÙ*L$(ÑIòJ:æÓÛrE!Z€:©“rØlØcï·å'*-ÑͺܖkÛd(z©Çí«¦9r˜BnºCË‘J:dìáò5Ç6.íÈéôu¥¼•¿ÐÞ+]l3„iÈ—ÂfvGOØÊ3\_‘M.uîËÌ|/t™Û®ŠµgþòwhM3âE~²nÚÖ0j¸g¿“âr䑈³4Hï¤[ç(p‰e Õ9-[O¤;U¦ŽAÄMÄ6VÅ˾\<¹ôWÖÍÀöF§Œm{¥ûýÉí¢÷É-B‹tcpÜÐ÷î“[¤b‚n cÛ=>ˆP;IîZİާX¸ºgèŸKœüTÔHúilp‰·2ûâ¹D#ËŽà›!î¶½Jï€ÕJ½©^z1202: ´ÝJËÊÖl@í1ÕûYaã×dp„ž%Õ#bC–%ÑÅ®4T”]ßÙrCp²ËqFá¨â˜r¶,¶xJÀßþõh?rûôô4·Øä | ||||
'yy' on a line without 'yyyy' found at line 1222: | ||||
1219: H‰¬WM“£Èýýêˆ<-šúàëàƒ;왵=‡°"|˜ñ–h5^Z »Ýóë÷e¢@i-1¢*«2óåË—›»‡Ï¡bó|'•ðð_Êh׋EW‡bs¸óÄþîáË¿¤Ø×wÎûjó_슻]žëEíF~R¾tíUn¬i¯³m×›Óz?è×ãé´>v£˜×+Zo]Æ\e_ÆÁîÚž«ÈÞæ¯wΟG'Á¼é^Lw¼p~•Œ½Q®2ÝÉô¤‚ص‚ÀÚÛý“o7u:ÝÀÇ2Ÿ|¡eÏ´ìo›;)2qGV< "²ŸÖ¯Ò»ç?Ý=n¬à(×DýñxR‘l7Ž}·‚Wjk,cÃf‹”mÞ±¼[?1{ã]gfc=>V=Mf;ûïwß‘;Ø_ËÛÿ³ùÇÙ1Z©K™ŽÑ | ||||
1220: ñ:wÏNmŸÁeÐiÍù±@÷cºáHXœ»~éÈkhšŒö5C&Rt™îu 2”á2ûK©Ò¾aÏ®1221: YšïjÆÃ|UáN”wrÑçÛ~%Ábà±_ÃÊïΕ‚mã5l¨gMÇL<–éÕ$ãZÍðÇŒã¹ñ@4rùÞQÀ¸ôŒ†D·îyÚÕz@Í…ª¸uo08ëDÓAEE¾QZÚ‚âÕ·3•öÀm£”ž§ewÞ§iÐdlGÐ#7\Ÿî}5pZI¾´çõ¥¹@¹óש@.1„VìÉ`p–!šig ªw*]µì‰ñ'žÔ}+&‰>1pá–Ö~·«OÉ´7Ü“ùµÒœg0'ãôTèxP]¿¿dÛ±]IÏ)é£ZI§JëcYìjÑ”"Û²¨›¤hD³Š´ä°ZûŽ8æ¯5Z…Èðk¿oÒ}•4ÄçËëm’§;ñô!híKJ_?¯"ç+V|ÃDN“R~àCW2vèàŽqº$éh(Þf7Ó§Ïeÿ±”Â)‰ñ+ó›:E雳yÉj49DÎsYášž¥r²šü~K‹,ÅžKzQoÇ<=à<-æÆ¤+|ÒGk2Y)Ï¡u»õ.iQÔMz¸X¸Këm•=!yÒ¤•ËþytÏXMò${>þwÖ¼ŠÙ‘²”ô©J), S«Èy£«%ô‘ãÍkŠáÂû^ˆ¬~ý”§Àð=›z,w)5ùÈ9R¨iWÙˆ’rõÌ £Eå1-ÖyYéÏᤠ)ÔÏ|,ÂöZl) | ||||
1222: Ëm¡m:>©Éøÿ2CÝV´^i | ||||
1223: ‘¦ÞgŸë QD$lžk ^ßý¨SC^‚dV75( | ||||
'yy' on a line without 'yyyy' found at line 1234: | ||||
1231: ‡Þœ´e2>žˆ`±«)rCm›F{˜çLêu7´6Älà6 | ||||
1232: k×m-5ÕçÍño®ÿõ@×SKÉñ–[PgæÑ¹´Y ïÆNp"M+jâ1.ëõ3ãþ¤×:*0ú‚¸UYI]uZù!p4é,®tÛ'.—T8g'úK'®¸\Ÿ8^6›ËZt¯[*OCTr{÷Ö¨/ JƒÞ4†¤©x2õ^wvhêË í¥Ï5`ëpÀðRk|†&š’XŒ¢„G1ŸÎ‘@ ¦> ~Ö½Ý VÚŽiŽX̘ô…öÚ%TJÙ$™lÜÓ+I+ɹ¦„™$¾Œi¿“mIÍèÊ$bUýëñTApáxÊŸH’CIâ›x¡êÌyüÜ;ïj׈å?€“©JPåh–éj••ò‰²ŒvöÈUUÙHÉå”íò ìçNQ“B)xõ̆JùŠzP«œ¡µý/À1233: H‰”WÛrÛÈýýÃ<)‹™ÁµRy°“¬“ìÆqÕ2yYç‡"$\¸1234: b-–Í](î~øô‹ÃÝ"B™‰e‰_—‡»_½OþB*/àg„gFï*ôćµ/µ÷¸§ç0V>~kýEê=Ðâ?~îýÙ¼ øTøXXñ8ÿðÕóÿ»üŒKÆQæì£7%uæ3½Â_>¾v¥Â Mç3¿úvjd§.hÇD,d%bù—;\0Œè‚Þrk„zÅŠ\‰IJΈ.!¦ä³™!À¾LyeWôEcFã/"¯§‡¨È/Ü*íŒ5Fû¦jÍZ¬žÅH£0²)¾WÍž4¼jCS{óÛÞ´¥›ÕÕ¦/ÚRÚëüEâmè1mQweQcPÑ NüÐ+é³ÂK]c׊NÑ®yÖ¸5¡¡Èy’GW | ||||
1235: §^¤½›5¯ÕëVõ¦1íH7C2 ºÀ–b¬ódÌ®jÄð<Œ¦ Är[âèX‘zÕiÝ~Øuýçä°M}¹FSŽûÞÚ²mÙ1°Òš&¦•];ŒE; | ||||
'yy' on a line without 'yyyy' found at line 1241: | ||||
1238: £Ò!£.ˆy+ŒJgŒBÓL ½À§à-}ŠÌÈœTšï4D‡Ië¹!W%£@Îgžà0;Â!²¿DA¯»ëuÜÛø ¬K¼š0ª;PµîúðÝ•fJx#ŠM~‚©)8Úa0ã=v>âÕ†œ1Á¨¯¤7N0Êc!boIK&Þª+úõ¢éöHìµ-à}[vÍδCÁË‘z®ðÛ¾èÇßeh™¡®b¤'ØòXÌ¥S K‚¡K8;šŸ&Ö|ÔÿªXÕÏþ"q´œN=¹£hÌ<keÈ{I¬uñã7‰BƒSâTä›J3." | ||||
1239: å,•Â81240: œMžã¬'XcpV•auøÏyy_µCUŠšj·ƒ¦A/¸¾AuCWï 6îmñ¨4Ð3`!õ+-¨icc¡ÉÁ”-¶|*6$°+6¼E5‹8†9•’ÀÇÚ†™’XÝTAUG#ÛõEIFidgûÁ<}ôÙQ¤ «|F<ˆÏ”óK_{_Gé {ÉPÊAß°Emª²pÞ ì8I[zÊ(·Žæš‡` kš®)SsÎí9¯7}w>]K(Ž7þY*š!†aßPÒ\Iü(Nƒ‰EN"Î_Ÿ'~”ÄÄF1 4ŠdR<Ú]V€Up«)žc· ÿ©ÌK'©È%eaI aÅfug9ü#PÝ£,soÉQÆÄ¥+ª&CG\œ‡Ì83 | ||||
1241: £¥È˜áËÛÎÙ[·Eû6ØÛ!Êó {ëÓŒòt6ñmIIrïlúŸ®ì›eP/ö}¡q¬ðŽÃ”Úš†8;ÿ©¼°@*lÞâÜ€0ˆ“ã|¼I™€”Ùü‹„ÉeÀN˜kAÕSÎW | ||||
1242: ›,FfÍ|¿ÚT$ì‚i&¨K@—êó{N×Ä-Á‡ ê(g~Ç-Ub£8Íg>øëòNŠJÜå¼[Lt.E$Ip-˜p{s·ùÃÝÇå+ÚSñÜkiÕZZ ¼š'e/÷xqÊ6›ŸGHÆáù„¹¸Šj̽ÁPY—ôˆ~DWD%øyùwݘÞ6°²ÿ†X‚HåÜ, ßKýþ | ||||
'yy' on a line without 'yyyy' found at line 1259: | ||||
1256: Vmkœ‡Ÿß½—Ô8¤†©ãlè-‡¥¤ÆÉÜ’’¢]€#ZR¯¬Ä¦x@E¥üÍ%}˪šçIµb„‰Û¡8Ÿ›ú[y*:Dã«Ð«+QŠ~[c¬úºoÅCÑRåøÃ‹0ßÎueÄ㋟LS<ò`ˆ8%¸»/'s§\ž;¥¤%|àÍ®tåÞï[Ó ;”\žFý5¼ô-ùCmÌé\6%•ãÅ–yboGI0ôÕ‘ÓœÊ | ||||
1257: ñ]ŠàÚ®¨º1258: =èf·m‰5†wcØ"ö%u/làÚ?g§ä½´Þ)N$±È“Ì˵ ƒ\O2ü~³’qD¹HÐ#)Tn¥*$Ô7fµÿÀ*‰]ªÃð§q„÷T½ôÔåÒ£@+g½gðy3"UĪ$“„³Y ¿z¿¢P…¨•ç¦`™‡Êûµ8ö¸FWÞw<åŸi|'±‘Š$‰¹\7eRr£å|6Œ«ëw0»×;¾cH‰¼iç{´d‰Æ¸Ì³ÒÔÕ‚°ÉÜn µË(PwÛÕh9éíáž&[¼½Ó4uóŽÛšP"täöñ·Ëó¡@Çýó>±‚‹ší|„³ | ||||
1259: FœÊK‹¸í,c1260: H‰ÔWÛŽãÆý‚ù‡~$³Cºo¼Ø | ||||
'yy' on a line without 'yyyy' found at line 1282: | ||||
1279: óáИŒ›¦é©¨òÅPe”T»‡ç‘[#|ˆB„I°/îAò¾œ’À¶mÓR€ˆšaq|aKI¦÷@HùÒ(*ò§øëñB¹?ìÙD×7eUöÏïN«n6{¸òãì<4(rXµícQêø“dX"ÈìØ?Û¥ñ0NÖ&žìœp›o;Èt'‹¶b¶%f6*¢§’`"©¼ | ||||
1280: |•$¤&®,‰M•*€yºÓõg´zÌO6„Gã\û‘#I¸«ÀM%"Zd¨A£Cu5Z{'å:Ï&³(Ù0DÝ‹jà¡h‹½% | ||||
1281: h)¹·Þ¯í˜„¶êSu×·àWDc×6{‡\ß“]ºóf˜•C•"|‡¶µDUî ÊÑôš¨Îï{¾ŽsmMÕ@Šaà²M[´Ïâˆ*ðG0,ùæC"–¤WÆ2Sš”:!…·XRý¹>ÙùöídâYðÅ@ÿÅéô„Û…iÊùÎâÕȘ$éä…ráš”œ¦¯^Óøï®É‰=ÖJ ä‰Ô‡cq4Ë¿Å$k OüØ[lîÀ˜÷‡®'ô±ÍõŽôœç¨s…îÄdr¾jÂóª£È,øz(êÅTú:ºd®Ö9ŠWk?¬1ºH›§19«¹×û2OI2K9Çô¾Ì2¦•)HCyYð+ŠÞâ¹ðU¿Hmò&ã:Ì›ã}wVÒ¹>î¼€`¥x䜼°„`¥RÂßdçŸàE§Sf$j*Ö˃Ò1ßmLônH´BÝ’—hfý–ÉNÅÍc¢§p禜:X±Ý‚²Á¥= h ¼j6EµÚàßñ€qÃr#`ìcƒÿàÇ’>üÜ\~¬x<üÄ—åß | ||||
1282: ü˜1ÇL)¦ç”"ÂÌÚ“6{.ê7}‹¹—uú–©1283: ýòuÏT’ôGÏêE]Ï6ú‘6“G|©<¸qÚ÷z¹ÇdÃBí– | ||||
'yy' on a line without 'yyyy' found at line 1292: | ||||
1289: nű×徬o›z Ù>U7hÆÄ¹1290: 7HUdðÔ´_ȶìÞ§¶é›MS‰ÿÿ¶mW65ý·]%‰Ê‚a©Ž7ÛÍô_®Ø$hr“àcYU¬Ñ¨ôØÛ#ulOl(Ã\³R…6ôbî¿1291: H‰ŒWÛrã6ýÿÁ¬É1292: ¢3z–Y{6¡Z”8o?&ÌC)åtŒðv§#WüL>ÙÿûZ0°N€‘Q$?2{"³¬î”¨Äy¡~EäÍW%ÂçòéìÝæ›»ïW×’7*[$?)n | ||||
1293: vQ'Fk×$â sQ4o£¥ÓE¿ú}–Ëç’¨[h™ˆgöO7ˆ5Îäý…j€yW«4à6}»UNUw«§Ny¥IN•üÞâ¿À‡Î¹B—ê14ç!áÝàCÅIÚ͵â3™;õ¾¦èÜQRôfT´ÁÑM%1ŠY_*ù2•ÜUÑ»SÉSNö›:ŠBµèß_ÑQÆA˜¿¥£s¸¢pY„j2ꪜfA¢Ã¹ÿÝ8…/â1áeiÎ65faàÆ«Ç+8IÎÆ+ˆ’Ç«íPTµ]‹¾Úêb¨ÚÃ2 t0^éÍ | ||||
'yy' on a line without 'yyyy' found at line 1426: | ||||
1423: ]6nâ[…K_×ñÂtQû×ðDD¢w¾÷ëÎ@¡dïeúí•2^€p`ë2¥à”쮲R‘XpÄ€©(Z òÀTDýúŸH w$`^}W–.}½°4µlv`Y´ˆÍú˜vÕ:&¾éŒã \qæÿšn)Ý„£–K ºGÂEÈ—pœ§H+…3ÖuPNlÖpÞ1424: +|ЕҀ¸ži›ÒË¥ýÕ8Û^.%‘îûÌFÓ—/]Dñî½9™zo`Bu£^dú2ëáî˜fŒÒœCÅ0ø¬·&™UÞ0C7Ö0›‘ÝvßÙ̪ÐeýÕF¯d~ò5…§4}2ì,Æ>ˆû*V¨˜8ò¶÷Ú,$ »ÝZ‘jß῎©CYóß ÈeŽAóå8^I,!ùP—ÖbJS”c^ù¶*‹¦mMAãÍ—!ß—ÝÉ´X~ | ||||
1425: Q$œf(Ù¼(ÎÇ3HÆìJ€!Í>UÞõ@c’¦J=š'g°æçÓŽ`/yãVa`ÚÚ³CÛÝÄ·ÚäIê"’¨ŸF°]V†64˜1ÙËSYY»{Ó=~šÃ%¶Üy.*L*‹ýª¤Â`Ó‹A‹ 4'Ð1ch K1Ðá4»WvF0>¤Ù=!ƒŽÆ•†ˆ½ EÖ2H‘çk~Ää_ySGL1426: \úöØÖíã(:ÊuY ’Êühœv©r‡@j¤E¨B1þl7eJ€*[à˜ÀÖèVXÊ+ö²àhªCa(´¦ ¥y*M1ÄO1shµ/í‹×¯àýr•,N¸p ﳒ㳌ühDŒ±B†Á@Û,lNÍWÓ~+ùöXô{%¥ò"rKò8ŒÛ´M¹£7c | ||||
1427: Iï·”÷‰þ 7¥ïýD|iŠKËñØTv6:%Ë®g¨õ´Ú ‹ÁaQ§¡búéDJÄÐ}α©3y¿žïôL»p&‘P8øm¹ãî‰ÝüÍ«ÈÏo¥ýXßzû–Mg)è^Ç©›Žs2Mó«&‹ß² C6É«ÙüÏua9U | ||||
'yy' on a line without 'yyyy' found at line 1434: | ||||
1431: >MDœg̸6>Ÿ×†Ê’ .æ®ÞôIeêŠyÜ5ž¸LS’ÿé@,oº¡@PòWžü‹dÄr¾òÝe:Õw+™Hà8þåíÅ–0zÂã(¾»¿“ˆ»(Ѝ9ãBRò E÷ðݾÛüp÷ú~îLŒž;³üž5ÿé|ÒïVæ‘ºÒø+!ò‚Ëù›¢Yäœ!T6b}…šþ,:z 8Æ)@¤,vâŠÿ°3–—öOãÞÿw@õ•î€õ&{Qvtmý¨×aiZBQ]vb¥7m§·e³Ç©¶¼|d‘³o$Cò_¦#Ì¢ÙØœ÷“ضGý¨»s¬Ê½²•o +d¾ôî;ýhÚC_?-xp7Ò¥h;²¾î§ 6<„/ÁºÚ6æ÷ƒîŪìqø±"«qê#Ðût˜QûËÈëLó |zäRˆЫ÷ø]¹ÿ†ïñ±2ûçZGŸŒ®×L¥Øš‡-ìmWåÊÔfx-íÆwÞ5¬èºcmúªìÖôÑñ³òÎØ¸Ä¯LÔôèpÈ—C]·´w4'$uôŸGSýfÄÇ__ý;O>‹5bF^ÃQDµeýÐvf G·D;fÉ5}fï)lÅCû…K,›žÂÑÐZÞEkŸ¼‡ÃˆJ9Lôh騱'9ˆœÍª!wÄ”:ÛG¯J]³ÓâÁ<:%‚c6f› | ||||
1432: çû&”1433: Fb¼©"ò„{)²øº»@îS»…Ì4ÓJj7Å}{]ñºô InHÒSÊs倯šV@˜ì|ªÉ‰Sž¦/ôÌvÆ)CçÌÎÍ;ã4 ’l¶r97” J]‚ Âjz±Ó¶v–PYy:µ¦E | ||||
1434: |pAÛœØ^x÷Hƒ/!ºlmw‚¤iÖ=§ˆt–Š;ª¡²F{¢GækW=~ëüvn³„1435: ëéLÊ.„Õ™;@¡\áé?^K«mš¶Ñ»=že7V°š’ZÑ.yÌv´Ô;6U}`©nDºNÇØHÏ–ãObuöWnò¼¤G‡õ“«:‘*í"QÔŠp*t÷âĶëV.|¼SŒ±„Ý@üÝIqa6Nñ#ü‡õ5ÅÞ | ||||
'yy' on a line without 'yyyy' found at line 1470: | ||||
1467: H‰ìVÛnã6ýýÃ<dbÙ$u5´ | ||||
1468: °í6‹,"è | ||||
1469: E8YYvhëbØò&Ånÿ½3”dKŽÛ- | ||||
1470: ô¥(Ð9×3gH~ŸX“k$$K*øÃ?é:c媱ç@RX–ÖäýG ËÅ~çÉʲ°åX†¼³l1BA’Zl›Õûm‘„0> 4*“kÕ8jtC·Ó%¡ÔÌZy¶îÙ·¥`c3:8úf2¸)k.–qÁ¶\:ìócΕbÀm%P§%·=6Úe©YЗ+á-÷ª±%}V$oÄ4.¹'Z*øCòáŽÉ&T‡t“îäâ$S³'»t„Ó¤1471: MÌz]mÚõ'½|203ÒWÐíé”ÕÀûŒý÷2i²¼˜²ÆFå§Ø>Wzóz7c3Ž¥@T¿sÎAåHѨPX‹ˆJ+•‹8¢4Ó¹.—€žOÂj43¬rÀæ47À£¬œ7 §ÕžÌõã~š¯IÏ“¡Ñ[<滬ÖéUΪö\ë¬F°AxÛ>ñÍ7AÈÐ7Æxhäð¯ÎŠÍ®3”\œ’£o^í?弌à72£¦B3h¶Ý¢ic‹îÖ”£ƒ¶³OVàSä>> endobj352 0 obj<< /Length 1173 /Filter /FlateDecode >> stream | ||||
1900 found at line 1494: | ||||
1491: H‰u“ÝnÜ …ŸÀï0—PãýóÞVU«ö6–zÑô‚Åã]T,ÀÙäí;ƒ“þ©ÑJà5æ;‡ñû®¸û¸ÝP¨júÑÔžªf‡¶©ö[覢†Kq÷é^Á%e]Õu)êJíöÐÝŠobhl”¥Ú | ||||
1492: +ÕAx>;Ž:ù°YE\Ìd³Z–'AÚF€$½ƒÑ.S™Ñ›¤j„—e+¤:Šd'ë.¤RÚG*÷zÆ¿GάËL–Pd³åð¬#V¹Îg^wò{÷…¼•ªR-tVk*[[mé¾·‰NØ€¹jwÁ7²“îóœ<D?!ÌÁì—@’£ öŒ=È£°ŽÇ{4)ƒ¨VlA„v=O¼ªö"]²ór°cÂð×¹jFb¸SûÂEÛל9%‰/EfŽà8–Ë;Yî¼í¤ªE%kÊ’þzµ#BbÙ#þ6-OT‚”ä='×,2>PÆ)ãvï | ||||
1493: Nï°Òeù@gÒuŸ—K¤'µƒù…—Ô#:¿Þf÷ùEàuŒË˜À€O3‹Î °]Í]ˆ4‹/bã§ ]¿f=¼–txËÙOóˆ´œ4yeÛÙ{¤36¿W\Bx†Þƒó ô0'°Ž.‚>ÛѦg¸Ùt¥kÆGë&ojñ˜s9e,n´lèDËÀ¡â“‰ûömÞRs#x‚ow$Cj—¿…5Ü›~Žð tþàFÔ1Áâ’•%ýãÞïr¸ŸçAš™çH±¹þAV¹ÕÚsÁcûW«m×Vû ‹&ùendstreamendobj364 0 obj<< /Type /ExtGState /SA false /OP false /HT /Default >> endobj365 0 obj<< /Type /Font /Subtype /Type1 /Name /F8 /Encoding 617 0 R /BaseFont /Times-Italic >> endobj366 0 obj<< /Type /Font /Subtype /Type1 /Name /F11 /Encoding 617 0 R /BaseFont /Times-Bold >> endobj367 0 obj<< /Type /ExtGState /SA false /OP false /HT /Default >> endobj368 0 obj588 endobj369 0 obj<< /Count 23 /Type /Outlines /First 370 0 R /Last 371 0 R >> endobj370 0 obj<< /Title (Abstract)/Parent 369 0 R /A 581 0 R /Next 578 0 R >> endobj371 0 obj<< /Title (Author\220s address)/Prev 372 0 R /Parent 369 0 R /A 373 0 R >> endobj372 0 obj<< /Title (Security considerations)/Next 371 0 R /Prev 374 0 R ! | ||||
/Parent 369 0 R /A 375 0 R >> endobj373 0 obj<< /S /GoTo /D [ 359 0 R /XYZ -5 749 1 ] >> endobj374 0 obj<< /Title (Appendix I. Selected C-Language Program Listings)/Next 372 0 R /Prev 376 0 R /Parent 369 0 R /A 377 0 R /First 378 0 R /Last 379 0 R /Count -6 >> endobj375 0 obj<< /S /GoTo /D [ 359 0 R /XYZ -5 749 1 ] >> endobj376 0 obj<< /Title (Appendix H. Analysis of Errors and Correctness Principles)/Next 374 0 R /Prev 390 0 R /Parent 369 0 R /A 391 0 R /First 392 0 R /Last 393 0 R /Count -6 >> endobj377 0 obj<< /S /GoTo /D [ 341 0 R /XYZ -5 797 1 ] >> endobj378 0 obj<< /Title (I.1. Common Definitions and Variables)/A 389 0 R /Parent 374 0 R /Next 387 0 R >> endobj379 0 obj<< /Title (I.6. Subroutine to Compute Synchronization Distance)/A 380 0 R /Prev 381 0 R /Parent 374 0 R >> endobj380 0 obj<< /S /GoTo /D [ 356 0 R /XYZ -5 797 1 ] >> endobj381 0 obj<< /Title (I.5. Clock\205Combining Procedure)/A 382 0 R ! | ||||
/Next 379 0 R /Prev 383 0 R /Parent 374 0 R >> endobj382 0 obj<< /S /GoTo /D [ 353 0 R /XYZ -5 503 1 ] >> endobj383 0 obj<< /Title (I.4. Clock\205Selection Algorithm)/A 384 0 R /Next 381 0 R /Prev 385 0 R /Parent 374 0 R >> endobj384 0 obj<< /S /GoTo /D [ 350 0 R /XYZ -5 503 1 ] >> endobj385 0 obj<< /Title (I.3. Interval Intersection Algorithm)/A 386 0 R /Next 383 0 R /Prev 387 0 R /Parent 374 0 R >> endobj386 0 obj<< /S /GoTo /D [ 347 0 R /XYZ -5 797 1 ] >> endobj387 0 obj<< /Title (I.2. Clock\205Filter Algorithm)/A 388 0 R /Next 385 0 R /Prev 378 0 R /Parent 374 0 R >> endobj388 0 obj<< /S /GoTo /D [ 344 0 R /XYZ -5 797 1 ] >> endobj389 0 obj<< /S /GoTo /D [ 341 0 R /XYZ -5 797 1 ] >> endobj390 0 obj<< /Title (Appendix G. Computer Clock Modelling and Analysis)/Next 376 0 R /Prev 404 0 R /Parent 369 0 R /A 405 0 R /First 406 0 R /Last 407 0 R /Count -6 >> endobj391 0 obj<< /S /GoTo /D [ 314 0 R /XYZ! | ||||
-5 797 1 ] >> endobj392 0 obj<< /Title (H.1. Introduction)/A 403 0 R /Parent 376 0 R /Next 401 0 R >> endobj393 0 obj<< /Title (H.6. Correctness Principles)/A 394 0 R /Prev 395 0 R /Parent 376 0 R >> endobj394 0 obj<< /S /GoTo /D [ 332 0 R /XYZ -5 503 1 ] >> endobj395 0 obj<< /Title (H.5. Inherited Errors)/A 396 0 R /Next 393 0 R /Prev 397 0 R /Parent 376 0 R >> endobj396 0 obj<< /S /GoTo /D [ 326 0 R /XYZ -5 797 1 ] >> endobj397 0 obj<< /Title (H.4. Network Errors)/A 398 0 R /Next 395 0 R /Prev 399 0 R /Parent 376 0 R >> endobj398 0 obj<< /S /GoTo /D [ 323 0 R /XYZ -5 797 1 ] >> endobj399 0 obj<< /Title (H.3. Measurement Errors)/A 400 0 R /Next 397 0 R /Prev 401 0 R /Parent 376 0 R >> endobj400 0 obj<< /S /GoTo /D [ 320 0 R /XYZ -5 797 1 ] >> endobj401 0 obj<< /Title (H.2. Timestamp Errors)/A 402 0 R /Next 399 0 R /Prev 392 0 R /Parent 376 0 R >> endobj402 0 obj<< /S /GoTo /D [ 314 0 R /XYZ -5 ! | ||||
797 1 ] >> endobj403 0 obj<< /S /GoTo /D [ 314 0 R /XYZ -5 797 1 ] >> endobj404 0 obj<< /Title (Appendix F. The NTP Clock-Combining Algorithm)/Next 390 0 R /Prev 422 0 R /Parent 369 0 R /A 423 0 R /First 424 0 R /Last 425 0 R /Count -6 >> endobj405 0 obj<< /S /GoTo /D [ 278 0 R /XYZ -5 797 1 ] >> endobj406 0 obj<< /Title (G.1. Computer Clock Models)/A 417 0 R /Parent 390 0 R /Next 415 0 R /First 418 0 R /Last 419 0 R /Count -2 >> endobj407 0 obj<< /Title (G.6. The NTP Clock Model)/A 408 0 R /Prev 409 0 R /Parent 390 0 R >> endobj408 0 obj<< /S /GoTo /D [ 305 0 R /XYZ -5 503 1 ] >> endobj409 0 obj<< /Title (G.5. Adjusting PLL Bandwidth)/A 410 0 R /Next 407 0 R /Prev 411 0 R /Parent 390 0 R >> endobj410 0 obj<< /S /GoTo /D [ 302 0 R /XYZ -5 503 1 ] >> endobj411 0 obj<< /Title (G.4. Adjusting VCO Gain)/A 412 0 R /Next 409 0 R /Prev 413 0 R /Parent 390 0 R >> endobj412 0 obj<< /S /GoTo /D [ 302 0 R /XYZ! | ||||
-5 797 1 ] >> endobj413 0 obj<< /Title (G.3. Parameter Management)/A 414 0 R /Next 411 0 R /Prev 415 0 R /Parent 390 0 R >> endobj414 0 obj<< /S /GoTo /D [ 299 0 R /XYZ -5 503 1 ] >> endobj415 0 obj<< /Title (G.2. Mathematical Model of the NTP Logical Clock)/A 416 0 R /Next 413 0 R /Prev 406 0 R /Parent 390 0 R >> endobj416 0 obj<< /S /GoTo /D [ 293 0 R /XYZ -5 503 1 ] >> endobj417 0 obj<< /S /GoTo /D [ 278 0 R /XYZ -5 797 1 ] >> endobj418 0 obj<< /Title (G.1.1. The Fuzzball Clock Model)/A 421 0 R /Parent 406 0 R /Next 419 0 R >> endobj419 0 obj<< /Title (G.1.2. The Unix Clock Model)/A 420 0 R /Prev 418 0 R /Parent 406 0 R >> endobj420 0 obj<< /S /GoTo /D [ 287 0 R /XYZ -5 797 1 ] >> endobj421 0 obj<< /S /GoTo /D [ 284 0 R /XYZ -5 797 1 ] >> endobj422 0 obj<< /Title (Appendix E. The NTP Timescale and its Chronometry)/Next 404 0 R /Prev 436 0 R /Parent 369 0 R /A 437 0 R /First 438 0 R /Last 439 0 R /C! | ||||
ount -8 >> endobj423 0 obj<< /S /GoTo /D [ 260 0 R /XYZ -5 797 1 ] >> endobj424 0 obj<< /Title (F.1. Introduction)/A 435 0 R /Parent 404 0 R /Next 433 0 R >> endobj425 0 obj<< /Title (F.6. Clock-Combining Procedure)/A 426 0 R /Prev 427 0 R /Parent 404 0 R >> endobj426 0 obj<< /S /GoTo /D [ 272 0 R /XYZ -5 503 1 ] >> endobj427 0 obj<< /Title (F.5. Application to NTP)/A 428 0 R /Next 425 0 R /Prev 429 0 R /Parent 404 0 R >> endobj428 0 obj<< /S /GoTo /D [ 272 0 R /XYZ -5 797 1 ] >> endobj429 0 obj<< /Title (F.4. Development of a Composite Timescale)/A 430 0 R /Next 427 0 R /Prev 431 0 R /Parent 404 0 R >> endobj430 0 obj<< /S /GoTo /D [ 263 0 R /XYZ -5 503 1 ] >> endobj431 0 obj<< /Title (F.3. Clock Modelling)/A 432 0 R /Next 429 0 R /Prev 433 0 R /Parent 404 0 R >> endobj432 0 obj<< /S /GoTo /D [ 263 0 R /XYZ -5 797 1 ] >> endobj433 0 obj<< /Title (F.2. Determining Time and Frequency)/A 434 0 R /Nex! | ||||
t 431 0 R /Prev 424 0 R /Parent 404 0 R >> endobj434 0 obj<< /S /GoTo /D [ 260 0 R /XYZ -5 797 1 ] >> endobj435 0 obj<< /S /GoTo /D [ 260 0 R /XYZ -5 797 1 ] >> endobj436 0 obj<< /Title (Appendix D. Differences from Previous Versions)/Next 422 0 R /Prev 454 0 R /Parent 369 0 R /A 455 0 R >> endobj437 0 obj<< /S /GoTo /D [ 230 0 R /XYZ -5 797 1 ] >> endobj438 0 obj<< /Title (E.1. Introduction)/A 453 0 R /Parent 422 0 R /Next 451 0 R >> endobj439 0 obj<< /Title (E.8. The NTP Timescale and Reckoning with UTC)/A 440 0 R /Prev 441 0 R /Parent 422 0 R >> endobj440 0 obj<< /S /GoTo /D [ 254 0 R /XYZ -5 797 1 ] >> endobj441 0 obj<< /Title (E.7. Determination of Time and Leap Seconds)/A 442 0 R /Next 439 0 R /Prev 443 0 R /Parent 422 0 R >> endobj442 0 obj<< /S /GoTo /D [ 248 0 R /XYZ -5 503 1 ] >> endobj443 0 obj<< /Title (E.6. Determination of Frequency)/A 444 0 R /Next 441 0 R /Prev 445 0 R /Parent 422 0 R >! | ||||
> endobj444 0 obj<< /S /GoTo /D [ 248 0 R /XYZ -5 797 1 ] >> endobj445 0 obj<< /Title (E.5. The Modified Julian Day System)/A 446 0 R /Next 443 0 R /Prev 447 0 R /Parent 422 0 R >> endobj446 0 obj<< /S /GoTo /D [ 245 0 R /XYZ -5 503 1 ] >> endobj447 0 obj<< /Title (E.4. Calendar Systems)/A 448 0 R /Next 445 0 R /Prev 449 0 R /Parent 422 0 R >> endobj448 0 obj<< /S /GoTo /D [ 242 0 R /XYZ -5 797 1 ] >> endobj449 0 obj<< /Title (E.3. Time and Frequency Dissemination)/A 450 0 R /Next 447 0 R /Prev 451 0 R /Parent 422 0 R >> endobj450 0 obj<< /S /GoTo /D [ 236 0 R /XYZ -5 797 1 ] >> endobj451 0 obj<< /Title (E.2. Primary Frequency and Time Standards)/A 452 0 R /Next 449 0 R /Prev 438 0 R /Parent 422 0 R >> endobj452 0 obj<< /S /GoTo /D [ 230 0 R /XYZ -5 503 1 ] >> endobj453 0 obj<< /S /GoTo /D [ 230 0 R /XYZ -5 797 1 ] >> endobj454 0 obj<< /Title (Appendix C. Authentication Issues)/Next 436 0 R /Prev 456! | ||||
0 R /Parent 369 0 R /A 457 0 R /First 458 0 R /Last 459 0 R /Count -2 >> endobj455 0 obj<< /S /GoTo /D [ 216 0 R /XYZ -5 797 1 ] >> endobj456 0 obj<< /Title (Appendix B. NTP Control Messages)/Next 454 0 R /Prev 468 0 R /Parent 369 0 R /A 469 0 R /First 470 0 R /Last 471 0 R /Count -3 >> endobj457 0 obj<< /S /GoTo /D [ 201 0 R /XYZ -5 797 1 ] >> endobj458 0 obj<< /Title (C.1. NTP Authentication Mechanism)/A 467 0 R /Parent 454 0 R /Next 459 0 R >> endobj459 0 obj<< /Title (C.2. NTP Authentication Procedures)/Count -3 /Last 460 0 R /First 461 0 R /A 462 0 R /Prev 458 0 R /Parent 454 0 R >> endobj460 0 obj<< /Title (C.2.3. Control-Message Procedures)/A 466 0 R /Prev 464 0 R /Parent 459 0 R >> endobj461 0 obj<< /Title (C.2.1. Encrypt Procedure)/A 463 0 R /Parent 459 0 R /Next 464 0 R >> endobj462 0 obj<< /S /GoTo /D [ 207 0 R /XYZ -5 503 1 ] >> endobj463 0 obj<< /S /GoTo /D [ 207 0 R /XYZ -5 503 1 ] >> ! | ||||
endobj464 0 obj<< /Title (C.2.2. Decrypt Procedure)/A 465 0 R /Next 460 0 R /Prev 461 0 R /Parent 459 0 R >> endobj465 0 obj<< /S /GoTo /D [ 210 0 R /XYZ -5 797 1 ] >> endobj466 0 obj<< /S /GoTo /D [ 213 0 R /XYZ -5 797 1 ] >> endobj467 0 obj<< /S /GoTo /D [ 204 0 R /XYZ -5 797 1 ] >> endobj468 0 obj<< /Title (Appendix A. NTP Data Format - Version 3)/Next 456 0 R /Prev 484 0 R /Parent 369 0 R /A 485 0 R >> endobj469 0 obj<< /S /GoTo /D [ 177 0 R /XYZ -4 796 1.25 ] >> endobj470 0 obj<< /Title (B.1. NTP Control Message Format)/A 483 0 R /Parent 456 0 R /Next 473 0 R >> endobj471 0 obj<< /Title (B.3. Commands)/A 472 0 R /Prev 473 0 R /Parent 456 0 R >> endobj472 0 obj<< /S /GoTo /D [ 195 0 R /XYZ -4 796 1.25 ] >> endobj473 0 obj<< /Title (B.2. Status Words)/Count -4 /Last 474 0 R /First 475 0 R /A 476 0 R /Next 471 0 R /Prev 470 0 R /Parent 456 0 R >> endobj474 0 obj<< /Title (B.2.4. Error Status Word)! | ||||
/A 482 0 R /Prev 480 0 R /Parent 473 0 R >> endobj475 0 obj<< /Title (B.2.1. System Status Word)/A 477 0 R /Parent 473 0 R /Next 478 0 R >> endobj476 0 obj<< /S /GoTo /D [ 186 0 R /XYZ -4 796 1.25 ] >> endobj477 0 obj<< /S /GoTo /D [ 186 0 R /XYZ -4 796 1.25 ] >> endobj478 0 obj<< /Title (B.2.2. Peer Status Word)/A 479 0 R /Next 480 0 R /Prev 475 0 R /Parent 473 0 R >> endobj479 0 obj<< /S /GoTo /D [ 189 0 R /XYZ -4 796 1.25 ] >> endobj480 0 obj<< /Title (B.2.3. Clock Status Word)/A 481 0 R /Next 474 0 R /Prev 478 0 R /Parent 473 0 R >> endobj481 0 obj<< /S /GoTo /D [ 192 0 R /XYZ -4 796 1.25 ] >> endobj482 0 obj<< /S /GoTo /D [ 192 0 R /XYZ -4 402 1.25 ] >> endobj483 0 obj<< /S /GoTo /D [ 180 0 R /XYZ -4 402 1.25 ] >> endobj484 0 obj<< /Title (7. References)/Next 468 0 R /Prev 486 0 R /Parent 369 0 R /A 487 0 R >> endobj485 0 obj<< /S /GoTo /D [ 168 0 R /XYZ -4 796 1.25 ] >> endobj486 0 obj<< ! | ||||
/Title (6. Acknowledgments)/Next 484 0 R /Prev 488 0 R /Parent 369 0 R /A 489 0 R >> endobj487 0 obj<< /S /GoTo /D [ 156 0 R /XYZ -4 796 1.25 ] >> endobj488 0 obj<< /Title (5. Local Clocks)/Next 486 0 R /Prev 490 0 R /Parent 369 0 R /A 491 0 R /First 492 0 R /Last 493 0 R /Count -4 >> endobj489 0 obj<< /S /GoTo /D [ 153 0 R /XYZ -4 402 1.25 ] >> endobj490 0 obj<< /Title (4. Filtering and Selection Algorithms)/Next 488 0 R /Prev 500 0 R /Parent 369 0 R /A 501 0 R /First 502 0 R /Last 503 0 R /Count -2 >> endobj491 0 obj<< /S /GoTo /D [ 138 0 R /XYZ -4 402 1.25 ] >> endobj492 0 obj<< /Title (5.1. Fuzzball Implementation)/A 499 0 R /Parent 488 0 R /Next 497 0 R >> endobj493 0 obj<< /Title (5.4. Implementation Issues)/A 494 0 R /Prev 495 0 R /Parent 488 0 R >> endobj494 0 obj<< /S /GoTo /D [ 150 0 R /XYZ -4 402 1.25 ] >> endobj495 0 obj<< /Title (5.3. Step Phase Adjustments)/A 496 0 R /Next 493 0 R /Prev ! | ||||
497 0 R /Parent 488 0 R >> endobj496 0 obj<< /S /GoTo /D [ 147 0 R /XYZ -4 402 1.25 ] >> endobj497 0 obj<< /Title (5.2. Gradual Phase Adjustments)/A 498 0 R /Next 495 0 R /Prev 492 0 R /Parent 488 0 R >> endobj498 0 obj<< /S /GoTo /D [ 144 0 R /XYZ -4 796 1.25 ] >> endobj499 0 obj<< /S /GoTo /D [ 141 0 R /XYZ -4 796 1.25 ] >> endobj500 0 obj<< /Title (3. Network Time Protocol)/Next 490 0 R /Prev 510 0 R /Parent 369 0 R /A 511 0 R /First 512 0 R /Last 513 0 R /Count -6 >> endobj501 0 obj<< /S /GoTo /D [ 120 0 R /XYZ -4 796 1.25 ] >> endobj502 0 obj<< /Title (4.1. Clock-Filter Procedure)/A 509 0 R /Parent 490 0 R /Next 503 0 R >> endobj503 0 obj<< /Title (4.2. Clock-Selection Procedure)/A 504 0 R /Prev 502 0 R /Parent 490 0 R /First 505 0 R /Last 506 0 R /Count -2 >> endobj504 0 obj<< /S /GoTo /D [ 126 0 R /XYZ -4 402 1.25 ] >> endobj505 0 obj<< /Title (4.2.1. Intersection Algorithm)/A 508 0 R /Parent ! | ||||
503 0 R /Next 506 0 R >> endobj506 0 obj<< /Title (4.2.2. Clustering Algorithm)/A 507 0 R /Prev 505 0 R /Parent 503 0 R >> endobj507 0 obj<< /S /GoTo /D [ 132 0 R /XYZ -4 796 1.25 ] >> endobj508 0 obj<< /S /GoTo /D [ 126 0 R /XYZ -4 402 1.25 ] >> endobj509 0 obj<< /S /GoTo /D [ 123 0 R /XYZ -4 796 1.25 ] >> endobj510 0 obj<< /Title (2. System Architecture)/Next 500 0 R /Prev 564 0 R /Parent 369 0 R /A 565 0 R /First 566 0 R /Last 567 0 R /Count -2 >> endobj511 0 obj<< /S /GoTo /D [ 42 0 R /XYZ -4 406 1.25 ] >> endobj512 0 obj<< /Title (3.1. Data Formats)/A 563 0 R /Parent 500 0 R /Next 547 0 R >> endobj513 0 obj<< /Title (3.6. Access Control Issues)/A 514 0 R /Prev 515 0 R /Parent 500 0 R >> endobj514 0 obj<< /S /GoTo /D [ 117 0 R /XYZ -4 796 1.25 ] >> endobj515 0 obj<< /Title (3.5. Synchronization Distance Procedure)/A 516 0 R /Count 0 /Next 513 0 R /Prev 517 0 R /Parent 500 0 R >> endobj516 0 obj! | ||||
<< /S /GoTo /D [ 114 0 R /XYZ -4 402 1.25 ] >> endobj517 0 obj<< /Title (3.4. Event Processing)/A 518 0 R /Next 515 0 R /Prev 519 0 R /Parent 500 0 R /First 520 0 R /Last 521 0 R /Count -9 >> endobj518 0 obj<< /S /GoTo /D [ 75 0 R /XYZ -4 796 1.25 ] >> endobj519 0 obj<< /Title (3.3. Modes of Operation)/A 546 0 R /Next 517 0 R /Prev 547 0 R /Parent 500 0 R >> endobj520 0 obj<< /Title (3.4.1. Notation Conventions)/A 545 0 R /Next 543 0 R /Parent 517 0 R >> endobj521 0 obj<< /Title (3.4.9. Poll-Update Procedure)/A 522 0 R /Prev 523 0 R /Parent 517 0 R >> endobj522 0 obj<< /S /GoTo /D [ 114 0 R /XYZ -4 796 1.25 ] >> endobj523 0 obj<< /Title (3.4.8. Clear Procedure)/A 524 0 R /Next 521 0 R /Prev 525 0 R /Parent 517 0 R >> endobj524 0 obj<< /S /GoTo /D [ 111 0 R /XYZ -4 402 1.25 ] >> endobj525 0 obj<< /Title (3.4.7. Initialization Procedures)/A 526 0 R /Next 523 0 R /Prev 527 0 R /Parent 517 0 R /First 528 ! | ||||
0 R /Last 529 0 R /Count -4 >> endobj526 0 obj<< /S /GoTo /D [ 102 0 R /XYZ -4 402 1.25 ] >> endobj527 0 obj<< /Title (3.4.6. Primary-Clock Procedure)/A 536 0 R /Next 525 0 R /Prev 537 0 R /Parent 517 0 R >> endobj528 0 obj<< /Title (3.4.7.1. Initialization Procedure)/A 535 0 R /Parent 525 0 R /Count 0 /Next 533 0 R >> endobj529 0 obj<< /Title (3.4.7.4. Primary Clock-Instantiation Procedure)/A 530 0 R /Prev 531 0 R /Parent 525 0 R >> endobj530 0 obj<< /S /GoTo /D [ 111 0 R /XYZ -4 796 1.25 ] >> endobj531 0 obj<< /Title (3.4.7.3. Receive-Instantiation Procedure)/A 532 0 R /Next 529 0 R /Prev 533 0 R /Parent 525 0 R >> endobj532 0 obj<< /S /GoTo /D [ 108 0 R /XYZ -4 796 1.25 ] >> endobj533 0 obj<< /Title (3.4.7.2. Initialization-Instantiation Procedure)/A 534 0 R /Next 531 0 R /Prev 528 0 R /Parent 525 0 R >> endobj534 0 obj<< /S /GoTo /D [ 105 0 R /XYZ -4 402 1.25 ] >> endobj535 0 obj<< /S /GoTo /D [ 10! | ||||
5 0 R /XYZ -4 796 1.25 ] >> endobj536 0 obj<< /S /GoTo /D [ 102 0 R /XYZ -4 796 1.25 ] >> endobj537 0 obj<< /Title (3.4.5. Clock-Update Procedure)/A 538 0 R /Next 527 0 R /Prev 539 0 R /Parent 517 0 R >> endobj538 0 obj<< /S /GoTo /D [ 99 0 R /XYZ -4 796 1.25 ] >> endobj539 0 obj<< /Title (3.4.4. Packet Procedure)/A 540 0 R /Next 537 0 R /Prev 541 0 R /Parent 517 0 R >> endobj540 0 obj<< /S /GoTo /D [ 90 0 R /XYZ -4 402 1.25 ] >> endobj541 0 obj<< /Title (3.4.3. Receive Procedure)/A 542 0 R /Next 539 0 R /Prev 543 0 R /Parent 517 0 R >> endobj542 0 obj<< /S /GoTo /D [ 84 0 R /XYZ -4 402 1.25 ] >> endobj543 0 obj<< /Title (3.4.2. Transmit Procedure)/A 544 0 R /Next 541 0 R /Prev 520 0 R /Parent 517 0 R >> endobj544 0 obj<< /S /GoTo /D [ 78 0 R /XYZ -4 402 1.25 ] >> endobj545 0 obj<< /S /GoTo /D [ 75 0 R /XYZ -4 796 1.25 ] >> endobj546 0 obj<< /S /GoTo /D [ 69 0 R /XYZ -4 402 1.25 ] >> endobj547 0 o! | ||||
bj<< /Title (3.2. State Variables and Parameters)/Count -7 /Last 548 0 R /First 549 0 R /A 550 0 R /Next 519 0 R /Prev 512 0 R /Parent 500 0 R >> endobj548 0 obj<< /Title (3.2.7. Parameters)/A 562 0 R /Prev 560 0 R /Parent 547 0 R >> endobj549 0 obj<< /Title (3.2.1. Common Variables)/A 551 0 R /Parent 547 0 R /Next 552 0 R >> endobj550 0 obj<< /S /GoTo /D [ 45 0 R /XYZ -4 402 1.25 ] >> endobj551 0 obj<< /S /GoTo /D [ 45 0 R /XYZ -4 402 1.25 ] >> endobj552 0 obj<< /Title (3.2.2. System Variables)/A 553 0 R /Next 554 0 R /Prev 549 0 R /Parent 547 0 R >> endobj553 0 obj<< /S /GoTo /D [ 54 0 R /XYZ -4 402 1.25 ] >> endobj554 0 obj<< /Title (3.2.3. Peer Variables)/A 555 0 R /Next 556 0 R /Prev 552 0 R /Parent 547 0 R >> endobj555 0 obj<< /S /GoTo /D [ 54 0 R /XYZ -4 402 1.25 ] >> endobj556 0 obj<< /Title (3.2.4. Packet Variables)/A 557 0 R /Next 558 0 R /Prev 554 0 R /Parent 547 0 R >> endobj557 0 obj<<! | ||||
/S /GoTo /D [ 60 0 R /XYZ -4 402 1.25 ] >> endobj558 0 obj<< /Title (3.2.5. Clock-Filter Variables)/A 559 0 R /Next 560 0 R /Prev 556 0 R /Parent 547 0 R >> endobj559 0 obj<< /S /GoTo /D [ 60 0 R /XYZ -4 402 1.25 ] >> endobj560 0 obj<< /Title (3.2.6. Authentication Variables)/A 561 0 R /Next 548 0 R /Prev 558 0 R /Parent 547 0 R >> endobj561 0 obj<< /S /GoTo /D [ 63 0 R /XYZ -4 454 1.25 ] >> endobj562 0 obj<< /S /GoTo /D [ 63 0 R /XYZ -4 454 1.25 ] >> endobj563 0 obj<< /S /GoTo /D [ 42 0 R /XYZ -4 402 1.25 ] >> endobj564 0 obj<< /Title (1. Introduction)/Next 510 0 R /Prev 570 0 R /Parent 369 0 R /A 571 0 R /First 572 0 R /Last 572 0 R /Count -1 >> endobj565 0 obj<< /S /GoTo /D [ 30 0 R /XYZ -4 406 1.25 ] >> endobj566 0 obj<< /Title (2.1. Implementation Model)/A 569 0 R /Parent 510 0 R /Count 0 /Next 567 0 R >> endobj567 0 obj<< /Title (2.2. Network Configurations)/A 568 0 R /Prev 566 0 R /Parent 51! | ||||
0 0 R >> endobj568 0 obj<< /S /GoTo /D [ 39 0 R /XYZ -4 796 1.25 ] >> endobj569 0 obj<< /S /GoTo /D [ 36 0 R /XYZ -4 796 1.25 ] >> endobj570 0 obj<< /Title (List of Tables)/Next 564 0 R /Prev 574 0 R /Parent 369 0 R /A 575 0 R >> endobj571 0 obj<< /S /GoTo /D [ 21 0 R /XYZ -4 796 1.25 ] >> endobj572 0 obj<< /Title (1.1. Related Technology)/A 573 0 R /Parent 564 0 R >> endobj573 0 obj<< /S /GoTo /D [ 24 0 R /XYZ -4 796 1.25 ] >> endobj574 0 obj<< /Title (Table of Contents)/Next 570 0 R /Prev 576 0 R /Parent 369 0 R /A 577 0 R >> endobj575 0 obj<< /S /GoTo /D [ 15 0 R /XYZ -4 406 1.25 ] >> endobj576 0 obj<< /Title (Preface)/Next 574 0 R /Prev 578 0 R /Parent 369 0 R /A 579 0 R >> endobj577 0 obj<< /S /GoTo /D [ 9 0 R /XYZ -4 796 1.25 ] >> endobj578 0 obj<< /Title (Status of this Memo)/Next 576 0 R /Prev 370 0 R /Parent 369 0 R /A 580 0 R >> endobj579 0 obj<< /S /GoTo /D [ 1 0 R /XYZ -4 796 1.25 ! | ||||
] >> endobj580 0 obj<< /S /GoTo /D [ 613 0 R /XYZ -4 406 1.25 ] >> endobj581 0 obj<< /S /GoTo /D [ 613 0 R /XYZ -4 694 1.25 ] >> endobj582 0 obj<< /Type /Pages /Kids [ 595 0 R 594 0 R 602 0 R 608 0 R ] /Count 120 >> endobj583 0 obj<< /CreationDate (D:19980506142422)/Producer (Acrobat Distiller 3.0 for Power Macintosh)/ModDate (D:19980506173035)>> endobj584 0 obj<< /Type /Pages /Kids [ 15 0 R 18 0 R 21 0 R 24 0 R 27 0 R 30 0 R ] /Count 6 /Parent 595 0 R >> endobj585 0 obj<< /Type /Pages /Kids [ 613 0 R 1 0 R 4 0 R 9 0 R 12 0 R ] /Count 5 /Parent 595 0 R >> endobj586 0 obj<< /Type /Pages /Kids [ 153 0 R 156 0 R 159 0 R 162 0 R 165 0 R ] /Count 5 /Parent 594 0 R >> endobj587 0 obj<< /Type /Pages /Kids [ 138 0 R 141 0 R 144 0 R 147 0 R 150 0 R ] /Count 5 /Parent 594 0 R >> endobj588 0 obj<< /Type /Pages /Kids [ 123 0 R 126 0 R 129 0 R 132 0 R 135 0 R ] /Count 5 /Parent 594 0 R >> endobj589 0 obj<< /Type /Pages ! | ||||
/Kids [ 108 0 R 111 0 R 114 0 R 117 0 R 120 0 R ] /Count 5 /Parent 594 0 R >> endobj590 0 obj<< /Type /Pages /Kids [ 93 0 R 96 0 R 99 0 R 102 0 R 105 0 R ] /Count 5 /Parent 594 0 R >> endobj591 0 obj<< /Type /Pages /Kids [ 78 0 R 81 0 R 84 0 R 87 0 R 90 0 R ] /Count 5 /Parent 595 0 R >> endobj592 0 obj<< /Type /Pages /Kids [ 63 0 R 66 0 R 69 0 R 72 0 R 75 0 R ] /Count 5 /Parent 595 0 R >> endobj593 0 obj<< /Type /Pages /Kids [ 48 0 R 51 0 R 54 0 R 57 0 R 60 0 R ] /Count 5 /Parent 595 0 R >> endobj594 0 obj<< /Type /Pages /Kids [ 590 0 R 589 0 R 588 0 R 587 0 R 586 0 R ] /Count 25 /Parent 582 0 R >> endobj595 0 obj<< /Type /Pages /Kids [ 585 0 R 584 0 R 596 0 R 593 0 R 592 0 R 591 0 R ] /Count 31 /Parent 582 0 R >> endobj596 0 obj<< /Type /Pages /Kids [ 33 0 R 36 0 R 39 0 R 42 0 R 45 0 R ] /Count 5 /Parent 595 0 R >> endobj597 0 obj<< /Type /Pages /Kids [ 168 0 R 171 0 R 174 0 R 177 0 R 180 0 R 183 0 R 186 0 R 189! | ||||
0 R 192 0 R ] /Count 9 /Parent 602 0 R >> endobj598 0 obj<< /Type /Pages /Kids [ 347 0 R 350 0 R 353 0 R 356 0 R 359 0 R ] /Count 5 /Parent 608 0 R >> endobj599 0 obj<< /Type /Pages /Kids [ 332 0 R 335 0 R 338 0 R 341 0 R 344 0 R ] /Count 5 /Parent 608 0 R >> endobj600 0 obj<< /Type /Pages /Kids [ 317 0 R 320 0 R 323 0 R 326 0 R 329 0 R ] /Count 5 /Parent 608 0 R >> endobj601 0 obj<< /Type /Pages /Kids [ 302 0 R 305 0 R 308 0 R 311 0 R 314 0 R ] /Count 5 /Parent 608 0 R >> endobj602 0 obj<< /Type /Pages /Kids [ 597 0 R 610 0 R 609 0 R 607 0 R 606 0 R 605 0 R 604 0 R ] /Count 39 /Parent 582 0 R >> endobj603 0 obj<< /Type /Pages /Kids [ 287 0 R 290 0 R 293 0 R 296 0 R 299 0 R ] /Count 5 /Parent 608 0 R >> endobj604 0 obj<< /Type /Pages /Kids [ 272 0 R 275 0 R 278 0 R 281 0 R 284 0 R ] /Count 5 /Parent 602 0 R >> endobj605 0 obj<< /Type /Pages /Kids [ 257 0 R 260 0 R 263 0 R 266 0 R 269 0 R ] /Count 5 /Parent 602! | ||||
0 R >> endobj606 0 obj<< /Type /Pages /Kids [ 242 0 R 245 0 R 248 0 R 251 0 R 254 0 R ] /Count 5 /Parent 602 0 R >> endobj607 0 obj<< /Type /Pages /Kids [ 225 0 R 230 0 R 233 0 R 236 0 R 239 0 R ] /Count 5 /Parent 602 0 R >> endobj608 0 obj<< /Type /Pages /Kids [ 603 0 R 601 0 R 600 0 R 599 0 R 598 0 R ] /Count 25 /Parent 582 0 R >> endobj609 0 obj<< /Type /Pages /Kids [ 210 0 R 213 0 R 216 0 R 219 0 R 222 0 R ] /Count 5 /Parent 602 0 R >> endobj610 0 obj<< /Type /Pages /Kids [ 195 0 R 198 0 R 201 0 R 204 0 R 207 0 R ] /Count 5 /Parent 602 0 R >> endobjxref0 611 0000000000 65535 f 0000005209 00000 n 0000005361 00000 n 0000005489 00000 n 0000008659 00000 n 0000008811 00000 n 0000008927 00000 n 0000008962 00000 n 0000008982 00000 n 0000009977 00000 n 0000010131 00000 n 0000010260 00000 n 0000011824 00000 n 0000011979 00000 n 0000012108 00000 n 0000014108 00000 n 0000014263 00000 n 0000014404 00000 n 0000016353 00000! | ||||
n 0000016508 00000 n 0000016625 00000 n 0000017176 00000 n 0000017331 00000 n 0000017460 00000 n 0000021029 00000 n 0000021184 00000 n 0000021313 00000 n 0000024833 00000 n 0000024988 00000 n 0000025117 00000 n 0000028899 00000 n 0000029054 00000 n 0000029183 00000 n 0000032622 00000 n 0000032777 00000 n 0000032906 00000 n 0000036687 00000 n 0000036842 00000 n 0000036983 00000 n 0000040012 00000 n 0000040167 00000 n 0000040308 00000 n 0000043617 00000 n 0000043772 00000 n 0000043913 00000 n 0000047355 00000 n 0000047510 00000 n 0000047639 00000 n 0000051136 00000 n 0000051291 00000 n 0000051408 00000 n 0000053618 00000 n 0000053773 00000 n 0000053890 00000 n 0000056592 00000 n 0000056747 00000 n 0000056876 00000 n 0000059237 00000 n 0000059392 00000 n 0000059509 00000 n 0000061327 00000 n 0000061482 00000 n 0000061611 00000 n 0000063817 00000 n 0000063972 00000 n 0000064101 00000 n 0000066757 00000 n 0000066912 00000 n 0000067! | ||||
041 00000 n 0000069264 00000 n 0000069419 00000 n 0000069548 00000 n 0000072010 00000 n 0000072165 00000 n 0000072282 00000 n 0000075553 00000 n 0000075708 00000 n 0000075849 00000 n 0000079442 00000 n 0000079597 00000 n 0000079750 00000 n 0000082862 00000 n 0000083017 00000 n 0000083158 00000 n 0000086031 00000 n 0000086186 00000 n 0000086339 00000 n 0000089278 00000 n 0000089433 00000 n 0000089586 00000 n 0000091937 00000 n 0000092092 00000 n 0000092245 00000 n 0000094670 00000 n 0000094825 00000 n 0000094978 00000 n 0000098235 00000 n 0000098390 00000 n 0000098556 00000 n 0000102316 00000 n 0000102473 00000 n 0000102627 00000 n 0000105591 00000 n 0000105749 00000 n 0000105891 00000 n 0000109232 00000 n 0000109390 00000 n 0000109532 00000 n 0000112340 00000 n 0000112498 00000 n 0000112640 00000 n 0000114852 00000 n 0000115010 00000 n 0000115164 00000 n 0000118203 00000 n 0000118361 00000 n 0000118515 00000 n 0000121410 00000 n! | ||||
0000121568 00000 n 0000121710 00000 n 0000125190 00000 n 0000125348 00000 n 0000125502 00000 n 0000129592 00000 n 0000129750 00000 n 0000129904 00000 n 0000134315 00000 n 0000134473 00000 n 0000134627 00000 n 0000138619 00000 n 0000138777 00000 n 0000138931 00000 n 0000142760 00000 n 0000142918 00000 n 0000143072 00000 n 0000146737 00000 n 0000146895 00000 n 0000147049 00000 n 0000150709 00000 n 0000150867 00000 n 0000151021 00000 n 0000154069 00000 n 0000154227 00000 n 0000154381 00000 n 0000158273 00000 n 0000158431 00000 n 0000158585 00000 n 0000162040 00000 n 0000162198 00000 n 0000162352 00000 n 0000165746 00000 n 0000165904 00000 n 0000166034 00000 n 0000169598 00000 n 0000169756 00000 n 0000169886 00000 n 0000173358 00000 n 0000173516 00000 n 0000173658 00000 n 0000176995 00000 n 0000177153 00000 n 0000177283 00000 n 0000179935 00000 n 0000180093 00000 n 0000180223 00000 n 0000182911 00000 n 0000183069 00000 n 000018319! | ||||
9 00000 n 0000185078 00000 n 0000185236 00000 n 0000185366 00000 n 0000187503 00000 n 0000187661 00000 n 0000187779 00000 n 0000190001 00000 n 0000190159 00000 n 0000190277 00000 n 0000191024 00000 n 0000191182 00000 n 0000191312 00000 n 0000194731 00000 n 0000194889 00000 n 0000195019 00000 n 0000197861 00000 n 0000198019 00000 n 0000198137 00000 n 0000200068 00000 n 0000200226 00000 n 0000200356 00000 n 0000202725 00000 n 0000202883 00000 n 0000203025 00000 n 0000205046 00000 n 0000205204 00000 n 0000205334 00000 n 0000207525 00000 n 0000207683 00000 n 0000207813 00000 n 0000210511 00000 n 0000210669 00000 n 0000210787 00000 n 0000213452 00000 n 0000213610 00000 n 0000213740 00000 n 0000217215 00000 n 0000217373 00000 n 0000217503 00000 n 0000220703 00000 n 0000220861 00000 n 0000220991 00000 n 0000224064 00000 n 0000224222 00000 n 0000224364 00000 n 0000226883 00000 n 0000227041 00000 n 0000227183 00000 n 0000228479 00000 n ! | ||||
0000228738 00000 n 0000235208 00000 n 0000235231 00000 n 0000235389 00000 n 0000235519 00000 n 0000238905 00000 n 0000239063 00000 n 0000239181 00000 n 0000242414 00000 n 0000242572 00000 n 0000242690 00000 n 0000242729 00000 n 0000242751 00000 n 0000243753 00000 n 0000243911 00000 n 0000244053 00000 n 0000247884 00000 n 0000248042 00000 n 0000248172 00000 n 0000251458 00000 n 0000251616 00000 n 0000251746 00000 n 0000255254 00000 n 0000255412 00000 n 0000255542 00000 n 0000259095 00000 n 0000259253 00000 n 0000259383 00000 n 0000262864 00000 n 0000263022 00000 n 0000263152 00000 n 0000266585 00000 n 0000266743 00000 n 0000266885 00000 n 0000270795 00000 n 0000270953 00000 n 0000271071 00000 n 0000273673 00000 n 0000273831 00000 n 0000273961 00000 n 0000277654 00000 n 0000277812 00000 n 0000277930 00000 n 0000279990 00000 n 0000280148 00000 n 0000280290 00000 n 0000284222 00000 n 0000284380 00000 n 0000284534 00000 n 0000289532 ! | ||||
00000 n 0000289690 00000 n 0000289832 00000 n 0000295153 00000 n 0000295311 00000 n 0000295453 00000 n 0000299704 00000 n 0000299862 00000 n 0000300016 00000 n 0000303525 00000 n 0000303683 00000 n 0000303825 00000 n 0000305686 00000 n 0000305844 00000 n 0000305986 00000 n 0000309547 00000 n 0000309705 00000 n 0000309847 00000 n 0000313522 00000 n 0000313680 00000 n 0000313822 00000 n 0000317399 00000 n 0000317557 00000 n 0000317711 00000 n 0000321976 00000 n 0000322134 00000 n 0000322276 00000 n 0000325624 00000 n 0000325782 00000 n 0000325936 00000 n 0000328585 00000 n 0000328743 00000 n 0000328885 00000 n 0000333820 00000 n 0000333978 00000 n 0000334132 00000 n 0000338170 00000 n 0000338328 00000 n 0000338482 00000 n 0000342713 00000 n 0000342871 00000 n 0000343025 00000 n 0000346152 00000 n 0000346310 00000 n 0000346452 00000 n 0000351664 00000 n 0000351822 00000 n 0000351964 00000 n 0000354045 00000 n 0000354203 00000 n 00! | ||||
00354357 00000 n 0000357896 00000 n 0000358054 00000 n 0000358196 00000 n 0000363105 00000 n 0000363263 00000 n 0000363417 00000 n 0000368771 00000 n 0000368929 00000 n 0000369083 00000 n 0000373990 00000 n 0000374148 00000 n 0000374302 00000 n 0000378214 00000 n 0000378372 00000 n 0000378514 00000 n 0000383639 00000 n 0000383797 00000 n 0000383951 00000 n 0000388115 00000 n 0000388273 00000 n 0000388415 00000 n 0000392233 00000 n 0000392391 00000 n 0000392533 00000 n 0000395200 00000 n 0000395358 00000 n 0000395488 00000 n 0000397331 00000 n 0000397489 00000 n 0000397619 00000 n 0000399014 00000 n 0000399172 00000 n 0000399290 00000 n 0000400364 00000 n 0000400522 00000 n 0000400640 00000 n 0000401889 00000 n 0000402047 00000 n 0000402165 00000 n 0000403313 00000 n 0000403471 00000 n 0000403589 00000 n 0000404444 00000 n 0000404602 00000 n 0000404720 00000 n 0000405248 00000 n 0000405333 00000 n 0000406001 00000 n 0000406080 00! | ||||
000 n 0000406190 00000 n 0000406299 00000 n 0000406378 00000 n 0000406400 00000 n 0000406484 00000 n 0000406571 00000 n 0000406669 00000 n 0000406786 00000 n 0000406851 00000 n 0000407035 00000 n 0000407100 00000 n 0000407293 00000 n 0000407358 00000 n 0000407474 00000 n 0000407604 00000 n 0000407669 00000 n 0000407796 00000 n 0000407861 00000 n 0000407988 00000 n 0000408053 00000 n 0000408183 00000 n 0000408248 00000 n 0000408372 00000 n 0000408437 00000 n 0000408502 00000 n 0000408687 00000 n 0000408752 00000 n 0000408848 00000 n 0000408954 00000 n 0000409019 00000 n 0000409134 00000 n 0000409199 00000 n 0000409312 00000 n 0000409377 00000 n 0000409494 00000 n 0000409559 00000 n 0000409674 00000 n 0000409739 00000 n 0000409804 00000 n 0000409985 00000 n 0000410050 00000 n 0000410197 00000 n 0000410300 00000 n 0000410365 00000 n 0000410487 00000 n 0000410552 00000 n 0000410669 00000 n 0000410734 00000 n 0000410853 00000 n 0000! | ||||
410918 00000 n 0000411060 00000 n 0000411125 00000 n 0000411190 00000 n 0000411300 00000 n 0000411406 00000 n 0000411471 00000 n 0000411536 00000 n 0000411721 00000 n 0000411786 00000 n 0000411882 00000 n 0000411991 00000 n 0000412056 00000 n 0000412173 00000 n 0000412238 00000 n 0000412373 00000 n 0000412438 00000 n 0000412552 00000 n 0000412617 00000 n 0000412746 00000 n 0000412811 00000 n 0000412876 00000 n 0000413016 00000 n 0000413081 00000 n 0000413177 00000 n 0000413301 00000 n 0000413366 00000 n 0000413503 00000 n 0000413568 00000 n 0000413693 00000 n 0000413758 00000 n 0000413887 00000 n 0000413952 00000 n 0000414067 00000 n 0000414132 00000 n 0000414263 00000 n 0000414328 00000 n 0000414463 00000 n 0000414528 00000 n 0000414593 00000 n 0000414762 00000 n 0000414827 00000 n 0000414995 00000 n 0000415060 00000 n 0000415172 00000 n 0000415327 00000 n 0000415439 00000 n 0000415542 00000 n 0000415607 00000 n 0000415672 0000! | ||||
0 n 0000415790 00000 n 0000415855 00000 n 0000415920 00000 n 0000415985 00000 n 0000416118 00000 n 0000416186 00000 n 0000416296 00000 n 0000416388 00000 n 0000416456 00000 n 0000416609 00000 n 0000416712 00000 n 0000416816 00000 n 0000416884 00000 n 0000416952 00000 n 0000417069 00000 n 0000417137 00000 n 0000417255 00000 n 0000417323 00000 n 0000417391 00000 n 0000417459 00000 n 0000417566 00000 n 0000417634 00000 n 0000417746 00000 n 0000417814 00000 n 0000417965 00000 n 0000418033 00000 n 0000418206 00000 n 0000418274 00000 n 0000418381 00000 n 0000418486 00000 n 0000418554 00000 n 0000418675 00000 n 0000418743 00000 n 0000418867 00000 n 0000418935 00000 n 0000419003 00000 n 0000419163 00000 n 0000419231 00000 n 0000419337 00000 n 0000419488 00000 n 0000419556 00000 n 0000419664 00000 n 0000419770 00000 n 0000419838 00000 n 0000419906 00000 n 0000419974 00000 n 0000420132 00000 n 0000420199 00000 n 0000420295 00000 n 000042! | ||||
0400 00000 n 0000420468 00000 n 0000420611 00000 n 0000420679 00000 n 0000420836 00000 n 0000420903 00000 n 0000421020 00000 n 0000421126 00000 n 0000421233 00000 n 0000421301 00000 n 0000421417 00000 n 0000421485 00000 n 0000421653 00000 n 0000421721 00000 n 0000421845 00000 n 0000421967 00000 n 0000422092 00000 n 0000422160 00000 n 0000422294 00000 n 0000422362 00000 n 0000422503 00000 n 0000422571 00000 n 0000422639 00000 n 0000422707 00000 n 0000422830 00000 n 0000422897 00000 n 0000423014 00000 n 0000423081 00000 n 0000423199 00000 n 0000423266 00000 n 0000423385 00000 n 0000423452 00000 n 0000423519 00000 n 0000423586 00000 n 0000423757 00000 n 0000423853 00000 n 0000423955 00000 n 0000424022 00000 n 0000424089 00000 n 0000424206 00000 n 0000424273 00000 n 0000424388 00000 n 0000424455 00000 n 0000424572 00000 n 0000424639 00000 n 0000424762 00000 n 0000424829 00000 n 0000424954 00000 n 0000425021 00000 n 0000425088 00000 ! | ||||
n 0000425155 00000 n 0000425306 00000 n 0000425373 00000 n 0000425487 00000 n 0000425593 00000 n 0000425660 00000 n 0000425727 00000 n 0000425835 00000 n 0000425902 00000 n 0000425989 00000 n 0000426056 00000 n 0000426167 00000 n 0000426234 00000 n 0000426335 00000 n 0000426401 00000 n 0000426514 00000 n 0000426580 00000 n 0000426648 00000 n 0000426716 00000 n 0000426810 00000 n 0000426950 00000 n 0000427069 00000 n 0000427179 00000 n 0000427296 00000 n 0000427413 00000 n 0000427530 00000 n 0000427647 00000 n 0000427761 00000 n 0000427873 00000 n 0000427985 00000 n 0000428097 00000 n 0000428215 00000 n 0000428341 00000 n 0000428453 00000 n 0000428603 00000 n 0000428720 00000 n 0000428837 00000 n 0000428954 00000 n 0000429071 00000 n 0000429205 00000 n 0000429322 00000 n 0000429439 00000 n 0000429556 00000 n 0000429673 00000 n 0000429790 00000 n 0000429908 00000 n 0000430025 00000 n trailer<</Size 611/ID[<a03dfa95deed8e70ade803! | ||||
2c3646cf9d><a03dfa95deed8e70ade8032c3646cf9d>]>>startxref173%%EOFÿ | ||||
2000 found at line 1494: | ||||
1491: H‰u“ÝnÜ …ŸÀï0—PãýóÞVU«ö6–zÑô‚Åã]T,ÀÙäí;ƒ“þ©ÑJà5æ;‡ñû®¸û¸ÝP¨júÑÔžªf‡¶©ö[覢†Kq÷é^Á%e]Õu)êJíöÐÝŠobhl”¥Ú | ||||
1492: +ÕAx>;Ž:ù°YE\Ìd³Z–'AÚF€$½ƒÑ.S™Ñ›¤j„—e+¤:Šd'ë.¤RÚG*÷zÆ¿GάËL–Pd³åð¬#V¹Îg^wò{÷…¼•ªR-tVk*[[mé¾·‰NØ€¹jwÁ7²“îóœ<D?!ÌÁì—@’£ öŒ=È£°ŽÇ{4)ƒ¨VlA„v=O¼ªö"]²ór°cÂð×¹jFb¸SûÂEÛל9%‰/EfŽà8–Ë;Yî¼í¤ªE%kÊ’þzµ#BbÙ#þ6-OT‚”ä='×,2>PÆ)ãvï | ||||
1493: Nï°Òeù@gÒuŸ—K¤'µƒù…—Ô#:¿Þf÷ùEàuŒË˜À€O3‹Î °]Í]ˆ4‹/bã§ ]¿f=¼–txËÙOóˆ´œ4yeÛÙ{¤36¿W\Bx†Þƒó ô0'°Ž.‚>ÛѦg¸Ùt¥kÆGë&ojñ˜s9e,n´lèDËÀ¡â“‰ûömÞRs#x‚ow$Cj—¿…5Ü›~Žð tþàFÔ1Áâ’•%ýãÞïr¸ŸçAš™çH±¹þAV¹ÕÚsÁcûW«m×Vû ‹&ùendstreamendobj364 0 obj<< /Type /ExtGState /SA false /OP false /HT /Default >> endobj365 0 obj<< /Type /Font /Subtype /Type1 /Name /F8 /Encoding 617 0 R /BaseFont /Times-Italic >> endobj366 0 obj<< /Type /Font /Subtype /Type1 /Name /F11 /Encoding 617 0 R /BaseFont /Times-Bold >> endobj367 0 obj<< /Type /ExtGState /SA false /OP false /HT /Default >> endobj368 0 obj588 endobj369 0 obj<< /Count 23 /Type /Outlines /First 370 0 R /Last 371 0 R >> endobj370 0 obj<< /Title (Abstract)/Parent 369 0 R /A 581 0 R /Next 578 0 R >> endobj371 0 obj<< /Title (Author\220s address)/Prev 372 0 R /Parent 369 0 R /A 373 0 R >> endobj372 0 obj<< /Title (Security considerations)/Next 371 0 R /Prev 374 0 R ! | ||||
/Parent 369 0 R /A 375 0 R >> endobj373 0 obj<< /S /GoTo /D [ 359 0 R /XYZ -5 749 1 ] >> endobj374 0 obj<< /Title (Appendix I. Selected C-Language Program Listings)/Next 372 0 R /Prev 376 0 R /Parent 369 0 R /A 377 0 R /First 378 0 R /Last 379 0 R /Count -6 >> endobj375 0 obj<< /S /GoTo /D [ 359 0 R /XYZ -5 749 1 ] >> endobj376 0 obj<< /Title (Appendix H. Analysis of Errors and Correctness Principles)/Next 374 0 R /Prev 390 0 R /Parent 369 0 R /A 391 0 R /First 392 0 R /Last 393 0 R /Count -6 >> endobj377 0 obj<< /S /GoTo /D [ 341 0 R /XYZ -5 797 1 ] >> endobj378 0 obj<< /Title (I.1. Common Definitions and Variables)/A 389 0 R /Parent 374 0 R /Next 387 0 R >> endobj379 0 obj<< /Title (I.6. Subroutine to Compute Synchronization Distance)/A 380 0 R /Prev 381 0 R /Parent 374 0 R >> endobj380 0 obj<< /S /GoTo /D [ 356 0 R /XYZ -5 797 1 ] >> endobj381 0 obj<< /Title (I.5. Clock\205Combining Procedure)/A 382 0 R ! | ||||
/Next 379 0 R /Prev 383 0 R /Parent 374 0 R >> endobj382 0 obj<< /S /GoTo /D [ 353 0 R /XYZ -5 503 1 ] >> endobj383 0 obj<< /Title (I.4. Clock\205Selection Algorithm)/A 384 0 R /Next 381 0 R /Prev 385 0 R /Parent 374 0 R >> endobj384 0 obj<< /S /GoTo /D [ 350 0 R /XYZ -5 503 1 ] >> endobj385 0 obj<< /Title (I.3. Interval Intersection Algorithm)/A 386 0 R /Next 383 0 R /Prev 387 0 R /Parent 374 0 R >> endobj386 0 obj<< /S /GoTo /D [ 347 0 R /XYZ -5 797 1 ] >> endobj387 0 obj<< /Title (I.2. Clock\205Filter Algorithm)/A 388 0 R /Next 385 0 R /Prev 378 0 R /Parent 374 0 R >> endobj388 0 obj<< /S /GoTo /D [ 344 0 R /XYZ -5 797 1 ] >> endobj389 0 obj<< /S /GoTo /D [ 341 0 R /XYZ -5 797 1 ] >> endobj390 0 obj<< /Title (Appendix G. Computer Clock Modelling and Analysis)/Next 376 0 R /Prev 404 0 R /Parent 369 0 R /A 405 0 R /First 406 0 R /Last 407 0 R /Count -6 >> endobj391 0 obj<< /S /GoTo /D [ 314 0 R /XYZ! | ||||
-5 797 1 ] >> endobj392 0 obj<< /Title (H.1. Introduction)/A 403 0 R /Parent 376 0 R /Next 401 0 R >> endobj393 0 obj<< /Title (H.6. Correctness Principles)/A 394 0 R /Prev 395 0 R /Parent 376 0 R >> endobj394 0 obj<< /S /GoTo /D [ 332 0 R /XYZ -5 503 1 ] >> endobj395 0 obj<< /Title (H.5. Inherited Errors)/A 396 0 R /Next 393 0 R /Prev 397 0 R /Parent 376 0 R >> endobj396 0 obj<< /S /GoTo /D [ 326 0 R /XYZ -5 797 1 ] >> endobj397 0 obj<< /Title (H.4. Network Errors)/A 398 0 R /Next 395 0 R /Prev 399 0 R /Parent 376 0 R >> endobj398 0 obj<< /S /GoTo /D [ 323 0 R /XYZ -5 797 1 ] >> endobj399 0 obj<< /Title (H.3. Measurement Errors)/A 400 0 R /Next 397 0 R /Prev 401 0 R /Parent 376 0 R >> endobj400 0 obj<< /S /GoTo /D [ 320 0 R /XYZ -5 797 1 ] >> endobj401 0 obj<< /Title (H.2. Timestamp Errors)/A 402 0 R /Next 399 0 R /Prev 392 0 R /Parent 376 0 R >> endobj402 0 obj<< /S /GoTo /D [ 314 0 R /XYZ -5 ! | ||||
797 1 ] >> endobj403 0 obj<< /S /GoTo /D [ 314 0 R /XYZ -5 797 1 ] >> endobj404 0 obj<< /Title (Appendix F. The NTP Clock-Combining Algorithm)/Next 390 0 R /Prev 422 0 R /Parent 369 0 R /A 423 0 R /First 424 0 R /Last 425 0 R /Count -6 >> endobj405 0 obj<< /S /GoTo /D [ 278 0 R /XYZ -5 797 1 ] >> endobj406 0 obj<< /Title (G.1. Computer Clock Models)/A 417 0 R /Parent 390 0 R /Next 415 0 R /First 418 0 R /Last 419 0 R /Count -2 >> endobj407 0 obj<< /Title (G.6. The NTP Clock Model)/A 408 0 R /Prev 409 0 R /Parent 390 0 R >> endobj408 0 obj<< /S /GoTo /D [ 305 0 R /XYZ -5 503 1 ] >> endobj409 0 obj<< /Title (G.5. Adjusting PLL Bandwidth)/A 410 0 R /Next 407 0 R /Prev 411 0 R /Parent 390 0 R >> endobj410 0 obj<< /S /GoTo /D [ 302 0 R /XYZ -5 503 1 ] >> endobj411 0 obj<< /Title (G.4. Adjusting VCO Gain)/A 412 0 R /Next 409 0 R /Prev 413 0 R /Parent 390 0 R >> endobj412 0 obj<< /S /GoTo /D [ 302 0 R /XYZ! | ||||
-5 797 1 ] >> endobj413 0 obj<< /Title (G.3. Parameter Management)/A 414 0 R /Next 411 0 R /Prev 415 0 R /Parent 390 0 R >> endobj414 0 obj<< /S /GoTo /D [ 299 0 R /XYZ -5 503 1 ] >> endobj415 0 obj<< /Title (G.2. Mathematical Model of the NTP Logical Clock)/A 416 0 R /Next 413 0 R /Prev 406 0 R /Parent 390 0 R >> endobj416 0 obj<< /S /GoTo /D [ 293 0 R /XYZ -5 503 1 ] >> endobj417 0 obj<< /S /GoTo /D [ 278 0 R /XYZ -5 797 1 ] >> endobj418 0 obj<< /Title (G.1.1. The Fuzzball Clock Model)/A 421 0 R /Parent 406 0 R /Next 419 0 R >> endobj419 0 obj<< /Title (G.1.2. The Unix Clock Model)/A 420 0 R /Prev 418 0 R /Parent 406 0 R >> endobj420 0 obj<< /S /GoTo /D [ 287 0 R /XYZ -5 797 1 ] >> endobj421 0 obj<< /S /GoTo /D [ 284 0 R /XYZ -5 797 1 ] >> endobj422 0 obj<< /Title (Appendix E. The NTP Timescale and its Chronometry)/Next 404 0 R /Prev 436 0 R /Parent 369 0 R /A 437 0 R /First 438 0 R /Last 439 0 R /C! | ||||
ount -8 >> endobj423 0 obj<< /S /GoTo /D [ 260 0 R /XYZ -5 797 1 ] >> endobj424 0 obj<< /Title (F.1. Introduction)/A 435 0 R /Parent 404 0 R /Next 433 0 R >> endobj425 0 obj<< /Title (F.6. Clock-Combining Procedure)/A 426 0 R /Prev 427 0 R /Parent 404 0 R >> endobj426 0 obj<< /S /GoTo /D [ 272 0 R /XYZ -5 503 1 ] >> endobj427 0 obj<< /Title (F.5. Application to NTP)/A 428 0 R /Next 425 0 R /Prev 429 0 R /Parent 404 0 R >> endobj428 0 obj<< /S /GoTo /D [ 272 0 R /XYZ -5 797 1 ] >> endobj429 0 obj<< /Title (F.4. Development of a Composite Timescale)/A 430 0 R /Next 427 0 R /Prev 431 0 R /Parent 404 0 R >> endobj430 0 obj<< /S /GoTo /D [ 263 0 R /XYZ -5 503 1 ] >> endobj431 0 obj<< /Title (F.3. Clock Modelling)/A 432 0 R /Next 429 0 R /Prev 433 0 R /Parent 404 0 R >> endobj432 0 obj<< /S /GoTo /D [ 263 0 R /XYZ -5 797 1 ] >> endobj433 0 obj<< /Title (F.2. Determining Time and Frequency)/A 434 0 R /Nex! | ||||
t 431 0 R /Prev 424 0 R /Parent 404 0 R >> endobj434 0 obj<< /S /GoTo /D [ 260 0 R /XYZ -5 797 1 ] >> endobj435 0 obj<< /S /GoTo /D [ 260 0 R /XYZ -5 797 1 ] >> endobj436 0 obj<< /Title (Appendix D. Differences from Previous Versions)/Next 422 0 R /Prev 454 0 R /Parent 369 0 R /A 455 0 R >> endobj437 0 obj<< /S /GoTo /D [ 230 0 R /XYZ -5 797 1 ] >> endobj438 0 obj<< /Title (E.1. Introduction)/A 453 0 R /Parent 422 0 R /Next 451 0 R >> endobj439 0 obj<< /Title (E.8. The NTP Timescale and Reckoning with UTC)/A 440 0 R /Prev 441 0 R /Parent 422 0 R >> endobj440 0 obj<< /S /GoTo /D [ 254 0 R /XYZ -5 797 1 ] >> endobj441 0 obj<< /Title (E.7. Determination of Time and Leap Seconds)/A 442 0 R /Next 439 0 R /Prev 443 0 R /Parent 422 0 R >> endobj442 0 obj<< /S /GoTo /D [ 248 0 R /XYZ -5 503 1 ] >> endobj443 0 obj<< /Title (E.6. Determination of Frequency)/A 444 0 R /Next 441 0 R /Prev 445 0 R /Parent 422 0 R >! | ||||
> endobj444 0 obj<< /S /GoTo /D [ 248 0 R /XYZ -5 797 1 ] >> endobj445 0 obj<< /Title (E.5. The Modified Julian Day System)/A 446 0 R /Next 443 0 R /Prev 447 0 R /Parent 422 0 R >> endobj446 0 obj<< /S /GoTo /D [ 245 0 R /XYZ -5 503 1 ] >> endobj447 0 obj<< /Title (E.4. Calendar Systems)/A 448 0 R /Next 445 0 R /Prev 449 0 R /Parent 422 0 R >> endobj448 0 obj<< /S /GoTo /D [ 242 0 R /XYZ -5 797 1 ] >> endobj449 0 obj<< /Title (E.3. Time and Frequency Dissemination)/A 450 0 R /Next 447 0 R /Prev 451 0 R /Parent 422 0 R >> endobj450 0 obj<< /S /GoTo /D [ 236 0 R /XYZ -5 797 1 ] >> endobj451 0 obj<< /Title (E.2. Primary Frequency and Time Standards)/A 452 0 R /Next 449 0 R /Prev 438 0 R /Parent 422 0 R >> endobj452 0 obj<< /S /GoTo /D [ 230 0 R /XYZ -5 503 1 ] >> endobj453 0 obj<< /S /GoTo /D [ 230 0 R /XYZ -5 797 1 ] >> endobj454 0 obj<< /Title (Appendix C. Authentication Issues)/Next 436 0 R /Prev 456! | ||||
0 R /Parent 369 0 R /A 457 0 R /First 458 0 R /Last 459 0 R /Count -2 >> endobj455 0 obj<< /S /GoTo /D [ 216 0 R /XYZ -5 797 1 ] >> endobj456 0 obj<< /Title (Appendix B. NTP Control Messages)/Next 454 0 R /Prev 468 0 R /Parent 369 0 R /A 469 0 R /First 470 0 R /Last 471 0 R /Count -3 >> endobj457 0 obj<< /S /GoTo /D [ 201 0 R /XYZ -5 797 1 ] >> endobj458 0 obj<< /Title (C.1. NTP Authentication Mechanism)/A 467 0 R /Parent 454 0 R /Next 459 0 R >> endobj459 0 obj<< /Title (C.2. NTP Authentication Procedures)/Count -3 /Last 460 0 R /First 461 0 R /A 462 0 R /Prev 458 0 R /Parent 454 0 R >> endobj460 0 obj<< /Title (C.2.3. Control-Message Procedures)/A 466 0 R /Prev 464 0 R /Parent 459 0 R >> endobj461 0 obj<< /Title (C.2.1. Encrypt Procedure)/A 463 0 R /Parent 459 0 R /Next 464 0 R >> endobj462 0 obj<< /S /GoTo /D [ 207 0 R /XYZ -5 503 1 ] >> endobj463 0 obj<< /S /GoTo /D [ 207 0 R /XYZ -5 503 1 ] >> ! | ||||
endobj464 0 obj<< /Title (C.2.2. Decrypt Procedure)/A 465 0 R /Next 460 0 R /Prev 461 0 R /Parent 459 0 R >> endobj465 0 obj<< /S /GoTo /D [ 210 0 R /XYZ -5 797 1 ] >> endobj466 0 obj<< /S /GoTo /D [ 213 0 R /XYZ -5 797 1 ] >> endobj467 0 obj<< /S /GoTo /D [ 204 0 R /XYZ -5 797 1 ] >> endobj468 0 obj<< /Title (Appendix A. NTP Data Format - Version 3)/Next 456 0 R /Prev 484 0 R /Parent 369 0 R /A 485 0 R >> endobj469 0 obj<< /S /GoTo /D [ 177 0 R /XYZ -4 796 1.25 ] >> endobj470 0 obj<< /Title (B.1. NTP Control Message Format)/A 483 0 R /Parent 456 0 R /Next 473 0 R >> endobj471 0 obj<< /Title (B.3. Commands)/A 472 0 R /Prev 473 0 R /Parent 456 0 R >> endobj472 0 obj<< /S /GoTo /D [ 195 0 R /XYZ -4 796 1.25 ] >> endobj473 0 obj<< /Title (B.2. Status Words)/Count -4 /Last 474 0 R /First 475 0 R /A 476 0 R /Next 471 0 R /Prev 470 0 R /Parent 456 0 R >> endobj474 0 obj<< /Title (B.2.4. Error Status Word)! | ||||
/A 482 0 R /Prev 480 0 R /Parent 473 0 R >> endobj475 0 obj<< /Title (B.2.1. System Status Word)/A 477 0 R /Parent 473 0 R /Next 478 0 R >> endobj476 0 obj<< /S /GoTo /D [ 186 0 R /XYZ -4 796 1.25 ] >> endobj477 0 obj<< /S /GoTo /D [ 186 0 R /XYZ -4 796 1.25 ] >> endobj478 0 obj<< /Title (B.2.2. Peer Status Word)/A 479 0 R /Next 480 0 R /Prev 475 0 R /Parent 473 0 R >> endobj479 0 obj<< /S /GoTo /D [ 189 0 R /XYZ -4 796 1.25 ] >> endobj480 0 obj<< /Title (B.2.3. Clock Status Word)/A 481 0 R /Next 474 0 R /Prev 478 0 R /Parent 473 0 R >> endobj481 0 obj<< /S /GoTo /D [ 192 0 R /XYZ -4 796 1.25 ] >> endobj482 0 obj<< /S /GoTo /D [ 192 0 R /XYZ -4 402 1.25 ] >> endobj483 0 obj<< /S /GoTo /D [ 180 0 R /XYZ -4 402 1.25 ] >> endobj484 0 obj<< /Title (7. References)/Next 468 0 R /Prev 486 0 R /Parent 369 0 R /A 487 0 R >> endobj485 0 obj<< /S /GoTo /D [ 168 0 R /XYZ -4 796 1.25 ] >> endobj486 0 obj<< ! | ||||
/Title (6. Acknowledgments)/Next 484 0 R /Prev 488 0 R /Parent 369 0 R /A 489 0 R >> endobj487 0 obj<< /S /GoTo /D [ 156 0 R /XYZ -4 796 1.25 ] >> endobj488 0 obj<< /Title (5. Local Clocks)/Next 486 0 R /Prev 490 0 R /Parent 369 0 R /A 491 0 R /First 492 0 R /Last 493 0 R /Count -4 >> endobj489 0 obj<< /S /GoTo /D [ 153 0 R /XYZ -4 402 1.25 ] >> endobj490 0 obj<< /Title (4. Filtering and Selection Algorithms)/Next 488 0 R /Prev 500 0 R /Parent 369 0 R /A 501 0 R /First 502 0 R /Last 503 0 R /Count -2 >> endobj491 0 obj<< /S /GoTo /D [ 138 0 R /XYZ -4 402 1.25 ] >> endobj492 0 obj<< /Title (5.1. Fuzzball Implementation)/A 499 0 R /Parent 488 0 R /Next 497 0 R >> endobj493 0 obj<< /Title (5.4. Implementation Issues)/A 494 0 R /Prev 495 0 R /Parent 488 0 R >> endobj494 0 obj<< /S /GoTo /D [ 150 0 R /XYZ -4 402 1.25 ] >> endobj495 0 obj<< /Title (5.3. Step Phase Adjustments)/A 496 0 R /Next 493 0 R /Prev ! | ||||
497 0 R /Parent 488 0 R >> endobj496 0 obj<< /S /GoTo /D [ 147 0 R /XYZ -4 402 1.25 ] >> endobj497 0 obj<< /Title (5.2. Gradual Phase Adjustments)/A 498 0 R /Next 495 0 R /Prev 492 0 R /Parent 488 0 R >> endobj498 0 obj<< /S /GoTo /D [ 144 0 R /XYZ -4 796 1.25 ] >> endobj499 0 obj<< /S /GoTo /D [ 141 0 R /XYZ -4 796 1.25 ] >> endobj500 0 obj<< /Title (3. Network Time Protocol)/Next 490 0 R /Prev 510 0 R /Parent 369 0 R /A 511 0 R /First 512 0 R /Last 513 0 R /Count -6 >> endobj501 0 obj<< /S /GoTo /D [ 120 0 R /XYZ -4 796 1.25 ] >> endobj502 0 obj<< /Title (4.1. Clock-Filter Procedure)/A 509 0 R /Parent 490 0 R /Next 503 0 R >> endobj503 0 obj<< /Title (4.2. Clock-Selection Procedure)/A 504 0 R /Prev 502 0 R /Parent 490 0 R /First 505 0 R /Last 506 0 R /Count -2 >> endobj504 0 obj<< /S /GoTo /D [ 126 0 R /XYZ -4 402 1.25 ] >> endobj505 0 obj<< /Title (4.2.1. Intersection Algorithm)/A 508 0 R /Parent ! | ||||
503 0 R /Next 506 0 R >> endobj506 0 obj<< /Title (4.2.2. Clustering Algorithm)/A 507 0 R /Prev 505 0 R /Parent 503 0 R >> endobj507 0 obj<< /S /GoTo /D [ 132 0 R /XYZ -4 796 1.25 ] >> endobj508 0 obj<< /S /GoTo /D [ 126 0 R /XYZ -4 402 1.25 ] >> endobj509 0 obj<< /S /GoTo /D [ 123 0 R /XYZ -4 796 1.25 ] >> endobj510 0 obj<< /Title (2. System Architecture)/Next 500 0 R /Prev 564 0 R /Parent 369 0 R /A 565 0 R /First 566 0 R /Last 567 0 R /Count -2 >> endobj511 0 obj<< /S /GoTo /D [ 42 0 R /XYZ -4 406 1.25 ] >> endobj512 0 obj<< /Title (3.1. Data Formats)/A 563 0 R /Parent 500 0 R /Next 547 0 R >> endobj513 0 obj<< /Title (3.6. Access Control Issues)/A 514 0 R /Prev 515 0 R /Parent 500 0 R >> endobj514 0 obj<< /S /GoTo /D [ 117 0 R /XYZ -4 796 1.25 ] >> endobj515 0 obj<< /Title (3.5. Synchronization Distance Procedure)/A 516 0 R /Count 0 /Next 513 0 R /Prev 517 0 R /Parent 500 0 R >> endobj516 0 obj! | ||||
<< /S /GoTo /D [ 114 0 R /XYZ -4 402 1.25 ] >> endobj517 0 obj<< /Title (3.4. Event Processing)/A 518 0 R /Next 515 0 R /Prev 519 0 R /Parent 500 0 R /First 520 0 R /Last 521 0 R /Count -9 >> endobj518 0 obj<< /S /GoTo /D [ 75 0 R /XYZ -4 796 1.25 ] >> endobj519 0 obj<< /Title (3.3. Modes of Operation)/A 546 0 R /Next 517 0 R /Prev 547 0 R /Parent 500 0 R >> endobj520 0 obj<< /Title (3.4.1. Notation Conventions)/A 545 0 R /Next 543 0 R /Parent 517 0 R >> endobj521 0 obj<< /Title (3.4.9. Poll-Update Procedure)/A 522 0 R /Prev 523 0 R /Parent 517 0 R >> endobj522 0 obj<< /S /GoTo /D [ 114 0 R /XYZ -4 796 1.25 ] >> endobj523 0 obj<< /Title (3.4.8. Clear Procedure)/A 524 0 R /Next 521 0 R /Prev 525 0 R /Parent 517 0 R >> endobj524 0 obj<< /S /GoTo /D [ 111 0 R /XYZ -4 402 1.25 ] >> endobj525 0 obj<< /Title (3.4.7. Initialization Procedures)/A 526 0 R /Next 523 0 R /Prev 527 0 R /Parent 517 0 R /First 528 ! | ||||
0 R /Last 529 0 R /Count -4 >> endobj526 0 obj<< /S /GoTo /D [ 102 0 R /XYZ -4 402 1.25 ] >> endobj527 0 obj<< /Title (3.4.6. Primary-Clock Procedure)/A 536 0 R /Next 525 0 R /Prev 537 0 R /Parent 517 0 R >> endobj528 0 obj<< /Title (3.4.7.1. Initialization Procedure)/A 535 0 R /Parent 525 0 R /Count 0 /Next 533 0 R >> endobj529 0 obj<< /Title (3.4.7.4. Primary Clock-Instantiation Procedure)/A 530 0 R /Prev 531 0 R /Parent 525 0 R >> endobj530 0 obj<< /S /GoTo /D [ 111 0 R /XYZ -4 796 1.25 ] >> endobj531 0 obj<< /Title (3.4.7.3. Receive-Instantiation Procedure)/A 532 0 R /Next 529 0 R /Prev 533 0 R /Parent 525 0 R >> endobj532 0 obj<< /S /GoTo /D [ 108 0 R /XYZ -4 796 1.25 ] >> endobj533 0 obj<< /Title (3.4.7.2. Initialization-Instantiation Procedure)/A 534 0 R /Next 531 0 R /Prev 528 0 R /Parent 525 0 R >> endobj534 0 obj<< /S /GoTo /D [ 105 0 R /XYZ -4 402 1.25 ] >> endobj535 0 obj<< /S /GoTo /D [ 10! | ||||
5 0 R /XYZ -4 796 1.25 ] >> endobj536 0 obj<< /S /GoTo /D [ 102 0 R /XYZ -4 796 1.25 ] >> endobj537 0 obj<< /Title (3.4.5. Clock-Update Procedure)/A 538 0 R /Next 527 0 R /Prev 539 0 R /Parent 517 0 R >> endobj538 0 obj<< /S /GoTo /D [ 99 0 R /XYZ -4 796 1.25 ] >> endobj539 0 obj<< /Title (3.4.4. Packet Procedure)/A 540 0 R /Next 537 0 R /Prev 541 0 R /Parent 517 0 R >> endobj540 0 obj<< /S /GoTo /D [ 90 0 R /XYZ -4 402 1.25 ] >> endobj541 0 obj<< /Title (3.4.3. Receive Procedure)/A 542 0 R /Next 539 0 R /Prev 543 0 R /Parent 517 0 R >> endobj542 0 obj<< /S /GoTo /D [ 84 0 R /XYZ -4 402 1.25 ] >> endobj543 0 obj<< /Title (3.4.2. Transmit Procedure)/A 544 0 R /Next 541 0 R /Prev 520 0 R /Parent 517 0 R >> endobj544 0 obj<< /S /GoTo /D [ 78 0 R /XYZ -4 402 1.25 ] >> endobj545 0 obj<< /S /GoTo /D [ 75 0 R /XYZ -4 796 1.25 ] >> endobj546 0 obj<< /S /GoTo /D [ 69 0 R /XYZ -4 402 1.25 ] >> endobj547 0 o! | ||||
bj<< /Title (3.2. State Variables and Parameters)/Count -7 /Last 548 0 R /First 549 0 R /A 550 0 R /Next 519 0 R /Prev 512 0 R /Parent 500 0 R >> endobj548 0 obj<< /Title (3.2.7. Parameters)/A 562 0 R /Prev 560 0 R /Parent 547 0 R >> endobj549 0 obj<< /Title (3.2.1. Common Variables)/A 551 0 R /Parent 547 0 R /Next 552 0 R >> endobj550 0 obj<< /S /GoTo /D [ 45 0 R /XYZ -4 402 1.25 ] >> endobj551 0 obj<< /S /GoTo /D [ 45 0 R /XYZ -4 402 1.25 ] >> endobj552 0 obj<< /Title (3.2.2. System Variables)/A 553 0 R /Next 554 0 R /Prev 549 0 R /Parent 547 0 R >> endobj553 0 obj<< /S /GoTo /D [ 54 0 R /XYZ -4 402 1.25 ] >> endobj554 0 obj<< /Title (3.2.3. Peer Variables)/A 555 0 R /Next 556 0 R /Prev 552 0 R /Parent 547 0 R >> endobj555 0 obj<< /S /GoTo /D [ 54 0 R /XYZ -4 402 1.25 ] >> endobj556 0 obj<< /Title (3.2.4. Packet Variables)/A 557 0 R /Next 558 0 R /Prev 554 0 R /Parent 547 0 R >> endobj557 0 obj<<! | ||||
/S /GoTo /D [ 60 0 R /XYZ -4 402 1.25 ] >> endobj558 0 obj<< /Title (3.2.5. Clock-Filter Variables)/A 559 0 R /Next 560 0 R /Prev 556 0 R /Parent 547 0 R >> endobj559 0 obj<< /S /GoTo /D [ 60 0 R /XYZ -4 402 1.25 ] >> endobj560 0 obj<< /Title (3.2.6. Authentication Variables)/A 561 0 R /Next 548 0 R /Prev 558 0 R /Parent 547 0 R >> endobj561 0 obj<< /S /GoTo /D [ 63 0 R /XYZ -4 454 1.25 ] >> endobj562 0 obj<< /S /GoTo /D [ 63 0 R /XYZ -4 454 1.25 ] >> endobj563 0 obj<< /S /GoTo /D [ 42 0 R /XYZ -4 402 1.25 ] >> endobj564 0 obj<< /Title (1. Introduction)/Next 510 0 R /Prev 570 0 R /Parent 369 0 R /A 571 0 R /First 572 0 R /Last 572 0 R /Count -1 >> endobj565 0 obj<< /S /GoTo /D [ 30 0 R /XYZ -4 406 1.25 ] >> endobj566 0 obj<< /Title (2.1. Implementation Model)/A 569 0 R /Parent 510 0 R /Count 0 /Next 567 0 R >> endobj567 0 obj<< /Title (2.2. Network Configurations)/A 568 0 R /Prev 566 0 R /Parent 51! | ||||
0 0 R >> endobj568 0 obj<< /S /GoTo /D [ 39 0 R /XYZ -4 796 1.25 ] >> endobj569 0 obj<< /S /GoTo /D [ 36 0 R /XYZ -4 796 1.25 ] >> endobj570 0 obj<< /Title (List of Tables)/Next 564 0 R /Prev 574 0 R /Parent 369 0 R /A 575 0 R >> endobj571 0 obj<< /S /GoTo /D [ 21 0 R /XYZ -4 796 1.25 ] >> endobj572 0 obj<< /Title (1.1. Related Technology)/A 573 0 R /Parent 564 0 R >> endobj573 0 obj<< /S /GoTo /D [ 24 0 R /XYZ -4 796 1.25 ] >> endobj574 0 obj<< /Title (Table of Contents)/Next 570 0 R /Prev 576 0 R /Parent 369 0 R /A 577 0 R >> endobj575 0 obj<< /S /GoTo /D [ 15 0 R /XYZ -4 406 1.25 ] >> endobj576 0 obj<< /Title (Preface)/Next 574 0 R /Prev 578 0 R /Parent 369 0 R /A 579 0 R >> endobj577 0 obj<< /S /GoTo /D [ 9 0 R /XYZ -4 796 1.25 ] >> endobj578 0 obj<< /Title (Status of this Memo)/Next 576 0 R /Prev 370 0 R /Parent 369 0 R /A 580 0 R >> endobj579 0 obj<< /S /GoTo /D [ 1 0 R /XYZ -4 796 1.25 ! | ||||
] >> endobj580 0 obj<< /S /GoTo /D [ 613 0 R /XYZ -4 406 1.25 ] >> endobj581 0 obj<< /S /GoTo /D [ 613 0 R /XYZ -4 694 1.25 ] >> endobj582 0 obj<< /Type /Pages /Kids [ 595 0 R 594 0 R 602 0 R 608 0 R ] /Count 120 >> endobj583 0 obj<< /CreationDate (D:19980506142422)/Producer (Acrobat Distiller 3.0 for Power Macintosh)/ModDate (D:19980506173035)>> endobj584 0 obj<< /Type /Pages /Kids [ 15 0 R 18 0 R 21 0 R 24 0 R 27 0 R 30 0 R ] /Count 6 /Parent 595 0 R >> endobj585 0 obj<< /Type /Pages /Kids [ 613 0 R 1 0 R 4 0 R 9 0 R 12 0 R ] /Count 5 /Parent 595 0 R >> endobj586 0 obj<< /Type /Pages /Kids [ 153 0 R 156 0 R 159 0 R 162 0 R 165 0 R ] /Count 5 /Parent 594 0 R >> endobj587 0 obj<< /Type /Pages /Kids [ 138 0 R 141 0 R 144 0 R 147 0 R 150 0 R ] /Count 5 /Parent 594 0 R >> endobj588 0 obj<< /Type /Pages /Kids [ 123 0 R 126 0 R 129 0 R 132 0 R 135 0 R ] /Count 5 /Parent 594 0 R >> endobj589 0 obj<< /Type /Pages ! | ||||
/Kids [ 108 0 R 111 0 R 114 0 R 117 0 R 120 0 R ] /Count 5 /Parent 594 0 R >> endobj590 0 obj<< /Type /Pages /Kids [ 93 0 R 96 0 R 99 0 R 102 0 R 105 0 R ] /Count 5 /Parent 594 0 R >> endobj591 0 obj<< /Type /Pages /Kids [ 78 0 R 81 0 R 84 0 R 87 0 R 90 0 R ] /Count 5 /Parent 595 0 R >> endobj592 0 obj<< /Type /Pages /Kids [ 63 0 R 66 0 R 69 0 R 72 0 R 75 0 R ] /Count 5 /Parent 595 0 R >> endobj593 0 obj<< /Type /Pages /Kids [ 48 0 R 51 0 R 54 0 R 57 0 R 60 0 R ] /Count 5 /Parent 595 0 R >> endobj594 0 obj<< /Type /Pages /Kids [ 590 0 R 589 0 R 588 0 R 587 0 R 586 0 R ] /Count 25 /Parent 582 0 R >> endobj595 0 obj<< /Type /Pages /Kids [ 585 0 R 584 0 R 596 0 R 593 0 R 592 0 R 591 0 R ] /Count 31 /Parent 582 0 R >> endobj596 0 obj<< /Type /Pages /Kids [ 33 0 R 36 0 R 39 0 R 42 0 R 45 0 R ] /Count 5 /Parent 595 0 R >> endobj597 0 obj<< /Type /Pages /Kids [ 168 0 R 171 0 R 174 0 R 177 0 R 180 0 R 183 0 R 186 0 R 189! | ||||
0 R 192 0 R ] /Count 9 /Parent 602 0 R >> endobj598 0 obj<< /Type /Pages /Kids [ 347 0 R 350 0 R 353 0 R 356 0 R 359 0 R ] /Count 5 /Parent 608 0 R >> endobj599 0 obj<< /Type /Pages /Kids [ 332 0 R 335 0 R 338 0 R 341 0 R 344 0 R ] /Count 5 /Parent 608 0 R >> endobj600 0 obj<< /Type /Pages /Kids [ 317 0 R 320 0 R 323 0 R 326 0 R 329 0 R ] /Count 5 /Parent 608 0 R >> endobj601 0 obj<< /Type /Pages /Kids [ 302 0 R 305 0 R 308 0 R 311 0 R 314 0 R ] /Count 5 /Parent 608 0 R >> endobj602 0 obj<< /Type /Pages /Kids [ 597 0 R 610 0 R 609 0 R 607 0 R 606 0 R 605 0 R 604 0 R ] /Count 39 /Parent 582 0 R >> endobj603 0 obj<< /Type /Pages /Kids [ 287 0 R 290 0 R 293 0 R 296 0 R 299 0 R ] /Count 5 /Parent 608 0 R >> endobj604 0 obj<< /Type /Pages /Kids [ 272 0 R 275 0 R 278 0 R 281 0 R 284 0 R ] /Count 5 /Parent 602 0 R >> endobj605 0 obj<< /Type /Pages /Kids [ 257 0 R 260 0 R 263 0 R 266 0 R 269 0 R ] /Count 5 /Parent 602! | ||||
0 R >> endobj606 0 obj<< /Type /Pages /Kids [ 242 0 R 245 0 R 248 0 R 251 0 R 254 0 R ] /Count 5 /Parent 602 0 R >> endobj607 0 obj<< /Type /Pages /Kids [ 225 0 R 230 0 R 233 0 R 236 0 R 239 0 R ] /Count 5 /Parent 602 0 R >> endobj608 0 obj<< /Type /Pages /Kids [ 603 0 R 601 0 R 600 0 R 599 0 R 598 0 R ] /Count 25 /Parent 582 0 R >> endobj609 0 obj<< /Type /Pages /Kids [ 210 0 R 213 0 R 216 0 R 219 0 R 222 0 R ] /Count 5 /Parent 602 0 R >> endobj610 0 obj<< /Type /Pages /Kids [ 195 0 R 198 0 R 201 0 R 204 0 R 207 0 R ] /Count 5 /Parent 602 0 R >> endobjxref0 611 0000000000 65535 f 0000005209 00000 n 0000005361 00000 n 0000005489 00000 n 0000008659 00000 n 0000008811 00000 n 0000008927 00000 n 0000008962 00000 n 0000008982 00000 n 0000009977 00000 n 0000010131 00000 n 0000010260 00000 n 0000011824 00000 n 0000011979 00000 n 0000012108 00000 n 0000014108 00000 n 0000014263 00000 n 0000014404 00000 n 0000016353 00000! | ||||
n 0000016508 00000 n 0000016625 00000 n 0000017176 00000 n 0000017331 00000 n 0000017460 00000 n 0000021029 00000 n 0000021184 00000 n 0000021313 00000 n 0000024833 00000 n 0000024988 00000 n 0000025117 00000 n 0000028899 00000 n 0000029054 00000 n 0000029183 00000 n 0000032622 00000 n 0000032777 00000 n 0000032906 00000 n 0000036687 00000 n 0000036842 00000 n 0000036983 00000 n 0000040012 00000 n 0000040167 00000 n 0000040308 00000 n 0000043617 00000 n 0000043772 00000 n 0000043913 00000 n 0000047355 00000 n 0000047510 00000 n 0000047639 00000 n 0000051136 00000 n 0000051291 00000 n 0000051408 00000 n 0000053618 00000 n 0000053773 00000 n 0000053890 00000 n 0000056592 00000 n 0000056747 00000 n 0000056876 00000 n 0000059237 00000 n 0000059392 00000 n 0000059509 00000 n 0000061327 00000 n 0000061482 00000 n 0000061611 00000 n 0000063817 00000 n 0000063972 00000 n 0000064101 00000 n 0000066757 00000 n 0000066912 00000 n 0000067! | ||||
041 00000 n 0000069264 00000 n 0000069419 00000 n 0000069548 00000 n 0000072010 00000 n 0000072165 00000 n 0000072282 00000 n 0000075553 00000 n 0000075708 00000 n 0000075849 00000 n 0000079442 00000 n 0000079597 00000 n 0000079750 00000 n 0000082862 00000 n 0000083017 00000 n 0000083158 00000 n 0000086031 00000 n 0000086186 00000 n 0000086339 00000 n 0000089278 00000 n 0000089433 00000 n 0000089586 00000 n 0000091937 00000 n 0000092092 00000 n 0000092245 00000 n 0000094670 00000 n 0000094825 00000 n 0000094978 00000 n 0000098235 00000 n 0000098390 00000 n 0000098556 00000 n 0000102316 00000 n 0000102473 00000 n 0000102627 00000 n 0000105591 00000 n 0000105749 00000 n 0000105891 00000 n 0000109232 00000 n 0000109390 00000 n 0000109532 00000 n 0000112340 00000 n 0000112498 00000 n 0000112640 00000 n 0000114852 00000 n 0000115010 00000 n 0000115164 00000 n 0000118203 00000 n 0000118361 00000 n 0000118515 00000 n 0000121410 00000 n! | ||||
0000121568 00000 n 0000121710 00000 n 0000125190 00000 n 0000125348 00000 n 0000125502 00000 n 0000129592 00000 n 0000129750 00000 n 0000129904 00000 n 0000134315 00000 n 0000134473 00000 n 0000134627 00000 n 0000138619 00000 n 0000138777 00000 n 0000138931 00000 n 0000142760 00000 n 0000142918 00000 n 0000143072 00000 n 0000146737 00000 n 0000146895 00000 n 0000147049 00000 n 0000150709 00000 n 0000150867 00000 n 0000151021 00000 n 0000154069 00000 n 0000154227 00000 n 0000154381 00000 n 0000158273 00000 n 0000158431 00000 n 0000158585 00000 n 0000162040 00000 n 0000162198 00000 n 0000162352 00000 n 0000165746 00000 n 0000165904 00000 n 0000166034 00000 n 0000169598 00000 n 0000169756 00000 n 0000169886 00000 n 0000173358 00000 n 0000173516 00000 n 0000173658 00000 n 0000176995 00000 n 0000177153 00000 n 0000177283 00000 n 0000179935 00000 n 0000180093 00000 n 0000180223 00000 n 0000182911 00000 n 0000183069 00000 n 000018319! | ||||
9 00000 n 0000185078 00000 n 0000185236 00000 n 0000185366 00000 n 0000187503 00000 n 0000187661 00000 n 0000187779 00000 n 0000190001 00000 n 0000190159 00000 n 0000190277 00000 n 0000191024 00000 n 0000191182 00000 n 0000191312 00000 n 0000194731 00000 n 0000194889 00000 n 0000195019 00000 n 0000197861 00000 n 0000198019 00000 n 0000198137 00000 n 0000200068 00000 n 0000200226 00000 n 0000200356 00000 n 0000202725 00000 n 0000202883 00000 n 0000203025 00000 n 0000205046 00000 n 0000205204 00000 n 0000205334 00000 n 0000207525 00000 n 0000207683 00000 n 0000207813 00000 n 0000210511 00000 n 0000210669 00000 n 0000210787 00000 n 0000213452 00000 n 0000213610 00000 n 0000213740 00000 n 0000217215 00000 n 0000217373 00000 n 0000217503 00000 n 0000220703 00000 n 0000220861 00000 n 0000220991 00000 n 0000224064 00000 n 0000224222 00000 n 0000224364 00000 n 0000226883 00000 n 0000227041 00000 n 0000227183 00000 n 0000228479 00000 n ! | ||||
0000228738 00000 n 0000235208 00000 n 0000235231 00000 n 0000235389 00000 n 0000235519 00000 n 0000238905 00000 n 0000239063 00000 n 0000239181 00000 n 0000242414 00000 n 0000242572 00000 n 0000242690 00000 n 0000242729 00000 n 0000242751 00000 n 0000243753 00000 n 0000243911 00000 n 0000244053 00000 n 0000247884 00000 n 0000248042 00000 n 0000248172 00000 n 0000251458 00000 n 0000251616 00000 n 0000251746 00000 n 0000255254 00000 n 0000255412 00000 n 0000255542 00000 n 0000259095 00000 n 0000259253 00000 n 0000259383 00000 n 0000262864 00000 n 0000263022 00000 n 0000263152 00000 n 0000266585 00000 n 0000266743 00000 n 0000266885 00000 n 0000270795 00000 n 0000270953 00000 n 0000271071 00000 n 0000273673 00000 n 0000273831 00000 n 0000273961 00000 n 0000277654 00000 n 0000277812 00000 n 0000277930 00000 n 0000279990 00000 n 0000280148 00000 n 0000280290 00000 n 0000284222 00000 n 0000284380 00000 n 0000284534 00000 n 0000289532 ! | ||||
00000 n 0000289690 00000 n 0000289832 00000 n 0000295153 00000 n 0000295311 00000 n 0000295453 00000 n 0000299704 00000 n 0000299862 00000 n 0000300016 00000 n 0000303525 00000 n 0000303683 00000 n 0000303825 00000 n 0000305686 00000 n 0000305844 00000 n 0000305986 00000 n 0000309547 00000 n 0000309705 00000 n 0000309847 00000 n 0000313522 00000 n 0000313680 00000 n 0000313822 00000 n 0000317399 00000 n 0000317557 00000 n 0000317711 00000 n 0000321976 00000 n 0000322134 00000 n 0000322276 00000 n 0000325624 00000 n 0000325782 00000 n 0000325936 00000 n 0000328585 00000 n 0000328743 00000 n 0000328885 00000 n 0000333820 00000 n 0000333978 00000 n 0000334132 00000 n 0000338170 00000 n 0000338328 00000 n 0000338482 00000 n 0000342713 00000 n 0000342871 00000 n 0000343025 00000 n 0000346152 00000 n 0000346310 00000 n 0000346452 00000 n 0000351664 00000 n 0000351822 00000 n 0000351964 00000 n 0000354045 00000 n 0000354203 00000 n 00! | ||||
00354357 00000 n 0000357896 00000 n 0000358054 00000 n 0000358196 00000 n 0000363105 00000 n 0000363263 00000 n 0000363417 00000 n 0000368771 00000 n 0000368929 00000 n 0000369083 00000 n 0000373990 00000 n 0000374148 00000 n 0000374302 00000 n 0000378214 00000 n 0000378372 00000 n 0000378514 00000 n 0000383639 00000 n 0000383797 00000 n 0000383951 00000 n 0000388115 00000 n 0000388273 00000 n 0000388415 00000 n 0000392233 00000 n 0000392391 00000 n 0000392533 00000 n 0000395200 00000 n 0000395358 00000 n 0000395488 00000 n 0000397331 00000 n 0000397489 00000 n 0000397619 00000 n 0000399014 00000 n 0000399172 00000 n 0000399290 00000 n 0000400364 00000 n 0000400522 00000 n 0000400640 00000 n 0000401889 00000 n 0000402047 00000 n 0000402165 00000 n 0000403313 00000 n 0000403471 00000 n 0000403589 00000 n 0000404444 00000 n 0000404602 00000 n 0000404720 00000 n 0000405248 00000 n 0000405333 00000 n 0000406001 00000 n 0000406080 00! | ||||
000 n 0000406190 00000 n 0000406299 00000 n 0000406378 00000 n 0000406400 00000 n 0000406484 00000 n 0000406571 00000 n 0000406669 00000 n 0000406786 00000 n 0000406851 00000 n 0000407035 00000 n 0000407100 00000 n 0000407293 00000 n 0000407358 00000 n 0000407474 00000 n 0000407604 00000 n 0000407669 00000 n 0000407796 00000 n 0000407861 00000 n 0000407988 00000 n 0000408053 00000 n 0000408183 00000 n 0000408248 00000 n 0000408372 00000 n 0000408437 00000 n 0000408502 00000 n 0000408687 00000 n 0000408752 00000 n 0000408848 00000 n 0000408954 00000 n 0000409019 00000 n 0000409134 00000 n 0000409199 00000 n 0000409312 00000 n 0000409377 00000 n 0000409494 00000 n 0000409559 00000 n 0000409674 00000 n 0000409739 00000 n 0000409804 00000 n 0000409985 00000 n 0000410050 00000 n 0000410197 00000 n 0000410300 00000 n 0000410365 00000 n 0000410487 00000 n 0000410552 00000 n 0000410669 00000 n 0000410734 00000 n 0000410853 00000 n 0000! | ||||
410918 00000 n 0000411060 00000 n 0000411125 00000 n 0000411190 00000 n 0000411300 00000 n 0000411406 00000 n 0000411471 00000 n 0000411536 00000 n 0000411721 00000 n 0000411786 00000 n 0000411882 00000 n 0000411991 00000 n 0000412056 00000 n 0000412173 00000 n 0000412238 00000 n 0000412373 00000 n 0000412438 00000 n 0000412552 00000 n 0000412617 00000 n 0000412746 00000 n 0000412811 00000 n 0000412876 00000 n 0000413016 00000 n 0000413081 00000 n 0000413177 00000 n 0000413301 00000 n 0000413366 00000 n 0000413503 00000 n 0000413568 00000 n 0000413693 00000 n 0000413758 00000 n 0000413887 00000 n 0000413952 00000 n 0000414067 00000 n 0000414132 00000 n 0000414263 00000 n 0000414328 00000 n 0000414463 00000 n 0000414528 00000 n 0000414593 00000 n 0000414762 00000 n 0000414827 00000 n 0000414995 00000 n 0000415060 00000 n 0000415172 00000 n 0000415327 00000 n 0000415439 00000 n 0000415542 00000 n 0000415607 00000 n 0000415672 0000! | ||||
0 n 0000415790 00000 n 0000415855 00000 n 0000415920 00000 n 0000415985 00000 n 0000416118 00000 n 0000416186 00000 n 0000416296 00000 n 0000416388 00000 n 0000416456 00000 n 0000416609 00000 n 0000416712 00000 n 0000416816 00000 n 0000416884 00000 n 0000416952 00000 n 0000417069 00000 n 0000417137 00000 n 0000417255 00000 n 0000417323 00000 n 0000417391 00000 n 0000417459 00000 n 0000417566 00000 n 0000417634 00000 n 0000417746 00000 n 0000417814 00000 n 0000417965 00000 n 0000418033 00000 n 0000418206 00000 n 0000418274 00000 n 0000418381 00000 n 0000418486 00000 n 0000418554 00000 n 0000418675 00000 n 0000418743 00000 n 0000418867 00000 n 0000418935 00000 n 0000419003 00000 n 0000419163 00000 n 0000419231 00000 n 0000419337 00000 n 0000419488 00000 n 0000419556 00000 n 0000419664 00000 n 0000419770 00000 n 0000419838 00000 n 0000419906 00000 n 0000419974 00000 n 0000420132 00000 n 0000420199 00000 n 0000420295 00000 n 000042! | ||||
0400 00000 n 0000420468 00000 n 0000420611 00000 n 0000420679 00000 n 0000420836 00000 n 0000420903 00000 n 0000421020 00000 n 0000421126 00000 n 0000421233 00000 n 0000421301 00000 n 0000421417 00000 n 0000421485 00000 n 0000421653 00000 n 0000421721 00000 n 0000421845 00000 n 0000421967 00000 n 0000422092 00000 n 0000422160 00000 n 0000422294 00000 n 0000422362 00000 n 0000422503 00000 n 0000422571 00000 n 0000422639 00000 n 0000422707 00000 n 0000422830 00000 n 0000422897 00000 n 0000423014 00000 n 0000423081 00000 n 0000423199 00000 n 0000423266 00000 n 0000423385 00000 n 0000423452 00000 n 0000423519 00000 n 0000423586 00000 n 0000423757 00000 n 0000423853 00000 n 0000423955 00000 n 0000424022 00000 n 0000424089 00000 n 0000424206 00000 n 0000424273 00000 n 0000424388 00000 n 0000424455 00000 n 0000424572 00000 n 0000424639 00000 n 0000424762 00000 n 0000424829 00000 n 0000424954 00000 n 0000425021 00000 n 0000425088 00000 ! | ||||
n 0000425155 00000 n 0000425306 00000 n 0000425373 00000 n 0000425487 00000 n 0000425593 00000 n 0000425660 00000 n 0000425727 00000 n 0000425835 00000 n 0000425902 00000 n 0000425989 00000 n 0000426056 00000 n 0000426167 00000 n 0000426234 00000 n 0000426335 00000 n 0000426401 00000 n 0000426514 00000 n 0000426580 00000 n 0000426648 00000 n 0000426716 00000 n 0000426810 00000 n 0000426950 00000 n 0000427069 00000 n 0000427179 00000 n 0000427296 00000 n 0000427413 00000 n 0000427530 00000 n 0000427647 00000 n 0000427761 00000 n 0000427873 00000 n 0000427985 00000 n 0000428097 00000 n 0000428215 00000 n 0000428341 00000 n 0000428453 00000 n 0000428603 00000 n 0000428720 00000 n 0000428837 00000 n 0000428954 00000 n 0000429071 00000 n 0000429205 00000 n 0000429322 00000 n 0000429439 00000 n 0000429556 00000 n 0000429673 00000 n 0000429790 00000 n 0000429908 00000 n 0000430025 00000 n trailer<</Size 611/ID[<a03dfa95deed8e70ade803! | ||||
2c3646cf9d><a03dfa95deed8e70ade8032c3646cf9d>]>>startxref173%%EOFÿ | ||||
+=+=+=+=+= File rfc1305.tar +=+=+=+=+= | ||||
century found at line 95652: | ||||
95649: 890 844 13 ( ) SB | ||||
95650: -3 1 SJ | ||||
95651: 900 844 163 (century ) SB | ||||
95652: -3 1 SJ | ||||
95653: 1060 844 132 (began ) SB | ||||
1900 found at line 1108: | ||||
1105: 1849 1260 52 (ty ) SB | ||||
1106: -2 1 SJ | ||||
1107: 1900 1260 85 (and ) SB | ||||
1108: 1983 1260 130 (accura) SB | ||||
1109: 2113 1260 59 (cy.) SB | ||||
1900 found at line 1648: | ||||
1645: 1826 2319 74 (rect) SB | ||||
1646: 2 1 SJ | ||||
1647: 1900 2319 60 (ed ) SB | ||||
1648: 1962 2319 13 (i) SB | ||||
1649: 2 1 SJ | ||||
1900 found at line 20389: | ||||
20386: 1847 2417 52 (to ) SB | ||||
20387: 1 1 SJ | ||||
20388: 1900 2417 74 (the ) SB | ||||
20389: 1975 2417 67 (ord) SB | ||||
20390: 2042 2417 38 (er) SB | ||||
1900 found at line 24494: | ||||
24491: 1532 822 38 (y ) SB | ||||
24492: -2 1 SJ | ||||
24493: 1568 822 126 (1900. ) SB | ||||
24494: 1692 822 30 (T) SB | ||||
24495: -2 1 SJ | ||||
1900 found at line 24919: | ||||
24916: -2 1 SJ | ||||
24917: 1851 1505 51 (o, ) SB | ||||
24918: 1900 1505 64 (ind) SB | ||||
24919: 1964 1505 85 (icati) SB | ||||
24920: -1 1 SJ | ||||
1900 found at line 25051: | ||||
25048: 1239 1780 52 (to ) SB | ||||
25049: 7 1 SJ | ||||
25050: 1297 1780 113 (1900 ) SB | ||||
25051: 6 1 SJ | ||||
25052: 1417 1780 85 (and ) SB | ||||
1900 found at line 34713: | ||||
34710: -3 1 SJ | ||||
34711: 1857 1862 46 (is ) SB | ||||
34712: 1900 1862 13 (t) SB | ||||
34713: -3 1 SJ | ||||
34714: 1913 1862 60 (he ) SB | ||||
1900 found at line 37218: | ||||
37215: 1771 1412 132 (called ) SB | ||||
37216: -2 1 SJ | ||||
37217: 1900 1412 52 (to ) SB | ||||
37218: 1950 1412 16 (r) SB | ||||
37219: -3 1 SJ | ||||
1900 found at line 38508: | ||||
38505: 1613 1805 13 (/) SB | ||||
38506: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
38507: 222 1900 33 (If) SB | ||||
38508: -2 1 SJ | ||||
38509: 255 1900 13 ( ) SB | ||||
1900 found at line 38510: | ||||
38507: 222 1900 33 (If) SB | ||||
38508: -2 1 SJ | ||||
38509: 255 1900 13 ( ) SB | ||||
38510: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
38511: 266 1898 22 (e) SB | ||||
1900 found at line 38518: | ||||
38515: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
38516: -2 1 SJ | ||||
38517: 371 1900 13 ( ) SB | ||||
38518: -2 1 SJ | ||||
38519: 382 1900 74 (the ) SB | ||||
1900 found at line 38520: | ||||
38517: 371 1900 13 ( ) SB | ||||
38518: -2 1 SJ | ||||
38519: 382 1900 74 (the ) SB | ||||
38520: -2 1 SJ | ||||
38521: 454 1900 143 (packet ) SB | ||||
1900 found at line 38522: | ||||
38519: 382 1900 74 (the ) SB | ||||
38520: -2 1 SJ | ||||
38521: 454 1900 143 (packet ) SB | ||||
38522: -2 1 SJ | ||||
38523: 595 1900 46 (is ) SB | ||||
1900 found at line 38524: | ||||
38521: 454 1900 143 (packet ) SB | ||||
38522: -2 1 SJ | ||||
38523: 595 1900 46 (is ) SB | ||||
38524: 639 1900 20 (s) SB | ||||
38525: 659 1900 13 (i) SB | ||||
1900 found at line 38525: | ||||
38522: -2 1 SJ | ||||
38523: 595 1900 46 (is ) SB | ||||
38524: 639 1900 20 (s) SB | ||||
38525: 659 1900 13 (i) SB | ||||
38526: -2 1 SJ | ||||
1900 found at line 38526: | ||||
38523: 595 1900 46 (is ) SB | ||||
38524: 639 1900 20 (s) SB | ||||
38525: 659 1900 13 (i) SB | ||||
38526: -2 1 SJ | ||||
38527: 672 1900 116 (mply ) SB | ||||
1900 found at line 38528: | ||||
38525: 659 1900 13 (i) SB | ||||
38526: -2 1 SJ | ||||
38527: 672 1900 116 (mply ) SB | ||||
38528: 786 1900 105 (ignor) SB | ||||
38529: -1 1 SJ | ||||
1900 found at line 38529: | ||||
38526: -2 1 SJ | ||||
38527: 672 1900 116 (mply ) SB | ||||
38528: 786 1900 105 (ignor) SB | ||||
38529: -1 1 SJ | ||||
38530: 891 1900 60 (ed ) SB | ||||
1900 found at line 38531: | ||||
38528: 786 1900 105 (ignor) SB | ||||
38529: -1 1 SJ | ||||
38530: 891 1900 60 (ed ) SB | ||||
38531: -2 1 SJ | ||||
38532: 950 1900 85 (and ) SB | ||||
1900 found at line 38533: | ||||
38530: 891 1900 60 (ed ) SB | ||||
38531: -2 1 SJ | ||||
38532: 950 1900 85 (and ) SB | ||||
38533: -2 1 SJ | ||||
38534: 1033 1900 74 (the ) SB | ||||
1900 found at line 38535: | ||||
38532: 950 1900 85 (and ) SB | ||||
38533: -2 1 SJ | ||||
38534: 1033 1900 74 (the ) SB | ||||
38535: -2 1 SJ | ||||
38536: 1105 1900 234 (association ) SB | ||||
1900 found at line 38537: | ||||
38534: 1033 1900 74 (the ) SB | ||||
38535: -2 1 SJ | ||||
38536: 1105 1900 234 (association ) SB | ||||
38537: 1337 1900 149 (demobi) SB | ||||
38538: 1486 1900 109 (lized,) SB | ||||
1900 found at line 38538: | ||||
38535: -2 1 SJ | ||||
38536: 1105 1900 234 (association ) SB | ||||
38537: 1337 1900 149 (demobi) SB | ||||
38538: 1486 1900 109 (lized,) SB | ||||
38539: -1 1 SJ | ||||
1900 found at line 38539: | ||||
38536: 1105 1900 234 (association ) SB | ||||
38537: 1337 1900 149 (demobi) SB | ||||
38538: 1486 1900 109 (lized,) SB | ||||
38539: -1 1 SJ | ||||
38540: 1595 1900 13 ( ) SB | ||||
1900 found at line 38541: | ||||
38538: 1486 1900 109 (lized,) SB | ||||
38539: -1 1 SJ | ||||
38540: 1595 1900 13 ( ) SB | ||||
38541: 1607 1900 13 (i) SB | ||||
38542: -2 1 SJ | ||||
1900 found at line 38542: | ||||
38539: -1 1 SJ | ||||
38540: 1595 1900 13 ( ) SB | ||||
38541: 1607 1900 13 (i) SB | ||||
38542: -2 1 SJ | ||||
38543: 1620 1900 30 (f ) SB | ||||
1900 found at line 38544: | ||||
38541: 1607 1900 13 (i) SB | ||||
38542: -2 1 SJ | ||||
38543: 1620 1900 30 (f ) SB | ||||
38544: -2 1 SJ | ||||
38545: 1648 1900 77 (not ) SB | ||||
1900 found at line 38546: | ||||
38543: 1620 1900 30 (f ) SB | ||||
38544: -2 1 SJ | ||||
38545: 1648 1900 77 (not ) SB | ||||
38546: 1723 1900 41 (pr) SB | ||||
38547: -2 1 SJ | ||||
1900 found at line 38547: | ||||
38544: -2 1 SJ | ||||
38545: 1648 1900 77 (not ) SB | ||||
38546: 1723 1900 41 (pr) SB | ||||
38547: -2 1 SJ | ||||
38548: 1764 1900 182 (eviously ) SB | ||||
1900 found at line 38549: | ||||
38546: 1723 1900 41 (pr) SB | ||||
38547: -2 1 SJ | ||||
38548: 1764 1900 182 (eviously ) SB | ||||
38549: 1944 1900 88 (conf) SB | ||||
38550: 2032 1900 81 (igur) SB | ||||
1900 found at line 38550: | ||||
38547: -2 1 SJ | ||||
38548: 1764 1900 182 (eviously ) SB | ||||
38549: 1944 1900 88 (conf) SB | ||||
38550: 2032 1900 81 (igur) SB | ||||
38551: 2113 1900 59 (ed.) SB | ||||
1900 found at line 38551: | ||||
38548: 1764 1900 182 (eviously ) SB | ||||
38549: 1944 1900 88 (conf) SB | ||||
38550: 2032 1900 81 (igur) SB | ||||
38551: 2113 1900 59 (ed.) SB | ||||
38552: 32 0 0 50 50 0 0 47 /Helvetica /font12 ANSIFont font | ||||
1900 found at line 38552: | ||||
38549: 1944 1900 88 (conf) SB | ||||
38550: 2032 1900 81 (igur) SB | ||||
38551: 2113 1900 59 (ed.) SB | ||||
38552: 32 0 0 50 50 0 0 47 /Helvetica /font12 ANSIFont font | ||||
38553: 222 1991 44 (er) SB | ||||
1900 found at line 39994: | ||||
39991: -1 2 SJ | ||||
39992: 1786 1566 115 ( both ) SB | ||||
39993: 1900 1566 55 (dir) SB | ||||
39994: 1955 1566 22 (e) SB | ||||
39995: 1977 1566 132 (ctions.) SB | ||||
1900 found at line 40238: | ||||
40235: 1815 1933 85 (elati) SB | ||||
40236: 1 1 SJ | ||||
40237: 1900 1933 60 (ve ) SB | ||||
40238: 1961 1933 13 (t) SB | ||||
40239: 1 1 SJ | ||||
1900 found at line 43495: | ||||
43492: 4 1 SJ | ||||
43493: 1747 1315 149 (weight ) SB | ||||
43494: 1900 1315 20 (s) SB | ||||
43495: 1920 1315 110 (panni) SB | ||||
43496: 5 1 SJ | ||||
1900 found at line 49132: | ||||
49129: 1850 378 55 (or ) SB | ||||
49130: -5 1 SJ | ||||
49131: 1900 378 74 (net ) SB | ||||
49132: 1969 378 191 (addresses) SB | ||||
49133: 2160 378 12 (,) SB | ||||
1900 found at line 51234: | ||||
51231: 7 1 SJ | ||||
51232: 1880 1208 13 ( ) SB | ||||
51233: 1900 1208 63 (var) SB | ||||
51234: 6 1 SJ | ||||
51235: 1963 1208 142 (iables, ) SB | ||||
1900 found at line 53976: | ||||
53973: 1799 1812 101 (ue of) SB | ||||
53974: -1 1 SJ | ||||
53975: 1900 1812 13 ( ) SB | ||||
53976: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
53977: 1912 1810 36 (ty) SB | ||||
1900 found at line 61061: | ||||
61058: 1785 1706 118 (noise ) SB | ||||
61059: -2 1 SJ | ||||
61060: 1900 1706 46 (is ) SB | ||||
61061: -3 1 SJ | ||||
61062: 1944 1706 88 (low ) SB | ||||
1900 found at line 64093: | ||||
64090: 1843 2034 60 (de ) SB | ||||
64091: -4 1 SJ | ||||
64092: 1900 2034 74 (the ) SB | ||||
64093: 1970 2034 61 (ma) SB | ||||
64094: 2031 2034 77 (xim) SB | ||||
1900 found at line 65359: | ||||
65356: 1795 2116 105 (Mess) SB | ||||
65357: 9 1 SJ | ||||
65358: 1900 2116 82 (age ) SB | ||||
65359: 1991 2116 44 (Pr) SB | ||||
65360: 2035 2116 137 (otocol.) SB | ||||
1900 found at line 70999: | ||||
70996: 1887 1970 13 (t) SB | ||||
70997: -2 1 SJ | ||||
70998: 1900 1970 60 (he ) SB | ||||
70999: -3 1 SJ | ||||
71000: 1958 1970 126 (status ) SB | ||||
1900 found at line 71744: | ||||
71741: 1811 1631 52 (ol ) SB | ||||
71742: 1859 1631 41 (pr) SB | ||||
71743: 1900 1631 158 (ocedure) SB | ||||
71744: -4 1 SJ | ||||
71745: 2058 1631 32 (s ) SB | ||||
1900 found at line 76632: | ||||
76629: 1885 589 13 ( ) SB | ||||
76630: 3 1 SJ | ||||
76631: 1900 589 85 (and ) SB | ||||
76632: 3 1 SJ | ||||
76633: 1988 589 140 (values ) SB | ||||
1900 found at line 77833: | ||||
77830: 1784 701 116 (monit) SB | ||||
77831: -4 1 SJ | ||||
77832: 1900 701 119 (oring ) SB | ||||
77833: 2015 701 19 (s) SB | ||||
77834: 2034 701 138 (ystems) SB | ||||
1900 found at line 85690: | ||||
85687: 1849 1028 52 (ty ) SB | ||||
85688: -2 1 SJ | ||||
85689: 1900 1028 85 (and ) SB | ||||
85690: 1983 1028 130 (accura) SB | ||||
85691: 2113 1028 59 (cy.) SB | ||||
1900 found at line 86366: | ||||
86363: 1826 2320 74 (rect) SB | ||||
86364: 2 1 SJ | ||||
86365: 1900 2320 60 (ed ) SB | ||||
86366: 1962 2320 13 (i) SB | ||||
86367: 2 1 SJ | ||||
1900 found at line 90454: | ||||
90451: 1724 1454 171 (purpose ) SB | ||||
90452: 5 1 SJ | ||||
90453: 1900 1454 55 (of ) SB | ||||
90454: 1960 1454 57 (cal) SB | ||||
90455: 2017 1454 91 (ibrat) SB | ||||
1900 found at line 93592: | ||||
93589: 1761 2118 55 (or ) SB | ||||
93590: 1815 2118 85 (twel) SB | ||||
93591: 1900 2118 95 (ve al) SB | ||||
93592: 1995 2118 78 (tern) SB | ||||
93593: 2073 2118 35 (at) SB | ||||
1900 found at line 95670: | ||||
95667: -3 1 SJ | ||||
95668: 1386 844 168 (January ) SB | ||||
95669: 1551 844 112 (1900,) SB | ||||
95670: -2 1 SJ | ||||
95671: 1663 844 13 ( ) SB | ||||
1900 found at line 98592: | ||||
98589: 1896 1468 38 (y ) SB | ||||
98590: 4 1 SJ | ||||
98591: 1939 1468 113 (1900 ) SB | ||||
98592: 2056 1468 116 (\(MJD) SB | ||||
98593: 222 1527 150 (15,020.) SB | ||||
1900 found at line 102257: | ||||
102254: 1883 1481 17 (\() SB | ||||
102255: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
102256: 1900 1485 13 (t) SB | ||||
102257: 32 0 0 44 44 0 0 39 /Times-Roman /font32 ANSIFont font | ||||
102258: 1913 1498 22 (0) SB | ||||
1900 found at line 113010: | ||||
113007: 1890 2171 13 ( ) SB | ||||
113008: -4 1 SJ | ||||
113009: 1900 2171 74 (the ) SB | ||||
113010: 1970 2171 138 (maxim) SB | ||||
113011: 2108 2171 64 (um) SB | ||||
1900 found at line 115757: | ||||
115754: 1784 938 116 (functi) SB | ||||
115755: -1 1 SJ | ||||
115756: 1900 938 63 (on ) SB | ||||
115757: 32 0 0 52 52 0 0 48 /Times-Italic /font31 ANSIFont font | ||||
115758: 1962 935 37 (G) SB | ||||
1900 found at line 116627: | ||||
116624: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
116625: -4 1 SJ | ||||
116626: 1900 2392 13 ( ) SB | ||||
116627: 1909 2392 13 (i) SB | ||||
116628: 1922 2392 20 (s) SB | ||||
1900 found at line 120169: | ||||
120166: -2 1 SJ | ||||
120167: 1817 2703 85 (and ) SB | ||||
120168: 1900 2703 45 (us) SB | ||||
120169: -2 1 SJ | ||||
120170: 1945 2703 60 (ed ) SB | ||||
1900 found at line 123319: | ||||
123316: -1 1 SJ | ||||
123317: 1888 985 13 ( ) SB | ||||
123318: 1900 985 17 ([) SB | ||||
123319: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
123320: 1917 983 25 (u) SB | ||||
1900 found at line 126910: | ||||
126907: 1694 2453 107 (insic ) SB | ||||
126908: 1807 2453 93 (oscil) SB | ||||
126909: 1900 2453 91 (lator) SB | ||||
126910: 6 1 SJ | ||||
126911: 1991 2453 13 ( ) SB | ||||
2000 found at line 1732: | ||||
1729: -5 1 SJ | ||||
1730: 1796 2494 209 (suggested ) SB | ||||
1731: 2000 2494 16 (f) SB | ||||
1732: -6 1 SJ | ||||
1733: 2016 2494 55 (or ) SB | ||||
2000 found at line 14274: | ||||
14271: 1844 1851 85 (and ) SB | ||||
14272: 1931 1851 69 (esti) SB | ||||
14273: 2000 1851 38 (m) SB | ||||
14274: 2 1 SJ | ||||
14275: 2038 1851 71 (ate ) SB | ||||
2000 found at line 16912: | ||||
16909: 2 1 SJ | ||||
16910: 1944 1551 54 (as ) SB | ||||
16911: 2000 1551 66 (NT) SB | ||||
16912: 2 1 SJ | ||||
16913: 2066 1551 41 (P ) SB | ||||
2000 found at line 19493: | ||||
19490: -4 1 SJ | ||||
19491: 1941 961 63 (all ) SB | ||||
19492: 2000 961 41 (of) SB | ||||
19493: -4 1 SJ | ||||
19494: 2041 961 13 ( ) SB | ||||
2000 found at line 19894: | ||||
19891: 1775 1543 128 (me as ) SB | ||||
19892: 1902 1543 98 (well.) SB | ||||
19893: 2000 1543 13 ( ) SB | ||||
19894: 222 1631 94 (Ther) SB | ||||
19895: 3 1 SJ | ||||
2000 found at line 20031: | ||||
20028: 1987 1806 13 (l) SB | ||||
20029: -4 1 SJ | ||||
20030: 2000 1806 27 (l ) SB | ||||
20031: 2023 1806 60 (am) SB | ||||
20032: 2083 1806 89 (ount) SB | ||||
2000 found at line 20137: | ||||
20134: 1825 1980 168 (manage ) SB | ||||
20135: 7 1 SJ | ||||
20136: 2000 1980 74 (the ) SB | ||||
20137: 2081 1980 20 (s) SB | ||||
20138: 2101 1980 13 (t) SB | ||||
2000 found at line 31060: | ||||
31057: 3 1 SJ | ||||
31058: 1984 2329 13 ( ) SB | ||||
31059: 2000 2329 13 (t) SB | ||||
31060: 3 1 SJ | ||||
31061: 2013 2329 60 (he ) SB | ||||
2000 found at line 33165: | ||||
33162: 1988 1362 12 (.) SB | ||||
33163: 1 1 SJ | ||||
33164: 2000 1362 13 ( ) SB | ||||
33165: 1 1 SJ | ||||
33166: 2014 1362 55 (In ) SB | ||||
2000 found at line 41584: | ||||
41581: 2133 1941 39 (id) SB | ||||
41582: 8 1 SJ | ||||
41583: 222 2000 146 (header ) SB | ||||
41584: 8 1 SJ | ||||
41585: 376 2000 44 (if ) SB | ||||
2000 found at line 41586: | ||||
41583: 222 2000 146 (header ) SB | ||||
41584: 8 1 SJ | ||||
41585: 376 2000 44 (if ) SB | ||||
41586: 9 1 SJ | ||||
41587: 428 2000 101 (tests ) SB | ||||
2000 found at line 41588: | ||||
41585: 376 2000 44 (if ) SB | ||||
41586: 9 1 SJ | ||||
41587: 428 2000 101 (tests ) SB | ||||
41588: 538 2000 30 (fi) SB | ||||
41589: 9 1 SJ | ||||
2000 found at line 41589: | ||||
41586: 9 1 SJ | ||||
41587: 428 2000 101 (tests ) SB | ||||
41588: 538 2000 30 (fi) SB | ||||
41589: 9 1 SJ | ||||
41590: 568 2000 60 (ve ) SB | ||||
2000 found at line 41591: | ||||
41588: 538 2000 30 (fi) SB | ||||
41589: 9 1 SJ | ||||
41590: 568 2000 60 (ve ) SB | ||||
41591: 637 2000 55 (thr) SB | ||||
41592: 9 1 SJ | ||||
2000 found at line 41592: | ||||
41589: 9 1 SJ | ||||
41590: 568 2000 60 (ve ) SB | ||||
41591: 637 2000 55 (thr) SB | ||||
41592: 9 1 SJ | ||||
41593: 692 2000 113 (ough ) SB | ||||
2000 found at line 41594: | ||||
41591: 637 2000 55 (thr) SB | ||||
41592: 9 1 SJ | ||||
41593: 692 2000 113 (ough ) SB | ||||
41594: 8 1 SJ | ||||
41595: 814 2000 113 (eight ) SB | ||||
2000 found at line 41596: | ||||
41593: 692 2000 113 (ough ) SB | ||||
41594: 8 1 SJ | ||||
41595: 814 2000 113 (eight ) SB | ||||
41596: 935 2000 20 (s) SB | ||||
41597: 8 1 SJ | ||||
2000 found at line 41597: | ||||
41594: 8 1 SJ | ||||
41595: 814 2000 113 (eight ) SB | ||||
41596: 935 2000 20 (s) SB | ||||
41597: 8 1 SJ | ||||
41598: 955 2000 151 (ucceed ) SB | ||||
2000 found at line 41599: | ||||
41596: 935 2000 20 (s) SB | ||||
41597: 8 1 SJ | ||||
41598: 955 2000 151 (ucceed ) SB | ||||
41599: 32 0 0 50 50 0 0 51 /Symbol font | ||||
41600: 1114 1994 17 (\() SB | ||||
2000 found at line 41607: | ||||
41604: 1186 1998 14 (t) SB | ||||
41605: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41606: 1200 2000 25 (5) SB | ||||
41607: -1 1 SJ | ||||
41608: 1225 2000 13 ( ) SB | ||||
2000 found at line 41609: | ||||
41606: 1200 2000 25 (5) SB | ||||
41607: -1 1 SJ | ||||
41608: 1225 2000 13 ( ) SB | ||||
41609: 1237 2000 39 (&) SB | ||||
41610: -1 1 SJ | ||||
2000 found at line 41610: | ||||
41607: -1 1 SJ | ||||
41608: 1225 2000 13 ( ) SB | ||||
41609: 1237 2000 39 (&) SB | ||||
41610: -1 1 SJ | ||||
41611: 1276 2000 13 ( ) SB | ||||
2000 found at line 41612: | ||||
41609: 1237 2000 39 (&) SB | ||||
41610: -1 1 SJ | ||||
41611: 1276 2000 13 ( ) SB | ||||
41612: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
41613: 1288 1998 36 (te) SB | ||||
2000 found at line 41618: | ||||
41615: 1343 1998 14 (t) SB | ||||
41616: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41617: 1357 2000 25 (6) SB | ||||
41618: 32 0 0 52 52 0 0 47 /Times-Roman /font32 ANSIFont font | ||||
41619: 1382 1998 13 ( ) SB | ||||
2000 found at line 41622: | ||||
41619: 1382 1998 13 ( ) SB | ||||
41620: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41621: 1395 2000 38 (&) SB | ||||
41622: 1433 2000 13 ( ) SB | ||||
41623: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
2000 found at line 41623: | ||||
41620: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41621: 1395 2000 38 (&) SB | ||||
41622: 1433 2000 13 ( ) SB | ||||
41623: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
41624: 1446 1998 36 (te) SB | ||||
2000 found at line 41629: | ||||
41626: 1501 1998 14 (t) SB | ||||
41627: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41628: 1515 2000 25 (7) SB | ||||
41629: -1 1 SJ | ||||
41630: 1540 2000 13 ( ) SB | ||||
2000 found at line 41631: | ||||
41628: 1515 2000 25 (7) SB | ||||
41629: -1 1 SJ | ||||
41630: 1540 2000 13 ( ) SB | ||||
41631: 1552 2000 39 (&) SB | ||||
41632: -1 1 SJ | ||||
2000 found at line 41632: | ||||
41629: -1 1 SJ | ||||
41630: 1540 2000 13 ( ) SB | ||||
41631: 1552 2000 39 (&) SB | ||||
41632: -1 1 SJ | ||||
41633: 1591 2000 13 ( ) SB | ||||
2000 found at line 41634: | ||||
41631: 1552 2000 39 (&) SB | ||||
41632: -1 1 SJ | ||||
41633: 1591 2000 13 ( ) SB | ||||
41634: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
41635: 1603 1998 36 (te) SB | ||||
2000 found at line 41640: | ||||
41637: 1658 1998 14 (t) SB | ||||
41638: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41639: 1672 2000 25 (8) SB | ||||
41640: 1697 2000 13 ( ) SB | ||||
41641: 32 0 0 50 50 0 0 51 /Symbol font | ||||
2000 found at line 41641: | ||||
41638: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41639: 1672 2000 25 (8) SB | ||||
41640: 1697 2000 13 ( ) SB | ||||
41641: 32 0 0 50 50 0 0 51 /Symbol font | ||||
41642: 1710 1994 27 (=) SB | ||||
2000 found at line 41646: | ||||
41643: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41644: -1 1 SJ | ||||
41645: 1737 2000 13 ( ) SB | ||||
41646: 1749 2000 25 (1) SB | ||||
41647: 32 0 0 52 52 0 0 53 /Symbol font | ||||
2000 found at line 41647: | ||||
41644: -1 1 SJ | ||||
41645: 1737 2000 13 ( ) SB | ||||
41646: 1749 2000 25 (1) SB | ||||
41647: 32 0 0 52 52 0 0 53 /Symbol font | ||||
41648: 1774 1992 18 (\)) SB | ||||
2000 found at line 41651: | ||||
41648: 1774 1992 18 (\)) SB | ||||
41649: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
41650: 1791 2000 12 (,) SB | ||||
41651: 9 1 SJ | ||||
41652: 1803 2000 13 ( ) SB | ||||
2000 found at line 41653: | ||||
41650: 1791 2000 12 (,) SB | ||||
41651: 9 1 SJ | ||||
41652: 1803 2000 13 ( ) SB | ||||
41653: 1825 2000 102 (regar) SB | ||||
41654: 9 1 SJ | ||||
2000 found at line 41654: | ||||
41651: 9 1 SJ | ||||
41652: 1803 2000 13 ( ) SB | ||||
41653: 1825 2000 102 (regar) SB | ||||
41654: 9 1 SJ | ||||
41655: 1927 2000 112 (dless ) SB | ||||
2000 found at line 41656: | ||||
41653: 1825 2000 102 (regar) SB | ||||
41654: 9 1 SJ | ||||
41655: 1927 2000 112 (dless ) SB | ||||
41656: 8 1 SJ | ||||
41657: 2048 2000 55 (of ) SB | ||||
2000 found at line 41658: | ||||
41655: 1927 2000 112 (dless ) SB | ||||
41656: 8 1 SJ | ||||
41657: 2048 2000 55 (of ) SB | ||||
41658: 2111 2000 61 (the) SB | ||||
41659: 222 2058 77 (rem) SB | ||||
2000 found at line 41659: | ||||
41656: 8 1 SJ | ||||
41657: 2048 2000 55 (of ) SB | ||||
41658: 2111 2000 61 (the) SB | ||||
41659: 222 2058 77 (rem) SB | ||||
41660: 1 1 SJ | ||||
2000 found at line 49571: | ||||
49568: -2 1 SJ | ||||
49569: 1818 1222 184 (dispense ) SB | ||||
49570: 2000 1222 64 (wit) SB | ||||
49571: -2 1 SJ | ||||
49572: 2064 1222 38 (h ) SB | ||||
2000 found at line 50317: | ||||
50314: 5 1 SJ | ||||
50315: 1982 2464 13 ( ) SB | ||||
50316: 2000 2464 58 (for) SB | ||||
50317: 5 1 SJ | ||||
50318: 2058 2464 13 ( ) SB | ||||
2000 found at line 56671: | ||||
56668: 2 1 SJ | ||||
56669: 1846 1450 152 (immed ) SB | ||||
56670: 2000 1450 16 (f) SB | ||||
56671: 2016 1450 80 (rom) SB | ||||
56672: 2 1 SJ | ||||
2000 found at line 59589: | ||||
59586: 1934 995 66 (tim) SB | ||||
59587: 4 1 SJ | ||||
59588: 2000 995 129 (ecode ) SB | ||||
59589: 2133 995 14 (t) SB | ||||
59590: 2147 995 25 (o) SB | ||||
2000 found at line 60669: | ||||
60666: 1920 794 80 (orm) SB | ||||
60667: 1 1 SJ | ||||
60668: 2000 794 13 ( ) SB | ||||
60669: 1 1 SJ | ||||
60670: 2014 794 74 (the ) SB | ||||
2000 found at line 63279: | ||||
63276: -1 1 SJ | ||||
63277: 1966 553 35 (e ) SB | ||||
63278: 2000 553 63 (var) SB | ||||
63279: 2063 553 109 (iable.) SB | ||||
63280: 4 1 SJ | ||||
2000 found at line 64763: | ||||
64760: 1846 820 113 (ional ) SB | ||||
64761: 1966 820 34 (B) SB | ||||
64762: 2000 820 41 (ur) SB | ||||
64763: 8 1 SJ | ||||
64764: 2041 820 82 (eau ) SB | ||||
2000 found at line 65124: | ||||
65121: 1846 1526 113 (ional ) SB | ||||
65122: 1966 1526 34 (B) SB | ||||
65123: 2000 1526 41 (ur) SB | ||||
65124: 8 1 SJ | ||||
65125: 2041 1526 82 (eau ) SB | ||||
2000 found at line 76406: | ||||
76403: -3 1 SJ | ||||
76404: 1951 2608 52 (in ) SB | ||||
76405: 2000 2608 13 (t) SB | ||||
76406: -3 1 SJ | ||||
76407: 2013 2608 60 (he ) SB | ||||
2000 found at line 86450: | ||||
86447: -5 1 SJ | ||||
86448: 1796 2494 209 (suggested ) SB | ||||
86449: 2000 2494 16 (f) SB | ||||
86450: -6 1 SJ | ||||
86451: 2016 2494 55 (or ) SB | ||||
2000 found at line 92513: | ||||
92510: -5 1 SJ | ||||
92511: 1706 2529 63 (on ) SB | ||||
92512: 1764 2529 112 (2000,) SB | ||||
92513: -5 1 SJ | ||||
92514: 1876 2529 13 ( ) SB | ||||
2000 found at line 93025: | ||||
93022: 1712 903 185 (intended ) SB | ||||
93023: 1906 903 94 (prim) SB | ||||
93024: 2000 903 66 (aril) SB | ||||
93025: 10 1 SJ | ||||
93026: 2066 903 38 (y ) SB | ||||
2000 found at line 98707: | ||||
98704: 1868 1643 128 (vices, ) SB | ||||
98705: 4 1 SJ | ||||
98706: 2000 1643 74 (the ) SB | ||||
98707: 2078 1643 66 (NT) SB | ||||
98708: 2144 1643 28 (P) SB | ||||
2000 found at line 102336: | ||||
102333: 1986 1605 14 (t) SB | ||||
102334: 32 0 0 52 52 0 0 53 /Symbol font | ||||
102335: 2000 1599 17 (\)) SB | ||||
102336: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
102337: 2017 1607 12 (,) SB | ||||
2000 found at line 108271: | ||||
108268: -4 1 SJ | ||||
108269: 1991 1430 13 ( ) SB | ||||
108270: 2000 1430 63 (var) SB | ||||
108271: 2063 1430 109 (iable.) SB | ||||
108272: 222 1533 69 (Thi) SB | ||||
2000 found at line 112347: | ||||
112344: 32 0 0 50 50 0 0 45 /Times-Roman /font32 ANSIFont font | ||||
112345: 1903 1172 97 ( call.) SB | ||||
112346: 2000 1172 29 ( I) SB | ||||
112347: 2029 1172 143 (n order) SB | ||||
112348: 1 3 SJ | ||||
2000 found at line 112512: | ||||
112509: 1910 1495 85 (han ) SB | ||||
112510: 5 1 SJ | ||||
112511: 2000 1495 35 (a ) SB | ||||
112512: 2040 1495 38 (cr) SB | ||||
112513: 2078 1495 45 (ys) SB | ||||
2000 found at line 113852: | ||||
113849: 2081 1941 91 (slew) SB | ||||
113850: -1 1 SJ | ||||
113851: 222 2000 110 (must ) SB | ||||
113852: 331 2000 184 (be compl) SB | ||||
113853: 515 2000 106 (ete at) SB | ||||
2000 found at line 113853: | ||||
113850: -1 1 SJ | ||||
113851: 222 2000 110 (must ) SB | ||||
113852: 331 2000 184 (be compl) SB | ||||
113853: 515 2000 106 (ete at) SB | ||||
113854: -1 2 SJ | ||||
2000 found at line 113854: | ||||
113851: 222 2000 110 (must ) SB | ||||
113852: 331 2000 184 (be compl) SB | ||||
113853: 515 2000 106 (ete at) SB | ||||
113854: -1 2 SJ | ||||
113855: 621 2000 87 ( the ) SB | ||||
2000 found at line 113856: | ||||
113853: 515 2000 106 (ete at) SB | ||||
113854: -1 2 SJ | ||||
113855: 621 2000 87 ( the ) SB | ||||
113856: 707 2000 126 (end of) SB | ||||
113857: 833 2000 26 ( t) SB | ||||
2000 found at line 113857: | ||||
113854: -1 2 SJ | ||||
113855: 621 2000 87 ( the ) SB | ||||
113856: 707 2000 126 (end of) SB | ||||
113857: 833 2000 26 ( t) SB | ||||
113858: 859 2000 217 (he adjustm) SB | ||||
2000 found at line 113858: | ||||
113855: 621 2000 87 ( the ) SB | ||||
113856: 707 2000 126 (end of) SB | ||||
113857: 833 2000 26 ( t) SB | ||||
113858: 859 2000 217 (he adjustm) SB | ||||
113859: 1076 2000 87 (ent i) SB | ||||
2000 found at line 113859: | ||||
113856: 707 2000 126 (end of) SB | ||||
113857: 833 2000 26 ( t) SB | ||||
113858: 859 2000 217 (he adjustm) SB | ||||
113859: 1076 2000 87 (ent i) SB | ||||
113860: 1163 2000 138 (nterval) SB | ||||
2000 found at line 113860: | ||||
113857: 833 2000 26 ( t) SB | ||||
113858: 859 2000 217 (he adjustm) SB | ||||
113859: 1076 2000 87 (ent i) SB | ||||
113860: 1163 2000 138 (nterval) SB | ||||
113861: 1301 2000 13 (,) SB | ||||
2000 found at line 113861: | ||||
113858: 859 2000 217 (he adjustm) SB | ||||
113859: 1076 2000 87 (ent i) SB | ||||
113860: 1163 2000 138 (nterval) SB | ||||
113861: 1301 2000 13 (,) SB | ||||
113862: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
2000 found at line 113862: | ||||
113859: 1076 2000 87 (ent i) SB | ||||
113860: 1163 2000 138 (nterval) SB | ||||
113861: 1301 2000 13 (,) SB | ||||
113862: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
113863: 1038 2145 25 (a) SB | ||||
2000 found at line 118698: | ||||
118695: 1984 1460 16 (r) SB | ||||
118696: 1 1 SJ | ||||
118697: 2000 1460 110 (etain ) SB | ||||
118698: 2111 1460 61 (the) SB | ||||
118699: -1 2 SJ | ||||
2000 found at line 119113: | ||||
119110: 1898 2314 63 (per) SB | ||||
119111: 1961 2314 39 (io) SB | ||||
119112: 2000 2314 37 (d.) SB | ||||
119113: 3 1 SJ | ||||
119114: 2037 2314 13 ( ) SB | ||||
2000 found at line 121601: | ||||
121598: 1942 2281 58 (off) SB | ||||
121599: 5 1 SJ | ||||
121600: 2000 2281 81 (set, ) SB | ||||
121601: 32 0 0 52 52 0 0 53 /Symbol font | ||||
121602: 2086 2273 23 (t) SB | ||||
2000 found at line 121701: | ||||
121698: -4 1 SJ | ||||
121699: 1952 2398 52 (m ) SB | ||||
121700: 2000 2398 93 (stabi) SB | ||||
121701: 2093 2398 79 (lity,) SB | ||||
121702: -1 1 SJ | ||||
2000 found at line 124143: | ||||
124140: 1899 378 49 (at ) SB | ||||
124141: 1947 378 53 (int) SB | ||||
124142: 2000 378 38 (er) SB | ||||
124143: 2038 378 134 (vals of) SB | ||||
124144: 32 0 0 51 51 0 0 47 /Times-Italic /font31 ANSIFont font | ||||
2000 found at line 129858: | ||||
129855: 1920 2221 80 (rom) SB | ||||
129856: 1 1 SJ | ||||
129857: 2000 2221 13 ( ) SB | ||||
129858: 1 1 SJ | ||||
129859: 2014 2221 74 (the ) SB | ||||
2000 found at line 136634: | ||||
136631: 1783 1558 69 (][0]) SB | ||||
136632: 1852 1558 148 ( = disp) SB | ||||
136633: 2000 1558 14 (;) SB | ||||
136634: -1 2 SJ | ||||
136635: 372 1617 99 (m = ) SB | ||||
+=+=+=+=+= File rfc1305.txt +=+=+=+=+= | +=+=+=+=+= File rfc1305.txt +=+=+=+=+= | |||
century found at line 428: | century found at line 428: | |||
425: mechanisms to synchronize time in principle to precisions in the order | 425: mechanisms to synchronize time in principle to precisions in the order | |||
426: of nanoseconds while preserving a non-ambiguous date well into the next | 426: of nanoseconds while preserving a non-ambiguous date well into the next | |||
427: century. The protocol includes provisions to specify the characteristics | 427: century. The protocol includes provisions to specify the characteristics | |||
428: and estimate the error of the local clock and the time server to which | 428: and estimate the error of the local clock and the time server to which | |||
429: it may be synchronized. It also includes provisions for operation with a | 429: it may be synchronized. It also includes provisions for operation with a | |||
century found at line 4529: | century found at line 4529: | |||
4526: political and ritual needs characteristic of the societies in which they | 4526: political and ritual needs characteristic of the societies in which they | |||
4527: flourished. Astronomical observations to establish the winter and summer | 4527: flourished. Astronomical observations to establish the winter and summer | |||
skipping to change at line 9163 | skipping to change at line 10491 | |||
4132: | 4132: | |||
4133: * MS-Mail | 4133: * MS-Mail | |||
2000 found at line 5393: | 2000 found at line 5393: | |||
5390: 1-800-257-OPEN (U.S. and Canada) | 5390: 1-800-257-OPEN (U.S. and Canada) | |||
5391: 1-612-482-6736 (worldwide) | 5391: 1-612-482-6736 (worldwide) | |||
5392: FAX: 1-612-482-2000 (worldwide) | 5392: FAX: 1-612-482-2000 (worldwide) | |||
5393: EMAIL: info@cdc.com | 5393: EMAIL: info@cdc.com | |||
5394: or | 5394: or | |||
+=+=+=+=+= File rfc2134.txt +=+=+=+=+= | ||||
2000 found at line 30: | ||||
27: | ||||
28: To: Department of Consumer and Regulatory Affairs | ||||
29: Washington, D.C. 20001 | ||||
30: | ||||
31: We, the undersigned natural persons of the age of eighteen years | ||||
2000 found at line 140: | ||||
137: 8. The address, including street and number, of the initial | ||||
138: registered office of the corporation is c/o C T Corporation | ||||
139: System, 1030 15th Street, N.W., Washington, D.C. 20005, and the | ||||
140: name of its initial registered agent at such address is C T | ||||
141: Corporation System. | ||||
+=+=+=+=+= File rfc2150.txt +=+=+=+=+= | ||||
century found at line 2197: | ||||
2194: scholarly music resources. http://rism.harvard.edu/RISM/ | ||||
2195: | ||||
2196: Crescendo is used in the web pages at http://mcentury.citi.doc.ca | ||||
2197: along with a growing number of others. One very interesting use of | ||||
2198: Crescendo occurs on the Music Theory Online publication, a serious | ||||
century found at line 3150: | ||||
3147: Joseph Aiuto | ||||
3148: Sepideh Boroumand | ||||
3149: Michael Century | ||||
3150: Kelly Cooper | ||||
3151: Lile Elam | ||||
+=+=+=+=+= File rfc2151.txt +=+=+=+=+= | ||||
2000 found at line 1805: | ||||
1802: * About Hill Associates | ||||
1803: * HAI Products and Services Catalog | ||||
1804: * Datacomm/2000-ED Series | ||||
1805: * Contacting Hill Associates | ||||
1806: * Employment Opportunities | ||||
2000 found at line 2808: | ||||
2805: | ||||
2806: [23] _____, Editor, "Internet Official Protocol Standards," | ||||
2807: STD 1/RFC 2000, Internet Architecture Board, February 1997. | ||||
2808: | ||||
2809: [24] _____, "Introduction to the STD Notes," RFC 1311, USC/Information | ||||
+=+=+=+=+= File rfc2156.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 3210: | ||||
3207: the prefix, all attributes remaining in the OR address shall be | ||||
3208: encoded on the LHS. This is to ensure a reversible mapping. For | ||||
3209: example, if there is an address /S=XX/O=YY/ADMD=A/C=NN/ and a | ||||
3210: mapping for /ADMD=A/C=NN/ is used, then /S=XX/O=YY/ is encoded | ||||
3211: on the LHS. | ||||
'yy' on a line without 'yyyy' found at line 3211: | ||||
3208: encoded on the LHS. This is to ensure a reversible mapping. For | ||||
3209: example, if there is an address /S=XX/O=YY/ADMD=A/C=NN/ and a | ||||
3210: mapping for /ADMD=A/C=NN/ is used, then /S=XX/O=YY/ is encoded | ||||
3211: on the LHS. | ||||
3212: | ||||
'yy' on a line without 'yyyy' found at line 3317: | ||||
3314: | ||||
3315: C = "XX" | ||||
3316: ADMD = "YY" | ||||
3317: O = "ZZ" | ||||
3318: "RFC-822" = "Smith(a)ZZ.YY.XX" | ||||
'yy' on a line without 'yyyy' found at line 3319: | ||||
3316: ADMD = "YY" | ||||
3317: O = "ZZ" | ||||
3318: "RFC-822" = "Smith(a)ZZ.YY.XX" | ||||
3319: | ||||
3320: This is mapped first to an RFC 822 address, and then back to the | ||||
'yy' on a line without 'yyyy' found at line 3325: | ||||
3322: | ||||
3323: C = "XX" | ||||
3324: ADMD = "YY" | ||||
3325: O = "ZZ" | ||||
3326: Surname = "Smith" | ||||
UTCTime found at line 1705: | ||||
1702: "yen*{165}" | ||||
1703: | ||||
1704: 3.3.5. UTCTime | ||||
1705: | ||||
1706: Both UTCTime and the RFC 822 822.date-time syntax contain: Year, | ||||
UTCTime found at line 1707: | ||||
1704: 3.3.5. UTCTime | ||||
1705: | ||||
1706: Both UTCTime and the RFC 822 822.date-time syntax contain: Year, | ||||
1707: Month, Day of Month, hour, minute, second (optional), and Timezone | ||||
1708: (technically a time differential in UTCTime). 822.date-time also | ||||
UTCTime found at line 1709: | ||||
1706: Both UTCTime and the RFC 822 822.date-time syntax contain: Year, | ||||
1707: Month, Day of Month, hour, minute, second (optional), and Timezone | ||||
1708: (technically a time differential in UTCTime). 822.date-time also | ||||
1709: contains an optional day of the week, but this is redundant. With | ||||
1710: the exception of Year, a symmetrical mapping can be made between | ||||
UTCTime found at line 1717: | ||||
1714: In practice, a gateway will need to parse various illegal variants | ||||
1715: on 822.date-time. In cases where 822.date-time cannot be parsed, | ||||
1716: it is recommended that the derived UTCTime is set to the value at | ||||
1717: the time of translation. Such errors may be noted in an RFC 822 | ||||
1718: comment, to aid detection and correction. | ||||
UTCTime found at line 1721: | ||||
1718: comment, to aid detection and correction. | ||||
1719: | ||||
1720: When mapping to X.400, the UTCTime format which specifies the | ||||
1721: timezone offset shall be used. | ||||
1722: | ||||
UTCTime found at line 1745: | ||||
1742: RFC 822, as modified by RFC 1123, requires use of a four digit year. | ||||
1743: Note that the original RFC 822 uses a two digit date, which is no | ||||
1744: longer legal. UTCTime uses a two digit date. To map a year from RFC | ||||
1745: 822 to X.400, simply use the last two digits. To map a year from | ||||
1746: X.400 to RFC 822, assume that the two digit year refers to a year in | ||||
+=+=+=+=+= File rfc2162.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 797: | ||||
794: maps into | ||||
795: | ||||
796: C=xx; ADMD=yyy; PRMD=zzz; O=ooo; OU=uuu; DD.Dnet=net; | ||||
797: DD.Mail-11=route::node::localpart; | ||||
798: | ||||
'yy' on a line without 'yyyy' found at line 806: | ||||
803: maps into | ||||
804: | ||||
805: C=xx; ADMD=yyy; PRMD=zzz; O=ooo; OU=uuu; DD.Dnet=net; | ||||
806: DD.Mail-11=node-clns::localpart; | ||||
807: | ||||
'yy' on a line without 'yyyy' found at line 812: | ||||
809: | ||||
810: xx = country code of the gateway performing the conversion | ||||
811: yyy = Admd of the gateway performing the conversion | ||||
812: zzz = Prmd of the gateway performing the conversion | ||||
813: ooo = Organisation of the gateway performing the conversion | ||||
'yy' on a line without 'yyyy' found at line 915: | ||||
912: it is connected to. In this case the mapping is trivial: | ||||
913: | ||||
914: C=xx; ADMD=yyy; PRMD=zzz; O=ooo; OU=uuu; DD.Dnet=net; | ||||
915: DD.Mail-11=route::node::localpart; | ||||
916: | ||||
'yy' on a line without 'yyyy' found at line 918: | ||||
915: DD.Mail-11=route::node::localpart; | ||||
916: | ||||
917: (see sect. 5.2 for explication of 'xx','yyy','zzz','ooo','uuu','net') | ||||
918: | ||||
919: maps into | ||||
'yy' on a line without 'yyyy' found at line 926: | ||||
923: and for DECnet/OSI addresses | ||||
924: | ||||
925: C=xx; ADMD=yyy; PRMD=zzz; O=ooo; OU=uuu; DD.Dnet=net; | ||||
926: DD.Mail-11=node-clns::localpart; | ||||
927: | ||||
'yy' on a line without 'yyyy' found at line 937: | ||||
934: described into section 5.4 apply: | ||||
935: | ||||
936: C=xx; ADMD=yyy; PRMD=www; DD.Dnet=net; | ||||
937: DD.Mail-11=route::node::localpart; | ||||
938: | ||||
'yy' on a line without 'yyyy' found at line 942: | ||||
939: maps into | ||||
940: | ||||
941: gwnode::gw%"C=xx;ADMD=yyy;PRMD=www;DD.Dnet=net; | ||||
942: DD.Mail-11=route::node::localpart;" | ||||
943: | ||||
'yy' on a line without 'yyyy' found at line 961: | ||||
958: Again for DECnet/OSI addresses: | ||||
959: | ||||
960: C=xx; ADMD=yyy; PRMD=www; DD.Dnet=net; | ||||
961: DD.Mail-11=node-clns::localpart; | ||||
962: | ||||
'yy' on a line without 'yyyy' found at line 966: | ||||
963: maps into | ||||
964: | ||||
965: gwnode::gw%"C=xx;ADMD=yyy;PRMD=www;DD.Dnet=net; | ||||
966: DD.Mail-11=node-clns::localpart;" | ||||
967: | ||||
'yy' on a line without 'yyyy' found at line 1095: | ||||
1092: maps into | ||||
1093: | ||||
1094: C=xx; ADMD=yyy; DD.Dnet=net; | ||||
1095: DD.Mail-11=route::gwnode::gw(p)(q)x400-text-address(q); | ||||
1096: | ||||
'yy' on a line without 'yyyy' found at line 1104: | ||||
1101: maps into | ||||
1102: | ||||
1103: C=xx; ADMD=yyy; DD.Dnet=net; | ||||
1104: DD.Mail-11=gwnode::gw(p)(q)x400-text-address(q); | ||||
1105: | ||||
+=+=+=+=+= File rfc2167.txt +=+=+=+=+= | ||||
2digit found at line 1026: | ||||
1023: | ||||
1024: year = 4digit | ||||
1025: month = 2digit | ||||
1026: day = 2digit | ||||
1027: hour = 2digit | ||||
2digit found at line 1027: | ||||
1024: year = 4digit | ||||
1025: month = 2digit | ||||
1026: day = 2digit | ||||
1027: hour = 2digit | ||||
1028: minute = 2digit | ||||
2digit found at line 1028: | ||||
1025: month = 2digit | ||||
1026: day = 2digit | ||||
1027: hour = 2digit | ||||
1028: minute = 2digit | ||||
1029: second = 2digit | ||||
2digit found at line 1029: | ||||
1026: day = 2digit | ||||
1027: hour = 2digit | ||||
1028: minute = 2digit | ||||
1029: second = 2digit | ||||
1030: milli-second = 3digit | ||||
2digit found at line 1030: | ||||
1027: hour = 2digit | ||||
1028: minute = 2digit | ||||
1029: second = 2digit | ||||
1030: milli-second = 3digit | ||||
1031: host-name = dns-char *(dns-char / ".") | ||||
2digit found at line 3186: | ||||
3183: | ||||
3184: year = 4digit | ||||
3185: month = 2digit | ||||
3186: day = 2digit | ||||
3187: hour = 2digit | ||||
2digit found at line 3187: | ||||
3184: year = 4digit | ||||
3185: month = 2digit | ||||
3186: day = 2digit | ||||
3187: hour = 2digit | ||||
3188: minute = 2digit | ||||
2digit found at line 3188: | ||||
3185: month = 2digit | ||||
3186: day = 2digit | ||||
3187: hour = 2digit | ||||
3188: minute = 2digit | ||||
3189: second = 2digit | ||||
2digit found at line 3189: | ||||
3186: day = 2digit | ||||
3187: hour = 2digit | ||||
3188: minute = 2digit | ||||
3189: second = 2digit | ||||
3190: | ||||
2digit found at line 3190: | ||||
3187: hour = 2digit | ||||
3188: minute = 2digit | ||||
3189: second = 2digit | ||||
3190: | ||||
3191: | ||||
2000 found at line 1229: | ||||
1226: C -class rwhois.net domain host | ||||
1227: S %class domain:description:Domain information | ||||
1228: S %class domain:version:19970103101232000 | ||||
1229: S %class | ||||
1230: | ||||
2000 found at line 3626: | ||||
3623: soa 000800h | ||||
3624: status 001000h | ||||
3625: xfer 002000h | ||||
3626: X 004000h | ||||
3627: | ||||
+=+=+=+=+= File rfc2170.txt +=+=+=+=+= | ||||
2000 found at line 427: | ||||
424: Server: MyAgent/1.0 | ||||
425: ATM-Service: CBR | ||||
426: ATM-QoS-PCR: 2000 | ||||
427: Content-type: video/mpeg | ||||
428: | ||||
2000 found at line 464: | ||||
461: Server: MyAgent/1.0 ATM.address | ||||
462: ATM-Service: CBR | ||||
463: ATM-QoS-PCR: 2000 | ||||
464: Content-type: video/mpeg | ||||
465: | ||||
+=+=+=+=+= File rfc2179.txt +=+=+=+=+= | ||||
2000 found at line 292: | ||||
289: a setuid file anywhere in the system, including those on NFS | ||||
290: mounted partitions. | ||||
291: * "find / -group kmem -perm -2000 -print" will do the same for kmem | ||||
292: group permissions. | ||||
293: | ||||
+=+=+=+=+= File rfc2182.txt +=+=+=+=+= | ||||
2000 found at line 495: | ||||
492: | ||||
493: Instead, for this example, set the primary's serial number to | ||||
494: 2000000000, and wait for the secondary servers to update to that | ||||
495: zone. The value 2000000000 is chosen as a value a lot bigger than | ||||
496: the current value, but less that 2^31 bigger (2^31 is 2147483648). | ||||
2000 found at line 496: | ||||
493: Instead, for this example, set the primary's serial number to | ||||
494: 2000000000, and wait for the secondary servers to update to that | ||||
495: zone. The value 2000000000 is chosen as a value a lot bigger than | ||||
496: the current value, but less that 2^31 bigger (2^31 is 2147483648). | ||||
497: This is then an increment of the serial number [RFC1982]. | ||||
2000 found at line 502: | ||||
499: Next, after all servers needing updating have the zone with that | ||||
500: serial number, the serial number can be set to 4000000000. | ||||
501: 4000000000 is 2000000000 more than 2000000000 (fairly clearly), and | ||||
502: | ||||
503: | ||||
+=+=+=+=+= File rfc2183.txt +=+=+=+=+= | ||||
century found at line 8: | ||||
5: | ||||
6: Network Working Group R. Troost | ||||
7: Request for Comments: 2183 New Century Systems | ||||
8: Updates: 1806 S. Dorner | ||||
9: Category: Standards Track QUALCOMM Incorporated | ||||
century found at line 587: | ||||
584: | ||||
585: Rens Troost | ||||
586: New Century Systems | ||||
587: 324 East 41st Street #804 | ||||
588: New York, NY, 10017 USA | ||||
century found at line 593: | ||||
590: Phone: +1 (212) 557-2050 | ||||
591: Fax: +1 (212) 557-2049 | ||||
592: EMail: rens@century.com | ||||
593: | ||||
594: | ||||
+=+=+=+=+= File rfc2195.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 131: | ||||
128: C: A0001 AUTHENTICATE CRAM-MD5 | ||||
129: S: + PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ+ | ||||
130: C: dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw | ||||
131: S: A0001 OK CRAM authentication successful | ||||
132: | ||||
'yy' on a line without 'yyyy' found at line 161: | ||||
158: AUTHENTICATE command (or the similar POP3 AUTH command), yielding | ||||
159: | ||||
160: dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw | ||||
161: | ||||
162: | ||||
+=+=+=+=+= File rfc2200.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 2118: | ||||
2115: The text version is sent. | ||||
2116: | ||||
2117: file /ftp/rfc/rfcnnnn.yyy where 'nnnn' is the RFC number. | ||||
2118: and 'yyy' is 'txt' or 'ps'. | ||||
2119: | ||||
'yy' on a line without 'yyyy' found at line 2119: | ||||
2116: | ||||
2117: file /ftp/rfc/rfcnnnn.yyy where 'nnnn' is the RFC number. | ||||
2118: and 'yyy' is 'txt' or 'ps'. | ||||
2119: | ||||
2120: help to get information on how to use | ||||
2000 found at line 9: | ||||
6: Network Working Group Internet Architecture Board | ||||
7: Request for Comments: 2200 J. Postel, Editor | ||||
9: 1720, 1610, 1600, 1540, 1500, 1410, 1360, | ||||
10: 1280, 1250, 1200, 1140, 1130, 1100, 1083 | ||||
2000 found at line 921: | ||||
918: level of standard. | ||||
919: | ||||
920: 2099 - Request for Comments Summary - RFC Numbers 2000-2099 | ||||
921: | ||||
922: This is an information document and does not specify any | ||||
+=+=+=+=+= File rfc2203.txt +=+=+=+=+= | ||||
2000 found at line 1096: | ||||
1093: GSS_S_GAP_TOKEN 0x00000010 | ||||
1094: GSS_S_BAD_MECH 0x00010000 | ||||
1095: GSS_S_BAD_NAME 0x00020000 | ||||
1096: GSS_S_BAD_NAMETYPE 0x00030000 | ||||
1097: GSS_S_BAD_BINDINGS 0x00040000 | ||||
2000 found at line 1113: | ||||
1110: GSS_S_UNAVAILABLE 0x00100000 | ||||
1111: GSS_S_DUPLICATE_ELEMENT 0x00110000 | ||||
1112: GSS_S_NAME_NOT_MN 0x00120000 | ||||
1113: GSS_S_CALL_INACCESSIBLE_READ 0x01000000 | ||||
1114: GSS_S_CALL_INACCESSIBLE_WRITE 0x02000000 | ||||
2000 found at line 1115: | ||||
1112: GSS_S_NAME_NOT_MN 0x00120000 | ||||
1113: GSS_S_CALL_INACCESSIBLE_READ 0x01000000 | ||||
1114: GSS_S_CALL_INACCESSIBLE_WRITE 0x02000000 | ||||
1115: GSS_S_CALL_BAD_STRUCTURE 0x03000000 | ||||
1116: | ||||
+=+=+=+=+= File rfc2204.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 292: | ||||
289: available for transmission. | ||||
290: | ||||
291: Date stamp (YYMMDD) | ||||
292: | ||||
293: A file qualifier indicating the date the Virtual File was made | ||||
'yy' on a line without 'yyyy' found at line 1866: | ||||
1863: | 1 | SFIDDSN | Virtual File Dataset Name | V X(26) | | ||||
1864: | 27 | SFIDRSV1 | Reserved | F X(9) | | ||||
1865: | 36 | SFIDDATE | Virtual File Date stamp, (YYMMDD) | V X(6) | | ||||
1866: | 42 | SFIDTIME | Virtual File Time stamp, (HHMMSS) | V X(6) | | ||||
1867: | 48 | SFIDUSER | User Data | V X(8) | | ||||
'yy' on a line without 'yyyy' found at line 1895: | ||||
1892: SFIDDATE Virtual File Date stamp String(6) | ||||
1893: | ||||
1894: Format: 'YYMMDD' 6 decimal digits representing the year, month | ||||
1895: and day respectively [ISO-8601]. | ||||
1896: | ||||
'yy' on a line without 'yyyy' found at line 2394: | ||||
2391: | 1 | EERPDSN | Virtual File Dataset Name | V X(26) | | ||||
2392: | 27 | EERPRSV1 | Reserved | F X(9) | | ||||
2393: | 36 | EERPDATE | Virtual File Date stamp, (YYMMDD) | V X(6) | | ||||
2394: | 42 | EERPTIME | Virtual File Time stamp, (HHMMSS) | V X(6) | | ||||
2395: | 48 | EERPUSER | User Data | V X(8) | | ||||
'yy' on a line without 'yyyy' found at line 2429: | ||||
2426: EERPDATE Virtual File Date stamp String(6) | ||||
2427: | ||||
2428: Format: 'YYMMDD' 6 decimal digits representing the year, month | ||||
2429: and day respectively [ISO-8601]. | ||||
2430: | ||||
2000 found at line 304: | ||||
301: field. Since the ODETTE-FTP only uses this information to identify a | ||||
302: particular Virtual File it will continue to operate correctly in the | ||||
303: year 2000 and beyond. | ||||
304: | ||||
305: The User Monitor may use the Virtual File Date attribute in local | ||||
2000 found at line 308: | ||||
305: The User Monitor may use the Virtual File Date attribute in local | ||||
306: processes involving date comparisons and calculations. Any such use | ||||
307: falls outside the scope of this protocol and year 2000 handling is a | ||||
308: local implementation issue. | ||||
309: | ||||
+=+=+=+=+= File rfc2227.txt +=+=+=+=+= | ||||
2000 found at line 1949: | ||||
1946: Toward the Development of Web Measurement Standards. This is a | ||||
1947: draft paper, currently available at http:// | ||||
1948: www2000.ogsm.vanderbilt.edu/novak/web.standards/webstand.html. | ||||
1949: Cited by permission of the author; do not quote or cite without | ||||
1950: permission. | ||||
+=+=+=+=+= File rfc2234.txt +=+=+=+=+= | ||||
2-digit found at line 424: | ||||
421: | ||||
422: That is, exactly <N> occurrences of <element>. Thus 2DIGIT is a | ||||
423: 2-digit number, and 3ALPHA is a string of three alphabetic | ||||
424: characters. | ||||
425: | ||||
2digit found at line 423: | ||||
420: <n>*<n>element | ||||
421: | ||||
422: That is, exactly <N> occurrences of <element>. Thus 2DIGIT is a | ||||
423: 2-digit number, and 3ALPHA is a string of three alphabetic | ||||
424: characters. | ||||
+=+=+=+=+= File rfc2235.txt +=+=+=+=+= | ||||
2000 found at line 862: | ||||
859: | ||||
860: 1997 | ||||
861: 2000th RFC: "Internet Official Protocol Standards" | ||||
862: | ||||
863: 71,618 mailing lists registered at Liszt, a mailing list directory | ||||
+=+=+=+=+= File rfc2244.txt +=+=+=+=+= | ||||
2digit found at line 3555: | ||||
3552: ;; Timestamp in UTC | ||||
3553: | ||||
3554: time-day = 2DIGIT ;; 01-31 | ||||
3555: | ||||
3556: time-hour = 2DIGIT ;; 00-23 | ||||
2digit found at line 3557: | ||||
3554: time-day = 2DIGIT ;; 01-31 | ||||
3555: | ||||
3556: time-hour = 2DIGIT ;; 00-23 | ||||
3557: | ||||
3558: time-minute = 2DIGIT ;; 00-59 | ||||
2digit found at line 3559: | ||||
3556: time-hour = 2DIGIT ;; 00-23 | ||||
3557: | ||||
3558: time-minute = 2DIGIT ;; 00-59 | ||||
3559: | ||||
3560: time-month = 2DIGIT ;; 01-12 | ||||
2digit found at line 3561: | ||||
3558: time-minute = 2DIGIT ;; 00-59 | ||||
3559: | ||||
3560: time-month = 2DIGIT ;; 01-12 | ||||
3561: | ||||
3562: time-second = 2DIGIT ;; 00-60 | ||||
2digit found at line 3563: | ||||
3560: time-month = 2DIGIT ;; 01-12 | ||||
3561: | ||||
3562: time-second = 2DIGIT ;; 00-60 | ||||
3563: | ||||
3564: time-subsecond = *DIGIT | ||||
2000 found at line 2217: | ||||
2214: criteria): | ||||
2215: AND COMPARE "modtime" "+i;octet" "19951206103400" | ||||
2216: COMPARE "modtime" "-i;octet" "19960112000000" | ||||
2217: refers to all entries modified between 10:34 December 6 1995 and | ||||
2218: midnight January 12, 1996 UTC. | ||||
+=+=+=+=+= File rfc2252.txt +=+=+=+=+= | ||||
UTCTime found at line 1300: | ||||
1297: | ||||
1298: Values in this syntax are encoded as if they were printable strings | ||||
1299: with the strings containing a UTCTime value. This is historical; new | ||||
1300: attribute definitions SHOULD use GeneralizedTime instead. | ||||
1301: | ||||
+=+=+=+=+= File rfc2261.txt +=+=+=+=+= | ||||
2000 found at line 1923: | ||||
1920: | ||||
1921: snmpFrameworkMIB MODULE-IDENTITY | ||||
1922: LAST-UPDATED "9711200000Z" -- 20 November 1997 | ||||
1923: ORGANIZATION "SNMPv3 Working Group" | ||||
1924: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2262.txt +=+=+=+=+= | ||||
2000 found at line 818: | ||||
815: | ||||
816: snmpMPDMIB MODULE-IDENTITY | ||||
817: LAST-UPDATED "9711200000Z" -- 20 November 1997 | ||||
818: ORGANIZATION "SNMPv3 Working Group" | ||||
819: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2264.txt +=+=+=+=+= | ||||
2000 found at line 1715: | ||||
1712: | ||||
1713: snmpUsmMIB MODULE-IDENTITY | ||||
1714: LAST-UPDATED "9711200000Z" -- 20 Nov 1997, midnight | ||||
1715: ORGANIZATION "SNMPv3 Working Group" | ||||
1716: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2265.txt +=+=+=+=+= | ||||
2000 found at line 554: | ||||
551: | ||||
552: snmpVacmMIB MODULE-IDENTITY | ||||
553: LAST-UPDATED "9711200000Z" -- 20 Nov 1997, midnight | ||||
554: ORGANIZATION "SNMPv3 Working Group" | ||||
555: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2271.txt +=+=+=+=+= | ||||
2000 found at line 1923: | ||||
1920: | ||||
1921: snmpFrameworkMIB MODULE-IDENTITY | ||||
1922: LAST-UPDATED "9711200000Z" -- 20 November 1997 | ||||
1923: ORGANIZATION "SNMPv3 Working Group" | ||||
1924: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2272.txt +=+=+=+=+= | ||||
2000 found at line 818: | ||||
815: | ||||
816: snmpMPDMIB MODULE-IDENTITY | ||||
817: LAST-UPDATED "9711200000Z" -- 20 November 1997 | ||||
818: ORGANIZATION "SNMPv3 Working Group" | ||||
819: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2274.txt +=+=+=+=+= | ||||
2000 found at line 1715: | ||||
1712: | ||||
1713: snmpUsmMIB MODULE-IDENTITY | ||||
1714: LAST-UPDATED "9711200000Z" -- 20 Nov 1997, midnight | ||||
1715: ORGANIZATION "SNMPv3 Working Group" | ||||
1716: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2275.txt +=+=+=+=+= | ||||
2000 found at line 554: | ||||
551: | ||||
552: snmpVacmMIB MODULE-IDENTITY | ||||
553: LAST-UPDATED "9711200000Z" -- 20 Nov 1997, midnight | ||||
554: ORGANIZATION "SNMPv3 Working Group" | ||||
555: CONTACT-INFO "WG-email: snmpv3@tis.com | ||||
+=+=+=+=+= File rfc2280.txt +=+=+=+=+= | ||||
2000 found at line 2119: | ||||
2116: missing, they default to: | ||||
2117: | ||||
2118: flap_damp(1000, 2000, 750, 900, 900, 20000) | ||||
2119: | ||||
2120: That is, a penalty of 1000 is assigned at each route flap, the route | ||||
2000 found at line 2122: | ||||
2119: | ||||
2120: That is, a penalty of 1000 is assigned at each route flap, the route | ||||
2121: is suppressed when penalty reaches 2000. The penalty is reduced in | ||||
2122: half after 15 minutes (900 seconds) of stability regardless of | ||||
2123: whether the route is up or down. A supressed route is reused when | ||||
+=+=+=+=+= File rfc2281.txt +=+=+=+=+= | ||||
1900 found at line 854: | ||||
851: Santa Clara, CA 95054 | ||||
852: | ||||
853: Phone: (408) 327-1900 | ||||
854: EMail: tli@juniper.net | ||||
855: | ||||
1900 found at line 863: | ||||
860: Santa Clara, CA 95054 | ||||
861: | ||||
862: Phone: (408) 327-1900 | ||||
863: EMail: cole@juniper.net | ||||
864: | ||||
+=+=+=+=+= File rfc2287.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 1439: | ||||
1436: DESCRIPTION | ||||
1437: "The full path and filename of the process. | ||||
1438: For example, '/opt/MYYpkg/bin/myyproc' would | ||||
1439: be returned for process 'myyproc' whose execution | ||||
1440: path is '/opt/MYYpkg/bin/myyproc'." | ||||
'yy' on a line without 'yyyy' found at line 1440: | ||||
1437: "The full path and filename of the process. | ||||
1438: For example, '/opt/MYYpkg/bin/myyproc' would | ||||
1439: be returned for process 'myyproc' whose execution | ||||
1440: path is '/opt/MYYpkg/bin/myyproc'." | ||||
1441: ::= { sysApplElmtRunEntry 7 } | ||||
'yy' on a line without 'yyyy' found at line 1441: | ||||
1438: For example, '/opt/MYYpkg/bin/myyproc' would | ||||
1439: be returned for process 'myyproc' whose execution | ||||
1440: path is '/opt/MYYpkg/bin/myyproc'." | ||||
1441: ::= { sysApplElmtRunEntry 7 } | ||||
1442: | ||||
'yy' on a line without 'yyyy' found at line 1706: | ||||
1703: DESCRIPTION | ||||
1704: "The full path and filename of the process. | ||||
1705: For example, '/opt/MYYpkg/bin/myyproc' would | ||||
1706: be returned for process 'myyproc' whose execution | ||||
1707: path was '/opt/MYYpkg/bin/myyproc'." | ||||
'yy' on a line without 'yyyy' found at line 1707: | ||||
1704: "The full path and filename of the process. | ||||
1705: For example, '/opt/MYYpkg/bin/myyproc' would | ||||
1706: be returned for process 'myyproc' whose execution | ||||
1707: path was '/opt/MYYpkg/bin/myyproc'." | ||||
1708: ::= { sysApplElmtPastRunEntry 6 } | ||||
'yy' on a line without 'yyyy' found at line 1708: | ||||
1705: For example, '/opt/MYYpkg/bin/myyproc' would | ||||
1706: be returned for process 'myyproc' whose execution | ||||
1707: path was '/opt/MYYpkg/bin/myyproc'." | ||||
1708: ::= { sysApplElmtPastRunEntry 6 } | ||||
1709: | ||||
2000 found at line 402: | ||||
399: | ||||
400: sysApplMIB MODULE-IDENTITY | ||||
401: LAST-UPDATED "9710200000Z" | ||||
402: ORGANIZATION "IETF Applications MIB Working Group" | ||||
403: CONTACT-INFO | ||||
+=+=+=+=+= File rfc2292.txt +=+=+=+=+= | ||||
2000 found at line 547: | ||||
544: #define ND_NA_FLAG_ROUTER 0x80000000 | ||||
545: #define ND_NA_FLAG_SOLICITED 0x40000000 | ||||
546: #define ND_NA_FLAG_OVERRIDE 0x20000000 | ||||
547: #else /* BYTE_ORDER == LITTLE_ENDIAN */ | ||||
548: #define ND_NA_FLAG_ROUTER 0x00000080 | ||||
+=+=+=+=+= File rfc2298.txt +=+=+=+=+= | ||||
2000 found at line 1310: | ||||
1307: Date: Wed, 20 Sep 1995 00:19:00 (EDT) -0400 | ||||
1308: From: Joe Recipient <Joe_Recipient@mega.edu> | ||||
1309: Message-Id: <199509200019.12345@mega.edu> | ||||
1310: Subject: Disposition notification | ||||
1311: To: Jane Sender <Jane_Sender@huge.com> | ||||
+=+=+=+=+= File rfc2300.txt +=+=+=+=+= | ||||
2000 found at line 9: | ||||
6: Network Working Group Internet Architecture Board | ||||
7: Request for Comments: 2300 J. Postel, Editor | ||||
9: 1780, 1720, 1610, 1600, 1540, 1500, 1410, | ||||
10: 1360, 1280, 1250, 1200, 1140, 1130, 1100, 1083 | ||||
+=+=+=+=+= File rfc2308.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 873: | ||||
870: NS2.XX.EXAMPLE. 600 IN NXT XX.EXAMPLE. NXT A NXT SIG | ||||
871: NS2.XX.EXAMPLE. 600 IN SIG NXT ... XX.EXAMPLE. ... | ||||
872: EXAMPLE. 65799 IN NS NS1.YY.EXAMPLE. | ||||
873: EXAMPLE. 65799 IN NS NS2.YY.EXAMPLE. | ||||
874: EXAMPLE. 65799 IN SIG NS ... XX.EXAMPLE. ... | ||||
'yy' on a line without 'yyyy' found at line 874: | ||||
871: NS2.XX.EXAMPLE. 600 IN SIG NXT ... XX.EXAMPLE. ... | ||||
872: EXAMPLE. 65799 IN NS NS1.YY.EXAMPLE. | ||||
873: EXAMPLE. 65799 IN NS NS2.YY.EXAMPLE. | ||||
874: EXAMPLE. 65799 IN SIG NS ... XX.EXAMPLE. ... | ||||
875: Additional | ||||
'yy' on a line without 'yyyy' found at line 879: | ||||
876: XX.EXAMPLE. 65800 IN KEY 0x4100 1 1 ... | ||||
877: XX.EXAMPLE. 65800 IN SIG KEY ... EXAMPLE. ... | ||||
878: NS1.YY.EXAMPLE. 65799 IN A 10.100.0.1 | ||||
879: NS1.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
880: NS2.YY.EXAMPLE. 65799 IN A 10.100.0.2 | ||||
'yy' on a line without 'yyyy' found at line 880: | ||||
877: XX.EXAMPLE. 65800 IN SIG KEY ... EXAMPLE. ... | ||||
878: NS1.YY.EXAMPLE. 65799 IN A 10.100.0.1 | ||||
879: NS1.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
880: NS2.YY.EXAMPLE. 65799 IN A 10.100.0.2 | ||||
881: NS3.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
'yy' on a line without 'yyyy' found at line 881: | ||||
878: NS1.YY.EXAMPLE. 65799 IN A 10.100.0.1 | ||||
879: NS1.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
880: NS2.YY.EXAMPLE. 65799 IN A 10.100.0.2 | ||||
881: NS3.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
882: EXAMPLE. 65799 IN KEY 0x4100 1 1 ... | ||||
'yy' on a line without 'yyyy' found at line 882: | ||||
879: NS1.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
880: NS2.YY.EXAMPLE. 65799 IN A 10.100.0.2 | ||||
881: NS3.YY.EXAMPLE. 65799 IN SIG A ... EXAMPLE. ... | ||||
882: EXAMPLE. 65799 IN KEY 0x4100 1 1 ... | ||||
883: EXAMPLE. 65799 IN SIG KEY ... . ... | ||||
2000 found at line 805: | ||||
802: $ORIGIN XX.EXAMPLE. | ||||
803: @ IN SOA NS1.XX.EXAMPLE. HOSTMATER.XX.EXAMPLE. ( | ||||
804: 1997102000 ; serial | ||||
805: 1800 ; refresh (30 mins) | ||||
806: 900 ; retry (15 mins) | ||||
+=+=+=+=+= File rfc2311.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 269: | ||||
266: Sending agents MUST encode signing time through the year 2049 as | ||||
267: UTCTime; signing times in 2050 or later MUST be encoded as | ||||
268: GeneralizedTime. Agents MUST interpret the year field (YY) as | ||||
269: follows: if YY is greater than or equal to 50, the year is | ||||
270: interpreted as 19YY; if YY is less than 50, the year is interpreted | ||||
'yy' on a line without 'yyyy' found at line 270: | ||||
267: UTCTime; signing times in 2050 or later MUST be encoded as | ||||
268: GeneralizedTime. Agents MUST interpret the year field (YY) as | ||||
269: follows: if YY is greater than or equal to 50, the year is | ||||
270: interpreted as 19YY; if YY is less than 50, the year is interpreted | ||||
271: as 20YY. | ||||
'yy' on a line without 'yyyy' found at line 271: | ||||
268: GeneralizedTime. Agents MUST interpret the year field (YY) as | ||||
269: follows: if YY is greater than or equal to 50, the year is | ||||
270: interpreted as 19YY; if YY is less than 50, the year is interpreted | ||||
271: as 20YY. | ||||
272: | ||||
'yy' on a line without 'yyyy' found at line 272: | ||||
269: follows: if YY is greater than or equal to 50, the year is | ||||
270: interpreted as 19YY; if YY is less than 50, the year is interpreted | ||||
271: as 20YY. | ||||
272: | ||||
273: 2.5.2 S/MIME Capabilities Attribute | ||||
UTCTime found at line 268: | ||||
265: | ||||
266: Sending agents MUST encode signing time through the year 2049 as | ||||
267: UTCTime; signing times in 2050 or later MUST be encoded as | ||||
268: GeneralizedTime. Agents MUST interpret the year field (YY) as | ||||
269: follows: if YY is greater than or equal to 50, the year is | ||||
1900 found at line 1972: | ||||
1969: Mountain View, CA 94043 | ||||
1970: | ||||
1971: Phone: (415) 254-1900 | ||||
1972: EMail: repka@netscape.com | ||||
1973: | ||||
+=+=+=+=+= File rfc2312.txt +=+=+=+=+= | ||||
1900 found at line 1049: | ||||
1046: Mountain View, CA 94043 | ||||
1047: | ||||
1048: Phone: (415) 254-1900 | ||||
1049: EMail: jsw@netscape.com | ||||
1050: | ||||
+=+=+=+=+= File rfc2326.txt +=+=+=+=+= | ||||
2digit found at line 906: | ||||
903: smpte-type = "smpte" | "smpte-30-drop" | "smpte-25" | ||||
904: ; other timecodes may be added | ||||
905: smpte-time = 1*2DIGIT ":" 1*2DIGIT ":" 1*2DIGIT [ ":" 1*2DIGIT ] | ||||
906: [ "." 1*2DIGIT ] | ||||
907: | ||||
2digit found at line 907: | ||||
904: ; other timecodes may be added | ||||
905: smpte-time = 1*2DIGIT ":" 1*2DIGIT ":" 1*2DIGIT [ ":" 1*2DIGIT ] | ||||
906: [ "." 1*2DIGIT ] | ||||
907: | ||||
908: Examples: | ||||
2digit found at line 940: | ||||
937: npt-hhmmss = npt-hh ":" npt-mm ":" npt-ss [ "." *DIGIT ] | ||||
938: npt-hh = 1*DIGIT ; any positive number | ||||
939: npt-mm = 1*2DIGIT ; 0-59 | ||||
940: npt-ss = 1*2DIGIT ; 0-59 | ||||
941: | ||||
2digit found at line 941: | ||||
938: npt-hh = 1*DIGIT ; any positive number | ||||
939: npt-mm = 1*2DIGIT ; 0-59 | ||||
940: npt-ss = 1*2DIGIT ; 0-59 | ||||
941: | ||||
942: Examples: | ||||
+=+=+=+=+= File rfc2332.txt +=+=+=+=+= | ||||
1900 found at line 2839: | ||||
2836: 1620 Tuckerstown Road 3260 Jay St. | ||||
2837: Dresher, PA 19025 USA Santa Clara, CA 95054 | ||||
2838: Phone: +1 215 830 0692 Phone: +1 408 327 1900 | ||||
2839: EMail: dave@corecom.com EMail: bcole@jnx.com | ||||
2840: | ||||
+=+=+=+=+= File rfc2353.txt +=+=+=+=+= | ||||
2000 found at line 211: | ||||
208: native IP DLC, this field is not used to convey a port number for | ||||
209: replies; moreover, the zero setting is not used. IANA has registered | ||||
210: port numbers 12000 through 12004 for use in these two fields by the | ||||
211: native IP DLC; use of these port numbers allows prioritization in the | ||||
212: IP network. For more details of the use of these fields, see 2.6.1, | ||||
2000 found at line 1694: | ||||
1691: | ||||
1692: At an intermediate HPR node, link activation failure can be reported | ||||
1693: with sense data X'08010000' or X'80020000'. At a node with route- | ||||
1694: selection responsibility, such failure can be reported with sense | ||||
1695: data X'80140001'. | ||||
2000 found at line 1841: | ||||
1838: | the same connection network. | | | ||||
1839: +--------------------------------------------------------+-------------+ | ||||
1840: | Link failure | X'80020000' | | ||||
1841: +--------------------------------------------------------+-------------+ | ||||
1842: | Route selection services has determined that no path | X'80140001' | | ||||
2000 found at line 1868: | ||||
1865: will be able to exploit routers that provide priority function. | ||||
1866: | ||||
1867: The 5 UDP port numbers, 12000-12004 (decimal), have been assigned by | ||||
1868: the Internet Assigned Number Authority (IANA). Four of these port | ||||
1869: numbers are used for ANR-routed network layer packets (NLPs) and | ||||
2000 found at line 1872: | ||||
1869: numbers are used for ANR-routed network layer packets (NLPs) and | ||||
1870: correspond to the APPN transmission priorities (network, 12001; high, | ||||
1871: 12002; medium, 12003; and low, 12004), and one port number (12000) is | ||||
1872: used for a set of LLC commands (i.e., XID, TEST, DISC, and DM) and | ||||
1873: function-routed NLPs (i.e., XID_DONE_RQ and XID_DONE_RSP). These | ||||
2000 found at line 2417: | ||||
2414: the source port number is not relevant. That is, the firewall should | ||||
2415: accept traffic with the IP addresses of the HPR/IP nodes and with | ||||
2416: destination port numbers in the range 12000 to 12004. Second, the | ||||
2417: possibility exists for an attack using forged UDP datagrams; such | ||||
2418: attacks could cause the RTP connection to fail or even introduce | ||||
+=+=+=+=+= File rfc2355.txt +=+=+=+=+= | ||||
2000 found at line 1488: | ||||
1485: 0x00 Command Reject 0x10030000 | ||||
1486: | ||||
1487: 0x01 Intervention Required 0x08020000 | ||||
1488: | ||||
1489: 0x02 Operation Check 0x10050000 | ||||
+=+=+=+=+= File rfc2361.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 30: | ||||
27: * video/vnd.avi; codec=XXX identifies a specific video codec (i.e., | ||||
28: XXX) within the AVI Registry. | ||||
29: * audio/vnd.wave; codec=YYY identifies a specific audio codec | ||||
30: (i.e., YYY) within the WAVE Registry. | ||||
31: | ||||
'yy' on a line without 'yyyy' found at line 31: | ||||
28: XXX) within the AVI Registry. | ||||
29: * audio/vnd.wave; codec=YYY identifies a specific audio codec | ||||
30: (i.e., YYY) within the WAVE Registry. | ||||
31: | ||||
32: Appendix A and Appendix B provides an authoritative reference for the | ||||
2000 found at line 354: | ||||
351: Compaq Computer Corporation | ||||
352: 20555 SH 249 | ||||
353: Houston, TX 77269-2000 USA | ||||
354: | ||||
355: A.6 IBM CVSD | ||||
2000 found at line 1474: | ||||
1471: PO Box 582 | ||||
1472: Stellenbosch Stellenbosch South Africa | ||||
1473: 27 21 888 2000 | ||||
1474: | ||||
1475: A.75 DF GSM610 | ||||
2000 found at line 1487: | ||||
1484: PO Box 582 | ||||
1485: Stellenbosch 7600 South Africa | ||||
1486: 27 21 888 2000 | ||||
1487: | ||||
1488: A.76 ISIAudio | ||||
2000 found at line 1545: | ||||
1542: 4900 Old Ironsides Drive | ||||
1543: Santa Clara, California 95054 USA | ||||
1544: (408) 492-2000 | ||||
1545: | ||||
1546: A.79 Dolby AC3 SPDIF | ||||
2000 found at line 1993: | ||||
1990: A.104 DVM | ||||
1991: | ||||
1992: WAVE form Registration Number (hex): 0x2000 | ||||
1993: Codec ID in the IANA Namespace: audio/vnd.wave;codec=2000 | ||||
1994: WAVE form wFormatTag ID: WAVE_FORMAT_DVM | ||||
2000 found at line 1994: | ||||
1991: | ||||
1992: WAVE form Registration Number (hex): 0x2000 | ||||
1993: Codec ID in the IANA Namespace: audio/vnd.wave;codec=2000 | ||||
1994: WAVE form wFormatTag ID: WAVE_FORMAT_DVM | ||||
1995: Contact: | ||||
2000 found at line 3180: | ||||
3177: 707 California Street | ||||
3178: Mountain View, California 94041 USA | ||||
3179: 650-526-2000 | ||||
3180: | ||||
3181: | ||||
2000 found at line 3211: | ||||
3208: 707 California Street | ||||
3209: Mountain View, California 94041 USA | ||||
3210: 650-526-2000 | ||||
3211: | ||||
3212: B.83 TrueMotion 2.0 | ||||
2000 found at line 3239: | ||||
3236: 707 California Street | ||||
3237: Mountain View, California 94041 USA | ||||
3238: 650-526-2000 | ||||
3239: | ||||
3240: | ||||
+=+=+=+=+= File rfc2368.txt +=+=+=+=+= | ||||
two-digit found at line 240: | ||||
237: scheme is not a problem: those characters may appear in mailto URLs, | ||||
238: they just may not appear in unencoded form. The standard URL encoding | ||||
239: mechanisms ("%" followed by a two-digit hex number) must be used in | ||||
240: certain cases. | ||||
241: | ||||
+=+=+=+=+= File rfc2373.txt +=+=+=+=+= | ||||
2digit found at line 1192: | ||||
1189: IPv4address = 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT | ||||
1190: | ||||
1191: IPv6prefix = hexpart "/" 1*2DIGIT | ||||
1192: | ||||
1193: hexpart = hexseq | hexseq "::" [ hexseq ] | "::" [ hexseq ] | ||||
+=+=+=+=+= File rfc2378.txt +=+=+=+=+= | ||||
2digit found at line 1078: | ||||
1075: response = code [index] [field] text CRLF | ||||
1076: | ||||
1077: code = [-] LDIG 2DIGIT ":" | ||||
1078: index = number ":" | ||||
1079: field = 1*SPACE attribute ":" 1*SPACE | ||||
+=+=+=+=+= File rfc2389.txt +=+=+=+=+= | ||||
2digit found at line 133: | ||||
130: | ||||
131: error-response = error-code SP *TCHAR CRLF | ||||
132: error-code = ("4" / "5") 2DIGIT | ||||
133: | ||||
134: Note that in ABNF, strings literals are case insensitive. That | ||||
+=+=+=+=+= File rfc2397.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 107: | ||||
104: a/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJl | ||||
105: ZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uis | ||||
106: F81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH | ||||
107: hhx4dbgYKAAA7" | ||||
108: ALT="Larry"> | ||||
+=+=+=+=+= File rfc2400.txt +=+=+=+=+= | ||||
2000 found at line 9: | ||||
6: Network Working Group Internet Architecture Board | ||||
7: Request for Comments: 2400 J. Postel | ||||
8: Obsoletes: 2300, 2200, 2000, 1920, 1880, J. Reynolds | ||||
9: 1800, 1780, 1720, 1610, 1600, 1540, 1500, 1410, Editors | ||||
10: 1360, 1280, 1250, 1200, 1140, 1130, 1100, 1083 September 1998 | ||||
+=+=+=+=+= File rfc2407.txt +=+=+=+=+= | ||||
2000 found at line 832: | ||||
829: | ||||
830: Attribute #2: | ||||
831: 0x00020004 (AF = 0, type = SA Duration, length = 4 bytes) | ||||
832: 0x00015180 (value = 0x15180 = 86400 seconds = 24 hours) | ||||
833: | ||||
2000 found at line 848: | ||||
845: | ||||
846: Attribute #4: | ||||
847: 0x00020004 (AF = 0, type = SA Duration, length = 4 bytes) | ||||
848: 0x000186A0 (value = 0x186A0 = 100000KB = 100MB) | ||||
849: | ||||
+=+=+=+=+= File rfc2409.txt +=+=+=+=+= | ||||
2000 found at line 1257: | ||||
1254: Field Size: 185 | ||||
1255: Group Prime/Irreducible Polynomial: | ||||
1256: 0x020000000000000000000000000000200000000000000001 | ||||
1257: Group Generator One: 0x18 | ||||
1258: Group Curve A: 0x0 | ||||
+=+=+=+=+= File rfc2412.txt +=+=+=+=+= | ||||
2000 found at line 1689: | ||||
1686: As of early 1996, it appears that for 90 bits of cryptographic | ||||
1687: strength, one should use a modular exponentiation group modulus of | ||||
1688: 2000 bits. For 128 bits of strength, a 3000 bit modulus is required. | ||||
1689: | ||||
1690: 3. Specifying and Deriving Security Associations | ||||
2000 found at line 2761: | ||||
2758: Length (32 bit words): 6 | ||||
2759: Data (hex): | ||||
2760: 02000000 00000000 00000000 00000020 00000000 00000001 | ||||
2761: Generator: | ||||
2762: X coordinate: 22 (decimal) | ||||
2000 found at line 2976: | ||||
2973: | ||||
2974: [Stinson] Stinson, Douglas, Cryptography Theory and Practice. CRC | ||||
2975: Press, Inc., 2000, Corporate Blvd., Boca Raton, FL, | ||||
2976: 33431-9868, ISBN 0-8493-8521-0, 1995 | ||||
2977: | ||||
+=+=+=+=+= File rfc2425.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 1106: | ||||
1103: 9ucyBDb3JwLjEYMBYGA1UEAxMPVGltb3RoeSBBIEhvd2VzMSEwHwYJKoZIhvcNAQkBF | ||||
1104: hJob3dlc0BuZXRzY2FwZS5jb20xFTATBgoJkiaJk/IsZAEBEwVob3dlczBcMA0GCSqG | ||||
1105: SIb3DQEBAQUAA0sAMEgCQQC0JZf6wkg8pLMXHHCUvMfL5H6zjSk4vTTXZpYyrdN2dXc | ||||
1106: oX49LKiOmgeJSzoiFKHtLOIboyludF90CgqcxtwKnAgMBAAGjNjA0MBEGCWCGSAGG+E | ||||
1107: IBAQQEAwIAoDAfBgNVHSMEGDAWgBT84FToB/GV3jr3mcau+hUMbsQukjANBgkqhkiG9 | ||||
+=+=+=+=+= File rfc2426.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 1479: | ||||
1476: MPVGltb3RoeSBBIEhvd2VzMSEwHwYJKoZIhvcNAQkBFhJob3dlc0BuZXRz | ||||
1477: Y2FwZS5jb20xFTATBgoJkiaJk/IsZAEBEwVob3dlczBcMA0GCSqGSIb3DQ | ||||
1478: EBAQUAA0sAMEgCQQC0JZf6wkg8pLMXHHCUvMfL5H6zjSk4vTTXZpYyrdN2 | ||||
1479: dXcoX49LKiOmgeJSzoiFKHtLOIboyludF90CgqcxtwKnAgMBAAGjNjA0MB | ||||
1480: EGCWCGSAGG+EIBAQQEAwIAoDAfBgNVHSMEGDAWgBT84FToB/GV3jr3mcau | ||||
2-digit found at line 372: | ||||
369: and minutes (e.g., +hh:mm). The time is specified as a 24-hour clock. | ||||
370: Hour values are from 00 to 23, and minute values are from 00 to 59. | ||||
371: Hour and minutes are 2-digits with high order zeroes required to | ||||
372: maintain digit count. The extended format for ISO 8601 UTC offsets | ||||
373: MUST be used. The extended format makes use of a colon character as a | ||||
2digit found at line 379: | ||||
376: The value is defined by the following notation: | ||||
377: | ||||
378: time-hour = 2DIGIT ;00-23 | ||||
379: time-minute = 2DIGIT ;00-59 | ||||
380: utc-offset = ("+" / "-") time-hour ":" time-minute | ||||
2digit found at line 380: | ||||
377: | ||||
378: time-hour = 2DIGIT ;00-23 | ||||
379: time-minute = 2DIGIT ;00-59 | ||||
380: utc-offset = ("+" / "-") time-hour ":" time-minute | ||||
381: | ||||
2digit found at line 2051: | ||||
2048: | ||||
2049: utc-offset-value = ("+" / "-") time-hour ":" time-minute | ||||
2050: time-hour = 2DIGIT ;00-23 | ||||
2051: time-minute = 2DIGIT ;00-59 | ||||
2052: | ||||
2digit found at line 2052: | ||||
2049: utc-offset-value = ("+" / "-") time-hour ":" time-minute | ||||
2050: time-hour = 2DIGIT ;00-23 | ||||
2051: time-minute = 2DIGIT ;00-59 | ||||
2052: | ||||
2053: 5. Differences From vCard v2.1 | ||||
+=+=+=+=+= File rfc2440.txt +=+=+=+=+= | ||||
2000 found at line 3227: | ||||
3224: Encryption Standard. This algorithm will work with (at least) 128, | ||||
3225: 192, and 256-bit keys. We expect that this algorithm will be selected | ||||
3226: from the candidate algorithms in the year 2000. | ||||
3227: | ||||
3228: 12.8. OpenPGP CFB mode | ||||
+=+=+=+=+= File rfc2445.txt +=+=+=+=+= | ||||
'yy' on a line without 'yyyy' found at line 2234: | ||||
2231: ( ";" "BYDAY" "=" bywdaylist ) / | ||||
2232: ( ";" "BYMONTHDAY" "=" bymodaylist ) / | ||||
2233: ( ";" "BYYEARDAY" "=" byyrdaylist ) / | ||||
2234: ( ";" "BYWEEKNO" "=" bywknolist ) / | ||||
2235: ( ";" "BYMONTH" "=" bymolist ) / | ||||
'yy' on a line without 'yyyy' found at line 2288: | ||||
2285: ordmoday = 1DIGIT / 2DIGIT ;1 to 31 | ||||
2286: | ||||
2287: byyrdaylist = yeardaynum / ( yeardaynum *("," yeardaynum) ) | ||||
2288: | ||||
2289: yeardaynum = ([plus] ordyrday) / (minus ordyrday) | ||||
'yy' on a line without 'yyyy' found at line 2388: | ||||
2385: the month. | ||||
2386: | ||||
2387: The BYYEARDAY rule part specifies a COMMA character (US-ASCII decimal | ||||
2388: 44) separated list of days of the year. Valid values are 1 to 366 or | ||||
2389: -366 to -1. For example, -1 represents the last day of the year | ||||
'yy' on a line without 'yyyy' found at line 2461: | ||||
2458: specified FREQ and INTERVAL rule parts, the BYxxx rule parts are | ||||
2459: applied to the current set of evaluated occurrences in the following | ||||
2460: order: BYMONTH, BYWEEKNO, BYYEARDAY, BYMONTHDAY, BYDAY, BYHOUR, | ||||
2461: BYMINUTE, BYSECOND and BYSETPOS; then COUNT and UNTIL are evaluated. | ||||
2462: | ||||
'yy' on a line without 'yyyy' found at line 6804: | ||||
6801: (2000 9:00 AM EDT)June 10;July 10 | ||||
6802: (2001 9:00 AM EDT)June 10;July 10 | ||||
6803: Note: Since none of the BYDAY, BYMONTHDAY or BYYEARDAY components | ||||
6804: are specified, the day is gotten from DTSTART | ||||
6805: | ||||
'yy' on a line without 'yyyy' found at line 6820: | ||||
6817: | ||||
6818: DTSTART;TZID=US-Eastern:19970101T090000 | ||||
6819: RRULE:FREQ=YEARLY;INTERVAL=3;COUNT=10;BYYEARDAY=1,100,200 | ||||
6820: | ||||
6821: ==> (1997 9:00 AM EST)January 1 | ||||
two-digit found at line 1919: | ||||
1916: of values. The format for the value type is expressed as the [ISO | ||||
1917: 8601] complete representation, basic format for a calendar date. The | ||||
1918: textual format specifies a four-digit year, two-digit month, and | ||||
1919: two-digit day of the month. There are no separator characters between | ||||
1920: the year, month and day component text. | ||||
two-digit found at line 1920: | ||||
1917: 8601] complete representation, basic format for a calendar date. The | ||||
1918: textual format specifies a four-digit year, two-digit month, and | ||||
1919: two-digit day of the month. There are no separator characters between | ||||
1920: the year, month and day component text. | ||||
1921: | ||||
two-digit found at line 2610: | ||||
2607: of day. The format is based on the [ISO 8601] complete | ||||
2608: representation, basic format for a time of day. The text format | ||||
2609: consists of a two-digit 24-hour of the day (i.e., values 0-23), two- | ||||
2610: digit minute in the hour (i.e., values 0-59), and two-digit seconds | ||||
2611: in the minute (i.e., values 0-60). The seconds value of 60 MUST only | ||||
two-digit found at line 2611: | ||||
2608: representation, basic format for a time of day. The text format | ||||
2609: consists of a two-digit 24-hour of the day (i.e., values 0-23), two- | ||||
2610: digit minute in the hour (i.e., values 0-59), and two-digit seconds | ||||
2611: in the minute (i.e., values 0-60). The seconds value of 60 MUST only | ||||
2612: to be used to account for "leap" seconds. Fractions of a second are | ||||
two-digit found at line 4583: | ||||
4580: Values for latitude and longitude shall be expressed as decimal | ||||
4581: fractions of degrees. Whole degrees of latitude shall be represented | ||||
4582: by a two-digit decimal number ranging from 0 through 90. Whole | ||||
4583: degrees of longitude shall be represented by a decimal number ranging | ||||
4584: from 0 through 180. When a decimal fraction of a degree is specified, | ||||
2digit found at line 1911: | ||||
1908: | ||||
1909: | ||||
1910: date-month = 2DIGIT ;01-12 | ||||
1911: date-mday = 2DIGIT ;01-28, 01-29, 01-30, 01-31 | ||||
1912: ;based on month/year | ||||
2digit found at line 1912: | ||||
1909: | ||||
1910: date-month = 2DIGIT ;01-12 | ||||
1911: date-mday = 2DIGIT ;01-28, 01-29, 01-30, 01-31 | ||||
1912: ;based on month/year | ||||
1913: | ||||
2digit found at line 2258: | ||||
2255: byseclist = seconds / ( seconds *("," seconds) ) | ||||
2256: | ||||
2257: seconds = 1DIGIT / 2DIGIT ;0 to 59 | ||||
2258: | ||||
2259: byminlist = minutes / ( minutes *("," minutes) ) | ||||
2digit found at line 2262: | ||||
2259: byminlist = minutes / ( minutes *("," minutes) ) | ||||
2260: | ||||
2261: minutes = 1DIGIT / 2DIGIT ;0 to 59 | ||||
2262: | ||||
2263: byhrlist = hour / ( hour *("," hour) ) | ||||
2digit found at line 2266: | ||||
2263: byhrlist = hour / ( hour *("," hour) ) | ||||
2264: | ||||
2265: hour = 1DIGIT / 2DIGIT ;0 to 23 | ||||
2266: | ||||
2267: bywdaylist = weekdaynum / ( weekdaynum *("," weekdaynum) ) | ||||
2digit found at line 2276: | ||||
2273: minus = "-" | ||||
2274: | ||||
2275: ordwk = 1DIGIT / 2DIGIT ;1 to 53 | ||||
2276: | ||||
2277: weekday = "SU" / "MO" / "TU" / "WE" / "TH" / "FR" / "SA" | ||||
2digit found at line 2286: | ||||
2283: monthdaynum = ([plus] ordmoday) / (minus ordmoday) | ||||
2284: | ||||
2285: ordmoday = 1DIGIT / 2DIGIT ;1 to 31 | ||||
2286: | ||||
2287: byyrdaylist = yeardaynum / ( yeardaynum *("," yeardaynum) ) | ||||
2digit found at line 2292: | ||||
2289: yeardaynum = ([plus] ordyrday) / (minus ordyrday) | ||||
2290: | ||||
2291: ordyrday = 1DIGIT / 2DIGIT / 3DIGIT ;1 to 366 | ||||
2292: | ||||
2293: bywknolist = weeknum / ( weeknum *("," weeknum) ) | ||||
2digit found at line 2307: | ||||
2304: bymolist = monthnum / ( monthnum *("," monthnum) ) | ||||
2305: | ||||
2306: monthnum = 1DIGIT / 2DIGIT ;1 to 12 | ||||
2307: | ||||
2308: bysplist = setposday / ( setposday *("," setposday) ) | ||||
2digit found at line 2595: | ||||
2592: time = time-hour time-minute time-second [time-utc] | ||||
2593: | ||||
2594: time-hour = 2DIGIT ;00-23 | ||||
2595: time-minute = 2DIGIT ;00-59 | ||||
2596: time-second = 2DIGIT ;00-60 | ||||
2digit found at line 2596: | ||||
2593: | ||||
2594: time-hour = 2DIGIT ;00-23 | ||||
2595: time-minute = 2DIGIT ;00-59 | ||||
2596: time-second = 2DIGIT ;00-60 | ||||
2597: ;The "60" value is used to account for "leap" seconds. | ||||
2digit found at line 2597: | ||||
2594: time-hour = 2DIGIT ;00-23 | ||||
2595: time-minute = 2DIGIT ;00-59 | ||||
2596: time-second = 2DIGIT ;00-60 | ||||
2597: ;The "60" value is used to account for "leap" seconds. | ||||
2598: | ||||
1900 found at line 2988: | ||||
2985: DTSTAMP:19970901T1300Z | ||||
2986: DTSTART:19970903T163000Z | ||||
2987: DTEND:19970903T190000Z | ||||
2988: SUMMARY:Annual Employee Review | ||||
2989: CLASS:PRIVATE | ||||
2000 found at line 1716: | ||||
1713: The following are examples of this property parameter: | ||||
1714: | ||||
1715: DTSTART;TZID=US-Eastern:19980119T020000 | ||||
1716: | ||||
1717: DTEND;TZID=US-Eastern:19980119T030000 | ||||
2000 found at line 2029: | ||||
2026: New York on Janurary 19, 1998: | ||||
2027: | ||||
2028: DTSTART;TZID=US-Eastern:19980119T020000 | ||||
2029: | ||||
2030: Example: The following represents July 14, 1997, at 1:30 PM in New | ||||
2000 found at line 2822: | ||||
2819: Property names, parameter names and enumerated parameter values are | ||||
2820: case insensitive. For example, the property name "DUE" is the same as | ||||
2821: "due" and "Due", DTSTART;TZID=US-Eastern:19980714T120000 is the same | ||||
2822: as DtStart;TzID=US-Eastern:19980714T120000. | ||||
2823: | ||||
2000 found at line 2823: | ||||
2820: case insensitive. For example, the property name "DUE" is the same as | ||||
2821: "due" and "Due", DTSTART;TZID=US-Eastern:19980714T120000 is the same | ||||
2822: as DtStart;TzID=US-Eastern:19980714T120000. | ||||
2823: | ||||
2824: 4.6 Calendar Components | ||||
2000 found at line 3566: | ||||
3563: Time took effect in Fall 1967 for New York City: | ||||
3564: | ||||
3565: DTSTART:19671029T020000 | ||||
3566: | ||||
3567: TZOFFSETFROM:-0400 | ||||
2000 found at line 3631: | ||||
3628: LAST-MODIFIED:19870101T000000Z | ||||
3629: BEGIN:STANDARD | ||||
3630: DTSTART:19971026T020000 | ||||
3631: RDATE:19971026T020000 | ||||
3632: TZOFFSETFROM:-0400 | ||||
2000 found at line 3632: | ||||
3629: BEGIN:STANDARD | ||||
3630: DTSTART:19971026T020000 | ||||
3631: RDATE:19971026T020000 | ||||
3632: TZOFFSETFROM:-0400 | ||||
3633: TZOFFSETTO:-0500 | ||||
2000 found at line 3638: | ||||
3635: END:STANDARD | ||||
3636: BEGIN:DAYLIGHT | ||||
3637: DTSTART:19971026T020000 | ||||
3638: | ||||
3639: | ||||
2000 found at line 3647: | ||||
3644: | ||||
3645: | ||||
3646: RDATE:19970406T020000 | ||||
3647: TZOFFSETFROM:-0500 | ||||
3648: TZOFFSETTO:-0400 | ||||
2000 found at line 3665: | ||||
3662: TZURL:http://zones.stds_r_us.net/tz/US-Eastern | ||||
3663: BEGIN:STANDARD | ||||
3664: DTSTART:19671029T020000 | ||||
3665: RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||||
3666: TZOFFSETFROM:-0400 | ||||
2000 found at line 3672: | ||||
3669: END:STANDARD | ||||
3670: BEGIN:DAYLIGHT | ||||
3671: DTSTART:19870405T020000 | ||||
3672: RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||||
3673: TZOFFSETFROM:-0500 | ||||
2000 found at line 3688: | ||||
3685: LAST-MODIFIED:19870101T000000Z | ||||
3686: BEGIN:STANDARD | ||||
3687: DTSTART:19671029T020000 | ||||
3688: RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||||
3689: TZOFFSETFROM:-0400 | ||||
2000 found at line 3704: | ||||
3701: | ||||
3702: BEGIN:DAYLIGHT | ||||
3703: DTSTART:19870405T020000 | ||||
3704: RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=19980404T070000Z | ||||
3705: TZOFFSETFROM:-0500 | ||||
2000 found at line 3721: | ||||
3718: LAST-MODIFIED:19870101T000000Z | ||||
3719: BEGIN:STANDARD | ||||
3720: DTSTART:19671029T020000 | ||||
3721: RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||||
3722: TZOFFSETFROM:-0400 | ||||
2000 found at line 3728: | ||||
3725: END:STANDARD | ||||
3726: BEGIN:DAYLIGHT | ||||
3727: DTSTART:19870405T020000 | ||||
3728: RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4;UNTIL=19980404T070000Z | ||||
3729: TZOFFSETFROM:-0500 | ||||
2000 found at line 3735: | ||||
3732: END:DAYLIGHT | ||||
3733: BEGIN:DAYLIGHT | ||||
3734: DTSTART:19990424T020000 | ||||
3735: RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=4 | ||||
3736: TZOFFSETFROM:-0500 | ||||
2000 found at line 5352: | ||||
5349: FREEBUSY;FBTYPE=BUSY-UNAVAILABLE:19970308T160000Z/PT8H30M | ||||
5350: | ||||
5351: FREEBUSY;FBTYPE=FREE:19970308T160000Z/PT3H,19970308T200000Z/PT1H | ||||
5352: | ||||
5353: FREEBUSY;FBTYPE=FREE:19970308T160000Z/PT3H,19970308T200000Z/PT1H, | ||||
2000 found at line 5354: | ||||
5351: FREEBUSY;FBTYPE=FREE:19970308T160000Z/PT3H,19970308T200000Z/PT1H | ||||
5352: | ||||
5353: FREEBUSY;FBTYPE=FREE:19970308T160000Z/PT3H,19970308T200000Z/PT1H, | ||||
5354: 19970308T230000Z/19970309T000000Z | ||||
5355: | ||||
2000 found at line 6069: | ||||
6066: RECURRENCE-ID;VALUE=DATE:19960401 | ||||
6067: | ||||
6068: RECURRENCE-ID;RANGE=THISANDFUTURE:19960120T120000Z | ||||
6069: | ||||
6070: 4.8.4.5 Related To | ||||
2000 found at line 6507: | ||||
6504: RDATE;TZID=US-EASTERN:19970714T083000 | ||||
6505: | ||||
6506: RDATE;VALUE=PERIOD:19960403T020000Z/19960403T040000Z, | ||||
6507: 19960404T010000Z/PT3H | ||||
6508: | ||||
2000 found at line 6623: | ||||
6620: | ||||
6621: DTSTART;TZID=US-Eastern:19980101T090000 | ||||
6622: RRULE:FREQ=YEARLY;UNTIL=20000131T090000Z; | ||||
6623: BYMONTH=1;BYDAY=SU,MO,TU,WE,TH,FR,SA | ||||
6624: or | ||||
2000 found at line 6626: | ||||
6623: BYMONTH=1;BYDAY=SU,MO,TU,WE,TH,FR,SA | ||||
6624: or | ||||
6625: RRULE:FREQ=DAILY;UNTIL=20000131T090000Z;BYMONTH=1 | ||||
6626: | ||||
6627: ==> (1998 9:00 AM EDT)January 1-31 | ||||
2000 found at line 6630: | ||||
6627: ==> (1998 9:00 AM EDT)January 1-31 | ||||
6628: (1999 9:00 AM EDT)January 1-31 | ||||
6629: (2000 9:00 AM EDT)January 1-31 | ||||
6630: | ||||
6631: Weekly for 10 occurrences | ||||
2000 found at line 6802: | ||||
6799: (1998 9:00 AM EDT)June 10;July 10 | ||||
6800: (1999 9:00 AM EDT)June 10;July 10 | ||||
6801: (2000 9:00 AM EDT)June 10;July 10 | ||||
6802: (2001 9:00 AM EDT)June 10;July 10 | ||||
6803: Note: Since none of the BYDAY, BYMONTHDAY or BYYEARDAY components | ||||
2000 found at line 6824: | ||||
6821: ==> (1997 9:00 AM EST)January 1 | ||||
6822: (1997 9:00 AM EDT)April 10;July 19 | ||||
6823: (2000 9:00 AM EST)January 1 | ||||
6824: (2000 9:00 AM EDT)April 9;July 18 | ||||
6825: (2003 9:00 AM EST)January 1 | ||||
2000 found at line 6825: | ||||
6822: (1997 9:00 AM EDT)April 10;July 19 | ||||
6823: (2000 9:00 AM EST)January 1 | ||||
6824: (2000 9:00 AM EDT)April 9;July 18 | ||||
6825: (2003 9:00 AM EST)January 1 | ||||
6826: (2003 9:00 AM EDT)April 10;July 19 | ||||
2000 found at line 6897: | ||||
6894: ==> (1998 9:00 AM EST)February 13;March 13;November 13 | ||||
6895: (1999 9:00 AM EDT)August 13 | ||||
6896: (2000 9:00 AM EDT)October 13 | ||||
6897: ... | ||||
6898: | ||||
2000 found at line 6920: | ||||
6917: | ||||
6918: ==> (1996 9:00 AM EST)November 5 | ||||
6919: (2000 9:00 AM EST)November 7 | ||||
6920: (2004 9:00 AM EST)November 2 | ||||
6921: ... | ||||
2000 found at line 7612: | ||||
7609: | ||||
7610: BEGIN:VCALENDAR PRODID:-//xyz Corp//NONSGML PDA Calendar Verson | ||||
7611: 1.0//EN VERSION:2.0 BEGIN:VEVENT DTSTAMP:19960704T120000Z | ||||
7612: UID:uid1@host.com ORGANIZER:MAILTO:jsmith@host.com | ||||
7613: DTSTART:19960918T143000Z DTEND:19960920T220000Z STATUS:CONFIRMED | ||||
2000 found at line 7614: | ||||
7611: 1.0//EN VERSION:2.0 BEGIN:VEVENT DTSTAMP:19960704T120000Z | ||||
7612: UID:uid1@host.com ORGANIZER:MAILTO:jsmith@host.com | ||||
7613: DTSTART:19960918T143000Z DTEND:19960920T220000Z STATUS:CONFIRMED | ||||
7614: | ||||
7615: | ||||
2000 found at line 7640: | ||||
7637: TZID:US-Eastern | ||||
7638: BEGIN:STANDARD | ||||
7639: DTSTART:19981025T020000 | ||||
7640: RDATE:19981025T020000 | ||||
7641: TZOFFSETFROM:-0400 | ||||
2000 found at line 7641: | ||||
7638: BEGIN:STANDARD | ||||
7639: DTSTART:19981025T020000 | ||||
7640: RDATE:19981025T020000 | ||||
7641: TZOFFSETFROM:-0400 | ||||
7642: TZOFFSETTO:-0500 | ||||
2000 found at line 7647: | ||||
7644: END:STANDARD | ||||
7645: BEGIN:DAYLIGHT | ||||
7646: DTSTART:19990404T020000 | ||||
7647: RDATE:19990404T020000 | ||||
7648: TZOFFSETFROM:-0500 | ||||
2000 found at line 7648: | ||||
7645: BEGIN:DAYLIGHT | ||||
7646: DTSTART:19990404T020000 | ||||
7647: RDATE:19990404T020000 | ||||
7648: TZOFFSETFROM:-0500 | ||||
7649: TZOFFSETTO:-0400 | ||||
2000 found at line 7740: | ||||
7737: BEGIN:VALARM | ||||
7738: ACTION:AUDIO | ||||
7739: TRIGGER:19980403T120000 | ||||
7740: ATTACH;FMTTYPE=audio/basic:http://host.com/pub/audio- | ||||
7741: files/ssbanner.aud | ||||
2000 found at line 7755: | ||||
7752: PRODID:-//ABC Corporation//NONSGML My Product//EN | ||||
7753: BEGIN:VJOURNAL | ||||
7754: DTSTAMP:19970324T120000Z | ||||
7755: UID:uid5@host1.com | ||||
7756: ORGANIZER:MAILTO:jsmith@host.com | ||||
+=+=+=+=+= File rfc2446.txt +=+=+=+=+= | ||||
1900 found at line 3347: | ||||
3344: ORGANIZER:mailto:a@example.com | ||||
3345: DTSTART:19970701T200000Z | ||||
3346: DTSTAMP:19970611T190000Z | ||||
3347: SUMMARY:ST. PAUL SAINTS -VS- DULUTH-SUPERIOR DUKES | ||||
3348: UID:0981234-1234234-23@example.com | ||||
1900 found at line 3373: | ||||
3370: BEGIN:VEVENT | ||||
3371: ORGANIZER:mailto:a@example.com | ||||
3372: DTSTAMP:19970612T190000Z | ||||
3373: DTSTART:19970701T210000Z | ||||
3374: DTEND:19970701T230000Z | ||||
1900 found at line 3410: | ||||
3407: SEQUENCE:2 | ||||
3408: UID:0981234-1234234-23@example.com | ||||
3409: DTSTAMP:19970613T190000Z | ||||
3410: END:VEVENT | ||||
3411: END:VCALENDAR | ||||
1900 found at line 3461: | ||||
3458: DTEND;TZID=America-Chicago:19970701T180000 | ||||
3459: DTSTART;TZID=America-Chicago:19970702T160000 | ||||
3460: DTSTAMP:19970614T190000Z | ||||
3461: STATUS:CONFIRMED | ||||
3462: LOCATION;VALUE=URI:http://www.midwaystadium.com/ | ||||
1900 found at line 3505: | ||||
3502: BEGIN:VEVENT | ||||
3503: ORGANIZER:mailto:a@example.com | ||||
3504: DTSTAMP:19970614T190000Z | ||||
3505: UID:0981234-1234234-23@example.com | ||||
3506: DTSTART;VALUE=DATE:19970714 | ||||
1900 found at line 3594: | ||||
3591: ATTENDEE;RSVP=FALSE;TYPE=ROOM:conf_Big@example.com | ||||
3592: ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:Mailto:E@example.com | ||||
3593: DTSTAMP:19970611T190000Z | ||||
3594: DTSTART:19970701T200000Z | ||||
3595: DTEND:19970701T2000000Z | ||||
1900 found at line 3618: | ||||
3615: SEQUENCE:0 | ||||
3616: REQUEST-STATUS:2.0;Success | ||||
3617: DTSTAMP:19970612T190000Z | ||||
3618: END:VEVENT | ||||
3619: END:VCALENDAR | ||||
1900 found at line 3655: | ||||
3652: ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:Mailto:E@example.com | ||||
3653: DTSTART:19970701T180000Z | ||||
3654: DTEND:19970701T190000Z | ||||
3655: SUMMARY:Phone Conference | ||||
3656: UID:calsrv.example.com-873970198738777@example.com | ||||
1900 found at line 3659: | ||||
3656: UID:calsrv.example.com-873970198738777@example.com | ||||
3657: SEQUENCE:1 | ||||
3658: DTSTAMP:19970613T190000Z | ||||
3659: STATUS:CONFIRMED | ||||
3660: END:VEVENT | ||||
1900 found at line 3680: | ||||
3677: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:Mailto:B@example.com | ||||
3678: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:Mailto:C@example.com | ||||
3679: DTSTART:19970701T190000Z | ||||
3680: DTEND:19970701T200000Z | ||||
3681: SUMMARY:Discuss the Merits of the election results | ||||
1900 found at line 3686: | ||||
3683: UID:calsrv.example.com-873970198738777a@example.com | ||||
3684: SEQUENCE:0 | ||||
3685: DTSTAMP:19970611T190000Z | ||||
3686: STATUS:CONFIRMED | ||||
3687: END:VEVENT | ||||
1900 found at line 3713: | ||||
3710: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:Mailto:C@example.com | ||||
3711: DTSTART:19970701T160000Z | ||||
3712: DTEND:19970701T190000Z | ||||
3713: DTSTAMP:19970612T190000Z | ||||
3714: SUMMARY:Discuss the Merits of the election results | ||||
1900 found at line 3714: | ||||
3711: DTSTART:19970701T160000Z | ||||
3712: DTEND:19970701T190000Z | ||||
3713: DTSTAMP:19970612T190000Z | ||||
3714: SUMMARY:Discuss the Merits of the election results | ||||
3715: LOCATION:Green Conference Room | ||||
1900 found at line 3721: | ||||
3718: UID:calsrv.example.com-873970198738777a@example.com | ||||
3719: SEQUENCE:0 | ||||
3720: DTSTAMP:19970611T190000Z | ||||
3721: END:VEVENT | ||||
3722: END:VCALENDAR | ||||
1900 found at line 3738: | ||||
3735: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:Mailto:B@example.com | ||||
3736: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:Mailto:C@example.com | ||||
3737: DTSTAMP:19970613T190000Z | ||||
3738: DTSTART:19970701T160000Z | ||||
3739: DTEND:19970701T190000Z | ||||
1900 found at line 3740: | ||||
3737: DTSTAMP:19970613T190000Z | ||||
3738: DTSTART:19970701T160000Z | ||||
3739: DTEND:19970701T190000Z | ||||
3740: SUMMARY:Discuss the Merits of the election results - changed to | ||||
3741: meet B's schedule | ||||
1900 found at line 3769: | ||||
3766: UID:calsrv.example.com-873970198738777@example.com | ||||
3767: SEQUENCE:0 | ||||
3768: DTSTAMP:19970614T190000Z | ||||
3769: END:VEVENT | ||||
3770: END:VCALENDAR | ||||
1900 found at line 3884: | ||||
3881: SEQUENCE:0 | ||||
3882: REQUEST-STATUS:2.0;Success | ||||
3883: DTSTAMP:19970611T190000Z | ||||
3884: END:VEVENT | ||||
3885: END:VCALENDAR | ||||
1900 found at line 3906: | ||||
3903: SEQUENCE:0 | ||||
3904: STATUS:CONFIRMED | ||||
3905: DTSTAMP:19970611T190000Z | ||||
3906: END:VEVENT | ||||
3907: END:VCALENDAR | ||||
1900 found at line 3936: | ||||
3933: SEQUENCE:0 | ||||
3934: REQUEST-STATUS:2.0;Success | ||||
3935: DTSTAMP:19970614T190000Z | ||||
3936: END:VEVENT | ||||
3937: END:VCALENDAR | ||||
1900 found at line 3967: | ||||
3964: SEQUENCE:0 | ||||
3965: REQUEST-STATUS:2.0;Success | ||||
3966: DTSTAMP:19970614T190000Z | ||||
3967: END:VEVENT | ||||
3968: END:VCALENDAR | ||||
1900 found at line 4072: | ||||
4069: SEQUENCE:1 | ||||
4070: STATUS:CANCELLED | ||||
4071: DTSTAMP:19970613T190000Z | ||||
4072: END:VEVENT | ||||
4073: END:VCALENDAR | ||||
1900 found at line 4157: | ||||
4154: ATTENDEE;ROLE=NON-PARTICIPANT; | ||||
4155: RSVP=FALSE:Mailto:E@example.com | ||||
4156: DTSTAMP:19970611T190000Z | ||||
4157: DTSTART:19970701T200000Z | ||||
4158: DTEND:19970701T203000Z | ||||
1900 found at line 4193: | ||||
4190: ATTENDEE;TYPE=INDIVIDUAL:Mailto:C@example.com | ||||
4191: ATTENDEE;TYPE=INDIVIDUAL:Mailto:D@example.com | ||||
4192: DTSTAMP:19970611T190000Z | ||||
4193: DTSTART:19970701T200000Z | ||||
4194: DTEND:19970701T203000Z | ||||
1900 found at line 4232: | ||||
4229: DTSTART:19980101T124200Z | ||||
4230: DTEND:19980107T124200Z | ||||
4231: FREEBUSY:19980101T180000Z/19980101T190000Z | ||||
4232: FREEBUSY:19980103T020000Z/19980103T050000Z | ||||
4233: FREEBUSY:19980107T020000Z/19980107T050000Z | ||||
1900 found at line 4236: | ||||
4233: FREEBUSY:19980107T020000Z/19980107T050000Z | ||||
4234: FREEBUSY:19980113T000000Z/19980113T010000Z | ||||
4235: FREEBUSY:19980115T190000Z/19980115T200000Z | ||||
4236: FREEBUSY:19980115T220000Z/19980115T230000Z | ||||
4237: FREEBUSY:19980116T013000Z/19980116T043000Z | ||||
1900 found at line 4288: | ||||
4285: ATTENDEE:Mailto:B@example.com | ||||
4286: ATTENDEE:Mailto:C@example.com | ||||
4287: DTSTAMP:19970613T190000Z | ||||
4288: DTSTART:19970701T080000Z | ||||
4289: DTEND:19970701T200000 | ||||
1900 found at line 4319: | ||||
4316: | ||||
4317: | ||||
4318: DTSTAMP:19970613T190030Z | ||||
4319: END:VFREEBUSY | ||||
4320: END:VCALENDAR | ||||
1900 found at line 4359: | ||||
4356: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:B@example.fr | ||||
4357: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:c@example.jp | ||||
4358: DTSTAMP:19970613T190030Z | ||||
4359: DTSTART;TZID=America-SanJose:19970701T140000 | ||||
4360: DTEND;TZID=America-SanJose:19970701T150000 | ||||
1900 found at line 5193: | ||||
5190: to each of the start of each recurring instance. Hence, if the | ||||
5191: initial "VTODO" calendar component specifies a "DTSTART" property | ||||
5192: value of "19970701T190000Z" and a "DUE" property value of | ||||
5193: "19970801T190000Z" the interval of one day which is applied to each | ||||
5194: recurring instance of the "VTODO" calendar component to determine the | ||||
1900 found at line 5194: | ||||
5191: initial "VTODO" calendar component specifies a "DTSTART" property | ||||
5192: value of "19970701T190000Z" and a "DUE" property value of | ||||
5193: "19970801T190000Z" the interval of one day which is applied to each | ||||
5194: recurring instance of the "VTODO" calendar component to determine the | ||||
5195: "DUE" date of the instance. | ||||
2000 found at line 3346: | ||||
3343: BEGIN:VEVENT | ||||
3344: ORGANIZER:mailto:a@example.com | ||||
3345: DTSTART:19970701T200000Z | ||||
3346: DTSTAMP:19970611T190000Z | ||||
3347: SUMMARY:ST. PAUL SAINTS -VS- DULUTH-SUPERIOR DUKES | ||||
2000 found at line 3437: | ||||
3434: TZURL:http://zones.stds_r_us.net/tz/America-Chicago | ||||
3435: BEGIN:STANDARD | ||||
3436: DTSTART:19671029T020000 | ||||
3437: RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||||
3438: TZOFFSETFROM:-0500 | ||||
2000 found at line 3444: | ||||
3441: END:STANDARD | ||||
3442: BEGIN:DAYLIGHT | ||||
3443: DTSTART:19870405T020000 | ||||
3444: RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||||
3445: TZOFFSETFROM:-0600 | ||||
2000 found at line 3595: | ||||
3592: ATTENDEE;ROLE=NON-PARTICIPANT;RSVP=FALSE:Mailto:E@example.com | ||||
3593: DTSTAMP:19970611T190000Z | ||||
3594: DTSTART:19970701T200000Z | ||||
3595: DTEND:19970701T2000000Z | ||||
3596: SUMMARY:Conference | ||||
2000 found at line 3596: | ||||
3593: DTSTAMP:19970611T190000Z | ||||
3594: DTSTART:19970701T200000Z | ||||
3595: DTEND:19970701T2000000Z | ||||
3596: SUMMARY:Conference | ||||
3597: UID:calsrv.example.com-873970198738777@example.com | ||||
2000 found at line 3681: | ||||
3678: ATTENDEE;RSVP=TRUE;TYPE=INDIVIDUAL:Mailto:C@example.com | ||||
3679: DTSTART:19970701T190000Z | ||||
3680: DTEND:19970701T200000Z | ||||
3681: SUMMARY:Discuss the Merits of the election results | ||||
3682: LOCATION:Green Conference Room | ||||
2000 found at line 3901: | ||||
3898: DELEGATED-FROM="Mailto:C@example.com":Mailto:E@example.com | ||||
3899: DTSTART:19970701T180000Z | ||||
3900: DTEND:19970701T200000Z | ||||
3901: SUMMARY:Phone Conference | ||||
3902: UID:calsrv.example.com-873970198738777@example.com | ||||
2000 found at line 3996: | ||||
3993: SUMMARY:Phone Conference | ||||
3994: DTSTART:19970701T180000Z | ||||
3995: DTEND:19970701T200000Z | ||||
3996: DTSTAMP:19970614T200000Z | ||||
3997: COMMENT:DELEGATE (ATTENDEE Mailto:E@example.com) DECLINED YOUR | ||||
2000 found at line 3997: | ||||
3994: DTSTART:19970701T180000Z | ||||
3995: DTEND:19970701T200000Z | ||||
3996: DTSTAMP:19970614T200000Z | ||||
3997: COMMENT:DELEGATE (ATTENDEE Mailto:E@example.com) DECLINED YOUR | ||||
3998: INVITATION | ||||
2000 found at line 4158: | ||||
4155: RSVP=FALSE:Mailto:E@example.com | ||||
4156: DTSTAMP:19970611T190000Z | ||||
4157: DTSTART:19970701T200000Z | ||||
4158: DTEND:19970701T203000Z | ||||
4159: SUMMARY:Phone Conference | ||||
2000 found at line 4194: | ||||
4191: ATTENDEE;TYPE=INDIVIDUAL:Mailto:D@example.com | ||||
4192: DTSTAMP:19970611T190000Z | ||||
4193: DTSTART:19970701T200000Z | ||||
4194: DTEND:19970701T203000Z | ||||
4195: RRULE:FREQ=WEEKLY | ||||
2000 found at line 4233: | ||||
4230: DTEND:19980107T124200Z | ||||
4231: FREEBUSY:19980101T180000Z/19980101T190000Z | ||||
4232: FREEBUSY:19980103T020000Z/19980103T050000Z | ||||
4233: FREEBUSY:19980107T020000Z/19980107T050000Z | ||||
4234: FREEBUSY:19980113T000000Z/19980113T010000Z | ||||
2000 found at line 4234: | ||||
4231: FREEBUSY:19980101T180000Z/19980101T190000Z | ||||
4232: FREEBUSY:19980103T020000Z/19980103T050000Z | ||||
4233: FREEBUSY:19980107T020000Z/19980107T050000Z | ||||
4234: FREEBUSY:19980113T000000Z/19980113T010000Z | ||||
4235: FREEBUSY:19980115T190000Z/19980115T200000Z | ||||
2000 found at line 4236: | ||||
4233: FREEBUSY:19980107T020000Z/19980107T050000Z | ||||
4234: FREEBUSY:19980113T000000Z/19980113T010000Z | ||||
4235: FREEBUSY:19980115T190000Z/19980115T200000Z | ||||
4236: FREEBUSY:19980115T220000Z/19980115T230000Z | ||||
4237: FREEBUSY:19980116T013000Z/19980116T043000Z | ||||
2000 found at line 4237: | ||||
4234: FREEBUSY:19980113T000000Z/19980113T010000Z | ||||
4235: FREEBUSY:19980115T190000Z/19980115T200000Z | ||||
4236: FREEBUSY:19980115T220000Z/19980115T230000Z | ||||
4237: FREEBUSY:19980116T013000Z/19980116T043000Z | ||||
4238: END:VFREEBUSY | ||||
2000 found at line 4290: | ||||
4287: DTSTAMP:19970613T190000Z | ||||
4288: DTSTART:19970701T080000Z | ||||
4289: DTEND:19970701T200000 | ||||
4290: UID:calsrv.example.com-873970198738777@example.com | ||||
4291: END:VFREEBUSY | ||||
2000 found at line 4308: | ||||
4305: ATTENDEE:Mailto:B@example.com | ||||
4306: DTSTART:19970701T080000Z | ||||
4307: DTEND:19970701T200000Z | ||||
4308: UID:calsrv.example.com-873970198738777@example.com | ||||
4309: FREEBUSY:19970701T090000Z/PT1H,19970701T140000Z/PT30M | ||||
2000 found at line 4340: | ||||
4337: TZURL:http://zones.stds_r_us.net/tz/America-SanJose | ||||
4338: BEGIN:STANDARD | ||||
4339: DTSTART:19671029T020000 | ||||
4340: RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10 | ||||
4341: TZOFFSETFROM:-0700 | ||||
2000 found at line 4347: | ||||
4344: END:STANDARD | ||||
4345: BEGIN:DAYLIGHT | ||||
4346: DTSTART:19870405T020000 | ||||
4347: RRULE:FREQ=YEARLY;BYDAY=1SU;BYMONTH=4 | ||||
4348: TZOFFSETFROM:-0800 | ||||
2000 found at line 4446: | ||||
4443: SUMMARY:IETF Calendaring Working Group Meeting | ||||
4444: DTSTART:19970601T210000Z | ||||
4445: DTEND:19970601T220000Z | ||||
4446: LOCATION:Conference Call | ||||
4447: DTSTAMP:19970526T083000Z | ||||
2000 found at line 4473: | ||||
4470: SUMMARY:IETF Calendaring Working Group Meeting | ||||
4471: DTSTART:19970703T210000Z | ||||
4472: DTEND:19970703T220000Z | ||||
4473: LOCATION:Conference Call | ||||
4474: DTSTAMP:19970626T093000Z | ||||
2000 found at line 4565: | ||||
4562: SUMMARY:IETF Calendaring Working Group Meeting | ||||
4563: DTSTART:19970901T210000Z | ||||
4564: DTEND:19970901T220000Z | ||||
4565: LOCATION:Building 32, Microsoft, Seattle, WA | ||||
4566: DTSTAMP:19970526T083000Z | ||||
2000 found at line 4601: | ||||
4598: SUMMARY:IETF Calendaring Working Group Meeting | ||||
4599: DTSTART:19970715T210000Z | ||||
4600: DTEND:19970715T220000Z | ||||
4601: LOCATION:Conference Call | ||||
4602: DTSTAMP:19970629T093000Z | ||||
2000 found at line 4631: | ||||
4628: SUMMARY:Review Accounts | ||||
4629: DTSTART:19980303T210000Z | ||||
4630: DTEND:19980303T220000Z | ||||
4631: LOCATION:The White Room | ||||
4632: DTSTAMP:19980301T093000Z | ||||
2000 found at line 4664: | ||||
4661: SUMMARY:Review Accounts | ||||
4662: DTSTART:19980303T210000Z | ||||
4663: DTEND:19980303T220000Z | ||||
4664: DTSTAMP:19980303T193000Z | ||||
4665: LOCATION:The Usual conference room | ||||
2000 found at line 4690: | ||||
4687: SUMMARY:Review Accounts | ||||
4688: DTSTART:19980303T210000Z | ||||
4689: DTEND:19980303T220000Z | ||||
4690: DTSTAMP:19980303T193000Z | ||||
4691: LOCATION:The White Room | ||||
2000 found at line 4730: | ||||
4727: SUMMARY:Review Accounts | ||||
4728: DTSTART:19980304T180000Z | ||||
4729: DTEND:19980304T200000Z | ||||
4730: DTSTAMP:19980303T193000Z | ||||
4731: LOCATION:Conference Room A | ||||
2000 found at line 4781: | ||||
4778: SUMMARY:Review Accounts | ||||
4779: DTSTART:19980315T180000Z | ||||
4780: DTEND:19980315T200000Z | ||||
4781: DTSTAMP:19980307T193000Z | ||||
4782: LOCATION:Conference Room A | ||||
2000 found at line 4811: | ||||
4808: SUMMARY:Review Accounts | ||||
4809: DTSTART:19980304T180000Z | ||||
4810: DTEND:19980304T200000Z | ||||
4811: DTSTAMP:19980303T193000Z | ||||
4812: LOCATION:Conference Room A | ||||
2000 found at line 4863: | ||||
4860: CLASS:PUBLIC | ||||
4861: SUMMARY:IETF Calendaring Working Group Meeting | ||||
4862: DTSTART:19970715T220000Z | ||||
4863: DTEND:19970715T230000Z | ||||
4864: LOCATION:Conference Call | ||||
2000 found at line 4903: | ||||
4900: SUMMARY:IETF Calendaring Working Group Meeting | ||||
4901: DTSTART:19970601T210000Z | ||||
4902: DTEND:19970601T220000Z | ||||
4903: DTSTAMP:19970602T094000Z | ||||
4904: LOCATION:Conference Call | ||||
2000 found at line 5018: | ||||
5015: UID:calsrv.example.com-873970198738777-00@example.com | ||||
5016: SEQUENCE:0 | ||||
5017: DTSTAMP:19970717T200000Z | ||||
5018: STATUS:Needs Action | ||||
5019: END:VTODO | ||||
2000 found at line 5179: | ||||
5176: UID:calsrv.example.com-873970198738777-00@example.com | ||||
5177: SEQUENCE:0 | ||||
5178: DTSTAMP:19970717T200000Z | ||||
5179: STATUS:NEEDS ACTION | ||||
5180: PRIORITY:1 | ||||
2000 found at line 5236: | ||||
5233: VERSION:2.0 | ||||
5234: BEGIN:VJOURNAL | ||||
5235: DTSTART:19971002T200000Z | ||||
5236: ORGANIZER:MAILTO:A@Example.com | ||||
5237: SUMMARY:Phone conference minutes | ||||
2000 found at line 5358: | ||||
5355: SEQUENCE:3 | ||||
5356: RRULE:FREQ=WEEKLY | ||||
5357: RDATE;VALUE=PERIOD:19970819T210000Z/199700819T220000Z | ||||
5358: ORGANIZER:Mailto:A@example.com | ||||
5359: ATTENDEE;ROLE=CHAIR;PARTSTAT=ACCEPTED:Mailto:A@example.com | ||||
2000 found at line 5365: | ||||
5362: SUMMARY:IETF Calendaring Working Group Meeting | ||||
5363: DTSTART:19970801T210000Z | ||||
5364: DTEND:19970801T220000Z | ||||
5365: RECURRENCE-ID:19970809T210000Z | ||||
5366: DTSTAMP:19970726T083000 | ||||
+=+=+=+=+= File rfc2447.txt +=+=+=+=+= | ||||
1900 found at line 421: | ||||
418: ATTENDEE;ROLE=CHAIR;ATTSTAT=ACCEPTED:mailto:sman@netscape.com | ||||
419: ATTENDEE;RSVP=YES:mailto:stevesil@microsoft.com | ||||
420: DTSTAMP:19970611T190000Z | ||||
421: DTSTART:19970701T210000Z | ||||
422: DTEND:19970701T230000Z | ||||
1900 found at line 475: | ||||
472: ATTENDEE;ROLE=CHAIR;ATTSTAT=ACCEPTED:mailto:foo1@example.com | ||||
473: ATTENDEE;RSVP=YES;TYPE=INDIVIDUAL:mailto:foo2@example.com | ||||
474: DTSTAMP:19970611T190000Z | ||||
475: DTSTART:19970701T170000Z | ||||
476: DTEND:19970701T173000Z | ||||
1900 found at line 523: | ||||
520: ATTENDEE;ROLE=CHAIR;ATTSTAT=ACCEPTED:mailto:foo1@example.com | ||||
521: ATTENDEE;RSVP=YES;TYPE=INDIVIDUAL:mailto:foo2@example.com | ||||
522: DTSTAMP:19970611T190000Z | ||||
523: DTSTART:19970701T180000Z | ||||
524: DTEND:19970701T183000Z | ||||
1900 found at line 584: | ||||
581: BEGIN:VEVENT | ||||
582: ORGANIZER:MAILTO:FOO1@EXAMPLE.COM | ||||
583: DTSTAMP:19970611T190000Z | ||||
584: DTSTART:19970715T150000Z | ||||
585: DTEND:19970715T230000Z | ||||
1900 found at line 631: | ||||
628: ATTENDEE;ROLE=CHAIR;ATTSTAT=ACCEPTED:mailto:foo1@example.com | ||||
629: ATTENDEE;RSVP=YES;TYPE=INDIVIDUAL:mailto:foo2@example.com | ||||
630: DTSTAMP:19970611T190000Z | ||||
631: DTSTART:19970701T210000Z | ||||
632: DTEND:19970701T230000Z | ||||
1900 found at line 722: | ||||
719: ATTENDEE;RSVP=YES;TYPE=INDIVIDUAL:mailto:foo2@example.com | ||||
720: ATTENDEE;RSVP=YES;TYPE=INDIVIDUAL:mailto:foo3@example.com | ||||
721: DTSTAMP:19970611T190000Z | ||||
722: DTSTART:19970621T170000Z | ||||
723: DTEND:199706211T173000Z | ||||
+=+=+=+=+= File rfc2455.txt +=+=+=+=+= | ||||
2-digit found at line 7166: | ||||
7163: | ||||
7164: Since this object incorporates the Year 2000-unfriendly | ||||
7165: 2-digit year specified in SMI for the LAST-UPDATED field, and | ||||
7166: | ||||
7167: | ||||
2000 found at line 7165: | ||||
7162: determining the level of the MIB supported by an agent. | ||||
7163: | ||||
7164: Since this object incorporates the Year 2000-unfriendly | ||||
7165: 2-digit year specified in SMI for the LAST-UPDATED field, and | ||||
7166: | ||||
+=+=+=+=+= File rfc2461.txt +=+=+=+=+= | ||||
2000 found at line 2347: | ||||
2344: consecutive advertisements. | ||||
2345: | ||||
2346: Default: 2592000 seconds (30 days), fixed | ||||
2347: (i.e., stays the same in consecutive | ||||
2348: advertisements). | ||||
+=+=+=+=+= File rfc2470.txt +=+=+=+=+= | ||||
2000 found at line 65: | ||||
62: rely on manual configuration or router advertisements [DISC] to | ||||
63: determine actual MTU sizes. Common default values include | ||||
64: approximately 2000, 4000, and 8000 octets. | ||||
65: | ||||
66: In the absence of any other information, an implementation should use | ||||
Appendix D: Discussion of HTTP 1.0 Issues | Appendix D: Discussion of HTTP 1.0 Issues | |||
HTTP: | HTTP: | |||
The main IETF standards-track document on the HTTP protocol is RFC2068 | The main IETF standards-track document on the HTTP protocol is RFC2068 | |||
on HTTP 1.1. It notes that historically three different date formats | on HTTP 1.1. It notes that historically three different date formats | |||
have been used, and that one of them uses a two-digit year field. In | have been used, and that one of them uses a two-digit year field. In | |||
section 3.3.1 it requires HTTP 1.1 implementations to generate this | section 3.3.1 it requires HTTP 1.1 implementations to generate this | |||
RFC1123 format: | RFC1123 format: | |||
End of changes. 62 change blocks. | ||||
75 lines changed or deleted | 3464 lines changed or added | |||
This html diff was produced by rfcdiff 1.34. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |