Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasAttribute.php22 protected $attributeName; variable in PHPUnit_Framework_Constraint_ClassHasAttribute
25 * @param string $attributeName
27 public function __construct($attributeName) argument
30 $this->attributeName = $attributeName;
45 return $class->hasProperty($this->attributeName);
57 $this->attributeName
H A DAttribute.php16 protected $attributeName; variable in PHPUnit_Framework_Constraint_Attribute
20 * @param string $attributeName
22 public function __construct(PHPUnit_Framework_Constraint $constraint, $attributeName) argument
26 $this->attributeName = $attributeName;
52 $this->attributeName
66 return 'attribute "' . $this->attributeName . '" ' .
H A DClassHasStaticAttribute.php31 if ($class->hasProperty($this->attributeName)) {
32 $attribute = $class->getProperty($this->attributeName);
49 $this->attributeName
H A DObjectHasAttribute.php31 return $object->hasProperty($this->attributeName);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php110 * @param string $attributeName
118 …public static function attributeTypeError($attributeName, $annotationName, $context, $expected, $a… argument
122 $attributeName,
135 * @param string $attributeName
142 public static function requiredError($attributeName, $annotationName, $context, $expected) argument
146 $attributeName,
158 * @param string $attributeName
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv… argument
170 $attributeName,
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1213 $attributeName
1269 $attributeName
1298 $attributeName
1327 $attributeName
2379 $attributeName
2482 $attributeName
2575 $attributeName
2590 $attributeName
2604 $attributeName
2788 $attributeName
[all …]
/plugin/combo/ComboStrap/
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/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
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 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 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 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/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/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php92 * @param string $attributeName
94 public function addStaticAttribute($className, $attributeName) argument
100 $this->staticAttributes[$className][$attributeName] = true;
114 * @param string $attributeName
117 public function isStaticAttributeBlacklisted($className, $attributeName) argument
143 if (isset($this->staticAttributes[$className][$attributeName])) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php226 * @param string $attributeName
242 * @param string $attributeName
382 * @param string $attributeName
398 * @param string $attributeName
447 * @param string $attributeName
462 * @param string $attributeName
477 * @param string $attributeName
492 * @param string $attributeName
1160 * @param string $attributeName
1175 * @param string $attributeName
[all …]
/plugin/prolog/
H A Dprolog_tag.php26 var $attributeName; variable in PrologTag
50 * @param string $attributeName attribute name
52 function setAttributePattern($attributeName) argument
54 $this->attributeName = $attributeName;
73 if($attrName == $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/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);
/plugin/combo/ComboStrap/Xml/
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);
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");
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php219 function getTagAttribute($attributeName, $tagPath = "") { argument
226 if($this->tag->attributeExists($attributeName))
227 $attributeValue = $this->tag->getTagAttribute($attributeName);
234 $attributeValue = $node->getTagAttribute($attributeName, $newTagPath);
502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") { argument
509 $this->tag->setAttribute($attributeName, $attributeValue);
519 $success = $node->setTagAttribute($attributeName, $attributeValue, $newTagPath);
/plugin/refnotes/
H A Dadmin.js783 function Field(attributeName) {
784 this.element = jQuery('#field-' + attributeName);
787 current.setAttribute(attributeName, event.data.getValue());
792 return attributeName;
800 function CheckField(attributeName) {
802 this.baseClass(attributeName);
813 this.setValue(current.getAttribute(attributeName));
814 this.enable(!current.isReadOnly() && (!isInlineAttribute(attributeName) || current.getAttribute('inline')));
/plugin/prosemirror/parser/
H A DLinkNode.php117 foreach ($additionalAttributes as $attributeName => $attributeValue) {
118 $linkNode->attr($attributeName, $attributeValue);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js428 HasAttribute : function( element, attributeName ) argument
431 return element.hasAttribute( attributeName ) ;
434 var att = element.attributes[ attributeName ] ;
469 RemoveAttribute : function( element, attributeName ) argument
471 if ( FCKBrowserInfo.IsIE && attributeName.toLowerCase() == 'class' )
472 attributeName = 'className' ;
474 return element.removeAttribute( attributeName, 0 ) ;

12