Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 1661) sorted by relevance

12345678910>>...67

/netbsd/external/bsd/file/dist/magic/magdir/
H A Dsgml53 # SVG document
59 0 search/4096/cwt \<head\> HTML document text
62 0 search/4096/cWt \<head\ HTML document text
65 0 search/4096/cwt \<title\> HTML document text
68 0 search/4096/cWt \<title\ HTML document text
71 0 search/4096/cwt \<html\> HTML document text
74 0 search/4096/cWt \<html\ HTML document text
89 0 search/4096/cwt \<table\> HTML document text
102 0 search/1/cwt \<?xml XML document text
111 >15 string/t >\0 %.3s document text
[all …]
H A Dtex40 0 search/4096 \\input TeX document text
43 0 search/4096 \\begin LaTeX document text
46 0 search/4096 \\section LaTeX document text
49 0 search/4096 \\setlength LaTeX document text
52 0 search/4096 \\documentstyle LaTeX document text
55 0 search/4096 \\chapter LaTeX document text
67 0 search/4096 %\ -*-latex-*- LaTeX document text
71 0 search/1 \\ifx TeX document text
108 0 string #LyX LyX document text
118 0 search/4096 \\useURL[ ConTeXt document text
[all …]
H A Dpalm78 # Variety of PalmOS document types
81 60 string BVokBDIC BDicty PalmOS document
83 60 string DB99DBOS DB PalmOS document
87 60 string PmDBPmDB HanDBase PalmOS document
91 60 string ToGoToGo iSilo PalmOS document
93 60 string JfDbJBas JFile PalmOS document
97 60 string DATALSdb List PalmOS document
103 60 string DataPlkr Plucker PalmOS document
109 60 string TEXtTlDc TealDoc PalmOS document
117 60 string dataTDBP ThinkDB PalmOS document
[all …]
H A Dlocoscript7 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 Dpdf12 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/256 %PDF- PDF document
H A Dperl47 0 search/1024/W \=pod\n Perl POD document text
48 0 search/1024/W \n\=pod\n Perl POD document text
49 0 search/1024/W \=head1\ Perl POD document text
50 0 search/1024/W \n\=head1\ Perl POD document text
51 0 search/1024/W \=head2\ Perl POD document text
52 0 search/1024/W \n\=head2\ Perl POD document text
53 0 search/1024/W \=encoding\ Perl POD document text
54 0 search/1024/W \n\=encoding\ Perl POD document text
H A Dwordprocessors50 # pointer to document area like: 10h
64 >>9 byte 10 WordPerfect document
136 # pointer to document area like: 17C4h
170 # maybe Macintosh WP2.0 document
171 >>9 byte 44 WordPerfect 3.5 document
176 >>9 byte 45 WordPerfect 4.2 document
430 >110 uleshort/256 =0 document
435 >110 uleshort/256 =4 document
439 >110 uleshort/256 =5 document
443 >110 uleshort =0x0600 document
[all …]
/netbsd/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js29 while (item && item!=document.body)
43 while (item && item!=document.body)
80 { return document.getElementById("MSearchField"); }
83 { return document.getElementById("MSearchSelect"); }
95 { return document.getElementById("MSearchClose"); }
98 { return document.getElementById("MSearchBox"); }
728 var srResult = document.createElement('div');
731 var srEntry = document.createElement('div');
733 var srLink = document.createElement('a');
758 var srChild = document.createElement('a');
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DVsix.cs30 public static bool IsDocumentDirty(Document document) in IsDocumentDirty() argument
32 var textView = GetDocumentView(document); in IsDocumentDirty()
37 public static IWpfTextView GetDocumentView(Document document) in GetDocumentView() argument
39 var textView = GetVsTextViewFrompPath(document.FullName); in GetDocumentView()
75 ITextDocument document; in GetTextDocument()
76 …if (view != null && view.TextBuffer.Properties.TryGetProperty(typeof(ITextDocument), out document)) in GetTextDocument()
77 return document; in GetTextDocument()
83 ITextDocument document = GetTextDocument(view); in GetDocumentParent()
84 if (document != null) in GetDocumentParent()
86 return Directory.GetParent(document.FilePath).ToString(); in GetDocumentParent()
/netbsd/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.rc260 ID_FILE_MRU_FILE1 "Open this document"
261 ID_FILE_MRU_FILE2 "Open this document"
262 ID_FILE_MRU_FILE3 "Open this document"
263 ID_FILE_MRU_FILE4 "Open this document"
264 ID_FILE_MRU_FILE5 "Open this document"
265 ID_FILE_MRU_FILE6 "Open this document"
266 ID_FILE_MRU_FILE7 "Open this document"
267 ID_FILE_MRU_FILE8 "Open this document"
268 ID_FILE_MRU_FILE9 "Open this document"
269 ID_FILE_MRU_FILE10 "Open this document"
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
H A Dselectable.js3 var Rows = document.getElementsByTagName("tr");
12 var Inputs = document.getElementsByTagName("input");
24 if (document.getElementById)
25 var returnVar = document.getElementById(id);
26 else if (document.all)
27 var returnVar = document.all[id];
28 else if (document.layers)
29 var returnVar = document.layers[id];
H A Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
101 sortrevind = document.createElement('span');
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
135 sortfwdind = document.createElement('span');
341 if (document.addEventListener) {
[all …]
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dpreface.sdf9 # document's copyright
16 This document is considered a part of OpenLDAP Software. This
17 document is subject to terms of conditions set forth in {{SECT:OpenLDAP
22 Portions of OpenLDAP Software and this document may be copyright
28 This document provides a guide for installing [[DOC_NAME]]
30 UNIX-like) systems. The document is aimed at experienced system
34 This document is meant to be used in conjunction with other OpenLDAP
62 document would not be possible without their contribution of time
68 University of Michigan document: {{REF[expand]UM-GUIDE}}.
73 Suggested enhancements and corrections to this document should be
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgdbinit.in48 document pp
60 document pr
71 document prl
87 document pt
98 document pct
109 document pgg
120 document pgq
131 document pgs
142 document pge
153 document pmz
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgdbinit.in48 document pp
60 document pr
71 document prl
87 document pt
98 document pct
109 document pgg
120 document pgq
131 document pgs
142 document pge
153 document pmz
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
101 sortrevind = document.createElement('span');
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
135 sortfwdind = document.createElement('span');
341 if (document.addEventListener) {
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DMarkdownQuickstartTemplate.md5 This document is meant to get you writing documentation as fast as possible
11 You can find this document in `docs/MarkdownQuickstartTemplate.md`. You
13 then send the new document to llvm-commits for review.
18 Markdown syntax is useful when writing the document, so the last
32 1. Why would I want to read this document?
34 2. What should I know to be able to follow along with this document?
36 3. What will I have learned by the end of this document?
48 person to understand a more advanced document.
52 The rest of this document shows example Markdown markup constructs
62 Headings (like `Example Section` just above) give your document its
[all …]
H A DUserGuides.rst104 This document describes the LLVM Support Library (``lib/Support``) and
108 This document describes more advanced build configurations.
124 This document describes the design of the stack safety analysis of local
138 A document describing Loops and associated terms as used in LLVM.
141 This document describes the current status of vectorization in LLVM.
144 This document describes the interface between LLVM intermodular optimizer
154 This document describes the design and philosophy behind the LLVM
211 somewhat nonintuitive. This document explains the implementation and rationale.
217 This document describes using the NVPTX backend to compile GPU kernels.
220 This document describes using the AMDGPU backend to compile GPU kernels.
[all …]
/netbsd/external/bsd/openldap/dist/tests/data/
H A Dsql-write.out26 objectClass: document
34 objectClass: document
95 objectClass: document
103 objectClass: document
170 objectClass: document
207 objectClass: document
216 objectClass: document
285 objectClass: document
322 objectClass: document
375 objectClass: document
[all …]
H A Dsql-read.out33 objectClass: document
41 objectClass: document
92 objectClass: document
100 objectClass: document
157 objectClass: document
165 objectClass: document
328 objectClass: document
336 objectClass: document
382 objectClass: document
390 objectClass: document
[all …]
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc4510.txt19 This document specifies an Internet standards track protocol for the
33 accordance with X.500 data and service models. This document
40 this document and the following documents:
66 documents by a normative reference to this document.
70 LDAP-plus-extensions is not defined by this document but may be
71 defined in some future document(s). Extensions are expected to be
84 document are to be interpreted as described in BCP 14 [RFC2119].
143 LDAP security considerations are discussed in each document
148 This document is based largely on RFC 3377 by J. Hodges and R.
150 document also borrows from RFC 2251 by M. Wahl, T. Howes, and S.
[all …]
/netbsd/external/bsd/nvi/dist/docs/
H A DREADME5 edit/ Roff source for "Edit: A tutorial". This document was USD:14 in
9 document was USD:16 in the 4.3BSD manuals, and USD tabbed 12 in
15 vi.ref/ Roff source for the nex/nvi reference document. An updated version
16 of the 4.4BSD document, USD tabbed 13.
19 document was USD:15 in the 4.3BSD manuals, but was not distributed
/netbsd/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-bbedit.applescript14 set fileURL to URL of text document 1
21 -- "set contents of text document 1 to newContents" scrolls to the bottom while
23 set currentLength to length of contents of text document 1
24 select characters 1 thru currentLength of text document 1
26 select characters selectionOffset thru (selectionOffset + selectionLength - 1) of text document 1
/netbsd/crypto/external/bsd/netpgp/dist/ref/
H A Drfc5581.txt24 document authors. All rights reserved.
26 This document is subject to BCP 78 and the IETF Trust's Legal
28 publication of this document (http://trustee.ietf.org/license-info).
30 and restrictions with respect to this document.
34 This document presents the necessary information to use the Camellia
66 ciphers. This document presents the necessary information to use the
73 document are to be interpreted as described in [RFC2119].
79 192-bit, and 256-bit keys. This document defines the use of Camellia
/netbsd/external/gpl2/groff/dist/contrib/pdfmark/
H A Dpdfroff.sh196 PDF document formatting process.
205 document stream to produce only a reference dictionary.
209 for the PDF document. Normally '$CMD' will create a
210 reference dictionary, at the start of document processing;
215 Save the document reference dictionary in file 'name'.
221 document processing.
225 the appearance of the document's front cover section. If

12345678910>>...67