Home
last modified time | relevance | path

Searched refs:nodeValue (Results 1 – 25 of 247) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DMcfDataRowsConversionPathValue.php29 public $nodeValue; variable in Google\\Service\\Analytics\\McfDataRowsConversionPathValue
48 public function setNodeValue($nodeValue) argument
50 $this->nodeValue = $nodeValue;
57 return $this->nodeValue;
/plugin/diagramsnet/lib/math/extensions/
Dtex2jax.js19nodeValue.replace(/\s+/,"")==""){return c}var b,d,e=0,a;this.search={start:true};this.pattern=this…
Dasciimath2jax.js19nodeValue.replace(/\s+/,"")==""){return c}var b,d,e=0,a;this.search={start:true};this.pattern=this…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
Dhtml.css48 .nodeValue {
109 .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue,
124 .nodeBox.highlighted > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue,
143 .nodeBox.nodeHidden .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue {
149 .nodeBox.nodeHidden.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue,
158 .nodeValue.mutated,
167 .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr.mutated > .nodeValue,
168 .nodeBox.selected > .nodeLabel > .nodeLabelBox > .nodeAttr > .nodeValue.mutated,
211 .breakpointCode .nodeValue,
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js51 var sTrimmed = eChildNode.nodeValue.LTrim() ;
52 var iOriginalLength = eChildNode.nodeValue.length ;
86 var sTrimmed = eChildNode.nodeValue.RTrim() ;
87 var iOriginalLength = eChildNode.nodeValue.length ;
199 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
246 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
Dfckxhtml_gecko.js56 sAttValue = oAttribute.nodeValue ;
58 else if ( oAttribute.nodeValue === true )
Dfckxhtml.js244 return this._AppendTextNode( xmlNode, htmlNode.nodeValue.ReplaceNewLineChars(' ') ) ;
253 try { xmlNode.appendChild( this.XML.createComment( htmlNode.nodeValue ) ) ; }
318 if ( oAtt && regX.test( oAtt.nodeValue ) )
320 var sValue = oAtt.nodeValue.replace( regX, '' ) ;
325 oAtt.nodeValue = sValue ;
Dfckxhtml_ie.js54 sAttValue = oAttribute.nodeValue ;
58 else if ( oAttribute.nodeValue === true )
70 this._AppendAttribute( node, sAttName, sAttValue || oAttribute.nodeValue ) ;
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php185 $leftAttValue = $leftAtt->nodeValue;
186 $rightAttValue = $rightAtt->nodeValue;
252 $leftNodeValue = trim($leftNode->nodeValue);
253 $rightNodeValue = trim($rightNode->nodeValue);
269 $firstValue = $firstNode->nodeValue;
279 $leftChildNodeValue = trim($leftChildNode->nodeValue);
288 $leftChildNodeValue = trim($rightChildNode->nodeValue);
H A DXmlElement.php90 $childNodes[] = $childNode->nodeValue;
147 return $this->domElement->nodeValue;
265 public function setNodeValue(string $nodeValue) argument
267 $this->domElement->nodeValue = $nodeValue;
378 return $this->domElement->nodeValue;
/plugin/revealjs/plugin/markdown/
Dmarkdown.js311 var nodeValue = node.nodeValue;
312 if( matches = mardownClassesInElementsRegex.exec( nodeValue ) ) {
315nodeValue = nodeValue.substring( 0, matches.index ) + nodeValue.substring( mardownClassesInElement…
316 node.nodeValue = nodeValue;
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
DXmlSchemaDateHandlerSerializationTest.php73 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
99 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
/plugin/saml/phpsaml/lib/Saml2/
DIdPMetadataParser.php161 …]['signing'][] = OneLogin_Saml2_Utils::formatCert($keyDescriptorCertSigningNode->nodeValue, false);
166 …ryption'][] = OneLogin_Saml2_Utils::formatCert($keyDescriptorCertEncryptionNode->nodeValue, false);
185 $metadataInfo['sp']['NameIDFormat'] = $nameIdFormatNodes->item(0)->nodeValue;
188 if (strcmp($nameIdFormatNode->nodeValue, $desiredNameIdFormat) == 0) {
189 $metadataInfo['sp']['NameIDFormat'] = $nameIdFormatNode->nodeValue;
/plugin/adfs/phpsaml/lib/Saml2/
DIdPMetadataParser.php161 …]['signing'][] = OneLogin_Saml2_Utils::formatCert($keyDescriptorCertSigningNode->nodeValue, false);
166 …ryption'][] = OneLogin_Saml2_Utils::formatCert($keyDescriptorCertEncryptionNode->nodeValue, false);
185 $metadataInfo['sp']['NameIDFormat'] = $nameIdFormatNodes->item(0)->nodeValue;
188 if (strcmp($nameIdFormatNode->nodeValue, $desiredNameIdFormat) == 0) {
189 $metadataInfo['sp']['NameIDFormat'] = $nameIdFormatNode->nodeValue;
/plugin/diagramsnet/lib/plugins/
Danonymize.js13 if (elt.nodeValue != null)
15 elt.nodeValue = editorUi.anonymizeString(elt.nodeValue);
/plugin/rssticker/
Drssticker.js88 this.title[i]=this.feeditems[i].getElementsByTagName("title")[0].firstChild.nodeValue
89 this.link[i]=this.feeditems[i].getElementsByTagName("link")[0].firstChild.nodeValue
90 this.description[i]=this.feeditems[i].getElementsByTagName("description")[0].firstChild.nodeValue
91 this.pubdate[i]=this.feeditems[i].getElementsByTagName("pubDate")[0].firstChild.nodeValue
/plugin/rst/
Dsyntax.php137 return $nodes->item(0)->nodeValue;
173 $hid = $renderer->_headerToLink($node->nodeValue,'true');
175 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGeoRSS.php126 $pointArray = $this->getPointsFromCoordinates(trim($pt->firstChild->nodeValue));
137 $components = $this->getPointsFromCoordinates(trim($line->firstChild->nodeValue));
150 $points = $this->getPointsFromCoordinates(trim($polygon->firstChild->nodeValue));
167 $parts = explode(' ', trim($box->firstChild->nodeValue));
188 $parts = explode(' ', trim($circle->firstChild->nodeValue));
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml_ie.js59 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
64 sAttValue = oAttribute.nodeValue ;
68 else if ( oAttribute.nodeValue === true )
80 this._AppendAttribute( node, sAttName, sAttValue || oAttribute.nodeValue ) ;
Dfckdomtools.js68 var sTrimmed = eChildNode.nodeValue.LTrim() ;
69 var iOriginalLength = eChildNode.nodeValue.length ;
94 var sTrimmed = eChildNode.nodeValue.RTrim() ;
95 var iOriginalLength = eChildNode.nodeValue.length ;
218 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
257 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
411 || ( paddingNode.firstChild && paddingNode.firstChild.nodeValue != '\xa0'
495 return att.nodeValue ;
826 …while ( node && !includeEmpties && node.nodeType != 1 && ( node.nodeType != 3 || node.nodeValue.le…
840 …while ( node && !includeEmpties && node.nodeType != 1 && ( node.nodeType != 3 || node.nodeValue.le…
[all …]
Dfckxhtml_gecko.js57 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
62 else if ( oAttribute.nodeValue === true )
/plugin/markdownextra/
Dsyntax.php97 return $nodes->item(0)->nodeValue;
133 $hid = $renderer->_headerToLink($node->nodeValue,'true');
135 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/txt2tags/
Dsyntax.php110 return $nodes->item(0)->nodeValue;
145 $hid = $renderer->_headerToLink($node->nodeValue,'true');
147 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/zotero/
DFeedZoteroRepository.php77 return $item->nodeValue;
87 return $item->nodeValue;
97 $json = $item->nodeValue;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
DHTML.php239 $content = trim($node->nodeValue);
263 $first = trim($codeBlocks->item(0)->nodeValue);
271 $second = trim($codeBlocks->item(1)->nodeValue);

12345678910