Home
last modified time | relevance | path

Searched refs:Property (Results 326 – 350 of 431) sorted by last modified time

1...<<1112131415161718

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md25 1. [Property name](#property-name)
154 #### Property name
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php12 use FINDOLOGIC\Export\Data\Property; alias
202 $propertyElement = new Property($propertyName, $values);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php208 public function addProperty(Property $property)
H A DProperty.php23 class Property class
/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/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/ckgdoku/ckeditor/
H A DLICENSE.md30 Sources of Intellectual Property Included in CKEditor
999 3.4. Intellectual Property Matters
/plugin/ckgdoku/ckeditor/plugins/wsc/
H A DLICENSE.md20 Sources of Intellectual Property Included in this plugin
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DLICENSE.md20 Sources of Intellectual Property Included in this plugin
/plugin/fckg/fckeditor/
H A Dlicense.txt958 3.4. Intellectual Property Matters
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php323 if ($child instanceof VObject\Property\ICalendar\DateTime && $child->hasTime()) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php230 … && (is_null($group) || ( $child instanceof Property && strtoupper($child->group) === $group))
234 … $name === '' && $child instanceof Property && strtoupper($child->group) === $group
287 if ($array[$key] instanceof Property) {
372 * @return Property
419 if ($value instanceof Component || $value instanceof Property) {
H A DProperty.php15 abstract class Property extends Node { class
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DBinary.php3 namespace Sabre\VObject\Property;
7 Sabre\VObject\Property; alias
23 class Binary extends Property {
H A DFloatValue.php3 namespace Sabre\VObject\Property;
6 Sabre\VObject\Property; alias
18 class FloatValue extends Property {
H A DTime.php3 namespace Sabre\VObject\Property;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property\Text;
H A DDuration.php3 namespace Sabre\VObject\Property\ICalendar;
6 Sabre\VObject\Property, alias
21 class Duration extends Property {
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php3 namespace Sabre\VObject\Property\VCard;
H A DDateAndOrTime.php3 namespace Sabre\VObject\Property\VCard;
7 Sabre\VObject\Property\Text,
8 Sabre\VObject\Property, alias
20 class DateAndOrTime extends Property {
H A DDateTime.php3 namespace Sabre\VObject\Property\VCard;
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php9 use Sabre\VObject\Property; alias
621 $rrule = Property\ICalendar\Recur::stringToArray($rrule);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDurationTest.php3 namespace Sabre\VObject\Property\ICalendar;
H A DRecurTest.php3 namespace Sabre\VObject\Property\ICalendar;

1...<<1112131415161718