Home
last modified time | relevance | path

Searched refs:Property (Results 251 – 275 of 431) sorted by path

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DPropertyTest.php5 use FINDOLOGIC\Export\Data\Property; alias
15 $property = new Property('prop');
25 $property = new Property('prop');
46 $property = new Property($key);
H A DXmlSerializationTest.php11 use FINDOLOGIC\Export\Data\Property; alias
121 $property = new Property('&quot;</>', [null => '&quot;</>']);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md141 - Property access should not rely on PropertyMetadata but only on AccessorStrategyInterface [\#932]…
157 - Allow data access to Property naming strategy [\#717](https://github.com/schmittjoh/serializer/is…
494 - Property of the type array is not in alphabetic order after serialization [\#196](https://github.…
843 - Property FelDev\CoreBundle\Entity\Persona::$apellido does not exist [\#432](https://github.com/…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst165 * Resulting Property Order: id, name
176 * Resulting Property Order: name, id
187 * Resulting Property Order: name, mood, id
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md25 1. [Property name](#property-name)
154 #### Property name
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DProperty.php25 class Property extends BaseTag implements Factory\StaticMethod class
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md56 - Property expressions (i.e. `@see \MyNamespace\MyClass::$myProperty`)
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md189 * BC Break: `Sabre\VObject\Property\Float` has been renamed to
190 `Sabre\VObject\Property\FloatValue`.
191 * BC Break: `Sabre\VObject\Property\Integer` has been renamed to
192 `Sabre\VObject\Property\IntegerValue`.
621 Component::create, Property::create and Parameter::create. They must instead
627 * Added: add() method to the Property class.
694 * Added: Property\DateTime::hasTime().
695 * Added: Property\MultiDateTime::hasTime().
696 * Added: Property::getValue().
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php140 if (!$object->BDAY instanceof Property\VCard\DateAndOrTime) {
H A DComponent.php148 * @param string|Property|Component $item
253 return $child instanceof Property && strtoupper($child->group) === $group;
268 if ($child instanceof Property && strtoupper($child->group) === $group) {
319 if ($array[$key] instanceof Property) {
460 * @return Property
514 if ($value instanceof self || $value instanceof Property) {
H A DDocument.php194 * @return Property
H A DProperty.php17 abstract class Property extends Node { class
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php10 use Sabre\VObject\Property; alias
305 … if ($componentChild instanceof Property\ICalendar\DateTime && $componentChild->hasTime()) {
324 if ($child instanceof Property && $child->name !== 'PRODID') {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
21 class Binary extends Property {
H A DBoolean.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
20 class Boolean extends Property {
H A DFlatText.php3 namespace Sabre\VObject\Property;
H A DFloatValue.php3 namespace Sabre\VObject\Property;
5 use Sabre\VObject\Property; alias
18 class FloatValue extends Property {
H A DIntegerValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class IntegerValue extends Property {
H A DText.php3 namespace Sabre\VObject\Property;
8 use Sabre\VObject\Property; alias
20 class Text extends Property {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property\Text;
H A DDate.php3 namespace Sabre\VObject\Property\ICalendar;
H A DDateTime.php3 namespace Sabre\VObject\Property\ICalendar;
9 use Sabre\VObject\Property; alias
27 class DateTime extends Property {
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
19 class Duration extends Property {
H A DPeriod.php3 namespace Sabre\VObject\Property\ICalendar;
6 use Sabre\VObject\Property; alias
20 class Period extends Property {
H A DRecur.php3 namespace Sabre\VObject\Property\ICalendar;
5 use Sabre\VObject\Property; alias
25 class Recur extends Property {

1...<<1112131415161718