Searched refs:toc (Results 1 - 25 of 135) sorted by relevance

123456

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dexport_wiki.tcl13 # This package is a plugin for the the doctools::toc v2 system. It
20 # @mdgen NODEP: doctools::toc::export::plugin
23 package require doctools::toc::export::plugin ; # Presence of this
29 package require doctools::toc::structure ; # Verification that the
40 # Phase I. Check that we got a canonical toc serialization. That
45 ::doctools::toc::structure verify-as-canonical $serial
52 # - file = name of the file the toc came from. Optional.
72 array set toc $serial
73 array set toc $toc(doctool
[all...]
H A Dexport_text.tcl13 # This package is a plugin for the the doctools::toc v2 system. It
20 # @mdgen NODEP: doctools::toc::export::plugin
23 package require doctools::toc::export::plugin ; # Presence of this
29 package require doctools::toc::structure ; # Verification that the
40 # Phase I. Check that we got a canonical toc serialization. That
45 ::doctools::toc::structure verify-as-canonical $serial
52 # - file = name of the file the toc came from. Optional.
72 array set toc $serial
73 array set toc $toc(doctool
[all...]
H A Dstructure.tcl16 snit::type ::doctools::toc::structure {
43 array set toc $contents
46 if {[info exists toc($k)]} continue
51 VerifyDivision $toc(items)
56 VerifyDivision $toc(items) iscanonical
89 array set toc $serial
90 array set toc $toc(doctools::toc)
91 unset toc(doctool
[all...]
H A Dexport_doctoc.tcl12 # This package is a plugin for the doctools::toc v2 system. It takes
19 # @mdgen NODEP: doctools::toc::export::plugin
22 package require doctools::toc::export::plugin ; # Presence of this
28 package require doctools::toc::structure ; # Verification that
41 ::doctools::toc::structure verify-as-canonical $serial
52 # - indented = boolean. tags indented per the toc structure.
106 array set toc $serial
107 array set toc $toc(doctools::toc)
[all...]
H A Dexport_json.tcl12 # This package is a plugin for the doctools::toc v2 system. It takes
19 # @mdgen NODEP: doctools::toc::export::plugin
22 package require doctools::toc::export::plugin ; # Presence of this
28 package require doctools::toc::structure ; # Verification that
37 # Phase I. Check that we got a canonical toc serialization. That
42 ::doctools::toc::structure verify-as-canonical $serial
49 # - file = name of the file the toc came from. Optional.
52 # - indented = boolean. objects indented per the toc structure.
92 array set toc $serial
93 array set toc
[all...]
H A Dexport_nroff.tcl12 # This package is a plugin for the doctools::toc v2 system. It takes
19 # @mdgen NODEP: doctools::toc::export::plugin
22 package require doctools::toc::export::plugin ; # Presence of this
28 package require doctools::toc::structure ; # Verification that the
40 # Phase I. Check that we got a canonical toc serialization. That
45 ::doctools::toc::structure verify-as-canonical $serial
52 # - file = name of the file the toc came from. Optional.
73 array set toc $serial
74 array set toc $toc(doctool
[all...]
H A Dexport_html.tcl12 # This package is a plugin for the doctools::toc v2 system. It takes
19 # @mdgen NODEP: doctools::toc::export::plugin
22 package require doctools::toc::export::plugin ; # Presence of this
28 package require doctools::toc::structure ; # Verification that the
40 # Phase I. Check that we got a canonical toc serialization. That
45 ::doctools::toc::structure verify-as-canonical $serial
52 # - file = name of the file the toc came from. Optional.
82 class.header toc-header
83 class.title toc-title
84 class.navsep toc
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.2.0/
H A DMakefile3 BUILD= convert.html disk.html intro.html system.html toc.html
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducmndata.c119 const UDataOffsetTOCEntry *toc, int32_t count) {
138 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) {
143 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) {
149 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength);
164 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { argument
183 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) {
188 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) {
194 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength);
210 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; local
118 offsetTOCPrefixBinarySearch(const char *s, const char *names, const UDataOffsetTOCEntry *toc, int32_t count) argument
222 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; local
264 const PointerTOC *toc = (PointerTOC *)pData->toc; local
274 const PointerTOC *toc = (PointerTOC *)pData->toc; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Ddependencies.inc2 ASCII diagram of the dependencies between the doctools v2 toc packages
5 ~~~~~~~~~~~ doctools::toc ~~~~~~~~~~~
7 doctools::toc::export ~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~ doctools::toc::import
13 doctools::toc::export::<*> | | | doctools::toc::import::<*>
16 html | | | doctools::toc::parse \\
20 doctools::toc::structure |
28 doctools::msgcat::toc::<*>
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.7/
H A DMakefile10 toc.html
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVSupport.h39 UInt32 toc; member in struct:IOTVector
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/format/
H A Djson.inc11 doctools::toc {
16 label doctools::toc::introduction
24 label doctools::toc::structure
29 label doctools::toc::parse
44 "doctools::toc" : {
49 "label" : "doctools::toc::introduction"
58 "label" : "doctools::toc::structure"
64 "label" : "doctools::toc::parse"
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchecker_toc.tcl137 Error end/open/toc
149 Error toc/plaintext
179 if {[IsNot toc_begin]} {Error toc/begincmd}
185 if {[IsNot end] && [IsNot contents]} {Error toc/endcmd}
193 } {Error toc/sectcmd}
200 if {[IsNot division]} {Error toc/sectecmd [State]}
206 if {[IsNot contents] && [IsNot division]} { Error toc/itemcmd }
210 if {[Is done]} {Error toc/nodonecmd}
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.3.2/
H A DMakefile5 set_flags.html toc.html tx_recover.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.3.3/
H A DMakefile5 toc.html txn_prepare.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.1/
H A DMakefile5 log_register.html log_stat.html memp_sync.html toc.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.2/
H A DMakefile5 tcl.html toc.html verify.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.3/
H A DMakefile4 java.html log.html repl.html rtc.html stat.html toc.html verb.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.4/
H A DMakefile11 toc.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.5/
H A DMakefile17 toc.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.6/
H A DMakefile10 toc.html \
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.3.1/
H A DMakefile6 sysmem.html tcl.html toc.html tmp.html txn_check.html
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.0/
H A DMakefile5 set_lk_max.html toc.html txn.html
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDPartitionScheme.h108 CDTOC * toc );
120 CDTOC * toc );
131 CDTOC * toc );
142 CDTOC * toc );

Completed in 162 milliseconds

123456