/js/src/tests/js1_5/Regress/regress-111557.js
JavaScript | 10038 lines | 7688 code | 2246 blank | 104 comment | 255 complexity | 3363af239376995a16f041b081283101 MD5 | raw file
Large files files are truncated, but you can click here to view the full file
1/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2/* This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this 4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 5 6/* 7 * 8 * Date: 26 Nov 2001 9 * SUMMARY: JS should not crash on this code 10 * See http://bugzilla.mozilla.org/show_bug.cgi?id=111557 11 * 12 */ 13//----------------------------------------------------------------------------- 14var BUGNUMBER = 111557; 15var summary = "Just seeing that we don't crash on this code -"; 16 17printBugNumber(BUGNUMBER); 18printStatus(summary); 19 20 21/* 22 * NOTE: have defined |top| as |this| to make this a standalone JS shell test. 23 * This came from the HTML of a frame, where |top| would have its DOM meaning. 24 */ 25var top = this; 26 27top.authors = new Array(); 28top.titles = new Array(); 29var i = 0; 30 31 32top.authors[i] = "zPROD xA.5375."; 33top.titles[i] = "NDS Libraries for C"; 34i++; 35 36top.authors[i] = "zFLDR xB.5375.0100."; 37top.titles[i] = "NDS Backup Services"; 38i++; 39 40top.authors[i] = "zFLDR xC.5375.0100.0001."; 41top.titles[i] = "Functions"; 42i++; 43 44top.authors[i] = "zHTML xD.5375.0100.0001.0001."; 45top.titles[i] = "NDSBackupServerData"; 46i++; 47 48top.authors[i] = "zHTML xD.5375.0100.0001.0002."; 49top.titles[i] = "NDSFreeNameList"; 50i++; 51 52top.authors[i] = "zHTML xD.5375.0100.0001.0003."; 53top.titles[i] = "NDSGetReplicaPartitionNames"; 54i++; 55 56top.authors[i] = "zHTML xD.5375.0100.0001.0004."; 57top.titles[i] = "NDSIsOnlyServerInTree"; 58i++; 59 60top.authors[i] = "zHTML xD.5375.0100.0001.0005."; 61top.titles[i] = "NDSSYSVolumeRecovery"; 62i++; 63 64top.authors[i] = "zHTML xD.5375.0100.0001.0006."; 65top.titles[i] = "NDSVerifyServerInfo"; 66i++; 67 68top.authors[i] = "zFLDR xC.5375.0100.0002."; 69top.titles[i] = "Structures"; 70i++; 71 72top.authors[i] = "zHTML xD.5375.0100.0002.0001."; 73top.titles[i] = "NAMEID_TYPE"; 74i++; 75 76top.authors[i] = "zFLDR xC.5375.0100.0003."; 77top.titles[i] = "Values"; 78i++; 79 80top.authors[i] = "zHTML xD.5375.0100.0003.0001."; 81top.titles[i] = "NDS Reason Flags"; 82i++; 83 84top.authors[i] = "zHTML xD.5375.0100.0003.0002."; 85top.titles[i] = "NDS Server Flags"; 86i++; 87 88top.authors[i] = "zHTML xC.5375.0100.0004."; 89top.titles[i] = "Revision History"; 90i++; 91 92top.authors[i] = "zFLDR xB.5375.0300."; 93top.titles[i] = "NDS Event Services"; 94i++; 95 96top.authors[i] = "zFLDR xC.5375.0300.0001."; 97top.titles[i] = "Concepts"; 98i++; 99 100top.authors[i] = "zHTML xD.5375.0300.0001.0001."; 101top.titles[i] = "NDS Event Introduction"; 102i++; 103 104top.authors[i] = "zHTML xD.5375.0300.0001.0002."; 105top.titles[i] = "NDS Event Functions"; 106i++; 107 108top.authors[i] = "zHTML xD.5375.0300.0001.0003."; 109top.titles[i] = "NDS Event Priorities"; 110i++; 111 112top.authors[i] = "zHTML xD.5375.0300.0001.0004."; 113top.titles[i] = "NDS Event Data Filtering"; 114i++; 115 116top.authors[i] = "zHTML xD.5375.0300.0001.0005."; 117top.titles[i] = "NDS Event Types"; 118i++; 119 120top.authors[i] = "zHTML xD.5375.0300.0001.0006."; 121top.titles[i] = "Global Network Monitoring"; 122i++; 123 124top.authors[i] = "zFLDR xC.5375.0300.0002."; 125top.titles[i] = "Tasks"; 126i++; 127 128top.authors[i] = "zHTML xD.5375.0300.0002.0001."; 129top.titles[i] = "Monitoring NDS Events"; 130i++; 131 132top.authors[i] = "zHTML xD.5375.0300.0002.0002."; 133top.titles[i] = "Registering for NDS Events"; 134i++; 135 136top.authors[i] = "zHTML xD.5375.0300.0002.0003."; 137top.titles[i] = "Unregistering for NDS Events"; 138i++; 139 140top.authors[i] = "zFLDR xC.5375.0300.0003."; 141top.titles[i] = "Functions"; 142i++; 143 144top.authors[i] = "zHTML xD.5375.0300.0003.0001."; 145top.titles[i] = "NWDSEConvertEntryName"; 146i++; 147 148top.authors[i] = "zHTML xD.5375.0300.0003.0002."; 149top.titles[i] = "NWDSEGetLocalAttrID"; 150i++; 151 152top.authors[i] = "zHTML xD.5375.0300.0003.0003."; 153top.titles[i] = "NWDSEGetLocalAttrName"; 154i++; 155 156top.authors[i] = "zHTML xD.5375.0300.0003.0004."; 157top.titles[i] = "NWDSEGetLocalClassID"; 158i++; 159 160top.authors[i] = "zHTML xD.5375.0300.0003.0005."; 161top.titles[i] = "NWDSEGetLocalClassName"; 162i++; 163 164top.authors[i] = "zHTML xD.5375.0300.0003.0006."; 165top.titles[i] = "NWDSEGetLocalEntryID"; 166i++; 167 168top.authors[i] = "zHTML xD.5375.0300.0003.0007."; 169top.titles[i] = "NWDSEGetLocalEntryName"; 170i++; 171 172top.authors[i] = "zHTML xD.5375.0300.0003.0008."; 173top.titles[i] = "NWDSERegisterForEvent"; 174i++; 175 176top.authors[i] = "zHTML xD.5375.0300.0003.0009."; 177top.titles[i] = "NWDSERegisterForEventWithResult"; 178i++; 179 180top.authors[i] = "zHTML xD.5375.0300.0003.0010."; 181top.titles[i] = "NWDSEUnRegisterForEvent"; 182i++; 183 184top.authors[i] = "zFLDR xC.5375.0300.0004."; 185top.titles[i] = "Structures"; 186i++; 187 188top.authors[i] = "zHTML xD.5375.0300.0004.0001."; 189top.titles[i] = "DSEACL"; 190i++; 191 192top.authors[i] = "zHTML xD.5375.0300.0004.0002."; 193top.titles[i] = "DSEBackLink"; 194i++; 195 196top.authors[i] = "zHTML xD.5375.0300.0004.0003."; 197top.titles[i] = "DSEBinderyObjectInfo"; 198i++; 199 200top.authors[i] = "zHTML xD.5375.0300.0004.0004."; 201top.titles[i] = "DSEBitString"; 202i++; 203 204top.authors[i] = "zHTML xD.5375.0300.0004.0005."; 205top.titles[i] = "DSEChangeConnState"; 206i++; 207 208top.authors[i] = "zHTML xD.5375.0300.0004.0006."; 209top.titles[i] = "DSECIList"; 210i++; 211 212top.authors[i] = "zHTML xD.5375.0300.0004.0007."; 213top.titles[i] = "DSEDebugInfo"; 214i++; 215 216top.authors[i] = "zHTML xD.5375.0300.0004.0008."; 217top.titles[i] = "DSEEmailAddress"; 218i++; 219 220top.authors[i] = "zHTML xD.5375.0300.0004.0009."; 221top.titles[i] = "DSEEntryInfo"; 222i++; 223 224top.authors[i] = "zHTML xD.5375.0300.0004.0010."; 225top.titles[i] = "DSEEntryInfo2"; 226i++; 227 228top.authors[i] = "zHTML xD.5375.0300.0004.0011."; 229top.titles[i] = "DSEEventData"; 230i++; 231 232top.authors[i] = "zHTML xD.5375.0300.0004.0012."; 233top.titles[i] = "DSEFaxNumber"; 234i++; 235 236top.authors[i] = "zHTML xD.5375.0300.0004.0013."; 237top.titles[i] = "DSEHold"; 238i++; 239 240top.authors[i] = "zHTML xD.5375.0300.0004.0014."; 241top.titles[i] = "DSEModuleState"; 242i++; 243 244top.authors[i] = "zHTML xD.5375.0300.0004.0015."; 245top.titles[i] = "DSENetAddress"; 246i++; 247 248top.authors[i] = "zHTML xD.5375.0300.0004.0016."; 249top.titles[i] = "DSEOctetList"; 250i++; 251 252top.authors[i] = "zHTML xD.5375.0300.0004.0017."; 253top.titles[i] = "DSEPath"; 254i++; 255 256top.authors[i] = "zHTML xD.5375.0300.0004.0018."; 257top.titles[i] = "DSEReplicaPointer"; 258i++; 259 260top.authors[i] = "zHTML xD.5375.0300.0004.0019."; 261top.titles[i] = "DSESEVInfo"; 262i++; 263 264top.authors[i] = "zHTML xD.5375.0300.0004.0020."; 265top.titles[i] = "DSETimeStamp"; 266i++; 267 268top.authors[i] = "zHTML xD.5375.0300.0004.0021."; 269top.titles[i] = "DSETraceInfo"; 270i++; 271 272top.authors[i] = "zHTML xD.5375.0300.0004.0022."; 273top.titles[i] = "DSETypedName"; 274i++; 275 276top.authors[i] = "zHTML xD.5375.0300.0004.0023."; 277top.titles[i] = "DSEVALData"; 278i++; 279 280top.authors[i] = "zHTML xD.5375.0300.0004.0024."; 281top.titles[i] = "DSEValueInfo"; 282i++; 283 284top.authors[i] = "zFLDR xC.5375.0300.0005."; 285top.titles[i] = "Values"; 286i++; 287 288top.authors[i] = "zHTML xD.5375.0300.0005.0001."; 289top.titles[i] = "Event Priorities"; 290i++; 291 292top.authors[i] = "zHTML xD.5375.0300.0005.0002."; 293top.titles[i] = "Event Types"; 294i++; 295 296top.authors[i] = "zHTML xC.5375.0300.0006."; 297top.titles[i] = "Revision History"; 298i++; 299 300top.authors[i] = "zFLDR xB.5375.0600."; 301top.titles[i] = "NDS Technical Overview"; 302i++; 303 304top.authors[i] = "zFLDR xC.5375.0600.0001."; 305top.titles[i] = "NDS as the Internet Directory"; 306i++; 307 308top.authors[i] = "zHTML xD.5375.0600.0001.0001."; 309top.titles[i] = "Requirements for Networks and the Internet"; 310i++; 311 312top.authors[i] = "zHTML xD.5375.0600.0001.0002."; 313top.titles[i] = "NDS Compliance to X.500 Standard"; 314i++; 315 316top.authors[i] = "zHTML xD.5375.0600.0001.0003."; 317top.titles[i] = "NDS Compliance with LDAP v3"; 318i++; 319 320top.authors[i] = "zHTML xD.5375.0600.0001.0004."; 321top.titles[i] = "Directory Access Protocols"; 322i++; 323 324top.authors[i] = "zHTML xD.5375.0600.0001.0005."; 325top.titles[i] = "Programming Interfaces for NDS"; 326i++; 327 328top.authors[i] = "zHTML xD.5375.0600.0001.0006."; 329top.titles[i] = "NDS Architecture"; 330i++; 331 332top.authors[i] = "zFLDR xC.5375.0600.0002."; 333top.titles[i] = "NDS Objects"; 334i++; 335 336top.authors[i] = "zHTML xD.5375.0600.0002.0001."; 337top.titles[i] = "NDS Names"; 338i++; 339 340top.authors[i] = "zHTML xD.5375.0600.0002.0002."; 341top.titles[i] = "Types of Information Stored in NDS"; 342i++; 343 344top.authors[i] = "zHTML xD.5375.0600.0002.0003."; 345top.titles[i] = "Retrieval of Information from NDS"; 346i++; 347 348top.authors[i] = "zHTML xD.5375.0600.0002.0004."; 349top.titles[i] = "Tree Walking"; 350i++; 351 352top.authors[i] = "zHTML xD.5375.0600.0002.0005."; 353top.titles[i] = "NDS Object Management"; 354i++; 355 356top.authors[i] = "zFLDR xC.5375.0600.0003."; 357top.titles[i] = "NDS Security"; 358i++; 359 360top.authors[i] = "zHTML xD.5375.0600.0003.0001."; 361top.titles[i] = "Authentication"; 362i++; 363 364top.authors[i] = "zHTML xD.5375.0600.0003.0002."; 365top.titles[i] = "Access Control Lists"; 366i++; 367 368top.authors[i] = "zHTML xD.5375.0600.0003.0003."; 369top.titles[i] = "Inheritance"; 370i++; 371 372top.authors[i] = "zHTML xD.5375.0600.0003.0004."; 373top.titles[i] = "NetWare File System"; 374i++; 375 376top.authors[i] = "zFLDR xC.5375.0600.0004."; 377top.titles[i] = "Partitions and Replicas"; 378i++; 379 380top.authors[i] = "zHTML xD.5375.0600.0004.0001."; 381top.titles[i] = "Partitioning"; 382i++; 383 384top.authors[i] = "zHTML xD.5375.0600.0004.0002."; 385top.titles[i] = "Replication"; 386i++; 387 388top.authors[i] = "zHTML xD.5375.0600.0004.0003."; 389top.titles[i] = "Distributed Reference Management"; 390i++; 391 392top.authors[i] = "zHTML xD.5375.0600.0004.0004."; 393top.titles[i] = "Partition Operations"; 394i++; 395 396top.authors[i] = "zHTML xD.5375.0600.0004.0005."; 397top.titles[i] = "Synchronization"; 398i++; 399 400top.authors[i] = "zHTML xD.5375.0600.0004.0006."; 401top.titles[i] = "Background Processes"; 402i++; 403 404top.authors[i] = "zFLDR xC.5375.0600.0005."; 405top.titles[i] = "Bindery Services"; 406i++; 407 408top.authors[i] = "zHTML xD.5375.0600.0005.0001."; 409top.titles[i] = "NDS Bindery Context"; 410i++; 411 412top.authors[i] = "zHTML xD.5375.0600.0005.0002."; 413top.titles[i] = "Bindery Context Path"; 414i++; 415 416top.authors[i] = "zHTML xD.5375.0600.0005.0003."; 417top.titles[i] = "Bindery Context Eclipsing"; 418i++; 419 420top.authors[i] = "zHTML xD.5375.0600.0005.0004."; 421top.titles[i] = "NDS Bindery Objects"; 422i++; 423 424top.authors[i] = "zFLDR xC.5375.0600.0006."; 425top.titles[i] = "NDS Return Values"; 426i++; 427 428top.authors[i] = "zHTML xD.5375.0600.0006.0001."; 429top.titles[i] = "NDS Return Values from the Operating System"; 430i++; 431 432top.authors[i] = "zHTML xD.5375.0600.0006.0002."; 433top.titles[i] = "NDS Client Return Values"; 434i++; 435 436top.authors[i] = "zHTML xD.5375.0600.0006.0003."; 437top.titles[i] = "NDS Agent Return Values"; 438i++; 439 440top.authors[i] = "zFLDR xC.5375.0600.0007."; 441top.titles[i] = "Directory Services Trace Utilities"; 442i++; 443 444top.authors[i] = "zHTML xD.5375.0600.0007.0001."; 445top.titles[i] = "Using the DSTrace NLM"; 446i++; 447 448top.authors[i] = "zHTML xD.5375.0600.0007.0002."; 449top.titles[i] = "Using Basic SET DSTrace Commands"; 450i++; 451 452top.authors[i] = "zHTML xD.5375.0600.0007.0003."; 453top.titles[i] = "Starting Background Processes with SET DSTrace"; 454i++; 455 456top.authors[i] = "zHTML xD.5375.0600.0007.0004."; 457top.titles[i] = "Tuning Background Processes"; 458i++; 459 460top.authors[i] = "zHTML xD.5375.0600.0007.0005."; 461top.titles[i] = "Enabling DSTrace Messages with SET DSTrace"; 462i++; 463 464top.authors[i] = "zHTML xC.5375.0600.0008."; 465top.titles[i] = "Revision History"; 466i++; 467 468top.authors[i] = "zFLDR xB.5375.0200."; 469top.titles[i] = "NDS Core Services"; 470i++; 471 472top.authors[i] = "zFLDR xC.5375.0200.0001."; 473top.titles[i] = "Programming Concepts"; 474i++; 475 476top.authors[i] = "zHTML xD.5375.0200.0001.0001."; 477top.titles[i] = "Context Handles"; 478i++; 479 480top.authors[i] = "zHTML xD.5375.0200.0001.0002."; 481top.titles[i] = "Buffer Management"; 482i++; 483 484top.authors[i] = "zHTML xD.5375.0200.0001.0003."; 485top.titles[i] = "Read Requests for Object Information"; 486i++; 487 488top.authors[i] = "zHTML xD.5375.0200.0001.0004."; 489top.titles[i] = "Search Requests"; 490i++; 491 492top.authors[i] = "zHTML xD.5375.0200.0001.0005."; 493top.titles[i] = "Developing in a Loosely Consistent Environment"; 494i++; 495 496top.authors[i] = "zHTML xD.5375.0200.0001.0006."; 497top.titles[i] = "Add Object Requests"; 498i++; 499 500top.authors[i] = "zHTML xD.5375.0200.0001.0007."; 501top.titles[i] = "NDS Security and Applications"; 502i++; 503 504top.authors[i] = "zHTML xD.5375.0200.0001.0008."; 505top.titles[i] = "Authentication of Client Applications"; 506i++; 507 508top.authors[i] = "zHTML xD.5375.0200.0001.0009."; 509top.titles[i] = "Multiple Tree Support"; 510i++; 511 512top.authors[i] = "zHTML xD.5375.0200.0001.0010."; 513top.titles[i] = "Effective Rights Function"; 514i++; 515 516top.authors[i] = "zHTML xD.5375.0200.0001.0011."; 517top.titles[i] = "Partition Functions"; 518i++; 519 520top.authors[i] = "zHTML xD.5375.0200.0001.0012."; 521top.titles[i] = "Replica Functions"; 522i++; 523 524top.authors[i] = "zHTML xD.5375.0200.0001.0013."; 525top.titles[i] = "Read Requests for Schema Information"; 526i++; 527 528top.authors[i] = "zHTML xD.5375.0200.0001.0014."; 529top.titles[i] = "Schema Extension Requests"; 530i++; 531 532top.authors[i] = "zFLDR xC.5375.0200.0002."; 533top.titles[i] = "Tasks"; 534i++; 535 536top.authors[i] = "zHTML xD.5375.0200.0002.0001."; 537top.titles[i] = "Context Handle Tasks"; 538i++; 539 540top.authors[i] = "zHTML xD.5375.0200.0002.0002."; 541top.titles[i] = "Buffer Tasks"; 542i++; 543 544top.authors[i] = "zHTML xD.5375.0200.0002.0003."; 545top.titles[i] = "Authentication and Connection Tasks"; 546i++; 547 548top.authors[i] = "zHTML xD.5375.0200.0002.0004."; 549top.titles[i] = "Object Tasks"; 550i++; 551 552top.authors[i] = "zHTML xD.5375.0200.0002.0005."; 553top.titles[i] = "Partition and Replica Tasks"; 554i++; 555 556top.authors[i] = "zHTML xD.5375.0200.0002.0006."; 557top.titles[i] = "Schema Tasks"; 558i++; 559 560top.authors[i] = "zFLDR xC.5375.0200.0003."; 561top.titles[i] = "Functions"; 562i++; 563 564top.authors[i] = "zHTML xD.5375.0200.0003.0001."; 565top.titles[i] = "NWDSAbbreviateName"; 566i++; 567 568top.authors[i] = "zHTML xD.5375.0200.0003.0002."; 569top.titles[i] = "NWDSAbortPartitionOperation"; 570i++; 571 572top.authors[i] = "zHTML xD.5375.0200.0003.0003."; 573top.titles[i] = "NWDSAddFilterToken"; 574i++; 575 576top.authors[i] = "zHTML xD.5375.0200.0003.0004."; 577top.titles[i] = "NWDSAddObject"; 578i++; 579 580top.authors[i] = "zHTML xD.5375.0200.0003.0005."; 581top.titles[i] = "NWDSAddPartition (obsolete---moved from .h file 11/99)"; 582i++; 583 584top.authors[i] = "zHTML xD.5375.0200.0003.0006."; 585top.titles[i] = "NWDSAddReplica"; 586i++; 587 588top.authors[i] = "zHTML xD.5375.0200.0003.0007."; 589top.titles[i] = "NWDSAddSecurityEquiv"; 590i++; 591 592top.authors[i] = "zHTML xD.5375.0200.0003.0008."; 593top.titles[i] = "NWDSAllocBuf"; 594i++; 595 596top.authors[i] = "zHTML xD.5375.0200.0003.0009."; 597top.titles[i] = "NWDSAllocFilter"; 598i++; 599 600top.authors[i] = "zHTML xD.5375.0200.0003.0010."; 601top.titles[i] = "NWDSAuditGetObjectID"; 602i++; 603 604top.authors[i] = "zHTML xD.5375.0200.0003.0011."; 605top.titles[i] = "NWDSAuthenticate"; 606i++; 607 608top.authors[i] = "zHTML xD.5375.0200.0003.0012."; 609top.titles[i] = "NWDSAuthenticateConn"; 610i++; 611 612top.authors[i] = "zHTML xD.5375.0200.0003.0013."; 613top.titles[i] = "NWDSAuthenticateConnEx"; 614i++; 615 616top.authors[i] = "zHTML xD.5375.0200.0003.0014."; 617top.titles[i] = "NWDSBackupObject"; 618i++; 619 620top.authors[i] = "zHTML xD.5375.0200.0003.0015."; 621top.titles[i] = "NWDSBeginClassItem"; 622i++; 623 624top.authors[i] = "zHTML xD.5375.0200.0003.0016."; 625top.titles[i] = "NWDSCanDSAuthenticate"; 626i++; 627 628top.authors[i] = "zHTML xD.5375.0200.0003.0017."; 629top.titles[i] = "NWDSCanonicalizeName"; 630i++; 631 632top.authors[i] = "zHTML xD.5375.0200.0003.0018."; 633top.titles[i] = "NWDSChangeObjectPassword"; 634i++; 635 636top.authors[i] = "zHTML xD.5375.0200.0003.0019."; 637top.titles[i] = "NWDSChangeReplicaType"; 638i++; 639 640top.authors[i] = "zHTML xD.5375.0200.0003.0020."; 641top.titles[i] = "NWDSCIStringsMatch"; 642i++; 643 644top.authors[i] = "zHTML xD.5375.0200.0003.0021."; 645top.titles[i] = "NWDSCloseIteration"; 646i++; 647 648top.authors[i] = "zHTML xD.5375.0200.0003.0022."; 649top.titles[i] = "NWDSCompare"; 650i++; 651 652top.authors[i] = "zHTML xD.5375.0200.0003.0023."; 653top.titles[i] = "NWDSComputeAttrValSize"; 654i++; 655 656top.authors[i] = "zHTML xD.5375.0200.0003.0024."; 657top.titles[i] = "NWDSCreateContext (obsolete---moved from .h file 6/99)"; 658i++; 659 660top.authors[i] = "zHTML xD.5375.0200.0003.0025."; 661top.titles[i] = "NWDSCreateContextHandle"; 662i++; 663 664top.authors[i] = "zHTML xD.5375.0200.0003.0026."; 665top.titles[i] = "NWDSDefineAttr"; 666i++; 667 668top.authors[i] = "zHTML xD.5375.0200.0003.0027."; 669top.titles[i] = "NWDSDefineClass"; 670i++; 671 672top.authors[i] = "zHTML xD.5375.0200.0003.0028."; 673top.titles[i] = "NWDSDelFilterToken"; 674i++; 675 676top.authors[i] = "zHTML xD.5375.0200.0003.0029."; 677top.titles[i] = "NWDSDuplicateContext (obsolete 03/99)"; 678i++; 679 680top.authors[i] = "zHTML xD.5375.0200.0003.0030."; 681top.titles[i] = "NWDSDuplicateContextHandle"; 682i++; 683 684top.authors[i] = "zHTML xD.5375.0200.0003.0031."; 685top.titles[i] = "NWDSExtSyncList"; 686i++; 687 688top.authors[i] = "zHTML xD.5375.0200.0003.0032."; 689top.titles[i] = "NWDSExtSyncRead"; 690i++; 691 692top.authors[i] = "zHTML xD.5375.0200.0003.0033."; 693top.titles[i] = "NWDSExtSyncSearch"; 694i++; 695 696top.authors[i] = "zHTML xD.5375.0200.0003.0034."; 697top.titles[i] = "NWDSFreeBuf"; 698i++; 699 700top.authors[i] = "zHTML xD.5375.0200.0003.0035."; 701top.titles[i] = "NWDSFreeContext"; 702i++; 703 704top.authors[i] = "zHTML xD.5375.0200.0003.0036."; 705top.titles[i] = "NWDSFreeFilter"; 706i++; 707 708top.authors[i] = "zHTML xD.5375.0200.0003.0037."; 709top.titles[i] = "NWDSGenerateObjectKeyPair"; 710i++; 711 712top.authors[i] = "zHTML xD.5375.0200.0003.0038."; 713top.titles[i] = "NWDSGetAttrCount"; 714i++; 715 716top.authors[i] = "zHTML xD.5375.0200.0003.0039."; 717top.titles[i] = "NWDSGetAttrDef"; 718i++; 719 720top.authors[i] = "zHTML xD.5375.0200.0003.0040."; 721top.titles[i] = "NWDSGetAttrName"; 722i++; 723 724top.authors[i] = "zHTML xD.5375.0200.0003.0041."; 725top.titles[i] = "NWDSGetAttrVal"; 726i++; 727 728top.authors[i] = "zHTML xD.5375.0200.0003.0042."; 729top.titles[i] = "NWDSGetAttrValFlags"; 730i++; 731 732top.authors[i] = "zHTML xD.5375.0200.0003.0043."; 733top.titles[i] = "NWDSGetAttrValModTime"; 734i++; 735 736top.authors[i] = "zHTML xD.5375.0200.0003.0044."; 737top.titles[i] = "NWDSGetBinderyContext"; 738i++; 739 740top.authors[i] = "zHTML xD.5375.0200.0003.0045."; 741top.titles[i] = "NWDSGetClassDef"; 742i++; 743 744top.authors[i] = "zHTML xD.5375.0200.0003.0046."; 745top.titles[i] = "NWDSGetClassDefCount"; 746i++; 747 748top.authors[i] = "zHTML xD.5375.0200.0003.0047."; 749top.titles[i] = "NWDSGetClassItem"; 750i++; 751 752top.authors[i] = "zHTML xD.5375.0200.0003.0048."; 753top.titles[i] = "NWDSGetClassItemCount"; 754i++; 755 756top.authors[i] = "zHTML xD.5375.0200.0003.0049."; 757top.titles[i] = "NWDSGetContext"; 758i++; 759 760top.authors[i] = "zHTML xD.5375.0200.0003.0050."; 761top.titles[i] = "NWDSGetCountByClassAndName"; 762i++; 763 764top.authors[i] = "zHTML xD.5375.0200.0003.0051."; 765top.titles[i] = "NWDSGetCurrentUser"; 766i++; 767 768top.authors[i] = "zHTML xD.5375.0200.0003.0052."; 769top.titles[i] = "NWDSGetDefNameContext"; 770i++; 771 772top.authors[i] = "zHTML xD.5375.0200.0003.0053."; 773top.titles[i] = "NWDSGetDSIInfo"; 774i++; 775 776top.authors[i] = "zHTML xD.5375.0200.0003.0054."; 777top.titles[i] = "NWDSGetDSVerInfo"; 778i++; 779 780top.authors[i] = "zHTML xD.5375.0200.0003.0055."; 781top.titles[i] = "NWDSGetEffectiveRights"; 782i++; 783 784top.authors[i] = "zHTML xD.5375.0200.0003.0056."; 785top.titles[i] = "NWDSGetMonitoredConnRef"; 786i++; 787 788top.authors[i] = "zHTML xD.5375.0200.0003.0057."; 789top.titles[i] = "NWDSGetNDSInfo"; 790i++; 791 792top.authors[i] = "zHTML xD.5375.0200.0003.0058."; 793top.titles[i] = "NWDSGetObjectCount"; 794i++; 795 796top.authors[i] = "zHTML xD.5375.0200.0003.0059."; 797top.titles[i] = "NWDSGetObjectHostServerAddress"; 798i++; 799 800top.authors[i] = "zHTML xD.5375.0200.0003.0060."; 801top.titles[i] = "NWDSGetObjectName"; 802i++; 803 804top.authors[i] = "zHTML xD.5375.0200.0003.0061."; 805top.titles[i] = "NWDSGetObjectNameAndInfo"; 806i++; 807 808top.authors[i] = "zHTML xD.5375.0200.0003.0062."; 809top.titles[i] = "NWDSGetPartitionExtInfo"; 810i++; 811 812top.authors[i] = "zHTML xD.5375.0200.0003.0063."; 813top.titles[i] = "NWDSGetPartitionExtInfoPtr"; 814i++; 815 816top.authors[i] = "zHTML xD.5375.0200.0003.0064."; 817top.titles[i] = "NWDSGetPartitionInfo"; 818i++; 819 820top.authors[i] = "zHTML xD.5375.0200.0003.0065."; 821top.titles[i] = "NWDSGetPartitionRoot"; 822i++; 823 824top.authors[i] = "zHTML xD.5375.0200.0003.0066."; 825top.titles[i] = "NWDSGetServerAddresses (obsolete 3/98)"; 826i++; 827 828top.authors[i] = "zHTML xD.5375.0200.0003.0067."; 829top.titles[i] = "NWDSGetServerAddresses2"; 830i++; 831 832top.authors[i] = "zHTML xD.5375.0200.0003.0068."; 833top.titles[i] = "NWDSGetServerDN"; 834i++; 835 836top.authors[i] = "zHTML xD.5375.0200.0003.0069."; 837top.titles[i] = "NWDSGetServerName"; 838i++; 839 840top.authors[i] = "zHTML xD.5375.0200.0003.0070."; 841top.titles[i] = "NWDSGetSyntaxCount"; 842i++; 843 844top.authors[i] = "zHTML xD.5375.0200.0003.0071."; 845top.titles[i] = "NWDSGetSyntaxDef"; 846i++; 847 848top.authors[i] = "zHTML xD.5375.0200.0003.0072."; 849top.titles[i] = "NWDSGetSyntaxID"; 850i++; 851 852top.authors[i] = "zHTML xD.5375.0200.0003.0073."; 853top.titles[i] = "NWDSInitBuf"; 854i++; 855 856top.authors[i] = "zHTML xD.5375.0200.0003.0074."; 857top.titles[i] = "NWDSInspectEntry"; 858i++; 859 860top.authors[i] = "zHTML xD.5375.0200.0003.0075."; 861top.titles[i] = "NWDSJoinPartitions"; 862i++; 863 864top.authors[i] = "zHTML xD.5375.0200.0003.0076."; 865top.titles[i] = "NWDSList"; 866i++; 867 868top.authors[i] = "zHTML xD.5375.0200.0003.0077."; 869top.titles[i] = "NWDSListAttrsEffectiveRights"; 870i++; 871 872top.authors[i] = "zHTML xD.5375.0200.0003.0078."; 873top.titles[i] = "NWDSListByClassAndName"; 874i++; 875 876top.authors[i] = "zHTML xD.5375.0200.0003.0079."; 877top.titles[i] = "NWDSListContainableClasses"; 878i++; 879 880top.authors[i] = "zHTML xD.5375.0200.0003.0080."; 881top.titles[i] = "NWDSListContainers"; 882i++; 883 884top.authors[i] = "zHTML xD.5375.0200.0003.0081."; 885top.titles[i] = "NWDSListPartitions"; 886i++; 887 888top.authors[i] = "zHTML xD.5375.0200.0003.0082."; 889top.titles[i] = "NWDSListPartitionsExtInfo"; 890i++; 891 892top.authors[i] = "zHTML xD.5375.0200.0003.0083."; 893top.titles[i] = "NWDSLogin"; 894i++; 895 896top.authors[i] = "zHTML xD.5375.0200.0003.0084."; 897top.titles[i] = "NWDSLoginAsServer"; 898i++; 899 900top.authors[i] = "zHTML xD.5375.0200.0003.0085."; 901top.titles[i] = "NWDSLogout"; 902i++; 903 904top.authors[i] = "zHTML xD.5375.0200.0003.0086."; 905top.titles[i] = "NWDSMapIDToName"; 906i++; 907 908top.authors[i] = "zHTML xD.5375.0200.0003.0087."; 909top.titles[i] = "NWDSMapNameToID"; 910i++; 911 912top.authors[i] = "zHTML xD.5375.0200.0003.0088."; 913top.titles[i] = "NWDSModifyClassDef"; 914i++; 915 916top.authors[i] = "zHTML xD.5375.0200.0003.0089."; 917top.titles[i] = "NWDSModifyDN"; 918i++; 919 920top.authors[i] = "zHTML xD.5375.0200.0003.0090."; 921top.titles[i] = "NWDSModifyObject"; 922i++; 923 924top.authors[i] = "zHTML xD.5375.0200.0003.0091."; 925top.titles[i] = "NWDSModifyRDN"; 926i++; 927 928top.authors[i] = "zHTML xD.5375.0200.0003.0092."; 929top.titles[i] = "NWDSMoveObject"; 930i++; 931 932top.authors[i] = "zHTML xD.5375.0200.0003.0093."; 933top.titles[i] = "NWDSMutateObject"; 934i++; 935 936top.authors[i] = "zHTML xD.5375.0200.0003.0094."; 937top.titles[i] = "NWDSOpenConnToNDSServer"; 938i++; 939 940top.authors[i] = "zHTML xD.5375.0200.0003.0095."; 941top.titles[i] = "NWDSOpenMonitoredConn"; 942i++; 943 944top.authors[i] = "zHTML xD.5375.0200.0003.0096."; 945top.titles[i] = "NWDSOpenStream"; 946i++; 947 948top.authors[i] = "zHTML xD.5375.0200.0003.0097."; 949top.titles[i] = "NWDSPartitionReceiveAllUpdates"; 950i++; 951 952top.authors[i] = "zHTML xD.5375.0200.0003.0098."; 953top.titles[i] = "NWDSPartitionSendAllUpdates"; 954i++; 955 956top.authors[i] = "zHTML xD.5375.0200.0003.0099."; 957top.titles[i] = "NWDSPutAttrName"; 958i++; 959 960top.authors[i] = "zHTML xD.5375.0200.0003.0100."; 961top.titles[i] = "NWDSPutAttrNameAndVal"; 962i++; 963 964top.authors[i] = "zHTML xD.5375.0200.0003.0101."; 965top.titles[i] = "NWDSPutAttrVal"; 966i++; 967 968top.authors[i] = "zHTML xD.5375.0200.0003.0102."; 969top.titles[i] = "NWDSPutChange"; 970i++; 971 972top.authors[i] = "zHTML xD.5375.0200.0003.0103."; 973top.titles[i] = "NWDSPutChangeAndVal"; 974i++; 975 976top.authors[i] = "zHTML xD.5375.0200.0003.0104."; 977top.titles[i] = "NWDSPutClassItem"; 978i++; 979 980top.authors[i] = "zHTML xD.5375.0200.0003.0105."; 981top.titles[i] = "NWDSPutClassName"; 982i++; 983 984top.authors[i] = "zHTML xD.5375.0200.0003.0106."; 985top.titles[i] = "NWDSPutFilter"; 986i++; 987 988top.authors[i] = "zHTML xD.5375.0200.0003.0107."; 989top.titles[i] = "NWDSPutSyntaxName"; 990i++; 991 992top.authors[i] = "zHTML xD.5375.0200.0003.0108."; 993top.titles[i] = "NWDSRead"; 994i++; 995 996top.authors[i] = "zHTML xD.5375.0200.0003.0109."; 997top.titles[i] = "NWDSReadAttrDef"; 998i++; 999 1000top.authors[i] = "zHTML xD.5375.0200.0003.0110."; 1001top.titles[i] = "NWDSReadClassDef"; 1002i++; 1003 1004top.authors[i] = "zHTML xD.5375.0200.0003.0111."; 1005top.titles[i] = "NWDSReadNDSInfo"; 1006i++; 1007 1008top.authors[i] = "zHTML xD.5375.0200.0003.0112."; 1009top.titles[i] = "NWDSReadObjectDSIInfo"; 1010i++; 1011 1012top.authors[i] = "zHTML xD.5375.0200.0003.0113."; 1013top.titles[i] = "NWDSReadObjectInfo"; 1014i++; 1015 1016top.authors[i] = "zHTML xD.5375.0200.0003.0114."; 1017top.titles[i] = "NWDSReadReferences"; 1018i++; 1019 1020top.authors[i] = "zHTML xD.5375.0200.0003.0115."; 1021top.titles[i] = "NWDSReadSyntaxDef"; 1022i++; 1023 1024top.authors[i] = "zHTML xD.5375.0200.0003.0116."; 1025top.titles[i] = "NWDSReadSyntaxes"; 1026i++; 1027 1028top.authors[i] = "zHTML xD.5375.0200.0003.0117."; 1029top.titles[i] = "NWDSReloadDS"; 1030i++; 1031 1032top.authors[i] = "zHTML xD.5375.0200.0003.0118."; 1033top.titles[i] = "NWDSRemoveAllTypes"; 1034i++; 1035 1036top.authors[i] = "zHTML xD.5375.0200.0003.0119."; 1037top.titles[i] = "NWDSRemoveAttrDef"; 1038i++; 1039 1040top.authors[i] = "zHTML xD.5375.0200.0003.0120."; 1041top.titles[i] = "NWDSRemoveClassDef"; 1042i++; 1043 1044top.authors[i] = "zHTML xD.5375.0200.0003.0121."; 1045top.titles[i] = "NWDSRemoveObject"; 1046i++; 1047 1048top.authors[i] = "zHTML xD.5375.0200.0003.0122."; 1049top.titles[i] = "NWDSRemovePartition"; 1050i++; 1051 1052top.authors[i] = "zHTML xD.5375.0200.0003.0123."; 1053top.titles[i] = "NWDSRemoveReplica"; 1054i++; 1055 1056top.authors[i] = "zHTML xD.5375.0200.0003.0124."; 1057top.titles[i] = "NWDSRemSecurityEquiv"; 1058i++; 1059 1060top.authors[i] = "zHTML xD.5375.0200.0003.0125."; 1061top.titles[i] = "NWDSRepairTimeStamps"; 1062i++; 1063 1064top.authors[i] = "zHTML xD.5375.0200.0003.0126."; 1065top.titles[i] = "NWDSReplaceAttrNameAbbrev"; 1066i++; 1067 1068top.authors[i] = "zHTML xD.5375.0200.0003.0127."; 1069top.titles[i] = "NWDSResolveName"; 1070i++; 1071 1072top.authors[i] = "zHTML xD.5375.0200.0003.0128."; 1073top.titles[i] = "NWDSRestoreObject"; 1074i++; 1075 1076top.authors[i] = "zHTML xD.5375.0200.0003.0129."; 1077top.titles[i] = "NWDSReturnBlockOfAvailableTrees"; 1078i++; 1079 1080top.authors[i] = "zHTML xD.5375.0200.0003.0130."; 1081top.titles[i] = "NWDSScanConnsForTrees"; 1082i++; 1083 1084top.authors[i] = "zHTML xD.5375.0200.0003.0131."; 1085top.titles[i] = "NWDSScanForAvailableTrees"; 1086i++; 1087 1088top.authors[i] = "zHTML xD.5375.0200.0003.0132."; 1089top.titles[i] = "NWDSSearch"; 1090i++; 1091 1092top.authors[i] = "zHTML xD.5375.0200.0003.0133."; 1093top.titles[i] = "NWDSSetContext"; 1094i++; 1095 1096top.authors[i] = "zHTML xD.5375.0200.0003.0134."; 1097top.titles[i] = "NWDSSetCurrentUser"; 1098i++; 1099 1100top.authors[i] = "zHTML xD.5375.0200.0003.0135."; 1101top.titles[i] = "NWDSSetDefNameContext"; 1102i++; 1103 1104top.authors[i] = "zHTML xD.5375.0200.0003.0136."; 1105top.titles[i] = "NWDSSetMonitoredConnection"; 1106i++; 1107 1108top.authors[i] = "zHTML xD.5375.0200.0003.0137."; 1109top.titles[i] = "NWDSSplitPartition"; 1110i++; 1111 1112top.authors[i] = "zHTML xD.5375.0200.0003.0138."; 1113top.titles[i] = "NWDSSyncPartition"; 1114i++; 1115 1116top.authors[i] = "zHTML xD.5375.0200.0003.0139."; 1117top.titles[i] = "NWDSSyncReplicaToServer"; 1118i++; 1119 1120top.authors[i] = "zHTML xD.5375.0200.0003.0140."; 1121top.titles[i] = "NWDSSyncSchema"; 1122i++; 1123 1124top.authors[i] = "zHTML xD.5375.0200.0003.0141."; 1125top.titles[i] = "NWDSUnlockConnection"; 1126i++; 1127 1128top.authors[i] = "zHTML xD.5375.0200.0003.0142."; 1129top.titles[i] = "NWDSVerifyObjectPassword"; 1130i++; 1131 1132top.authors[i] = "zHTML xD.5375.0200.0003.0143."; 1133top.titles[i] = "NWDSWhoAmI"; 1134i++; 1135 1136top.authors[i] = "zHTML xD.5375.0200.0003.0144."; 1137top.titles[i] = "NWGetDefaultNameContext"; 1138i++; 1139 1140top.authors[i] = "zHTML xD.5375.0200.0003.0145."; 1141top.titles[i] = "NWGetFileServerUTCTime"; 1142i++; 1143 1144top.authors[i] = "zHTML xD.5375.0200.0003.0146."; 1145top.titles[i] = "NWGetNumConnections"; 1146i++; 1147 1148top.authors[i] = "zHTML xD.5375.0200.0003.0147."; 1149top.titles[i] = "NWGetNWNetVersion"; 1150i++; 1151 1152top.authors[i] = "zHTML xD.5375.0200.0003.0148."; 1153top.titles[i] = "NWGetPreferredConnName"; 1154i++; 1155 1156top.authors[i] = "zHTML xD.5375.0200.0003.0149."; 1157top.titles[i] = "NWIsDSAuthenticated"; 1158i++; 1159 1160top.authors[i] = "zHTML xD.5375.0200.0003.0150."; 1161top.titles[i] = "NWIsDSServer"; 1162i++; 1163 1164top.authors[i] = "zHTML xD.5375.0200.0003.0151."; 1165top.titles[i] = "NWNetInit"; 1166i++; 1167 1168top.authors[i] = "zHTML xD.5375.0200.0003.0152."; 1169top.titles[i] = "NWNetTerm"; 1170i++; 1171 1172top.authors[i] = "zHTML xD.5375.0200.0003.0153."; 1173top.titles[i] = "NWSetDefaultNameContext"; 1174i++; 1175 1176top.authors[i] = "zHTML xD.5375.0200.0003.0154."; 1177top.titles[i] = "NWSetPreferredDSTree"; 1178i++; 1179 1180top.authors[i] = "zFLDR xC.5375.0200.0004."; 1181top.titles[i] = "Structures"; 1182i++; 1183 1184top.authors[i] = "zHTML xD.5375.0200.0004.0001."; 1185top.titles[i] = "Asn1ID_T"; 1186i++; 1187 1188top.authors[i] = "zHTML xD.5375.0200.0004.0002."; 1189top.titles[i] = "Attr_Info_T"; 1190i++; 1191 1192top.authors[i] = "zHTML xD.5375.0200.0004.0003."; 1193top.titles[i] = "Back_Link_T"; 1194i++; 1195 1196top.authors[i] = "zHTML xD.5375.0200.0004.0004."; 1197top.titles[i] = "Bit_String_T"; 1198i++; 1199 1200top.authors[i] = "zHTML xD.5375.0200.0004.0005."; 1201top.titles[i] = "Buf_T"; 1202i++; 1203 1204top.authors[i] = "zHTML xD.5375.0200.0004.0006."; 1205top.titles[i] = "CI_List_T"; 1206i++; 1207 1208top.authors[i] = "zHTML xD.5375.0200.0004.0007."; 1209top.titles[i] = "Class_Info_T"; 1210i++; 1211 1212top.authors[i] = "zHTML xD.5375.0200.0004.0008."; 1213top.titles[i] = "EMail_Address_T"; 1214i++; 1215 1216top.authors[i] = "zHTML xD.5375.0200.0004.0009."; 1217top.titles[i] = "Fax_Number_T"; 1218i++; 1219 1220top.authors[i] = "zHTML xD.5375.0200.0004.0010."; 1221top.titles[i] = "Filter_Cursor_T"; 1222i++; 1223 1224top.authors[i] = "zHTML xD.5375.0200.0004.0011."; 1225top.titles[i] = "Filter_Node_T"; 1226i++; 1227 1228top.authors[i] = "zHTML xD.5375.0200.0004.0012."; 1229top.titles[i] = "Hold_T"; 1230i++; 1231 1232top.authors[i] = "zHTML xD.5375.0200.0004.0013."; 1233top.titles[i] = "NDSOSVersion_T"; 1234i++; 1235 1236top.authors[i] = "zHTML xD.5375.0200.0004.0014."; 1237top.titles[i] = "NDSStatsInfo_T"; 1238i++; 1239 1240top.authors[i] = "zHTML xD.5375.0200.0004.0015."; 1241top.titles[i] = "Net_Address_T"; 1242i++; 1243 1244top.authors[i] = "zHTML xD.5375.0200.0004.0016."; 1245top.titles[i] = "NWDS_TimeStamp_T"; 1246i++; 1247 1248top.authors[i] = "zHTML xD.5375.0200.0004.0017."; 1249top.titles[i] = "Object_ACL_T"; 1250i++; 1251 1252top.authors[i] = "zHTML xD.5375.0200.0004.0018."; 1253top.titles[i] = "Object_Info_T"; 1254i++; 1255 1256top.authors[i] = "zHTML xD.5375.0200.0004.0019."; 1257top.titles[i] = "Octet_List_T"; 1258i++; 1259 1260top.authors[i] = "zHTML xD.5375.0200.0004.0020."; 1261top.titles[i] = "Octet_String_T"; 1262i++; 1263 1264top.authors[i] = "zHTML xD.5375.0200.0004.0021."; 1265top.titles[i] = "Path_T"; 1266i++; 1267 1268top.authors[i] = "zHTML xD.5375.0200.0004.0022."; 1269top.titles[i] = "Replica_Pointer_T"; 1270i++; 1271 1272top.authors[i] = "zHTML xD.5375.0200.0004.0023."; 1273top.titles[i] = "Syntax_Info_T"; 1274i++; 1275 1276top.authors[i] = "zHTML xD.5375.0200.0004.0024."; 1277top.titles[i] = "TimeStamp_T"; 1278i++; 1279 1280top.authors[i] = "zHTML xD.5375.0200.0004.0025."; 1281top.titles[i] = "Typed_Name_T"; 1282i++; 1283 1284top.authors[i] = "zHTML xD.5375.0200.0004.0026."; 1285top.titles[i] = "Unknown_Attr_T"; 1286i++; 1287 1288top.authors[i] = "zFLDR xC.5375.0200.0005."; 1289top.titles[i] = "Values"; 1290i++; 1291 1292top.authors[i] = "zHTML xD.5375.0200.0005.0001."; 1293top.titles[i] = "Attribute Constraint Flags"; 1294i++; 1295 1296top.authors[i] = "zHTML xD.5375.0200.0005.0002."; 1297top.titles[i] = "Attribute Value Flags"; 1298i++; 1299 1300top.authors[i] = "zHTML xD.5375.0200.0005.0003."; 1301top.titles[i] = "Buffer Operation Types and Related Functions"; 1302i++; 1303 1304top.authors[i] = "zHTML xD.5375.0200.0005.0004."; 1305top.titles[i] = "Class Flags"; 1306i++; 1307 1308top.authors[i] = "zHTML xD.5375.0200.0005.0005."; 1309top.titles[i] = "Change Types for Modifying Objects"; 1310i++; 1311 1312top.authors[i] = "zHTML xD.5375.0200.0005.0006."; 1313top.titles[i] = "Context Keys and Flags"; 1314i++; 1315 1316top.authors[i] = "zHTML xD.5375.0200.0005.0007."; 1317top.titles[i] = "Default Context Key Values"; 1318i++; 1319 1320top.authors[i] = "zHTML xD.5375.0200.0005.0008."; 1321top.titles[i] = "DCK_FLAGS Bit Values"; 1322i++; 1323 1324top.authors[i] = "zHTML xD.5375.0200.0005.0009."; 1325top.titles[i] = "DCK_NAME_FORM Values"; 1326i++; 1327 1328top.authors[i] = "zHTML xD.5375.0200.0005.0010."; 1329top.titles[i] = "DCK_CONFIDENCE Bit Values"; 1330i++; 1331 1332top.authors[i] = "zHTML xD.5375.0200.0005.0011."; 1333top.titles[i] = "DCK_DSI_FLAGS Values"; 1334i++; 1335 1336top.authors[i] = "zHTML xD.5375.0200.0005.0012."; 1337top.titles[i] = "DSI_ENTRY_FLAGS Values"; 1338i++; 1339 1340top.authors[i] = "zHTML xD.5375.0200.0005.0013."; 1341top.titles[i] = "Filter Tokens"; 1342i++; 1343 1344top.authors[i] = "zHTML xD.5375.0200.0005.0014."; 1345top.titles[i] = "Information Types for Attribute Definitions"; 1346i++; 1347 1348top.authors[i] = "zHTML xD.5375.0200.0005.0015."; 1349top.titles[i] = "Information Types for Class Definitions"; 1350i++; 1351 1352top.authors[i] = "zHTML xD.5375.0200.0005.0016."; 1353top.titles[i] = "Information Types for Search and Read"; 1354i++; 1355 1356top.authors[i] = "zHTML xD.5375.0200.0005.0017."; 1357top.titles[i] = "Name Space Types"; 1358i++; 1359 1360top.authors[i] = "zHTML xD.5375.0200.0005.0018."; 1361top.titles[i] = "NDS Access Control Rights"; 1362i++; 1363 1364top.authors[i] = "zHTML xD.5375.0200.0005.0019."; 1365top.titles[i] = "NDS Ping Flags"; 1366i++; 1367 1368top.authors[i] = "zHTML xD.5375.0200.0005.0020."; 1369top.titles[i] = "DSP Replica Information Flags"; 1370i++; 1371 1372top.authors[i] = "zHTML xD.5375.0200.0005.0021."; 1373top.titles[i] = "Network Address Types"; 1374i++; 1375 1376top.authors[i] = "zHTML xD.5375.0200.0005.0022."; 1377top.titles[i] = "Scope Flags"; 1378i++; 1379 1380top.authors[i] = "zHTML xD.5375.0200.0005.0023."; 1381top.titles[i] = "Replica Types"; 1382i++; 1383 1384top.authors[i] = "zHTML xD.5375.0200.0005.0024."; 1385top.titles[i] = "Replica States"; 1386i++; 1387 1388top.authors[i] = "zHTML xD.5375.0200.0005.0025."; 1389top.titles[i] = "Syntax Matching Flags"; 1390i++; 1391 1392top.authors[i] = "zHTML xD.5375.0200.0005.0026."; 1393top.titles[i] = "Syntax IDs"; 1394i++; 1395 1396top.authors[i] = "zFLDR xC.5375.0200.0006."; 1397top.titles[i] = "NDS Example Code"; 1398i++; 1399 1400top.authors[i] = "zHTML xD.5375.0200.0006.0001."; 1401top.titles[i] = "Context Handle"; 1402i++; 1403 1404top.authors[i] = "zHTML xD.5375.0200.0006.0002."; 1405top.titles[i] = "Object and Attribute"; 1406i++; 1407 1408top.authors[i] = "zHTML xD.5375.0200.0006.0003."; 1409top.titles[i] = "Browsing and Searching"; 1410i++; 1411 1412top.authors[i] = "zHTML xD.5375.0200.0006.0004."; 1413top.titles[i] = "Batch Modification of Objects and Attributes"; 1414i++; 1415 1416top.authors[i] = "zHTML xD.5375.0200.0006.0005."; 1417top.titles[i] = "Schema"; 1418i++; 1419 1420top.authors[i] = "zHTML xC.5375.0200.0007."; 1421top.titles[i] = "Revision History"; 1422i++; 1423 1424top.authors[i] = "zFLDR xB.5375.0500."; 1425top.titles[i] = "NDS Schema Reference"; 1426i++; 1427 1428top.authors[i] = "zFLDR xC.5375.0500.0001."; 1429top.titles[i] = "Schema Concepts"; 1430i++; 1431 1432top.authors[i] = "zHTML xD.5375.0500.0001.0001."; 1433top.titles[i] = "Schema Structure"; 1434i++; 1435 1436top.authors[i] = "zHTML xD.5375.0500.0001.0002."; 1437top.titles[i] = "Schema Components"; 1438i++; 1439 1440top.authors[i] = "zHTML xD.5375.0500.0001.0003."; 1441top.titles[i] = "Object Classes"; 1442i++; 1443 1444top.authors[i] = "zHTML xD.5375.0500.0001.0004."; 1445top.titles[i] = "Naming Attributes"; 1446i++; 1447 1448top.authors[i] = "zHTML xD.5375.0500.0001.0005."; 1449top.titles[i] = "Containment Classes"; 1450i++; 1451 1452top.authors[i] = "zHTML xD.5375.0500.0001.0006."; 1453top.titles[i] = "Super Classes"; 1454i++; 1455 1456top.authors[i] = "zHTML xD.5375.0500.0001.0007."; 1457top.titles[i] = "Object Class Flags"; 1458i++; 1459 1460top.authors[i] = "zHTML xD.5375.0500.0001.0008."; 1461top.titles[i] = "Mandatory and Optional Attributes"; 1462i++; 1463 1464top.authors[i] = "zHTML xD.5375.0500.0001.0009."; 1465top.titles[i] = "Default ACL Templates"; 1466i++; 1467 1468top.authors[i] = "zHTML xD.5375.0500.0001.0010."; 1469top.titles[i] = "Auxiliary Classes"; 1470i++; 1471 1472top.authors[i] = "zHTML xD.5375.0500.0001.0011."; 1473top.titles[i] = "Attribute Type Definitions"; 1474i++; 1475 1476top.authors[i] = "zHTML xD.5375.0500.0001.0012."; 1477top.titles[i] = "Attribute Syntax Definitions"; 1478i++; 1479 1480top.authors[i] = "zHTML xD.5375.0500.0001.0013."; 1481top.titles[i] = "Schema Extensions"; 1482i++; 1483 1484top.authors[i] = "zFLDR xC.5375.0500.0002."; 1485top.titles[i] = "Base Object Class Definitions"; 1486i++; 1487 1488top.authors[i] = "zHTML xD.5375.0500.0002.0001."; 1489top.titles[i] = "AFP Server"; 1490i++; 1491 1492top.authors[i] = "zHTML xD.5375.0500.0002.0002."; 1493top.titles[i] = "Alias"; 1494i++; 1495 1496top.authors[i] = "zHTML xD.5375.0500.0002.0003."; 1497top.titles[i] = "applicationEntity"; 1498i++; 1499 1500top.authors[i] = "zHTML xD.5375.0500.0002.0004."; 1501top.titles[i] = "applicationProcess"; 1502i++; 1503 1504top.authors[i] = "zHTML xD.5375.0500.0002.0005."; 1505top.titles[i] = "Audit:File Object"; 1506i++; 1507 1508top.authors[i] = "zHTML xD.5375.0500.0002.0006."; 1509top.titles[i] = "Bindery Object"; 1510i++; 1511 1512top.authors[i] = "zHTML xD.5375.0500.0002.0007."; 1513top.titles[i] = "Bindery Queue"; 1514i++; 1515 1516top.authors[i] = "zHTML xD.5375.0500.0002.0008."; 1517top.titles[i] = "certificationAuthority"; 1518i++; 1519 1520top.authors[i] = "zHTML xD.5375.0500.0002.0009."; 1521top.titles[i] = "CommExec"; 1522i++; 1523 1524top.authors[i] = "zHTML xD.5375.0500.0002.0010."; 1525top.titles[i] = "Computer"; 1526i++; 1527 1528top.authors[i] = "zHTML xD.5375.0500.0002.0011."; 1529top.titles[i] = "Country"; 1530i++; 1531 1532top.authors[i] = "zHTML xD.5375.0500.0002.0012."; 1533top.titles[i] = "cRLDistributionPoint"; 1534i++; 1535 1536top.authors[i] = "zHTML xD.5375.0500.0002.0013."; 1537top.titles[i] = "dcObject"; 1538i++; 1539 1540top.authors[i] = "zHTML xD.5375.0500.0002.0014."; 1541top.titles[i] = "Device"; 1542i++; 1543 1544top.authors[i] = "zHTML xD.5375.0500.0002.0015."; 1545top.titles[i] = "Directory Map"; 1546i++; 1547 1548top.authors[i] = "zHTML xD.5375.0500.0002.0016."; 1549top.titles[i] = "domain"; 1550i++; 1551 1552top.authors[i] = "zHTML xD.5375.0500.0002.0017."; 1553top.titles[i] = "dSA"; 1554i++; 1555 1556top.authors[i] = "zHTML xD.5375.0500.0002.0018."; 1557top.titles[i] = "External Entity"; 1558i++; 1559 1560top.authors[i] = "zHTML xD.5375.0500.0002.0019."; 1561top.titles[i] = "Group"; 1562i++; 1563 1564top.authors[i] = "zHTML xD.5375.0500.0002.0020."; 1565top.titles[i] = "LDAP Group"; 1566i++; 1567 1568top.authors[i] = "zHTML xD.5375.0500.0002.0021."; 1569top.titles[i] = "LDAP Server"; 1570i++; 1571 1572top.authors[i] = "zHTML xD.5375.0500.0002.0022."; 1573top.titles[i] = "List"; 1574i++; 1575 1576top.authors[i] = "zHTML xD.5375.0500.0002.0023."; 1577top.titles[i] = "Locality"; 1578i++; 1579 1580top.authors[i] = "zHTML xD.5375.0500.0002.0024."; 1581top.titles[i] = "MASV:Security Policy"; 1582i++; 1583 1584top.authors[i] = "zHTML xD.5375.0500.0002.0025."; 1585top.titles[i] = "Message Routing Group"; 1586i++; 1587 1588top.authors[i] = "zHTML xD.5375.0500.0002.0026."; 1589top.titles[i] = "Messaging Server"; 1590i++; 1591 1592top.authors[i] = "zHTML xD.5375.0500.0002.0027."; 1593top.titles[i] = "NCP Server"; 1594i++; 1595 1596top.authors[i] = "zHTML xD.5375.0500.0002.0028."; 1597top.titles[i] = "ndsLoginProperties"; 1598i++; 1599 1600top.authors[i] = "zHTML xD.5375.0500.0002.0029."; 1601top.titles[i] = "NDSPKI:Certificate Authority"; 1602i++; 1603 1604top.authors[i] = "zHTML xD.5375.0500.0002.0030."; 1605top.titles[i] = "NDSPKI:Key Material"; 1606i++; 1607 1608top.authors[i] = "zHTML xD.5375.0500.0002.0031."; 1609top.titles[i] = "NDSPKI:SD Key Access Partition"; 1610i++; 1611 1612top.authors[i] = "zHTML xD.5375.0500.0002.0032."; 1613top.titles[i] = "NDSPKI:SD Key List"; 1614i++; 1615 1616top.authors[i] = "zHTML xD.5375.0500.0002.0033."; 1617top.titles[i] = "NDSPKI:Trusted Root"; 1618i++; 1619 1620top.authors[i] = "zHTML xD.5375.0500.0002.0034."; 1621top.titles[i] = "NDSPKI:Trusted Root Object"; 1622i++; 1623 1624top.authors[i] = "zHTML xD.5375.0500.0002.0035."; 1625top.titles[i] = "NSCP:groupOfCertificates"; 1626i++; 1627 1628top.authors[i] = "zHTML xD.5375.0500.0002.0036."; 1629top.titles[i] = "NSCP:mailGroup1"; 1630i++; 1631 1632top.authors[i] = "zHTML xD.5375.0500.0002.0037."; 1633top.titles[i] = "NSCP:mailRecipient"; 1634i++; 1635 1636top.authors[i] = "zHTML xD.5375.0500.0002.0038."; 1637top.titles[i] = "NSCP:NetscapeMailServer5"; 1638i++; 1639 1640top.authors[i] = "zHTML xD.5375.0500.0002.0039."; 1641top.titles[i] = "NSCP:NetscapeServer5"; 1642i++; 1643 1644top.authors[i] = "zHTML xD.5375.0500.0002.0040."; 1645top.titles[i] = "NSCP:nginfo3"; 1646i++; 1647 1648top.authors[i] = "zHTML xD.5375.0500.0002.0041."; 1649top.titles[i] = "NSCP:nsLicenseUser"; 1650i++; 1651 1652top.authors[i] = "zHTML xD.5375.0500.0002.0042."; 1653top.titles[i] = "Organization"; 1654i++; 1655 1656top.authors[i] = "zHTML xD.5375.0500.0002.0043."; 1657top.titles[i] = "Organizational Person"; 1658i++; 1659 1660top.authors[i] = "zHTML xD.5375.0500.0002.0044."; 1661top.titles[i] = "Organizational Role"; 1662i++; 1663 1664top.authors[i] = "zHTML xD.5375.0500.0002.0045."; 1665top.titles[i] = "Organizational Unit"; 1666i++; 1667 1668top.authors[i] = "zHTML xD.5375.0500.0002.0046."; 1669top.titles[i] = "Partition"; 1670i++; 1671 1672top.authors[i] = "zHTML xD.5375.0500.0002.0047."; 1673top.titles[i] = "Person"; 1674i++; 1675 1676top.authors[i] = "zHTML xD.5375.0500.0002.0048."; 1677top.titles[i] = "pkiCA"; 1678i++; 1679 1680top.authors[i] = "zHTML xD.5375.0500.0002.0049."; 1681top.titles[i] = "pkiUser"; 1682i++; 1683 1684top.authors[i] = "zHTML xD.5375.0500.0002.0050."; 1685top.titles[i] = "Print Server"; 1686i++; 1687 1688top.authors[i] = "zHTML xD.5375.0500.0002.0051."; 1689top.titles[i] = "Printer"; 1690i++; 1691 1692top.authors[i] = "zHTML xD.5375.0500.0002.0052."; 1693top.titles[i] = "Profile"; 1694i++; 1695 1696top.authors[i] = "zHTML xD.5375.0500.0002.0053."; 1697top.titles[i] = "Queue"; 1698i++; 1699 1700top.authors[i] = "zHTML xD.5375.0500.0002.0054."; 1701top.titles[i] = "Resource"; 1702i++; 1703 1704top.authors[i] = "zHTML xD.5375.0500.0002.0055."; 1705top.titles[i] = "SAS:Security"; 1706i++; 1707 1708top.authors[i] = "zHTML xD.5375.0500.0002.0056."; 1709top.titles[i] = "SAS:Service"; 1710i++; 1711 1712top.authors[i] = "zHTML xD.5375.0500.0002.0057."; 1713top.titles[i] = "Server"; 1714i++; 1715 1716top.authors[i] = "zHTML xD.5375.0500.0002.0058."; 1717top.titles[i] = "strongAuthenticationUser"; 1718i++; 1719 1720top.authors[i] = "zHTML xD.5375.0500.0002.0059."; 1721top.titles[i] = "Template"; 1722i++; 1723 1724top.authors[i] = "zHTML xD.5375.0500.0002.0060."; 1725top.titles[i] = "Top"; 1726i++; 1727 1728top.authors[i] = "zHTML xD.5375.0500.0002.0061."; 1729top.titles[i] = "Tree Root"; 1730i++; 1731 1732top.authors[i] = "zHTML xD.5375.0500.0002.0062."; 1733top.titles[i] = "Unknown"; 1734i++; 1735 1736top.authors[i] = "zHTML xD.5375.0500.0002.0063."; 1737top.titles[i] = "User"; 1738i++; 1739 1740top.authors[i] = "zHTML xD.5375.0500.0002.0064."; 1741top.titles[i] = "userSecurityInformation"; 1742i++; 1743 1744top.authors[i] = "zHTML xD.5375.0500.0002.0065."; 1745top.titles[i] = "Volume"; 1746i++; 1747 1748top.authors[i] = "zHTML xD.5375.0500.0002.0066."; 1749top.titles[i] = "WANMAN:LAN Area"; 1750i++; 1751 1752top.authors[i] = "zFLDR xC.5375.0500.0003."; 1753top.titles[i] = "Novell Object Class Extensions"; 1754i++; 1755 1756top.authors[i] = "zHTML xD.5375.0500.0003.0001."; 1757top.titles[i] = "Entrust:CRLDistributionPoint"; 1758i++; 1759 1760top.authors[i] = "zHTML xD.5375.0500.0003.0002."; 1761top.titles[i] = "inetOrgPerson"; 1762i++; 1763 1764top.authors[i] = "zHTML xD.5375.0500.0003.0003."; 1765top.titles[i] = "NDPS Broker"; 1766i++; 1767 1768top.authors[i] = "zHTML xD.5375.0500.0003.0004."; 1769top.titles[i] = "NDPS Manager"; 1770i++; 1771 1772top.authors[i] = "zHTML xD.5375.0500.0003.0005."; 1773top.titles[i] = "NDPS Printer"; 1774i++; 1775 1776top.authors[i] = "zHTML xD.5375.0500.0003.0006."; 1777top.titles[i] = "NDSCat:Catalog"; 1778i++; 1779 1780top.authors[i] = "zHTML xD.5375.0500.0003.0007."; 1781top.titles[i] = "NDSCat:Master Catalog"; 1782i++; 1783 1784top.authors[i] = "zHTML xD.5375.0500.0003.0008."; 1785top.titles[i] = "NDSCat:Slave Catalog"; 1786i++; 1787 1788top.authors[i] = "zHTML xD.5375.0500.0003.0009."; 1789top.titles[i] = "NetSvc"; 1790i++; 1791 1792top.authors[i] = "zHTML xD.5375.0500.0003.0010."; 1793top.titles[i] = "NLS:License Certificate"; 1794i++; 1795 1796top.authors[i] = "zHTML xD.5375.0500.0003.0011."; 1797top.titles[i] = "NLS:License Server"; 1798i++; 1799 1800top.authors[i] = "zHTML xD.5375.0500.0003.0012."; 1801top.titles[i] = "NLS:Product Container"; 1802i++; 1803 1804top.authors[i] = "zHTML xD.5375.0500.0003.0013."; 1805top.titles[i] = "NSCP:groupOfUniqueNames5"; 1806i++; 1807 1808top.authors[i] = "zHTML xD.5375.0500.0003.0014."; 1809top.titles[i] = "NSCP:mailGroup5"; 1810i++; 1811 1812top.authors[i] = "zHTML xD.5375.0500.0003.0015."; 1813top.titles[i] = "NSCP:Nginfo"; 1814i++; 1815 1816top.authors[i] = "zHTML xD.5375.0500.0003.0016."; 1817top.titles[i] = "NSCP:Nginfo2"; 1818i++; 1819 1820top.authors[i] = "zHTML xD.5375.0500.0003.0017."; 1821top.titles[i] = "residentialPerson"; 1822i++; 1823 1824top.authors[i] = "zHTML xD.5375.0500.0003.0018."; 1825top.titles[i] = "SLP Scope Unit"; 1826i++; 1827 1828top.authors[i] = "zHTML xD.5375.0500.0003.0019."; 1829top.titles[i] = "SLP Directory Agent"; 1830i++; 1831 1832top.authors[i] = "zHTML xD.5375.0500.0003.0020."; 1833top.titles[i] = "SLP Service"; 1834i++; 1835 1836top.authors[i] = "zHTML xD.5375.0500.0003.0021."; 1837top.titles[i] = "SMS SMDR Class"; 1838i++; 1839 1840top.authors[i] = "zFLDR xC.5375.0500.0004."; 1841top.titles[i] = "Graphical View of Object Class Inheritance"; 1842i++; 1843 1844top.authors[i] = "zHTML xD.5375.0500.0004.0001."; 1845top.titles[i] = "Alias and Bindery Object Classes"; 1846i++; 1847 1848top.authors[i] = "zHTML xD.5375.0500.0004.0002."; 1849top.titles[i] = "Tree Root, domain, and Unknown"; 1850i++; 1851 1852top.authors[i] = "zHTML xD.5375.0500.0004.0003."; 1853top.titles[i] = "Computer, Country, Device, and Printer"; 1854i++; 1855 1856top.authors[i] = "zHTML xD.5375.0500.0004.0004."; 1857top.titles[i] = "List and Locality"; 1858i++; 1859 1860top.authors[i] = "zHTML xD.5375.0500.0004.0005."; 1861top.titles[i] = "Organizational Role and Partition"; 1862i++; 1863 1864top.authors[i] = "zHTML xD.5375.0500.0004.0006."; 1865top.titles[i] = "ndsLoginProperties, Organization, and Organizational Unit"; 1866i++; 1867 1868top.authors[i] = "zHTML xD.5375.0500.0004.0007."; 1869top.titles[i] = "ndsLoginProperties, Person, Organizational Person, and User"; 1870i++; 1871 1872top.authors[i] = "zHTML xD.5375.0500.0004.0008."; 1873top.titles[i] = "Directory Map, Profile, Queues, Resource, and Volume"; 1874i++; 1875 1876top.authors[i] = "zHTML xD.5375.0500.0004.0009."; 1877top.titles[i] = "Servers (AFP, Messaging, NCP, Print) and CommExec"; 1878i++; 1879 1880top.authors[i] = "zHTML xD.5375.0500.0004.0010."; 1881top.titles[i] = "External Entity, Group, and Message Routing Group"; 1882i++; 1883 1884top.authors[i] = "zFLDR xC.5375.0500.0005."; 1885top.titles[i] = "Base Attribute Definitions"; 1886i++; 1887 1888top.authors[i] = "zHTML xD.5375.0500.0005.0001."; 1889top.titles[i] = "Aliased Object Name"; 1890i++; 1891 1892top.authors[i] = "zHTML xD.5375.0500.0005.0002."; 1893top.titles[i] = "Account Balance"; 1894i++; 1895 1896top.authors[i] = "zHTML xD.5375.0500.0005.0003."; 1897top.titles[i] = "ACL"; 1898i++; 1899 1900top.authors[i] = "zHTML xD.5375.0500.0005.0004."; 1901top.titles[i] = "Allow Unlimited Credit"; 1902i++; 1903 1904top.authors[i] = "zHTML xD.5375.0500.0005.0005."; 1905top.titles[i] = "associatedName"; 1906i++; 1907 1908top.authors[i] = "zHTML xD.5375.0500.0005.0006."; 1909top.titles[i] = "attributeCertificate"; 1910i++; 1911 1912top.authors[i] = "zHTML xD.5375.0500.0005.0007."; 1913top.titles[i] = "Audit:A Encryption Key"; 1914i++; 1915 1916top.authors[i] = "zHTML xD.5375.0500.0005.0008."; 1917top.titles[i] = "Audit:B Encryption Key"; 1918i++; 1919 1920top.authors[i] = "zHTML xD.5375.0500.0005.0009."; 1921top.titles[i] = "Audit:Contents"; 1922i++; 1923 1924top.authors[i] = "zHTML xD.5375.0500.0005.0010."; 1925top.titles[i] = "Audit:Current Encryption Key"; 1926i++; 1927 1928top.authors[i] = "zHTML xD.5375.0500.0005.0011."; 1929top.titles[i] = "Audit:File Link"; 1930i++; 1931 1932top.authors[i] = "zHTML xD.5375.0500.0005.0012."; 1933top.titles[i] = "Audit:Link List"; 1934i++; 1935 1936top.authors[i] = "zHTML xD.5375.0500.0005.0013."; 1937top.titles[i] = "Audit:Path"; 1938i++; 1939 1940top.authors[i] = "zHTML xD.5375.0500.0005.0014."; 1941top.titles[i] = "Audit:Policy"; 1942i++; 1943 1944top.authors[i] = "zHTML xD.5375.0500.0005.0015."; 1945top.titles[i] = "Audit:Type"; 1946i++; 1947 1948top.authors[i] = "zHTML xD.5375.0500.0005.0016."; 1949top.titles[i] = "authorityRevocationList"; 1950i++; 1951 1952top.authors[i] = "zHTML xD.5375.0500.0005.0017."; 1953top.titles[i] = "Authority Revocation"; 1954i++; 1955 1956top.authors[i] = "zHTML xD.5375.0500.0005.0018."; 1957top.titles[i] = "AuxClass Object Class Backup"; 1958i++; 1959 1960top.authors[i] = "zHTML xD.5375.0500.0005.0019."; 1961top.titles[i] = "Auxiliary Class Flag"; 1962i++; 1963 1964top.authors[i] = "zHTML xD.5375.0500.0005.0020."; 1965top.titles[i] = "Back Link"; 1966i++; 1967 1968top.authors[i] = "zHTML xD.5375.0500.0005.0021."; 1969top.titles[i] = "Bindery Object Restriction"; 1970i++; 1971 1972top.authors[i] = "zHTML xD.5375.0500.0005.0022."; 1973top.titles[i] = "Bindery Property"; 1974i++; 1975 1976top.authors[i] = "zHTML xD.5375.0500.0005.0023."; 1977top.titles[i] = "Bindery Restriction Level"; 1978i++; 1979 1980top.authors[i] = "zHTML xD.5375.0500.0005.0024."; 1981top.titles[i] = "Bindery Type"; 1982i++; 1983 1984top.authors[i] = "zHTML xD.5375.0500.0005.0025."; 1985top.titles[i] = "businessCategory"; 1986i++; 1987 1988top.authors[i] = "zHTML xD.5375.0500.0005.0026."; 1989top.titles[i] = ""; 1990i++; 1991 1992top.authors[i] = "zHTML xD.5375.0500.0005.0027."; 1993top.titles[i] = "cACertificate"; 1994i++; 1995 1996top.authors[i] = "zHTML xD.5375.0500.0005.0028."; 1997top.titles[i] = "CA Private Key"; 1998i++; 1999 2000top.authors[i] = "zHTML xD.5375.0500.0005.0029."; 2001top.titles[i] = "CA Public Key"; 2002i++; 2003 2004top.authors[i] = "zHTML xD.5375.0500.0005.0030."; 2005top.titles[i] = "Cartridge"; 2006i++; 2007 2008top.authors[i] = "zHTML xD.5375.0500.0005.0031."; 2009top.titles[i] = "certificateRevocationList"; 2010i++; 2011 2012top.authors[i] = "zHTML xD.5375.0500.0005.0032."; 2013top.titles[i] = "Certificate Revocation"; 2014i++; 2015 2016top.authors[i] = "zHTML xD.5375.0500.0005.0033."; 2017top.titles[i] = "Certificate Validity Interval"; 2018i++; 2019 2020top.authors[i] = "zHTML xD.5375.0500.0005.0034."; 2021top.titles[i] = "crossCertificatePair"; 2022i++; 2023 2024top.authors[i] = "zHTML xD.5375.0500.0005.0035."; 2025top.titles[i] = ""; 2026i++; 2027 2028top.authors[i] = "zHTML xD.5375.0500.0005.0036."; 2029top.titles[i] = "Convergence"; 2030i++; 2031 2032top.authors[i] = "zHTML xD.5375.0500.0005.0037."; 2033top.titles[i] = "Cross Certificate Pair"; 2034i++; 2035 2036top.authors[i] = "zHTML xD.5375.0500.0005.0038."; 2037top.titles[i] = "dc"; 2038i++; 2039 2040top.authors[i] = "zHTML xD.5375.0500.0005.0039."; 2041top.titles[i] = "Default Queue"; 2042i++; 2043 2044top.authors[i] = "zHTML xD.5375.0500.0005.0040."; 2045top.titles[i] = "deltaRevocationList"; 2046i++; 2047 2048top.authors[i] = "zHTML xD.5375.0500.0005.0041."; 2049top.titles[i] = "departmentNumber"; 2050i++; 2051 2052top.authors[i] = "zHTML xD.5375.0500.0005.0042."; 2053top.titles[i] = "Description"; 2054i++; 2055 2056top.authors[i] = "zHTML xD.5375.0500.0005.0043."; 2057top.titles[i] = "destinationIndicator"; 2058i++; 2059 2060top.authors[i] = "zHTML xD.5375.0500.0005.0044."; 2061top.titles[i] = "Detect Intruder"; 2062i++; 2063 2064top.authors[i] = "zHTML xD.5375.0500.0005.0045."; 2065top.titles[i] = "Device"; 2066i++; 2067 2068top.authors[i] = "zHTML xD.5375.0500.0005.0046."; 2069top.titles[i] = "dmdName"; 2070i++; 2071 2072top.authors[i] = "zHTML xD.5375.0500.0005.0047."; 2073top.titles[i] = "dn"; 2074i++; 2075 2076top.authors[i] = "zHTML xD.5375.0500.0005.0048."; 2077top.titles[i] = "dnQualifier"; 2078i++; 2079 2080top.authors[i] = "zHTML xD.5375.0500.0005.0049."; 2081top.titles[i] = "DS Revision"; 2082i++; 2083 2084top.authors[i] = "zHTML xD.5375.0500.0005.0050."; 2085top.titles[i] = "EMail Address"; 2086i++; 2087 2088top.authors[i] = "zHTML xD.5375.0500.0005.0051."; 2089top.titles[i] = "employeeType"; 2090i++; 2091 2092top.authors[i] = "zHTML xD.5375.0500.0005.0052."; 2093top.titles[i] = "enhancedSearchGuide"; 2094i++; 2095 2096top.authors[i] = "zHTML xD.5375.0500.0005.0053."; 2097top.titles[i] = "Equivalent To Me"; 2098i++; 2099 2100top.authors[i] = "zHTML xD.5375.0500.0005.0054."; 2101top.titles[i] = "External Name"; 2102i++; 2103 2104top.authors[i] = "zHTML xD.5375.0500.0005.0055."; 2105top…
Large files files are truncated, but you can click here to view the full file