Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 – 18 of 18) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProductProductDetail.php29 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 DProductDetail.php29 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 Dfckxhtml.js100 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 DTagAttributes.php421 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 DXML.php223 $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 DTag.php324 $attributeValue = $attrArray[$attrCounter + 1];
325 $tagAttributes[$attributeName] = $attributeValue;
/plugin/webcode/syntax/
H A Dbasis.php235 $attributeValue = $matches[2][$key];
237 $attributeValue = strtolower($attributeValue);
239 $attributes[$attributeKey] = $attributeValue;
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js13 var attributeValue = element.data( 'cke-saved-name' );
14 this.setValueOf( 'info','txtName', attributeValue || '' );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js13 var attributeValue = element.data( 'cke-saved-name' );
14 this.setValueOf( 'info','txtName', attributeValue || '' );
/plugin/prosemirror/parser/
H A DLinkNode.php117 foreach ($additionalAttributes as $attributeName => $attributeValue) {
118 $linkNode->attr($attributeName, $attributeValue);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php168 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) {
169 $value .= ' '.$attributeName.'="'.str_replace('"', '\"', $attributeValue).'"';
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php187 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) {
188 … $value .= ' ' . $attributeName . '="' . str_replace('"', '\"', $attributeValue) . '"';
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php494 foreach ($value['@attributes'] as $attributeName => $attributeValue) {
495 $attributes .= ' ' . $attributeName . '="' . $attributeValue . '"';
/plugin/adfs/phpsaml/
H A DREADME.md331 // 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 Dfabric.min.js2attributeValue){var matrix=iMatrix.concat(),matrices=[];if(!attributeValue||attributeValue&&!reTra… argument
H A Dfabric.js3023 return function(attributeValue) {
3031 if (!attributeValue || (attributeValue && !reTransformList.test(attributeValue))) {
3035 attributeValue.replace(reTransform, function(match) {
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue) argument
8823 if (attributeValue != null)
8825 value.setAttribute(attributeName, attributeValue);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1attributeValue = stream.advanceIfRegExp(/^[^\\s\"'`=<>]+/);\n if (attributeValue.le…