Home
last modified time | relevance | path

Searched refs:attribute (Results 251 – 275 of 449) sorted by last modified time

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php221 public function addAttribute(Attribute $attribute) argument
223 $this->attributes[$attribute->getKey()] = $attribute;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md502 works on the `_buffer` attribute. This buffer contains the whole
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlDiscriminator.php16 public $attribute = false; variable in JMS\\Serializer\\Annotation\\XmlDiscriminator
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst13 the status attribute is exactly the same as Post::PUBLISHED
21 the status attribute is exactly the same as Post::PUBLISHED
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md221 - Add support for namespaced XML attribute on Discriminator + Tests [\#909](https://github.com/schm…
531 - Possible mismatch of xml-attribute-map and $pMetadata-\>xmlAttribute in XmlDriver.php [\#422](htt…
775 - Missing attribute 'xml-value' in XML Reference [\#269](https://github.com/schmittjoh/serializer/p…
782 - Fix xml-attribute-map for the xml driver [\#595](https://github.com/schmittjoh/serializer/pull/59…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php116 $classMetadata->xmlDiscriminatorAttribute = (bool) $annot->attribute;
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php225 …$attribute = str_replace(self::CATEGORY_DELIMITER, ' ', $pageId); // Replace underscores with spac…
226 …$attribute = str_replace(':', self::CATEGORY_DELIMITER, $attribute); // Replace colons with unders…
227 $attribute = ucwords($attribute, self::CATEGORY_DELIMITER); // Capitalize each category
228 return (array($attribute));
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst56 * ``html_attr``: escapes a string for the **HTML attribute** context.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst1 ``attribute``
5 The ``attribute`` function was added in Twig 1.2.
7 The ``attribute`` function can be used to access a "dynamic" attribute of a
12 {{ attribute(object, method) }}
13 {{ attribute(object, method, arguments) }}
14 {{ attribute(array, item) }}
17 attribute:
21 {{ attribute(object, method) is defined ? 'Method exists' : 'Method does not exist' }}
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php20 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, AbstractExpre… argument
22 $nodes = ['node' => $node, 'attribute' => $attribute];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dattribute.test2 "attribute" function
4 {{ attribute(obj, method) }}
5 {{ attribute(array, item) }}
6 {{ attribute(obj, "bar", ["a", "b"]) }}
7 {{ attribute(obj, "bar", arguments) }}
8 {{ attribute(obj, method) is defined ? 'ok' : 'ko' }}
9 {{ attribute(obj, nonmethod) is defined ? 'ok' : 'ko' }}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1549 function attribute(PHPUnit_Framework_Constraint $constraint, $attributeName) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php2311 foreach ($attributes as $attribute) {
2312 $blacklist->addStaticAttribute($class, $attribute);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DRestorer.php91 foreach ($class->getProperties() as $attribute) {
92 if (!$attribute->isStatic()) {
96 $name = $attribute->getName();
106 $attribute->setAccessible(true);
107 $attribute->setValue($defaults[$name]);
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/src/
H A DEnumerator.php69 foreach ($reflector->getProperties() as $attribute) {
70 $attribute->setAccessible(true);
73 $value = $attribute->getValue($variable);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php72 foreach (self::$units as $attribute => $unit) {
73 $count = $diff->$attribute;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG156 * deprecated the "disable_c_ext" attribute on Twig_Node_Expression_GetAttr
385 * fixed the attribute() function when passing a variable for the arguments
629 * fixed the attribute function when passing arguments
724 * added the "attribute" function to allow getting dynamic attributes on variables
828 * removed the "without loop" attribute for the "for" tag (not needed anymore
923 * removed the sandboxed attribute of the include tag (use the new sandbox tag instead)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst131 * As of Twig 1.27, the ``filename`` attribute on ``\Twig\Node\ModuleNode`` is
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasStaticAttribute.php32 $attribute = $class->getProperty($this->attributeName);
34 return $attribute->isStatic();
/plugin/orgapp/
H A Dsyntax.php48 foreach ($matches as $attribute) {
49 if ($attribute[2][0] == '"') {
50 $out[$attribute[1]] = substr($attribute[2], 1, -1);
53 $out[$attribute[1]] = $attribute[2];
H A DREADME.md10 <orgapp attribute="value" attribute="value" ...>
15 …definition within the tag orgapp, in the second case you should use the attribute url to define th…
/plugin/gplusone/
H A Dplugin.info.txt6 desc Add Goole +1 button to wiki pages. Syntax: ~~GPLUSONE~attribute=value~~
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …g");I=new RegExp(I);HTMLParser(CKEDITOR.instances.wiki__text.getData(),{attribute:"",link_title:""…
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc96 // Get the value of this field and save it in the data object attribute.
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc455 // Remove empty style attribute.

1...<<1112131415161718