/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | ProductProductDetail.php | 29 public $attributeValue; variable in Google\\Service\\ShoppingContent\\ProductProductDetail 52 public function setAttributeValue($attributeValue) argument 54 $this->attributeValue = $attributeValue; 61 return $this->attributeValue;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
H A D | ProductDetail.php | 29 public $attributeValue; variable in Google\\Service\\ManufacturerCenter\\ProductDetail 52 public function setAttributeValue($attributeValue) argument 54 $this->attributeValue = $attributeValue; 61 return $this->attributeValue;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckxhtml.js | 100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument 104 if ( attributeValue == undefined || attributeValue == null ) 105 attributeValue = '' ; 106 else if ( attributeValue.replace ) 109 attributeValue = attributeValue.replace( /&/g, '___FCKAmp___' ) ; 112 attributeValue = attributeValue.replace( FCKXHtmlEntities.EntitiesRegex, FCKXHtml_GetEntity ) ; 117 oXmlAtt.value = attributeValue ;
|
/plugin/combo/ComboStrap/ |
H A D | TagAttributes.php | 421 public static function isEmptyValue($attributeValue): bool argument 423 return empty($attributeValue) && !is_bool($attributeValue); 469 * @param $attributeValue 472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument 475 if (TagAttributes::isEmptyValue($attributeValue)) { 489 $this->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $actual); 492 LogUtility::msg("The attribute ($attLower) stores an unique value and has already a value ($actual). to set another value ($attributeValue), use the `set` operation instead", LogUtility::LVL_MSG_ERROR, self::CANONICAL); 494 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue; 501 public function setComponentAttributeValue($attributeName, $attributeValue) argument 511 addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue) global() argument [all...] |
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | XML.php | 223 $attributeValue = false; 227 $attributeValue = $this->tag->getTagAttribute($attributeName); 234 $attributeValue = $node->getTagAttribute($attributeName, $newTagPath); 239 return $attributeValue; 502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") { argument 509 $this->tag->setAttribute($attributeName, $attributeValue); 519 $success = $node->setTagAttribute($attributeName, $attributeValue, $newTagPath);
|
H A D | Tag.php | 324 $attributeValue = $attrArray[$attrCounter + 1]; 325 $tagAttributes[$attributeName] = $attributeValue;
|
/plugin/webcode/syntax/ |
H A D | basis.php | 235 $attributeValue = $matches[2][$key]; 237 $attributeValue = strtolower($attributeValue); 239 $attributes[$attributeKey] = $attributeValue;
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
H A D | anchor.js | 13 var attributeValue = element.data( 'cke-saved-name' ); 14 this.setValueOf( 'info','txtName', attributeValue || '' );
|
/plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
H A D | anchor.js | 13 var attributeValue = element.data( 'cke-saved-name' ); 14 this.setValueOf( 'info','txtName', attributeValue || '' );
|
/plugin/prosemirror/parser/ |
H A D | LinkNode.php | 116 foreach ($additionalAttributes as $attributeName => $attributeValue) { 117 $linkNode->attr($attributeName, $attributeValue);
|
/plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
H A D | XML.php | 168 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) { 169 $value .= ' '.$attributeName.'="'.str_replace('"', '\"', $attributeValue).'"';
|
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
H A D | XML.php | 187 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) { 188 … $value .= ' ' . $attributeName . '="' . str_replace('"', '\"', $attributeValue) . '"';
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GPX.php | 494 foreach ($value['@attributes'] as $attributeName => $attributeValue) { 495 $attributes .= ' ' . $attributeName . '="' . $attributeValue . '"';
|
/plugin/adfs/phpsaml/ |
H A D | README.md | 331 // attributeConsumingService. nameFormat, attributeValue and 342 "attributeValue" => array() 803 foreach ($attributeValues as $attributeValue) { 804 echo '<li>' . htmlentities($attributeValue) . '</li>'; 1147 foreach ($attributeValues as $attributeValue) { 1148 echo '<li>' . htmlentities($attributeValue) . '</li>';
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 2 …attributeValue){var matrix=iMatrix.concat(),matrices=[];if(!attributeValue||attributeValue&&!reTra… argument
|
H A D | fabric.js | 3023 return function(attributeValue) { 3031 if (!attributeValue || (attributeValue && !reTransformList.test(attributeValue))) { 3035 attributeValue.replace(reTransform, function(match) {
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue) argument 8823 if (attributeValue != null) 8825 value.setAttribute(attributeName, attributeValue);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 3.3.js.map | 1 …attributeValue = stream.advanceIfRegExp(/^[^\\s\"'`=<>]+/);\n if (attributeValue.le…
|