Home
last modified time | relevance | path

Searched refs:property (Results 176 – 200 of 1146) sorted by relevance

12345678910>>...46

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js302 for(property in this)
303 if (!Object.isFunction(this[property])) data.set(property, this[property]);
971 var property = pair[0], value = pair[1], unit = null;
976 } else if (property == 'opacity') {
986 var originalValue = this.element.getStyle(property);
988 style: property.camelize(),
1074 Element.CSS_PROPERTIES.each(function(property){ argument
1075 if (style[property]) styleRules.set(property, style[property]);
1087 return Element.CSS_PROPERTIES.inject({ }, function(styles, property) { argument
1088 styles[property] = css[property];
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php91 foreach ($class->getProperties() as $property) {
92 …if ($property->class !== $name || (isset($property->info) && $property->info['class'] !== $name)) {
96 $pName = $property->getName();
H A DXmlDriver.php157 foreach ($class->getProperties() as $property) {
158 …if ($property->class !== $name || (isset($property->info) && $property->info['class'] !== $name)) {
162 $propertiesMetadata[] = new PropertyMetadata($name, $pName = $property->getName());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) { argument
82 return (string)$property;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) { argument
82 return (string)$property;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) { argument
82 return (string)$property;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php80 private function getPropertyValue(\Sabre\VObject\Property $property) { argument
82 return (string)$property;
/plugin/odt/ODT/css/
H A Dcssimportnew.php728 $property = substr ($decls, $pos, $colon - $pos);
729 $property = trim($property);
743 $declaration = new css_declaration ($property, $value);
822 $property = $declaration->getProperty ();
824 $values [$property] = $value;
1106 foreach ($current as $property => $value) {
1107 if (isset($highest [$property]) && $specificity >= $highest [$property]) {
1108 $highest [$property] = $specificity;
1109 $temp [$property] = $value;
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php19 function add_property($property) { argument
20 $this->body->add_property($property);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php427 $property = $this->root->create($name,$value);
428 $property->parent = $this;
430 $this->children[$overWrite] = $property;
432 $this->children[] = $property;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php427 $property = $this->root->create($name,$value);
428 $property->parent = $this;
430 $this->children[$overWrite] = $property;
432 $this->children[] = $property;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php427 $property = $this->root->create($name,$value);
428 $property->parent = $this;
430 $this->children[$overWrite] = $property;
432 $this->children[] = $property;
/plugin/bez/mdl/
H A DTask.php62 public function __get($property) {
63 if ($property == 'thread') {
72 } elseif($property == 'thread_comment') {
81 } elseif($property == 'priority' || $property == 'coordinator' || $property == 'task_program_name') {
82 return $this->$property;
84 return parent::__get($property);
61 __get($property) global() argument
/plugin/webcomponent/_test/data/pages/
H A Dunit.txt14 * The unit node may got the ''display="none"'' property to not display the whole block
50 The unit node may got the ''display="none"'' property to not display the whole block
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php208 public function addProperty(Property $property) argument
210 foreach ($property->getAllValues() as $usergroup => $value) {
217 $this->properties[$usergroup][$property->getKey()] = $value;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js96 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
H A Draphael.no-deps.js96 …_webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(ob… argument
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css47 .dr-property em {
63 .dr-property em.amp {
73 .dr-property em.dr-type {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php338 $property = $this->root->createProperty(
344 $parentComponent->add($property);
345 $property->setXmlValue($value);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php375 $property = $this->root->createProperty(
381 $parentComponent->add($property);
382 $property->setXmlValue($value);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DKeepFilter.php12 public function apply($object, $property, $objectCopier) argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DKeepFilter.php8 * Keeps the value of the object property.
12 public function apply($object, $property, $objectCopier) argument
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md15 `RECURRENCE-ID` property.
61 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
155 * #143: `SCHEDULE-AGENT` on the `ORGANIZER` property is respected.
185 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
210 * VEVENT now get populated with a DTSTAMP and UID property by default.
324 * Fixed: Setting correct property group on VCard conversion
374 * Added: OPTION_FORGIVING now also allows slashes in property names.
390 * Fixed: Recursive loop in ICalendar\DateTime property.
400 * Removed: CommaSeparatedText property. Now included into Text.
414 * Added: A few tweaks to improve component and property creation.
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md15 `RECURRENCE-ID` property.
61 * #229: Converting vcards from 3.0 to 4.0 that contained a `LANG` property
155 * #143: `SCHEDULE-AGENT` on the `ORGANIZER` property is respected.
185 * #125: Send CANCEL messages when ORGANIZER property gets deleted.
210 * VEVENT now get populated with a DTSTAMP and UID property by default.
324 * Fixed: Setting correct property group on VCard conversion
374 * Added: OPTION_FORGIVING now also allows slashes in property names.
390 * Fixed: Recursive loop in ICalendar\DateTime property.
400 * Removed: CommaSeparatedText property. Now included into Text.
414 * Added: A few tweaks to improve component and property creation.
[all …]
/plugin/issuetracker/
H A Dprototype.js136 var property = properties[i], value = source[property];
195 for (var property in source)
196 destination[property] = source[property];
290 results.push(property);
972 function pluck(property) { argument
2391 if (property == 'opacity') element.setOpacity(styles[property]);
2393 elementStyle[(property == 'float' || property == 'cssFloat') ?
2395 property] = styles[property];
3220 var isHorizontal = property.include('left') || property.include('right') ||
3223 var isVertical = property.include('top') || property.include('bottom') ||
[all …]

12345678910>>...46