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

1 23 4 5 6 7

  /sdk/templates/docs/
prettify.js 6 {b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return RegExp(n.join("|"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))break;for(var g=a.firstChild;g;g=g.nextSibling)m(g);g=a.nodeName;if("BR"===g||"LI"===g)h[s]="\n",t[s<<1]=y++,t[s++<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.replace(/\r\n?/g,"\n"):g.replace(/[\t\n\r ]+/g," "),h[s]=g,t[s<<1]=y,y+=g.length,
13 a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)e(a);break;case 3:case 4:if(p){var b=a.nodeValue,d=b.match(t);if(d){var c=b.substring(0,d.index);a.nodeValue=c;(b=b.substring(d.index+d[0].length))&&a.parentNode.insertBefore(s.createTextNode(b),a.nextSibling);h(a);c||a.parentNode.removeChild(a)}}}}function h(a){function b(a,d){var e=d?a.cloneNode(!1):a,f=a.parentNode;if(f){var f=b(f,1),g=a.nextSibling;f.appendChild(e);for(var h=g;h;h=g)g=h.nextSibling,f.appendChild(h)}return e}
16 a.g;try{var e=M(a.h),h=e.a;a.a=h;a.c=e.c;a.d=0;C(m,h)(a);var k=/\bMSIE\b/.test(navigator.userAgent),m=/\n/g,t=a.a,s=t.length,e=0,l=a.c,p=l.length,h=0,d=a.e,g=d.length,a=0;d[g]=s;var r,n;for(n=r=0;n<g;)d[n]!==d[n+2]?(d[r++]=d[n++],d[r++]=d[n++]):n+=2;g=r;for(n=r=0;n<g;){for(var z=d[n],f=d[n+1],b=n+2;b+2<=g&&d[b+1]===f;)b+=2;d[r++]=z;d[r++]=f;n=b}for(d.length=r;h<p;){var o=l[h+2]||s,c=d[a+2]||s,b=Math.min(o,c),i=l[h+1],j;if(i.nodeType!==1&&(j=t.substring(e,b))){k&&(j=j.replace(m,"\r"));i.nodeValue=
26 !k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 163 public final void setNodeValue(String nodeValue) throws DOMException {
168 ((CharacterData) this).setData(nodeValue);
172 ((ProcessingInstruction) this).setData(nodeValue);
176 ((Attr) this).setValue(nodeValue);
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 183 failure = error_nodes[0].childNodes[0].nodeValue
185 failure = failure_nodes[0].childNodes[0].nodeValue
  /external/chromium_org/chrome/renderer/resources/extensions/
omnibox_custom_bindings.js 56 result.description += sanitizeString(child.nodeValue, shouldTrim);
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl 50 cpp_quote("// /* [out] */ BSTR *nodeValue, ")
163 [out] BSTR *nodeValue,
  /cts/suite/cts/utils/
get_csv_report.py 34 return str(tag.firstChild.nodeValue)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.cpp 179 if (oldNode->nodeValue() != newNode->nodeValue()) {
180 if (!m_domEditor->setNodeValue(oldNode, newNode->nodeValue(), exceptionState))
417 addStringToDigestor(digestor.get(), node->nodeValue());
InspectorDOMAgent.cpp     [all...]
  /external/deqp/scripts/log/
log_parser.py 150 statusCode = resultItems[0].getAttributeNode('StatusCode').nodeValue
  /external/owasp/sanitizer/tools/
cut_release.py 76 if node.nodeType == 3: return node.nodeValue
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 197 public void setNodeValue(String nodeValue) throws DOMException {
  /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 {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
ElementsTreeOutline.js     [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_org/third_party/WebKit/Source/devtools/front_end/ui/
TextPrompt.js 633 if (node.nodeType === Node.TEXT_NODE && selectionRange.startOffset < node.nodeValue.length)
638 if (node.nodeType === Node.TEXT_NODE && node.nodeValue.length) {
  /external/chromium_org/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 (…)
  /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/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 160 value = item_element.childNodes[0].nodeValue
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 166 itemDesc = itemDesc.childNodes[0].nodeValue;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionElement.cpp 365 text.append(node->nodeValue());
  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.cc 150 base::string16 node_text = node.nodeValue();
176 return node.nodeValue();
    [all...]
  /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...]

Completed in 2344 milliseconds

1 23 4 5 6 7