Home
last modified time | relevance | path

Searched refs:attributeName (Results 1 – 25 of 50) sorted by path

12

/plugin/adfs/phpsaml/
H A DREADME.md801 foreach ($attributes as $attributeName => $attributeValues) {
802 echo '<tr><td>' . htmlentities($attributeName) . '</td><td><ul>';
1145 foreach ($attributes as $attributeName => $attributeValues) {
1146 echo '<tr><td>' . htmlentities($attributeName) . '</td><td><ul>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DProductDetail.php25 public $attributeName; variable in Google\\Service\\ManufacturerCenter\\ProductDetail
38 public function setAttributeName($attributeName) argument
40 $this->attributeName = $attributeName;
47 return $this->attributeName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountStatusItemLevelIssue.php25 public $attributeName; variable in Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue
58 public function setAttributeName($attributeName) argument
60 $this->attributeName = $attributeName;
67 return $this->attributeName;
H A DCollectionStatusItemLevelIssue.php25 public $attributeName; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue
58 public function setAttributeName($attributeName) argument
60 $this->attributeName = $attributeName;
67 return $this->attributeName;
H A DProductProductDetail.php25 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductProductDetail
38 public function setAttributeName($attributeName) argument
40 $this->attributeName = $attributeName;
47 return $this->attributeName;
H A DProductStatusItemLevelIssue.php30 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue
77 public function setAttributeName($attributeName) argument
79 $this->attributeName = $attributeName;
86 return $this->attributeName;
/plugin/batchedit/
H A Djs.cookie.js82 for (var attributeName in attributes) {
83 if (!attributes[attributeName]) {
86 stringifiedAttributes += '; ' + attributeName;
87 if (attributes[attributeName] === true) {
90 stringifiedAttributes += '=' + attributes[attributeName];
/plugin/bootswrapper/exe/
H A Dpopup.js46 tag.push(' '+ data.attributeName + '="true"');
50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js49010 function applyAttribute(element, attrs, attributeName) { argument
49011 element[attributeName] = attrs[attributeName];
49013 delete attrs[attributeName];
/plugin/c3chart/assets/
H A Dc3.min.js2 …nction(t){var e;this._pathElement&&(e=!1,t.forEach(function(t){"d"==t.attributeName&&(e=!0)}),e&&(…
/plugin/columns/
H A Daction.php361 $attributeName = '';
364 $attributeName = $name;
368 switch ($attributeName) {
371 $result[$attributeName] = $match[0];
379 $result[$attributeName] = 'on';
386 return array($attributeName, $result);
H A Dsyntax.php195 protected function getStyle($attribute, $attributeName, $styleName = '') { argument
196 $result = $this->getAttribute($attribute, $attributeName);
199 $styleName = $attributeName;
/plugin/combo/ComboStrap/
H A DCall.php697 function hasAttribute($attributeName): bool argument
700 if (isset($attributes[$attributeName])) {
703 if ($this->getType() == $attributeName) {
H A DDatabasePageRow.php943 function getParametrizedLookupQuery(string $attributeName): string
946 return "$select where $attributeName = ?";
927 getParametrizedLookupQuery(string $attributeName) global() argument
H A DHorizontal.php32 static function processFlexAttribute(string $attributeName, $tagAttributes) argument
35 $value = $tagAttributes->getValueAndRemove($attributeName);
43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
52 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
62 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
H A DTagAttributes.php468 * @param $attributeName
472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument
476 LogUtility::msg("The value of the attribute ($attributeName) is empty. Use the nonEmpty function instead if it's the wanted behavior", LogUtility::LVL_MSG_WARNING, "support");
479 $attLower = strtolower($attributeName);
488 if (in_array($attributeName, self::MULTIPLE_VALUES_ATTRIBUTES)) {
501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument
503 $attLower = strtolower($attributeName);
504 $actualValue = $this->getValue($attributeName);
511 public function addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue) argument
514 $this->addComponentAttributeValue($attributeName,
518 hasComponentAttribute($attributeName) global() argument
804 getValue($attributeName, $default = null) global() argument
823 getValueAndRemove($attributeName, $default = null) global() argument
896 getComponentAttributeValue($attributeName, $default = null) global() argument
985 removeComponentAttributeIfPresent($attributeName) global() argument
1118 getConditionalValueAndRemove($attributeName) global() argument
1132 getValuesAndRemove($attributeName, $default = null) global() argument
1438 getValues($attributeName, array $default = null) global() argument
[all...]
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php678 * @param string $attributeName
683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement) argument
685 $attr = $nodeElement->getAttributeNode($attributeName);
691 LogUtility::msg("Not able to delete the attribute $attributeName of the node element $nodeElement->tagName in the Xml document");
H A DXmlElement.php121 public function removeAttribute($attributeName): XmlElement argument
123 $attr = $this->domElement->getAttributeNode($attributeName);
129 throw new ExceptionRuntime("Not able to delete the attribute $attributeName of the node element {$this->domElement->tagName} in the Xml document");
402 public function getAttributeAsUrl(string $attributeName): Url argument
404 $value = $this->getAttribute($attributeName);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/
H A Dexport.js258 function waitForImages(tagName, attributeName) argument
266 var src = imgs[i].getAttribute(attributeName);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js8796 Graph.prototype.getAttributeForCell = function(cell, attributeName, defaultValue) argument
8799 cell.value.getAttribute(attributeName) : null;
8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue) argument
8825 value.setAttribute(attributeName, attributeValue);
8829 value.removeAttribute(attributeName);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js125 …;n>=0;n--)r.attributes.push(t[n]),i.log.debug("Added attribute ",t[n].attributeName)},getEntities:…
133 …ly: "+Object(u.getConfig)().fontFamily+"; font-size: "+o+"px").text(n.attributeName);a.push({tn:s,…
137attributeName:26,ATTRIBUTE_WORD:27,cardinality:28,relType:29,ZERO_OR_ONE:30,ZERO_OR_MORE:31,ONE_OR…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js125 …;n>=0;n--)r.attributes.push(t[n]),i.log.debug("Added attribute ",t[n].attributeName)},getEntities:…
133 …ly: "+Object(u.getConfig)().fontFamily+"; font-size: "+o+"px").text(n.attributeName);a.push({tn:s,…
137attributeName:26,ATTRIBUTE_WORD:27,cardinality:28,relType:29,ZERO_OR_ONE:30,ZERO_OR_MORE:31,ONE_OR…
H A Dbundle.js.map1attributeName);\n }\n};\n/**\n * Add a relationship\n * @param entA The first entity in the relat…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1attributeName","cardA","relType","cardB","Cardinality","ZERO_OR_ONE","ZERO_OR_MORE","ONE_OR_MORE",…

12