Home
last modified time | relevance | path

Searched refs:Attribute (Results 26 – 50 of 77) sorted by relevance

1234

/plugin/conform/
H A Dhelper.php102 …array_push($errors, "Line: $linecount --> Attribute '$args[1]' isn't allowed to contain a _ charac…
187 … array_push($errors, "Line: $constraintline --> Attribute '$constraint' doesn't exist!");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DAttributes.php33 'children' => Attribute::MAP
H A DSubjectDirectoryAttributes.php33 'children' => Attribute::MAP
H A DAttribute.php27 abstract class Attribute class
/plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/
H A DAttribute.php3 #[Attribute(Attribute::TARGET_CLASS)]
4 final class Attribute class
/plugin/attribute/
H A Dplugin.info.txt5 name Attribute Plugin
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Attribute/
H A DAsMonologProcessor.php12 namespace Monolog\Attribute;
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php19 use FINDOLOGIC\Export\Data\Attribute; alias
284 $attributeCategory = new Attribute(self::CATEGORY_KEY, $this->getAttributesCategory($page));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php7 class Attribute extends Ast\Selector\Simple { class
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php9 use FINDOLOGIC\Export\Data\Attribute; alias
77 $item->addAttribute(new Attribute($attributeName, $attributeValues));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php5 use FINDOLOGIC\Export\Data\Attribute; alias
93 * @var Attribute $attribute
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php15 use FreeDSx\Ldap\Entry\Attribute;
189 * @param string|Attribute ...$attributes
200 * @param string|Attribute ...$attributes
210 * @param string|Attribute ...$attributes
14 use FreeDSx\Ldap\Entry\Attribute; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php21 use FreeDSx\Ldap\Entry\Attribute;
186 return self::PAREN_LEFT . $filter . self::FILTER_EXT . Attribute::escape($this->value) . self::PAREN_RIGHT;
19 use FreeDSx\Ldap\Entry\Attribute; global() alias
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst89 Attribute types
94 or using the annotations ``@Attributes`` and ``@Attribute``.
143 * @Attribute("stringProperty", type = "string"),
144 * @Attribute("annotProperty", type = "SomeAnnotationClass"),
/plugin/bootswrapper/exe/help/
H A Dtooltip.txt9 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dimage.txt17 ^ Attribute ^ Allowed Values ^ Description ^
H A Dgrid.txt41 ^ Attribute ^ Description |
H A Dwell.txt27 ^ Attribute ^ Default Value ^ Allowed Values | Description
H A Dcollapse.txt26 ^ Attribute ^ Default Value ^ Allowed values ^ Description ^
H A Daffix.txt24 ^ Attribute ^ Default Value ^ Description
H A Dlabel.txt31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php6 use FINDOLOGIC\Export\Data\Attribute; alias
133 $attribute = new Attribute('&quot;</>', ['&quot;</>', 'regular']);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php9 class Attribute implements Serializable class
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php16 class Attribute extends Scanner\Status { class
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php87 return new Scanner\Status\Selector\Attribute();

1234