| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | InterfaceFile.cpp | 80 auto Pos = llvm::lower_bound(Documents, Document, in addDocument() 85 assert((Pos == Documents.end() || in addDocument() 89 Documents.insert(Pos, Document); in addDocument() 96 Documents, Reexport->getInstallName(), in inlineLibrary() 101 if (Overwrite && It != Documents.end() && in inlineLibrary() 103 llvm::replace(Documents, *It, std::move(Reexport)); in inlineLibrary() 107 if ((It != Documents.end()) && in inlineLibrary() 111 Documents.emplace(It, std::move(Reexport)); in inlineLibrary() 113 for (auto Doc : Library->documents()) in inlineLibrary() 116 Library->Documents.clear(); in inlineLibrary() [all …]
|
| /freebsd/share/doc/usd/title/ |
| H A D | Title | 33 UNIX User's Supplementary Documents 62 Other than the specific documents listed below as copyrighted by AT&T, 100 Documents USD:1, 2, 3, 5, 6, 9, 10, 15, 16, 17, 21, 22, 23, 24, 25, 26, 27, 104 permitted to copy these documents, or any portion of them, 109 Documents USD:8, 14, and 28 are part of the
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_compat_zip.c | 238 assertEqualString("Documents/1/Metadata/Page1_Thumbnail.JPG", archive_entry_pathname(ae)); in DEFINE_TEST() 247 assertEqualString("Documents/1/Pages/_rels/1.fpage.rels", archive_entry_pathname(ae)); in DEFINE_TEST() 250 assertEqualString("Documents/1/Pages/1.fpage", archive_entry_pathname(ae)); in DEFINE_TEST() 253 …assertEqualString("Documents/1/Resources/Fonts/3DFDBC8B-4514-41F1-A808-DEA1C79BAC2B.odttf", archiv… in DEFINE_TEST() 256 assertEqualString("Documents/1/_rels/FixedDocument.fdoc.rels", archive_entry_pathname(ae)); in DEFINE_TEST() 259 assertEqualString("Documents/1/FixedDocument.fdoc", archive_entry_pathname(ae)); in DEFINE_TEST() 299 assertEqualString("Documents/1/Metadata/Page1_Thumbnail.JPG", archive_entry_pathname(ae)); in DEFINE_TEST() 306 assertEqualString("Documents/1/Pages/_rels/1.fpage.rels", archive_entry_pathname(ae)); in DEFINE_TEST() 309 assertEqualString("Documents/1/Pages/1.fpage", archive_entry_pathname(ae)); in DEFINE_TEST() 312 …assertEqualString("Documents/1/Resources/Fonts/3DFDBC8B-4514-41F1-A808-DEA1C79BAC2B.odttf", archiv… in DEFINE_TEST() [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
| H A D | conf.py | 57 # built documents. 82 # documents. 102 # If true, keep warnings as "system message" paragraphs in the built documents. 123 # The name for this set of Sphinx documents. If None, it defaults to 235 # For "manual" documents, if this is true, then toplevel headings are parts, 245 # Documents to append as an appendix to all manuals. 276 # Documents to append as an appendix to all manuals.
|
| /freebsd/contrib/pkgconf/doc/ |
| H A D | conf.py | 58 # built documents. 87 # documents. 111 # If true, keep warnings as "system message" paragraphs in the built documents. 134 # The name for this set of Sphinx documents. 272 # For "manual" documents, if this is true, then toplevel headings are parts, 285 # Documents to append as an appendix to all manuals. 325 # Documents to append as an appendix to all manuals.
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | conf.py | 77 # built documents. 99 # documents. 123 # If true, keep warnings as "system message" paragraphs in the built documents. 141 # The name for this set of Sphinx documents. If None, it defaults to 237 # For "manual" documents, if this is true, then toplevel headings are parts, 247 # Documents to append as an appendix to all manuals. 278 # Documents to append as an appendix to all manuals.
|
| /freebsd/share/doc/usd/contents/ |
| H A D | contents.ms | 37 UNIX User's Supplementary Documents (USD) 48 This volume contains documents which supplement the manual pages in 189 .tl 'Typing Documents on UNIX: Using the \-ms Macros with Troff and Nroff''USD:17' 193 to lay out most documents. 276 for expanding citations in documents.
|
| /freebsd/share/doc/psd/title/ |
| H A D | Title | 33 UNIX Programmer's Supplementary Documents 62 Other than the specific documents listed below as copyrighted by AT&T, 100 Documents PSD:1, 2, 3, 4, 6, 11, 15, 16, and 17 106 permitted to copy these documents, or any portion of them,
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | TapiUniversal.cpp | 39 // Get inlined documents from tapi file. in TapiUniversal() 41 for (const std::shared_ptr<InterfaceFile> &File : ParsedFile->documents()) in TapiUniversal() 49 const auto &InlinedDocuments = Parent->ParsedFile->documents(); in getAsObjectFile() 54 "Index into documents exceeds the container for them"); in getAsObjectFile()
|
| /freebsd/contrib/lyaml/lib/lyaml/ |
| H A D | init.lua | 260 -- @tparam table documents a sequence of Lua tables. 263 local function dump(documents, opts) 277 for _, document in ipairs(documents) do 468 -- @tfield boolean all load all documents from the stream 479 local documents = {} 507 documents[#documents + 1] = document 513 return opts.all and documents or documents[1]
|
| /freebsd/share/mk/ |
| H A D | bsd.doc.mk | 1 # The include file <bsd.doc.mk> handles installing BSD troff documents. 6 # DCOMPRESS_CMD Program to compress troff documents. Output is to stdout. 9 # DESTDIR Change the tree where the documents get installed. [not set] 19 # WITHOUT_DOCCOMPRESS If you do not want formatted troff documents to be 107 # Compatibility mode flag for groff. Use this when formatting documents with
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | |
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | conf.py | 60 # The reST default role (used for this markup: `text`) to use for all documents. 95 # The name for this set of Sphinx documents. If None, it defaults to 185 # For "manual" documents, if this is true, then toplevel headings are parts, 195 # Documents to append as an appendix to all manuals. 229 # Documents to append as an appendix to all manuals.
|
| /freebsd/share/doc/ |
| H A D | Makefile | 25 # Default output format for troff documents is ascii. 26 # To generate postscript versions of troff documents, use:
|
| /freebsd/bin/sh/tests/parser/ |
| H A D | heredoc7.0 | 3 # documents, causing the here document writing process to segfault. 12 # documents, causing sh to segfault.
|
| /freebsd/contrib/libyaml/tests/ |
| H A D | run-dumper.c | 234 yaml_document_t documents[MAX_DOCUMENTS]; in main() local 241 memset(documents, 0, MAX_DOCUMENTS*sizeof(yaml_document_t)); in main() 271 assert(copy_document(&(documents[document_number++]), &document)); in main() 297 …assert(compare_documents(documents+count, &document) || print_output(argv[number], buffer, written… in main() 306 yaml_document_delete(documents+k); in main()
|
| /freebsd/sys/contrib/device-tree/Bindings/gnss/ |
| H A D | gnss.txt | 3 This documents the binding structure and common properties for GNSS receiver 9 Please refer to the following documents for generic properties:
|
| /freebsd/share/doc/smm/title/ |
| H A D | Title | 62 Other than the specific manual pages and documents listed below 126 and documents SMM:15, 16, and 17 132 permitted to copy these documents, or any portion of them,
|
| /freebsd/contrib/ncurses/man/ |
| H A D | clear.1 | 95 (POSIX.1-2008) nor X/Open Curses Issue\ 7 documents \fB\%@CLEAR@\fP. 97 The latter documents \fBtput\fP, 161 \*(``XTerm Control Sequences\fP\*('' documents this feature as
|
| /freebsd/contrib/lyaml/doc/modules/ |
| H A D | lyaml.html | 64 <td class="name" nowrap><a href="#dump">dump (documents[, opts])</a></td> 93 <strong>dump (documents[, opts])</strong> 101 <li><span class="parameter">documents</span> 196 load all documents from the stream
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
| H A D | ams,as73211.yaml | 14 …https://ams.com/documents/20143/36005/AS73211_DS000556_3-01.pdf/a65474c0-b302-c2fd-e30a-c98df87616… 16 https://ams.com/documents/20143/9106314/AS7331_DS001047_4-00.pdf
|
| /freebsd/contrib/netbsd-tests/bin/sh/ |
| H A D | t_here.sh | 121 atf_set "descr" "Basic tests for here documents" 174 atf_set "descr" "Tests for various end markers of here documents" 268 atf_set "descr" "Basic tests for incomplete here documents" 300 atf_set "descr" "Tests for line endings in here documents" 337 atf_set "descr" "Tests for multiple here documents on one cmd line" 386 atf_set "descr" "Tests for nested here documents for one cmd" 450 atf_set "descr" "Tests for use of quotes inside here documents" 481 atf_set "descr" "Tests how side effects in here documents are handled"
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_RAND-HMAC-DRBG.7 | 63 .\" way too many mistakes in technical documents. 122 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP… 183 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP…
|
| H A D | EVP_RAND-HASH-DRBG.7 | 63 .\" way too many mistakes in technical documents. 121 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP… 181 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP…
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | silabs,si570.txt | 10 https://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf 12 https://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
|