Home
last modified time | relevance | path

Searched refs:chapters (Results 1 – 25 of 71) sorted by relevance

123

/external/libmicrohttpd/doc/
DMakefile.am15 chapters/basicauthentication.inc \
16 chapters/bibliography.inc \
17 chapters/exploringrequests.inc \
18 chapters/hellobrowser.inc \
19 chapters/introduction.inc \
20 chapters/largerpost.inc \
21 chapters/processingpost.inc \
22 chapters/responseheaders.inc \
23 chapters/tlsauthentication.inc \
24 chapters/sessions.inc \
Dlibmicrohttpd-tutorial.texi78 @include chapters/introduction.inc
82 @include chapters/hellobrowser.inc
86 @include chapters/exploringrequests.inc
90 @include chapters/responseheaders.inc
94 @include chapters/basicauthentication.inc
98 @include chapters/processingpost.inc
102 @include chapters/largerpost.inc
106 @include chapters/sessions.inc
110 @include chapters/tlsauthentication.inc
114 @include chapters/bibliography.inc
DMakefile.in435 chapters/basicauthentication.inc \
436 chapters/bibliography.inc \
437 chapters/exploringrequests.inc \
438 chapters/hellobrowser.inc \
439 chapters/introduction.inc \
440 chapters/largerpost.inc \
441 chapters/processingpost.inc \
442 chapters/responseheaders.inc \
443 chapters/tlsauthentication.inc \
444 chapters/sessions.inc \
/external/lz4/contrib/gen_manual/
Dgen_manual.cpp109 vector<string> input, lines, comments, chapters; in main() local
216 chapters.push_back(comments[0]); in main()
233 for (size_t i=0; i<chapters.size(); i++) in main()
234 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n"; in main()
/external/python/cpython2/Doc/library/
Dintro.rst35 grouped in chapters of related modules. The ordering of the chapters as well as
Dmac.rst9 See the chapters :ref:`mac-scripting` and :ref:`undoc-mac-modules` for more
/external/python/cpython2/Doc/extending/
Dembedding.rst10 The previous chapters discussed how to extend Python, that is, how to extend the
36 described in the previous chapters to construct and use Python objects.
96 chapters are still valid. To show this, consider what the extension code from
122 you can refer to earlier chapters for the required information.
/external/eigen/doc/
DOverview.dox17 The \b main \b documentation is organized into \em chapters covering different domains of features.
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_FunctionalStressTest71 - create directories corresponding to POSIX chapters (see .1-1990 or
/external/llvm/docs/tutorial/
DLangImpl08.rst172 note that the arguments to ``llvm-config`` are different to the previous chapters.
DBuildingAJIT1.rst101 (since there's no way to re-invoke an anonymous expression). In later chapters
218 immediately compile them. In later chapters we will teach our JIT to be lazier
DLangImpl06.rst116 did in `previous chapters <LangImpl5.html#lexer-extensions-for-if-then-else>`_. One nice thing
451 covered in the last chapters, we have grown a real-ish language. With
DOCamlLangImpl1.rst34 I've tried to put this tutorial together in a way that makes chapters
DLangImpl01.rst34 I've tried to put this tutorial together in a way that makes chapters
DLangImpl09.rst12 LLVM <index.html>`_" tutorial. In chapters 1 through 8, we've built a
DOCamlLangImpl6.rst111 did in `previous chapters <OCamlLangImpl5.html#lexer-extensions-for-if-then-else>`_. One nice
408 covered in the last chapters, we have grown a real-ish language. With
DLangImpl04.rst249 tutorials. In later chapters we will look at how it works and extend it with
/external/python/cpython2/Doc/reference/
Dintroduction.rst136 definitions; uses in subsequent chapters are syntactic definitions.
/external/ltp/doc/
Dbuild-system-guide.txt204 here are the following sections and chapters I suggest reviewing:
/external/libmicrohttpd/doc/chapters/
Dprocessingpost.inc1 The previous chapters already have demonstrated a variety of possibilities to send information
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2138 Chapter* const chapters = new (std::nothrow) Chapter[size]; // NOLINT in ExpandChaptersArray() local
2139 if (chapters == NULL) in ExpandChaptersArray()
2144 Chapter* const dst = chapters + idx; in ExpandChaptersArray()
2150 chapters_ = chapters; in ExpandChaptersArray()
/external/libevent/
DDoxyfile166 # include the index chapters (such as File Index, Compound Index, etc.)
/external/e2fsprogs/lib/et/
Dtexinfo.tex1115 % If working on a large document in chapters, it is convenient to
3977 % chapters, we're in trouble anyway, I'm sure.)
4052 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
4633 % start on an odd page, unlike chapters. Thus, we maintain
4672 % And just the chapters.
4721 % chapters. Have to read the whole toc once to know how many chapters
4750 % Unnumbered chapters.
4776 % If the toc has to be broken over pages, we want it to be at chapters
/external/e2fsprogs/doc/
Dtexinfo.tex1115 % If working on a large document in chapters, it is convenient to
3977 % chapters, we're in trouble anyway, I'm sure.)
4052 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
4633 % start on an odd page, unlike chapters. Thus, we maintain
4672 % And just the chapters.
4721 % chapters. Have to read the whole toc once to know how many chapters
4750 % Unnumbered chapters.
4776 % If the toc has to be broken over pages, we want it to be at chapters
/external/dtc/Documentation/
Dmanual.txt418 point (see further chapters for more informations on the required

123