| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sgml | 26 >>19 search/4096 \<urlset XML Sitemap document text 44 >19 search/4096/cWbt \<!doctype\ html XHTML document text 47 >19 search/4096/cWbt \<html\ xmlns= XHTML document text 54 # HyperText Markup Language (HTML) is an SGML document type, 57 0 search/4096/cWt \<!doctype\ html HTML document text 62 0 string/cWt \<!doctype\ html HTML document text 64 0 string/ct \<html> HTML document text 67 >&0 search/4096/cWt \<!doctype\ html HTML document text 69 >&0 search/4096/ct \<html> HTML document text 72 # SVG document [all …]
|
| H A D | tex | 56 0 string %!TEX\040root TeX Document text 61 0 search/4096 \\input TeX document text 64 0 search/4096 \\begin LaTeX document text 67 0 search/4096 \\section LaTeX document text 70 0 search/4096 \\setlength LaTeX document text 73 0 search/4096 \\documentstyle LaTeX document text 76 0 search/4096 \\chapter LaTeX document text 79 0 search/4096 \\documentclass LaTeX 2e document text 88 0 search/4096 %\ -*-latex-*- LaTeX document text 91 # Tex document, from Hendrik Scholz <hendrik@scholz.net> [all …]
|
| H A D | palm | 78 # Variety of PalmOS document types 81 60 string BVokBDIC BDicty PalmOS document 83 60 string DB99DBOS DB PalmOS document 85 60 string vIMGView FireViewer/ImageViewer PalmOS document 87 60 string PmDBPmDB HanDBase PalmOS document 89 60 string InfoINDB InfoView PalmOS document 91 60 string ToGoToGo iSilo PalmOS document 93 60 string JfDbJBas JFile PalmOS document 95 60 string JfDbJFil JFile Pro PalmOS document 97 60 string DATALSdb List PalmOS document [all …]
|
| H A D | wordprocessors | 21 >112 ubeshort =0x0100 Microsoft Works 1-3 (DOS) or 2 (Windows) document 45 # Note: called "COSMI document (generic)" by TrID 46 0 string/b LCP COSMI document 72 # pointer to document area like: 10h 73 >>>4 ulelong !0x10 \b, at %#x document area 78 # no document area, so point to end of file; so this is file size like: 23381 2978 32835 3355 3775 … 86 >>9 byte 10 WordPerfect document 129 # TODO: skip DROID x-fmt-395-signature-id-132.wpg by check for existing document area 138 # pointer to document area like: 10h 1Ah 139 >>>4 ulelong !0x1A \b, at %#x document area [all …]
|
| H A D | a2ml | 13 # Document starts with @abstract directive (canonical A2ML opening) 14 0 string @abstract: A2ML Attested Markup Language document 19 0 string agent-id: A2ML Attested Markup Language document (AI manifest) 23 0 string manifest: A2ML Attested Markup Language document (AI manifest) 27 0 string pedigree: A2ML Attested Markup Language document (AI manifest) 33 >&0 search/512 \n@abstract: A2ML Attested Markup Language document 38 0 search/512 @opaque(lang= A2ML Attested Markup Language document 44 0 search/512 \n@refs:\n A2ML Attested Markup Language document
|
| H A D | locoscript | 7 0 string JOY\x01\x01 LocoScript 1 document 8 0 string JOY\x01\x02 LocoScript 2 document 9 0 string JOY\x01\x04 LocoScript 3 document 10 0 string JOY\x01\x06 LocoScript 4 document 11 0 string DOC\x01\x01 LocoScript PC document 12 0 string DOC\x01\x03 LocoScript Professional document
|
| H A D | pdf | 4 # pdf: file(1) magic for Portable Document Format 12 0 string %PDF- PDF document 20 0 string \012%PDF- PDF document 28 0 string \xef\xbb\xbf%PDF- PDF document (UTF-8) 38 0 string %FDF- FDF document 45 0 search/1024 %PDF- PDF document
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 1 //===-- MsgPackDocument.h - MsgPack Document --------------------*- C++ -*-===// 10 /// of a document of MsgPack objects, that can be read from MsgPack, written to 28 class Document; variable 31 /// The kind of a DocNode and its owning Document. 33 Document *Doc; 37 /// A node in a MsgPack Document. This is a simple copyable and 40 friend Document; variable 48 // owning Document into the same word. Having a pointer to the owning 49 // Document makes the API of DocNode more convenient, and allows its use in 66 // Default constructor gives an empty node with no associated Document. All [all …]
|
| /freebsd/contrib/libyaml/src/ |
| H A D | loader.c | 9 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document); 41 * Document loading context. 83 * Load the next document of the stream. 87 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document) in yaml_parser_load() argument 92 assert(document); /* Non-NULL document object is expected. */ in yaml_parser_load() 94 memset(document, 0, sizeof(yaml_document_t)); in yaml_parser_load() 95 if (!STACK_INIT(parser, document->nodes, yaml_node_t*)) in yaml_parser_load() 116 parser->document = document; in yaml_parser_load() 121 parser->document = NULL; in yaml_parser_load() 128 yaml_document_delete(document); in yaml_parser_load() [all …]
|
| H A D | api.c | 698 * Create DOCUMENT-START. 777 * Create DOCUMENT-END. 1032 * Create a document object. 1036 yaml_document_initialize(yaml_document_t *document, in yaml_document_initialize() argument 1059 assert(document); /* Non-NULL document object is expected. */ in yaml_document_initialize() 1097 DOCUMENT_INIT(*document, nodes.start, nodes.end, version_directive_copy, in yaml_document_initialize() 1119 * Destroy a document object. 1123 yaml_document_delete(yaml_document_t *document) in yaml_document_delete() argument 1127 assert(document); /* Non-NULL document object is expected. */ in yaml_document_delete() 1129 while (!STACK_EMPTY(&context, document->nodes)) { in yaml_document_delete() [all …]
|
| H A D | dumper.c | 15 yaml_emitter_dump(yaml_emitter_t *emitter, yaml_document_t *document); 108 * Dump a YAML document. 112 yaml_emitter_dump(yaml_emitter_t *emitter, yaml_document_t *document) in yaml_emitter_dump() argument 118 assert(document); /* Non-NULL emitter object is expected. */ in yaml_emitter_dump() 120 emitter->document = document; in yaml_emitter_dump() 126 if (STACK_EMPTY(emitter, document->nodes)) { in yaml_emitter_dump() 135 * (document->nodes.top - document->nodes.start)); in yaml_emitter_dump() 138 * (document->nodes.top - document->nodes.start)); in yaml_emitter_dump() 140 DOCUMENT_START_EVENT_INIT(event, document->version_directive, in yaml_emitter_dump() 141 document->tag_directives.start, document->tag_directives.end, in yaml_emitter_dump() [all …]
|
| /freebsd/contrib/pkgconf/cli/spdxtool/ |
| H A D | generate.c | 24 spdxtool_core_spdx_document_t *document = (spdxtool_core_spdx_document_t *)ptr; in generate_spdx_package() local 38 sbom = spdxtool_software_sbom_new(client, spdx_id_string, document->creation_info, "build"); in generate_spdx_package() 44 sbom->spdx_document = document; in generate_spdx_package() 55 pkgconf_tuple_add(client, &pkg->vars, "creationInfo", document->creation_info, false, 0); in generate_spdx_package() 56 pkgconf_tuple_add(client, &pkg->vars, "agent", document->agent, false, 0); in generate_spdx_package() 60 …const char *supplier = spdxtool_core_spdx_document_add_maintainer(client, document, pkg->maintaine… in generate_spdx_package() 105 if (!spdxtool_core_spdx_document_add_license(client, document, license->data)) in generate_spdx_package() 115 pkgconf_node_insert_tail(node, sbom, &document->rootElement); in generate_spdx_package() 148 …spdxtool_core_spdx_document_t *document = spdxtool_core_spdx_document_new(client, spdx_id_int, cre… in spdxtool_generate() local 150 if (!document) in spdxtool_generate() [all …]
|
| /freebsd/contrib/lutok/api-docs/html/search/ |
| H A D | search.js | 53 while (item && item!=document.body) 67 while (item && item!=document.body) 106 { return document.getElementById("MSearchField"); } 109 { return document.getElementById("MSearchSelect"); } 112 { return document.getElementById("MSearchSelectWindow"); } 115 { return document.getElementById("MSearchResults"); } 118 { return document.getElementById("MSearchResultsWindow"); } 121 { return document.getElementById("MSearchClose"); } 124 { return document.getElementById("MSearchBox"); } 339 var scriptTag = document.createElement('script'); [all …]
|
| /freebsd/contrib/libyaml/include/ |
| H A D | yaml.h | 137 /** Cannot compose a YAML document. */ 228 /** A DOCUMENT-START token. */ 230 /** A DOCUMENT-END token. */ 364 /** A DOCUMENT-START event. */ 366 /** A DOCUMENT-END event. */ 396 /** The document encoding. */ 400 /** The document parameters (for @c YAML_DOCUMENT_START_EVENT). */ 413 /** Is the document indicator implicit? */ 417 /** The document end parameters (for @c YAML_DOCUMENT_END_EVENT). */ 419 /** Is the document end indicator implicit? */ [all …]
|
| /freebsd/tools/debugscripts/ |
| H A D | gdbinit.i386 | 63 document xp 124 document xxp 155 document xp0 158 document xp1 161 document xp2 164 document xp3 167 document xp4 196 document f0 199 document f1 202 document f2 [all …]
|
| H A D | gdbinit.kernel | 7 document pname 53 document bpp 122 document bpl 130 document bp 138 document bpd 141 document bpl 183 document bx 192 document ddb 233 document ps 275 document defproc [all …]
|
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_intel.c | 105 /* Per Intel document 315338-020. */ in pmc_intel_initialize() 120 * Per Intel document 253669-032 9/2009, in pmc_intel_initialize() 124 * Per Intel document 253669-032 9/2009, in pmc_intel_initialize() 134 case 0x25: /* Per Intel document 253669-033US 12/2009. */ in pmc_intel_initialize() 135 case 0x2C: /* Per Intel document 253669-033US 12/2009. */ in pmc_intel_initialize() 143 case 0x2A: /* Per Intel document 253669-039US 05/2011. */ in pmc_intel_initialize() 147 case 0x2D: /* Per Intel document 253669-044US 08/2012. */ in pmc_intel_initialize() 151 case 0x3A: /* Per Intel document 253669-043US 05/2012. */ in pmc_intel_initialize() 155 case 0x3E: /* Per Intel document 325462-045US 01/2013. */ in pmc_intel_initialize() 169 case 0x3C: /* Per Intel document 325462-045US 01/2013. */ in pmc_intel_initialize() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 62 class Document; variable 114 friend class Document; 117 std::unique_ptr<Document> CurrentDoc; 135 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 138 // It's not safe to copy YAML nodes; the document is streamed and the position 159 /// Get the tag as it was written in the document. This does not 170 // These functions forward to Document and Scanner. 183 std::unique_ptr<Document> &Doc; 191 /// The tag as typed in the document. 203 NullNode(std::unique_ptr<Document> &D) in NullNode() [all …]
|
| /freebsd/sys/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 47 var p = document.createElement('p'); 52 p.appendChild(document.createTextNode(found)); 53 document.getElementById('test-res').appendChild(p); 59 hn.appendChild(document.createTextNode(' - PASSED (time: ' + duration + ' ms)')); 62 hn.appendChild(document.createTextNode(' - FAILED')); 68 hn = document.getElementsByTagName('h1')[0]; 69 hn.appendChild(document.createTextNode('Test: ' + tname)); 88 var s = document.getElementsByTagName('script')[0]; 89 var st = document.createElement('script');
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | rfc4013.txt | 16 This document specifies an Internet standards track protocol for the 28 This document describes how to prepare Unicode strings representing 29 user names and passwords for comparison. The document defines the 42 document defines rules for preparing internationalized user names and 49 This document defines the "SASLprep" profile of the "stringprep" 69 This document does not alter the technical specification of any 71 algorithm described in this document needs to explicitly incorporate 72 this document and provide precise details as to where and how this 83 Character names in this document use the notation for code points and 208 This document details the "SASLprep" profile of the [StringPrep] [all …]
|
| H A D | rfc3491.txt | 19 This document specifies an Internet standards track protocol for the 31 This document describes how to prepare internationalized domain name 40 This document specifies processing rules that will allow users to 88 in this document are to be interpreted as described in BCP 14, RFC 204 document vastly increases the number of characters available in 241 This document. 250 Committee contributed ideas that went into this document. 253 document. That team and its advisors include: 347 This document and translations of it may be copied and furnished to 353 document itself may not be modified in any way, such as by removing [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sarif.h | 11 /// The document built can be accessed as a JSON Object. 15 /// A SARIF (Static Analysis Results Interchange Format) document is JSON 16 /// document that describes in detail the results of running static analysis 17 /// tools on a project. Each (non-trivial) document consists of at least one 371 /// This class handles creating a valid SARIF document given various input 374 /// 1. Because every SARIF document must contain at least 1 \c run, callers 392 /// Checks if there is a run associated with this document. 398 /// Reset portions of the internal state so that the document is ready to 406 /// the SARIF document. 413 /// the SARIF document. [all …]
|
| /freebsd/crypto/openssh/regress/unittests/sshsig/ |
| H A D | webauthn.html | 329 document.getElementById("error").innerText = msg 402 document.getElementById("enrollresult").style.visibility = "visible" 407 document.getElementById("enrollresultjson").innerText = clientData 410 document.getElementById("keyhandle").innerText = hexdump(result.rawId) 413 document.getElementById("enrollresultraw").innerText = hexdump(result.response.attestationObject) 418 document.getElementById("enrollresultattestobj").innerText = JSON.stringify(attestationObject) 421 document.getElementById("enrollresultauthdataraw").innerText = hexdump(attestationObject.authData) 426 document.getElementById("enrollresultauthdata").innerText = JSON.stringify(authData) 432 document.getElementById("enrollresultpkblob").innerText = hexdump(window.rawKey) 435 document.getElementById("enrollresultpk").innerText = pk [all …]
|
| /freebsd/contrib/expat/doc/ |
| H A D | xmlwf.1 | 10 xmlwf \- Determines if an XML document is well-formed 44 determine if an XML document is well-formed. It is 51 A well-formed document must adhere to the 67 all other elements in the document. Only comments, white 78 If the document has a DTD, and it strictly complies with that 79 DTD, then the document is also considered \fIvalid\fR. 114 from the primary document in parsing, 168 Specifies the character encoding for the document, overriding 169 any document encoding declaration. \fBxmlwf\fR 238 Prints an error if the document is not standalone. [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.2004 | 114 * doc/setup.texi: document --random-key and the need to do backup 387 * lib/krb5/krb5_encrypt.3: document krb5_enctype_valid 394 * lib/krb5/krb5_string_to_key.3: document krb5_free_salt 414 * lib/krb5/krb5.conf.5: document default_cc_name 439 * kuser/kgetcred.1: document --cache/-c 447 * lib/krb5/krb5_eai_to_heim_errno.3: document 462 * lib/krb5/krb5_get_in_cred.3: document krb5_free_kdc_rep 500 * lib/krb5/krb5_check_transited.3: document krb5_check_transited 607 * lib/krb5/krb5.conf.5: document [kdc]hdb-ldap-create-base 784 * lib/krb5/krb5_encrypt.3: document krb5_{de,en}crypt_ivec [all …]
|