Home
last modified time | relevance | path

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

12345678910>>...38

/openbsd-src/usr.bin/file/magdir/
H A Dpalm18 # Variety of PalmOS document types
21 60 string BVokBDIC BDicty PalmOS document
23 60 string DB99DBOS DB PalmOS document
25 60 string vIMGView FireViewer/ImageViewer PalmOS document
27 60 string PmDBPmDB HanDBase PalmOS document
29 60 string InfoINDB InfoView PalmOS document
31 60 string ToGoToGo iSilo PalmOS document
33 60 string JfDbJBas JFile PalmOS document
35 60 string JfDbJFil JFile Pro PalmOS document
37 60 string DATALSdb List PalmOS document
[all …]
H A Dsgml15 # HyperText Markup Language (HTML) is an SGML document type,
18 0 search/1/cB \<!DOCTYPE\ html HTML document text
20 0 search/1/cb \<head HTML document text
22 0 search/1/cb \<title HTML document text
24 0 search/1/cb \<html HTML document text
29 0 search/1/cb \<?xml XML document text
33 >15 search/1 >\0 %.3s document text
36 0 search/1/b \<?xml XML document text
37 0 search/1/b \<?XML broken XML document text
41 0 search/1/cb \<!doctype exported SGML document text
[all …]
H A Dtex40 0 search/400 \\input TeX document text
42 0 search/400 \\section LaTeX document text
44 0 search/400 \\setlength LaTeX document text
46 0 search/400 \\documentstyle LaTeX document text
48 0 search/400 \\chapter LaTeX document text
50 0 search/400 \\documentclass LaTeX 2e document text
56 0 search/400 %\ -*-latex-*- LaTeX document text
59 # Tex document, from Hendrik Scholz <hendrik@scholz.net>
60 0 search/1 \\ifx TeX document text
H A Dperl39 0 search/1/B \=pod\n Perl POD document text
40 0 search/1/B \n\=pod\n Perl POD document text
41 0 search/1/B \=head1\ Perl POD document text
42 0 search/1/B \n\=head1\ Perl POD document text
43 0 search/1/B \=head2\ Perl POD document text
44 0 search/1/B \n\=head2\ Perl POD document text
H A Dpdf7 0 string %PDF- PDF document
12 0 string \012%PDF- PDF document
19 0 string %FDF- FDF document
H A Disland8 4 string pgscriptver IslandWrite document
9 13 string DrawFile IslandDraw document
/openbsd-src/gnu/llvm/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()
H A DRunningDocTableEventsDispatcher.cs15 public delegate void OnBeforeSaveHander(object sender, Document document); in OnBeforeSaveHander() argument
64 var document = FindDocumentByCookie(docCookie); in OnBeforeSave()
65 if (document != null) // Not sure why this happens sometimes in OnBeforeSave()
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dselectable.js2 var Rows = document.getElementsByTagName("tr");
11 var Inputs = document.getElementsByTagName("input");
23 if (document.getElementById)
24 var returnVar = document.getElementById(id);
25 else if (document.all)
26 var returnVar = document.all[id];
27 else if (document.layers)
28 var returnVar = document.layers[id];
H A Dsorttable.js31 if (!document.createElement || !document.getElementsByTagName)
36 forEach(document.getElementsByTagName('table'), function(table) {
47 the = document.createElement('thead');
71 tfo = document.createElement('tfoot');
105 this.removeChild(document.getElementById('sorttable_sortfwdind'));
106 sortrevind = document.createElement('span');
120 this.removeChild(document.getElementById('sorttable_sortrevind'));
121 sortfwdind = document.createElement('span');
139 sortfwdind = document.getElementById('sorttable_sortfwdind');
143 sortrevind = document.getElementById('sorttable_sortrevind');
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgdbinit.in5 document pr
14 document prl
29 document pt
38 document pct
47 document pgs
56 document pge
66 document ptc
75 document pdn
84 document ptn
95 document prc
[all …]
/openbsd-src/gnu/llvm/clang/www/analyzer/scripts/
H A Dexpandcollapse.js32 if (!document.getElementById)
38 var rows = document.body.getElementsByTagName("tr");
68 var data = document.createElement("div");
75 var expander = document.createElement("img");
120 var body = document.body,
121 html = document.documentElement,
162 var expandableDiv = document.getElementById("cell" + idxStr);
164 var data = document.getElementById("data" + idxStr);
165 var expander = document.getElementById("expander" + idxStr);
183 var clickedExpandableDiv = document.getElementById("cell" + idxStr);
H A Dmenu.js2 if (document.all&&document.getElementById) {
3 navRoot = document.getElementById("nav");
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgdbinit.in5 document pr
14 document prl
29 document pt
38 document pct
48 document ptc
57 document pdn
66 document ptn
77 document prc
85 document pi
93 document pbs
/openbsd-src/gnu/llvm/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
19 ~half of this document (starting with [Example Section](#example-section)) gives examples
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?
41 If possible, make your document a "how to". Give it a name `HowTo*.md`
47 is that without a "how to" document to read first, it is difficult for a
[all …]
H A DUserGuides.rst112 This document describes the LLVM Support Library (``lib/Support``) and
116 This document describes more advanced build configurations.
132 This document describes the design of the stack safety analysis of local
146 A document describing Loops and associated terms as used in LLVM.
149 A document describing cycles as a generalization of loops.
152 This document describes the current status of vectorization in LLVM.
155 This document describes the interface between LLVM intermodular optimizer
165 This document describes the design and philosophy behind the LLVM
169 This document specifies how to correctly update debug info in various kinds
173 This document explains how LLVM uses value tracking, or instruction
[all …]
H A DSphinxQuickstartTemplate.rst31 reStructuredText syntax is useful when writing the document, so the last
32 ~half of this document (starting with `Example Section`_) gives examples
44 #. Why would I want to read this document?
46 #. What should I know to be able to follow along with this document?
48 #. What will I have learned by the end of this document?
58 The rest of this document shows example reStructuredText markup constructs
65 …re sections (i.e., headings). Sections (like ``Example Section`` above) help give your document its
67 as are used in this document. The adornment must be the same length as the
88 pretty much anywhere else in the document. This is useful when linking to especially long URLs.
/openbsd-src/gnu/llvm/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');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
[all …]
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/
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');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
[all …]
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dgdbinit.in17 document pe
25 document ps
33 document pf
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dgdbinit.in17 document pe
25 document ps
33 document pf
/openbsd-src/usr.bin/vi/
H A DLAYOUT36 edit/ Roff source for "Edit: A tutorial". This document
41 3.7". This document was USD:16 in the 4.3BSD
47 vi.ref/ Roff source for the nex/nvi reference document.
48 An updated version of the 4.4BSD document, USD
52 Editing with Vi". This document was USD:15 in
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A DAMDGPUAsmGFX1013.rst18 This document describes the syntax of *instructions specific to gfx1013*.
25 Notation used in this document is explained :ref:`here<amdgpu_syn_instruction_notation>`.
30 …ax and other features of AMDGPU instructions may be found :ref:`in this document<amdgpu_syn_instru…
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/
H A D2202jpz.txt4 haiku-iso2022jp -- a test Japanese document in iso-2022-jp
10 This is a test Pod document in ISO-2202-JP.

12345678910>>...38