/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
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
|
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 . '" ' .
|
D | ClassHasStaticAttribute.php | 31 if ($class->hasProperty($this->attributeName)) { 32 $attribute = $class->getProperty($this->attributeName); 49 $this->attributeName
|
D | ObjectHasAttribute.php | 31 return $object->hasProperty($this->attributeName);
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
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/ |
D | Assert.php | 1194 * @param string $attributeName 1198 public static function assertClassHasAttribute($attributeName, $className, $message = '') argument 1200 if (!is_string($attributeName)) { 1204 if (!preg_match('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/', $attributeName)) { 1213 $attributeName 1222 * @param string $attributeName 1226 public static function assertClassNotHasAttribute($attributeName, $className, $message = '') argument 1228 if (!is_string($attributeName)) { 1232 if (!preg_match('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/', $attributeName)) { 1241 new PHPUnit_Framework_Constraint_ClassHasAttribute($attributeName) [all …]
|
/plugin/combo/ComboStrap/ |
D | TagAttributes.php | 472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument 476 …LogUtility::msg("The value of the attribute ($attributeName) is empty. Use the nonEmpty function i… 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, $attributeValue); 518 public function hasComponentAttribute($attributeName): bool argument [all …]
|
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 compon… 48 …LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", se… 52 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) { 58 …LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It sh… 62 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
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/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
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;
|
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;
|
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;
|
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/findologicxmlexport/vendor/sebastian/global-state/src/ |
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/ |
D | Functions.php | 226 * @param string $attributeName 230 function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $message = '') argument 242 * @param string $attributeName 246 function assertAttributeInternalType($expected, $attributeName, $classOrObject, $message = '') argument 382 * @param string $attributeName 386 function assertAttributeNotInstanceOf($expected, $attributeName, $classOrObject, $message = '') argument 398 * @param string $attributeName 402 function assertAttributeNotInternalType($expected, $attributeName, $classOrObject, $message = '') argument 447 * @param string $attributeName 451 function assertClassHasAttribute($attributeName, $className, $message = '') argument [all …]
|
/plugin/prolog/ |
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/ |
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/authssocas/vendor/apereo/phpcas/source/CAS/ |
D | CookieJar.php | 193 $attributeName = trim($attributeParts[0]); 194 $attributeNameLC = strtolower($attributeName); 238 $cookie['name'] = $attributeName;
|
/plugin/columns/ |
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/ |
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 {$… 402 public function getAttributeAsUrl(string $attributeName): Url argument 404 $value = $this->getAttribute($attributeName);
|
/plugin/bootswrapper/exe/ |
D | popup.js | 46 tag.push(' '+ data.attributeName + '="true"'); 50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
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/ |
D | admin.js | 783 function Field(attributeName) { argument 784 this.element = jQuery('#field-' + attributeName); 787 current.setAttribute(attributeName, event.data.getValue()); 792 return attributeName; 800 function CheckField(attributeName) { argument 802 this.baseClass(attributeName); 813 this.setValue(current.getAttribute(attributeName)); 814 …this.enable(!current.isReadOnly() && (!isInlineAttribute(attributeName) || current.getAttribute('i…
|
/plugin/prosemirror/parser/ |
D | LinkNode.php | 116 foreach ($additionalAttributes as $attributeName => $attributeValue) { 117 $linkNode->attr($attributeName, $attributeValue);
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
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 ) ;
|