| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/ |
| selectable.js | 3 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];
|
| sorttable.js | 30 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') [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| Vsix.cs | 30 public static bool IsDocumentDirty(Document document) 32 var textView = GetDocumentView(document); 37 public static IWpfTextView GetDocumentView(Document document) 39 var textView = GetVsTextViewFrompPath(document.FullName); 75 ITextDocument document; 76 if (view != null && view.TextBuffer.Properties.TryGetProperty(typeof(ITextDocument), out document)) 77 return document; 83 ITextDocument document = GetTextDocument(view) [all...] |
| RunningDocTableEventsDispatcher.cs | 15 public delegate void OnBeforeSaveHander(object sender, Document document); 64 var document = FindDocumentByCookie(docCookie); 65 if (document != null) // Not sure why this happens sometimes 73 private Document FindDocumentByCookie(uint docCookie) 76 return _dte.Documents.Cast<Document>().FirstOrDefault(doc => doc.FullName == documentInfo.Moniker);
|
| ClangFormatPackage.cs | 266 private void OnBeforeSave(object sender, Document document) 273 if (!FileHasExtension(document.FullName, options.FormatOnSaveFileExtensions)) 276 if (!Vsix.IsDocumentDirty(document)) 281 FormatDocument(document, optionsWithNoFallbackStyle); 308 /// Runs clang-format on the current document 315 private void FormatDocument(Document document, OptionPageGrid options) 317 FormatView(Vsix.GetDocumentView(document), options);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/ |
| sorttable.js | 30 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') [all...] |
| /src/external/ibm-public/postfix/dist/mantools/ |
| make_soho_readme | 26 <p> This document combines hints and tips for "small office/home 27 office" applications into one document so that they are easier to 36 <li> <p> Selected topics from the STANDARD_CONFIGURATION_README document: </p> 47 <p> Selected topics from the SASL_README document: </p>
|
| /src/external/mit/libcbor/dist/docs/doxygen/search/ |
| search.js | 29 while (item && item!=document.body) 43 while (item && item!=document.body) 80 { return document.getElementById("MSearchField"); } 83 { return document.getElementById("MSearchSelect"); } 86 { return document.getElementById("MSearchSelectWindow"); } 89 { return document.getElementById("MSearchResults"); } 92 { return document.getElementById("MSearchResultsWindow"); } 95 { return document.getElementById("MSearchClose"); } 98 { return document.getElementById("MSearchBox"); } 350 var width = document.body.clientWidth - 8; // the -8 is for IE :- [all...] |
| /src/external/gpl2/groff/dist/contrib/pdfmark/ |
| pdfroff.sh | 140 # to discriminate table of contents and document body formatting passes. 196 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 232 start of a PDF document. 409 Document processing will continue, but no 'pdfmark' reference dictionar [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| mir.vim | 18 " The first document of a file is allowed to contain an LLVM IR module inside 21 " FIXME: This should only be allowed for the first document of the file 24 " The `body:` field of a document contains the MIR dump of the function
|
| /src/external/gpl2/groff/dist/arch/djgpp/ |
| t-groff.bat | 22 echo I will use this command to format a document and print it on the screen:
29 echo I will use this command to format a document and print it on PS printer:
36 echo I will use this command to format a document and print it on LJ4 printer:
43 echo I will use this command to format a document into a DVI format:
48 echo I will use this command to format a document into HTML format:
53 echo I will use this command to format a document and print it on an LBP printer:
|
| /src/external/mit/libuv/dist/docs/src/sphinx-plugins/ |
| manpage.py | 31 app = inliner.document.settings.env.app
|
| /src/external/mit/isl/dist/doc/ |
| manual.tex | 72 \begin{document} 95 \end{document}
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| xml-support.h | 34 /* Return an XML document which was compiled into GDB, from 174 /* Parse a XML document. DOCUMENT is the data to parse, which should 184 const char *document, void *user_data);
|
| xml-tdesc.c | 39 /* Parse DOCUMENT into a target description. Or don't, since we don't have 43 tdesc_parse_xml (const char *document, xml_fetch_another fetcher) 62 of it here, so that if we parse the same XML document again we can 615 /* Parse DOCUMENT into a target description and return it. */ 618 tdesc_parse_xml (const char *document, xml_fetch_another fetcher) 627 document, fetcher, 0)) 686 string identifying the XML document we want; the top level document
|
| /src/external/gpl3/gdb/dist/gdb/ |
| xml-support.h | 34 /* Return an XML document which was compiled into GDB, from 174 /* Parse a XML document. DOCUMENT is the data to parse, which should 184 const char *document, void *user_data);
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| visopts.py | 120 var doc = document.getElementById("leftsvgc").getSVGDocument(); 133 var doc = document.getElementById("rightsvgc").getSVGDocument(); 163 $$(document).ready(function() {
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| netbsd-low.cc | 1039 std::string document = "<library-list-svr4 version=\"1.0\""; local 1067 string_appendf (document, " main-lm=\"0x%lx\"", 1084 document += '>'; 1088 string_appendf (document, "<library name=\""); 1089 xml_escape_text_append (document, (char *) libname); 1090 string_appendf (document, "\" lm=\"0x%lx\" " 1104 document += "/>"; 1107 document += "</library-list-svr4>"; 1109 int document_len = document.length (); 1117 memcpy (readbuf, document.data () + offset, len) [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| netbsd-low.cc | 1037 std::string document = "<library-list-svr4 version=\"1.0\""; local 1065 string_appendf (document, " main-lm=\"0x%lx\"", 1082 document += '>'; 1086 string_appendf (document, "<library name=\""); 1087 xml_escape_text_append (document, (char *) libname); 1088 string_appendf (document, "\" lm=\"0x%lx\" " 1102 document += "/>"; 1105 document += "</library-list-svr4>"; 1107 int document_len = document.length (); 1115 memcpy (readbuf, document.data () + offset, len) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-perl-1 | 59 First here document. 61 Second here document. 223 msgid "First here document.\n" 227 msgid "Second here document.\n"
|
| /src/external/bsd/ntp/dist/scripts/ntp-wait/ |
| ntp-wait-opts.def | 98 This document corresponds to version @VERSION@ of NTP.
|
| /src/external/gpl2/mkhybrid/dist/ |
| magic | 75 # Some PCs have the annoying habit of adding a ^D as a document separator 76 0 string \004%! ASPS TEXT PostScript document text
|
| /src/external/gpl2/texinfo/dist/util/ |
| install-info-html | 23 Install HTML info document. 25 Usage: $name [OPTION]... [DOCUMENT-DIR]... 28 -a,--all assume all subdirectories of index to be DOCUMENT-DIRs
|
| /src/external/mpl/bind/dist/doc/arm/ |
| conf.py | 63 self.inliner.document.note_explicit_target(target) 97 self.inliner.document.note_explicit_target(target) 139 # If extensions (or modules to document with autodoc) are in another directory, 186 # The master toctree document.
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp.keys.def | 23 This document describes the format of an NTP symmetric key file. 166 This document was derived from FreeBSD.
|