HomeSort by relevance Sort by last modified time
    Searched refs:nodeValue (Results 51 - 75 of 308) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/owasp/sanitizer/tools/
cut_release.py 76 if node.nodeType == 3: return node.nodeValue
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 300 public void setNodeValue(String nodeValue) throws DOMException {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 198 self.confirm(a.nodeValue == "bar",
199 "NamedNodeMap.__setitem__() sets nodeValue")
316 and el.attributes["spam"].nodeValue == "bam"
322 and el.attributes["spam"].nodeValue == "ham"
328 and el.attributes["spam"].nodeValue == "ham"
331 and el.attributes["spam2"].nodeValue == "bam"
336 and el.attributes["spam"].nodeValue == "ham"
339 and el.attributes["spam2"].nodeValue == "bam2"
585 and a1.nodeValue == a2.nodeValue
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 198 self.confirm(a.nodeValue == "bar",
199 "NamedNodeMap.__setitem__() sets nodeValue")
316 and el.attributes["spam"].nodeValue == "bam"
322 and el.attributes["spam"].nodeValue == "ham"
328 and el.attributes["spam"].nodeValue == "ham"
331 and el.attributes["spam2"].nodeValue == "bam"
336 and el.attributes["spam"].nodeValue == "ham"
339 and el.attributes["spam2"].nodeValue == "bam2"
585 and a1.nodeValue == a2.nodeValue
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 198 self.confirm(a.nodeValue == "bar",
199 "NamedNodeMap.__setitem__() sets nodeValue")
316 and el.attributes["spam"].nodeValue == "bam"
322 and el.attributes["spam"].nodeValue == "ham"
328 and el.attributes["spam"].nodeValue == "ham"
331 and el.attributes["spam2"].nodeValue == "bam"
336 and el.attributes["spam"].nodeValue == "ham"
339 and el.attributes["spam2"].nodeValue == "bam2"
585 and a1.nodeValue == a2.nodeValue
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 198 self.confirm(a.nodeValue == "bar",
199 "NamedNodeMap.__setitem__() sets nodeValue")
316 and el.attributes["spam"].nodeValue == "bam"
322 and el.attributes["spam"].nodeValue == "ham"
328 and el.attributes["spam"].nodeValue == "ham"
331 and el.attributes["spam2"].nodeValue == "bam"
336 and el.attributes["spam"].nodeValue == "ham"
339 and el.attributes["spam2"].nodeValue == "bam2"
585 and a1.nodeValue == a2.nodeValue
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
excanvas.min.js 1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.owningElement.id="ex_canvas_";i.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}"}}R(document);var e={init:function(i){var j=i||document;j.createElement("canvas");j.attachEvent("onreadystatechange",g(this.init_,this,j))},init_:function(p){var m=p.getElementsByTagName("canvas");for(var j=0;j<m.length;j++){this.initElement(m[j])}},initElement:function(j){if(!j.getContext){j.getContext=y;R(j.ownerDocument);j.innerHTML="";j.attachEvent("onpropertychange",x);j.attachEvent("onresize",W);var i=j.attributes;if(i.width&&i.width.specified){j.style.width=i.width.nodeValue+"px"}else{j.width=j.clientWidth}if(i.height&&i.height.specified){j.style.height=i.height.nodeValue+"px"}else{j.height=j.clientHeight}}return j}};function x(j){var i=j.srcElement;switch(j.propertyName){case"width":i.getContext().clearRect();i.style.width=i.attributes.width.nodeValue+"px";i.firstChild.style.width=i.clientWidth+"px";break;case"height":i.getContext().clearRect();i.style.height=i.attributes.height.nodeValue+"px";i.firstChild.style.height=i.clientHeight+"px";break}}function W(j){var i=j.srcElement;if(i.fi (…)
excanvas.js 160 // el.getContext().setWidth_(attrs.width.nodeValue);
161 el.style.width = attrs.width.nodeValue + 'px';
167 // el.getContext().setHeight_(attrs.height.nodeValue);
168 el.style.height = attrs.height.nodeValue + 'px';
184 el.style.width = el.attributes.width.nodeValue + 'px';
190 el.style.height = el.attributes.height.nodeValue + 'px';
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/
htmlparser2.js 19 nodeValue: 'data'
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 320 nodeValue = None
356 # nodeValue and value are set elsewhere
369 if name in ("value", "nodeValue"):
370 d["value"] = d["nodeValue"] = value
372 d2["data"] = d2["nodeValue"] = value
400 d['value'] = d['nodeValue'] = value
635 nodeValue = None
693 d["value"] = d["nodeValue"] = value
698 d["value"] = d["nodeValue"] = value
711 d["value"] = d["nodeValue"] = valu
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 320 nodeValue = None
356 # nodeValue and value are set elsewhere
369 if name in ("value", "nodeValue"):
370 d["value"] = d["nodeValue"] = value
372 d2["data"] = d2["nodeValue"] = value
400 d['value'] = d['nodeValue'] = value
635 nodeValue = None
693 d["value"] = d["nodeValue"] = value
698 d["value"] = d["nodeValue"] = value
711 d["value"] = d["nodeValue"] = valu
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 320 nodeValue = None
356 # nodeValue and value are set elsewhere
369 if name in ("value", "nodeValue"):
370 d["value"] = d["nodeValue"] = value
372 d2["data"] = d2["nodeValue"] = value
400 d['value'] = d['nodeValue'] = value
635 nodeValue = None
693 d["value"] = d["nodeValue"] = value
698 d["value"] = d["nodeValue"] = value
711 d["value"] = d["nodeValue"] = valu
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 320 nodeValue = None
356 # nodeValue and value are set elsewhere
369 if name in ("value", "nodeValue"):
370 d["value"] = d["nodeValue"] = value
372 d2["data"] = d2["nodeValue"] = value
400 d['value'] = d['nodeValue'] = value
635 nodeValue = None
693 d["value"] = d["nodeValue"] = value
698 d["value"] = d["nodeValue"] = value
711 d["value"] = d["nodeValue"] = valu
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java     [all...]
  /external/autotest/client/tools/
html_report.py 542 table.nodeValue = {
578 // These behaviors are defined in the nodeValue() object, keyed by node name
581 if (this.nodeValue[nname]) {
582 ret += this.nodeValue[nname](node);
592 else if (def(node.nodeValue)) {
593 ret += node.nodeValue;
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharnessreport.js 270 var cacheText = cacheElement.firstChild.nodeValue;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 327 String nodeValue = idNode.getNodeValue();
328 if (ForbiddenReferenceID.equals(nodeValue)) {
330 } else if (DiscouragedReferenceID.equals(nodeValue)) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 806 CXFA_Node* nodeValue = refNode->GetFirstChildByName(uValueHash);
807 if (nodeValue == NULL) {
810 wsValue = nodeValue->GetContent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 277 String nodeValue = currentNode.getNodeValue();
279 int lineEnd = nodeValue.indexOf('\n', relativeOffset);
281 lineEnd = nodeValue.length();
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
knockout-2.0.0.js 26 r.r=function(){function a(){return(4294967296*(1+Math.random())|0).toString(16).substring(1)}function b(a,f){if(a)if(8==a.nodeType){var d=r.r.Ga(a.nodeValue);d!=o&&f.push({cb:a,tb:d})}else if(1==a.nodeType)for(var d=0,g=a.childNodes,i=g.length;d<i;d++)b(g[d],f)}var d={};return{ka:function(b){"function"!=typeof b&&c(Error("You can only pass a function to ko.memoization.memoize()"));var f=a()+a();d[f]=b;return"<\!--[ko_memo:"+f+"]--\>"},Ra:function(a,b){var h=d[a];h===l&&c(Error("Couldn't find any memo with ID "+
27 a+". Perhaps it's already been unmemoized."));try{return h.apply(o,b||[]),m}finally{delete d[a]}},Sa:function(a,f){var d=[];b(a,d);for(var g=0,i=d.length;g<i;g++){var j=d[g].cb,k=[j];f&&r.a.J(k,f);r.r.Ra(d[g].tb,k);j.nodeValue="";j.parentNode&&j.parentNode.removeChild(j)}},Ga:function(a){return(a=a.match(/^\[ko_memo\:(.*?)\]$/))?a[1]:o}}}();r.b("ko.memoization",r.r);r.b("ko.memoization.memoize",r.r.ka);r.b("ko.memoization.unmemoize",r.r.Ra);r.b("ko.memoization.parseMemoText",r.r.Ga);
49 (function(){function a(a){return 8==a.nodeType&&(f?a.text:a.nodeValue).match(h)}function b(a){return 8==a.nodeType&&(f?a.text:a.nodeValue).match(g)}function d(e,d){for(var f=e,g=1,h=[];f=f.nextSibling;){if(b(f)&&(g--,0===g))return h;h.push(f);a(f)&&g++}d||c(Error("Cannot find closing comment tag to match: "+e.nodeValue));return o}function e(a,b){var e=d(a,b);return e?0<e.length?e[e.length-1].nextSibling:a.nextSibling:o}var f="<\!--test--\>"===document.createComment("test").text,h=f?/^<\!--\s*ko\s+(.*\:.*)\s*--\>$/:
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/clang/tools/scan-build/share/scan-build/
sorttable.js 228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
  /frameworks/base/tools/preload/
sorttable.js 228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
sorttable.js 228 return node.nodeValue.replace(/^\s+|\s+$/g, '');
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
sorttable.js 228 return node.nodeValue.replace(/^\s+|\s+$/g, '');

Completed in 1927 milliseconds

1 23 4 5 6 7 8 91011>>