/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/ |
D | debug.js | 5 MochiKit.DOM.hideElement(anchor.expandedElement); 12 MochiKit.DOM.showElement(anchor.expandedElement); 22 var el = MochiKit.DOM.DIV({}); 60 MochiKit.DOM.showElement(output); 80 MochiKit.DOM.showElement('error-area'); 86 MochiKit.DOM.hideElement('error-area'); 97 var newEl = MochiKit.DOM.TEXTAREA(stdops); 102 var newEl = MochiKit.DOM.INPUT(stdops); 107 MochiKit.DOM.swapDOM(input, newEl); 158 MochiKit.DOM.showElement(span); [all …]
|
D | MochiKit.packed.js | 925 if(typeof (MochiKit.DOM)!="undefined"&&arguments.length==1&&(typeof (_135)=="string"||(typeof (_135… 926 var kv=MochiKit.DOM.formContents(_135); 2740 MochiKit.DOM.NAME="MochiKit.DOM"; 2741 MochiKit.DOM.VERSION="1.4.2"; 2742 MochiKit.DOM.__repr__=function(){ 2745 MochiKit.DOM.toString=function(){ 2748 MochiKit.DOM.EXPORT=["removeEmptyTextNodes","formContents","currentWindow","currentDocument","withW… 2749 MochiKit.DOM.EXPORT_OK=["domConverters"]; 2750 MochiKit.DOM.DEPRECATED=[["computedStyle","MochiKit.Style.getStyle","1.4"],["elementDimensions","Mo… 2751 MochiKit.Base.update(MochiKit.DOM,{currentWindow:function(){ [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | README.md | 12 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3… 23 `webcomponents-lite.js` includes all polyfills except for shadow DOM. 35 | Shadow DOM | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 41 ~Indicates support may be flaky. If using Custom Elements or HTML Imports with Shadow DOM, 42 you will get the non-flaky Mutation Observer polyfill that Shadow DOM includes.
|
/external/libxml2/doc/ |
D | DOM.fig | 63 4 0 0 0 0 0 18 0.0000 4 195 1395 2175 1575 DOM server\001 64 4 0 0 0 0 0 18 0.0000 4 195 1335 4200 1650 DOM client\001
|
D | structure.fig | 234 4 0 0 0 0 -1 20 0.0000 4 255 4665 5175 825 A DOM tree as built by the XML parser\001
|
D | Makefile.am | 13 PAGES= architecture.html bugs.html contribs.html docs.html DOM.html \ 70 DOM.gif \ 71 DOM.html \ 337 …srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/small…
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 62 #define DOM(i) (data[(i) + 4 * count]) macro 72 INFO("DOM(%i) = %i\n", i, DOM(i)); in debugPrint() 158 DOM(v) = (SEMI(u) < SEMI(v)) ? u : p; in build() 162 if (DOM(w) != SEMI(w)) in build() 163 DOM(w) = DOM(DOM(w)); in build() 165 DOM(0) = 0; in build() 171 nw = &BasicBlock::get(vert[DOM(v)])->dom;; in build() 187 #undef DOM
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | DateTimeRule.java | 28 public static final int DOM = 0; field in DateTimeRule 102 dateRuleType = DOM; in DateTimeRule() 271 case DOM: in toString()
|
D | AnnualTimeZoneRule.java | 117 if (type == DateTimeRule.DOM) { in getStartInYear()
|
/external/libxml2/ |
D | TODO | 136 - DOM needs 144 - DOM needs 252 interface. Currently the DOM-like representation is built but 257 - DOM support, instead of using a proprietary in memory 259 call a DOM API to actually build the resulting document. 265 very near a direct DOM implementation. The DOM glue is implemented
|
D | libxml.spec.in | 17 can be a simple SAX stream or and in-memory DOM like representations. 37 can be a simple SAX stream or and in-memory DOM like representations.
|
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/ |
D | README.md | 12 …via window.resize event and not inside layout changes like css3 animation, :hover, DOM changes etc. 18 …- works with any layout modifications: HTML (innerHTML etc), inline styles, DOM mutation, CSS3 tra…
|
/external/selinux/checkpolicy/ |
D | policy_scan.l | 169 DOM { return(DOM);}
|
D | policy_parse.y | 117 %token DOM DOMBY INCOMP 629 | DOM
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtrule.h | 37 DOM = 0, /**< The exact day of month, enumerator
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | README.md | 11 Polymer is based on a set of future technologies, including [Shadow DOM](http://w3c.github.io/webco…
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/ |
D | README.md | 14 * [Parser](#class-parser) - HTML to DOM-tree parser. 16 * [Serializer](#class-serializer) - DOM-tree to HTML code serializer. 225 You can create a custom tree adapter so parse5 can work with your own DOM-tree implementation.
|
D | CHANGELOG.md | 31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
|
/external/icu/icu4c/source/i18n/ |
D | dtrule.cpp | 25 fDateRuleType(DateTimeRule::DOM), fTimeRuleType(timeType) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | LICENSE.txt | 2 the named character classes and the Live DOM Viewer. 76 The following license applies to the Live DOM Viewer:
|
/external/libxml2/os400/libxmlrpg/ |
D | SAX2.rpgle | 1 * Summary: SAX2 parser interface used to build the DOM tree 3 * the library when building DOM tree.
|
D | tree.rpgle | 144 * NOTE: This is synchronized with DOM Level1 values 145 * See http://www.w3.org/TR/REC-DOM-Level-1/ 563 * @ctxt: a DOM wrapper context 578 * Context for DOM wrapper-operations. 1551 * DOM-wrapper helper functions. 1596 * 5 interfaces from DOM ElementTraversal, but different in entities
|
D | xmlversion.rpgle.in | 84 * Whether the DOM like tree manipulation API support is configured in
|
/external/icu/icu4c/source/tools/tzcode/ |
D | tz2icu.cpp | 718 DOM = 0, enumerator 810 mode = DOM; in set() 829 if (mode != DOM && (dow < 0 || dow >= 7)) { in set() 886 return (mode == DOM) ? 0 : -(dow+1); in stz_dow()
|
/external/tinyxml/ |
D | readme.txt | 11 Document Object Model (DOM) that can be read, modified, and saved. 28 TinyXml uses a Document Object Model (DOM), meaning the XML data is parsed 324 DOM by printing out the number of nodes found using different 379 relate to the DOM.
|