Searched refs:document (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js21 for (root of document.querySelectorAll('[data-selection]'))
78 return inflate(document.getElementById(tmpl.dataset.use), data, parent, next);
151 var root = document.querySelector(rootSelector);
187 document.querySelectorAll('.' + cls).forEach(elt => elt.classList.remove(cls));
188 document.querySelectorAll(query).forEach(elt => elt.classList.add(cls));
218 document.adoptedStyleSheets.push(sheet);
/freebsd-current/contrib/ncurses/misc/
H A Drun_tic.in145 document, and install the terminfo without the -x option.
165 document, and install the terminfo without the -x option.
/freebsd-current/share/mk/
H A Dbsd.doc.mk13 # EXTRA Extra files (not SRCS) that make up the document. [not set]
17 # MACROS Macro packages used to build the document. [not set]
41 # VOLUME Volume the document belongs to. [not set]
189 document=${DOC} ${SRCS}
192 document=${DOC} ${SRCS}
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js18 // Use the correct document accordingly with window argument (sandbox)
19 var document = window.document,
36 // A central reference to the root jQuery(document)
118 if ( selector === "body" && !context && document.body ) {
119 this.context = document;
120 this[0] = document.body;
143 doc = ( context ? context.ownerDocument || context : document );
151 selector = [ document.createElement( ret[1] ) ];
167 elem = document
[all...]
H A Djquery.qtip.js15 /* Cache window, document, undefined */
16 (function( window, document, undefined ) {
83 var v = 3, div = document.createElement('div');
766 // Check if window or document is the target
767 else if(target[0] === document || target[0] === window) {
873 quirks = !!BROWSER.ie && document.compatMode !== 'CSS1Compat',
1004 $(document).bind('mousemove.'+NAMESPACE, this._storeMouse);
1028 $(document).unbind('mousemove.'+NAMESPACE);
1308 scrollX: window.pageXOffset || document.body.scrollLeft || document
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp36 XMLDocument *document = (XMLDocument *)ctx; local
39 document->m_errors.PrintfVarArg(format, args);
40 document->m_errors.EOL();
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp490 var tables = document.getElementsByClassName("code");
519 var checked = document.getElementsByName("showCounterexample")[0].checked;
521 document.getElementsByName("showCounterexample")[0].click();
528 document.addEventListener("DOMContentLoaded", function() {
529 document.querySelector('input[name="showCounterexample"]').onchange=
706 var hint = document.querySelector("#tooltiphint");
1290 document.querySelectorAll(selector));
1293 document.addEventListener("DOMContentLoaded", function() {
1298 scrollTo(document.querySelector(hrefValue));
1305 var s = document
[all...]
/freebsd-current/contrib/expat/
H A DMakefile.am144 wget --output-document=tests/xmlts.zip \
H A DMakefile.in1109 wget --output-document=tests/xmlts.zip \
/freebsd-current/contrib/expat/tests/
H A Dbasic_tests.c409 "<\000e\000/\000>\000" /* document element */
2875 "<document><x a='",
4886 "'+' in document name not faulted");
4895 "'*' in document name not faulted");
4904 "'?' in document name not faulted");
5399 const char *const pre = "<!ELEMENT document ANY>\n";
5479 = "<!DOCTYPE document SYSTEM 'something.ext'><document/>";
5605 char *const document = (char *)malloc(document_length); local
5626 memset(document, '
5715 char *const document = (char *)malloc(document_length); local
[all...]
/freebsd-current/stand/lua/
H A Dconfig.lua243 -- We document the exceptions with a special 'groups' index that indicates
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1439 `here document' with the C<E<lt>E<lt>> notation.

Completed in 304 milliseconds