Home
last modified time | relevance | path

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

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A 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/filelist/_test/
H A Dfilelist.test.php
/plugin/diagramsnet/lib/math/extensions/
H A Dtex2jax.js19nodeValue.replace(/\s+/,"")==""){return c}var b,d,e=0,a;this.search={start:true};this.pattern=this…
H A 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/
H A 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/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/
H A 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/
H A DXmlSchemaDateHandlerSerializationTest.php73 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
99 $actual = $ret ? $ret->nodeValue : $this->visitor->getCurrentNode()->nodeValue;
/plugin/diagramsnet/lib/plugins/
H A Danonymize.js13 if (elt.nodeValue != null)
15 elt.nodeValue = editorUi.anonymizeString(elt.nodeValue);
/plugin/adfs/phpsaml/lib/Saml2/
H A 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;
H A DResponse.php612 if ($this->_settings->isStrict() && empty($nameId->nodeValue)) {
618 $nameIdData['Value'] = $nameId->nodeValue;
790 $attributeKeyName = $attributeKeyNode->nodeValue;
803 $attributeValues[] = $childNode->nodeValue;
1038 $uri = $responseReferenceNode->attributes->getNamedItem('URI')->nodeValue;
1040 …sponseReferenceNode->parentNode->parentNode->parentNode->attributes->getNamedItem('ID')->nodeValue;
1042 … $id = substr($responseReferenceNode->attributes->getNamedItem('URI')->nodeValue, 1);
1049 $uri = $assertionReferenceNode->attributes->getNamedItem('URI')->nodeValue;
1051 …ertionReferenceNode->parentNode->parentNode->parentNode->attributes->getNamedItem('ID')->nodeValue;
1053 … $id = substr($assertionReferenceNode->attributes->getNamedItem('URI')->nodeValue, 1);
/plugin/rssticker/
H A 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/
H A 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/
H A 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/markdownextra/
H A Dsyntax.php97 return $nodes->item(0)->nodeValue;
133 $hid = $renderer->_headerToLink($node->nodeValue,'true');
135 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A 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 ) ;
H A 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 …]
H A Dfckxhtml_gecko.js57 sAttValue = oAttribute.nodeValue.replace( FCKRegexLib.FCK_Class, '' ) ;
62 else if ( oAttribute.nodeValue === true )
/plugin/txt2tags/
H A Dsyntax.php110 return $nodes->item(0)->nodeValue;
145 $hid = $renderer->_headerToLink($node->nodeValue,'true');
147 $renderer->toc_additem($hid, $node->nodeValue, $match[1]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php239 $content = trim($node->nodeValue);
263 $first = trim($codeBlocks->item(0)->nodeValue);
271 $second = trim($codeBlocks->item(1)->nodeValue);
H A DText.php94 $text = trim($node->nodeValue);
141 $first = trim($codeBlocks->item(0)->nodeValue);
176 $second = trim($codeBlocks->item(1)->nodeValue);
/plugin/zotero/
H A DFeedZoteroRepository.php77 return $item->nodeValue;
87 return $item->nodeValue;
97 $json = $item->nodeValue;
/plugin/revealjs/plugin/search/
H A Dsearch.js54 if((nv = node.nodeValue) && (regs = matchRegex.exec(nv))) {
84 after.nodeValue = after.nodeValue.substring(regs[0].length);
/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js26 this.tag.attributes["hint"].nodeValue +
48 if (dialog.tag.attributes["inline"].nodeValue == "true") {

123456789