Searched refs:toc (Results 26 - 50 of 135) sorted by relevance

123456

/macosx-10.10/Heimdal-398.1.2/doc/
H A DNTMakefile76 $(OBJ)\heimdal\toc.hhc: $(OBJ)\heimdal\Copyrights-and-Licenses.html
77 $(PERL) $(SRC)\cf\w32-hh-toc-from-info.pl -o$@ $**
82 $(DOCDIR)\heimdal.chm: $(OBJ)\heimdal\heimdal.hhp $(OBJ)\heimdal\toc.hhc
96 $(OBJ)\hx509\toc.hhc: $(OBJ)\hx509\How-to-use-the-PKCS11-module.html
97 $(PERL) $(SRC)\cf\w32-hh-toc-from-info.pl -o$@ $**
102 $(DOCDIR)\hx509.chm: $(OBJ)\hx509\hx509.hhp $(OBJ)\hx509\toc.hhc
/macosx-10.10/apache-793/httpd/docs/manual/style/css/
H A Dmanual-loose-100pc.css93 div#quickview ul#toc {
102 #module-index div#quickview ul#toc,
103 #manual-page div#quickview ul#toc,
112 #module-index div#quickview ul#toc li,
113 #manual-page div#quickview ul#toc li,
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtarvfs.tcl249 proc vfs::tar::TOC {fd arr toc} {
256 upvar 1 $toc _toc
341 upvar #0 vfs::tar::$fd.toc toc
343 vfs::tar::TOC $fd sb toc
357 upvar #0 vfs::tar::$fd.toc toc
358 return [expr {[info exists toc($path)] || [info exists toc([string trimright $path "/"]/)]}]
363 upvar #0 vfs::tar::$fd.toc to
[all...]
H A Dzipvfs.tcl470 upvar #0 zip::$fd.toc toc
478 set toc(_) 0; unset toc(_); #MakeArray
486 set toc($name) [array get sb]
487 FAKEDIR toc [file dirname $name]
498 upvar 1 $arr toc
503 if { ![info exists toc($path)] } {
505 lappend toc($path) \
510 FAKEDIR toc [fil
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dcontainer.tcl21 package require doctools::toc::structure
28 snit::type ::doctools::toc {
320 # Default format is the regular toc serialization
327 # doctools::toc::structure verify-as-canonical $data
336 # Default format is the regular toc serialization
343 # doctools::toc::structure verify-as-canonical $data
347 set data [doctools::toc::structure merge [$self serialize] $data]
348 # doctools::toc::structure verify-as-canonical $data
358 # Default format is the regular toc serialization
364 # toc fo
[all...]
/macosx-10.10/pcre-7/pcre/
H A D132html47 $toc = 0;
52 $toc = 1 if $ARGV[0] eq "-toc";
75 print "<ul>\n" if ($toc);
146 if ($toc)
295 print "</ul>\n" if ($toc);
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/changelog/
H A DMakefile3 BUILD= toc.html
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dudatamem.h30 const void *toc; /* For common memory, table of contents for */ member in struct:UDataMemory
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl386 proc long-toc {text} {
388 set here M[incr manual(section-toc-n)]
389 set there L[incr manual(long-toc-n)]
390 lappend manual(section-toc) \
394 proc option-toc {name class switch} {
398 set link [long-toc "$switch, $name, $class"]
408 set there L[incr manual(long-toc-n)]
410 lappend manual(section-toc) "<DD><A HREF=\"$manual(name).htm#$here\" NAME=\"$there\">$switch, $name, $class</A>"
413 error "option-toc in $manual(name) section $manual(section)"
416 proc std-option-toc {nam
[all...]
/macosx-10.10/Heimdal-398.1.2/tests/java/
H A DKerberosInit.java48 TextOutputCallback toc = (TextOutputCallback)callbacks[i];
49 System.out.println(toc.getMessage());
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/format/
H A Djson.inc23 doctoc.man {manpage doctools::toc}
47 "doctoc.man" : ["manpage","doctools::toc"],
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl508 proc long-toc {text} {
510 set here M[incr manual(section-toc-n)]
511 set there L[incr manual(long-toc-n)]
512 lappend manual(section-toc) \
516 proc option-toc {name class switch} {
524 set link [long-toc "$switch, $name, $class"]
529 error "option-toc in $manual(name) section $manual(section)"
537 set there L[incr manual(long-toc-n)]
540 lappend manual(section-toc) \
544 proc std-option-toc {nam
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-toc.el1 ;;; reftex-toc.el --- RefTeX's table of contents mode
31 (provide 'reftex-toc)
35 (defvar reftex-toc-map (make-sparse-keymap)
36 "Keymap used for *toc* buffer.")
38 (defvar reftex-toc-menu)
42 (defvar reftex-toc-include-labels-indicator nil)
43 (defvar reftex-toc-include-index-indicator nil)
44 (defvar reftex-toc-max-level-indicator nil)
46 (defun reftex-toc-mode ()
53 \\{reftex-toc
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.3.0/
H A DMakefile8 rmw.html stat.html toc.html txn_begin.html txn_commit.html \
/macosx-10.10/libffi-18.1/include/
H A Dppc-ffitarget.h98 void* toc; /* TOC */ member in struct:ffi_aix_trampoline_struct
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/include/
H A Dppc-ffitarget.h98 void* toc; /* TOC */ member in struct:ffi_aix_trampoline_struct
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/include/
H A Dppc-ffitarget.h98 void* toc; /* TOC */ member in struct:ffi_aix_trampoline_struct
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/include/
H A Dppc-ffitarget.h98 void* toc; /* TOC */ member in struct:ffi_aix_trampoline_struct
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dtocexpand13 package require doctools::toc
37 puts "$argv0 [doctools::toc::help]"
119 ::doctools::toc::new dt -format $format
/macosx-10.10/IOCDStorageFamily-51/
H A DIOCDTypes.h122 static inline UInt32 CDTOCGetDescriptorCount(CDTOC * toc) argument
124 UInt32 tocSize = OSSwapBigToHostInt16(toc->length) + (UInt32) sizeof(toc->length);
172 static inline CDMSF CDConvertTrackNumberToMSF(UInt8 track, CDTOC * toc) argument
174 UInt32 count = CDTOCGetDescriptorCount(toc);
180 if (toc->descriptors[i].point == track && toc->descriptors[i].adr == 1)
182 msf = toc->descriptors[i].p;
H A DIOCDPartitionScheme.cpp172 CDTOC * toc = 0; local
206 toc = media->getTOC();
207 if ( toc ) tocCount = CDTOCGetDescriptorCount(toc);
229 CDTOCDescriptor * descriptor = toc->descriptors + index;
531 /* toc */ toc );
582 /* toc */ toc ) )
593 /* toc */ to
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Ddtplite18 # Meta require {doctools::toc 1}
75 # output. The names are hardwired to "toc.$format" and
82 # global toc and index in the toplevel and to merge the package
83 # toc and index into them.
125 package require doctools::toc 1.1.3 ;
309 ## internal representations of current toc, index. and xref
314 ## .toc
315 ## Contains the current full toc in form of a dictionary.
316 # Keys are division labels, values the lists of toc items.
686 # Generate index and toc, bu
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp114 static int32_t simpleBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) { argument
124 int32_t cmp=strcmp(s, names+toc[number].nameOffset);
141 toc=new TOCEntry[count];
143 toc[i].nameOffset=itemNames.length();
144 toc[i].dataOffset=i; // arbitrary value, see toc comment below
156 delete[] toc;
164 if(simpleBinarySearch(name, itemNameChars, toc, count)<0) {
173 // toc imitates a .dat file's array of UDataOffsetTOCEntry
177 TOCEntry *toc; member in class:BinarySearchPackageLookup
204 prefixBinarySearch(const char *s, const char *names, const TOCEntry *toc, int32_t count) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dhtml_cssdefaults.tcl63 UL.toc,UL.toc UL, UL.toc UL UL {
/macosx-10.10/emacs-93/emacs/lispintro/
H A DMakefile.in68 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc

Completed in 377 milliseconds

123456