/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | ClassHasAttribute.php | 22 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 D | Attribute.php | 16 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 D | ClassHasStaticAttribute.php | 31 if ($class->hasProperty($this->attributeName)) { 32 $attribute = $class->getProperty($this->attributeName); 49 $this->attributeName
|
H A D | ObjectHasAttribute.php | 31 return $object->hasProperty($this->attributeName);
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | AnnotationException.php | 110 * @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 D | Assert.php | 1213 $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 D | Horizontal.php | 32 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 D | TagAttributes.php | 468 * @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 D | ProductProductDetail.php | 25 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductProductDetail 38 public function setAttributeName($attributeName) argument 40 $this->attributeName = $attributeName; 47 return $this->attributeName;
|
H A D | CollectionStatusItemLevelIssue.php | 25 public $attributeName; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue 58 public function setAttributeName($attributeName) argument 60 $this->attributeName = $attributeName; 67 return $this->attributeName;
|
H A D | AccountStatusItemLevelIssue.php | 25 public $attributeName; variable in Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue 58 public function setAttributeName($attributeName) argument 60 $this->attributeName = $attributeName; 67 return $this->attributeName;
|
H A D | ProductStatusItemLevelIssue.php | 30 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 D | ProductDetail.php | 25 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 D | Blacklist.php | 92 * @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 D | Functions.php | 226 * @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 D | prolog_tag.php | 26 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 D | js.cookie.js | 82 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 D | popup.js | 46 tag.push(' '+ data.attributeName + '="true"'); 50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
|
/plugin/columns/ |
H A D | action.php | 361 $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 D | XmlElement.php | 121 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 D | XmlDocument.php | 678 * @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 D | XML.php | 219 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 D | admin.js | 783 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 D | LinkNode.php | 116 foreach ($additionalAttributes as $attributeName => $attributeValue) { 117 $linkNode->attr($attributeName, $attributeValue);
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 428 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 ) ;
|