/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | PropertyTest.php | 44 $property->setValue('value2'); 114 unset($property['PARAMNAME']); 176 $property->setIterator($it); 239 $property['FOO'] = 'BAR'; 241 $property2 = clone $property; 243 $property['FOO'] = 'BAZ'; 313 $property->setValue(array()); 325 $property->setValue('str'); 340 $calendar->add($property); 355 $calendar->add($property); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | PropertyTest.php | 43 $property->setValue('value2'); 113 unset($property['PARAMNAME']); 175 $property->setIterator($it); 238 $property['FOO'] = 'BAR'; 242 $property['FOO'] = 'BAZ'; 312 $property->setValue([]); 316 $property->setValue([1]); 320 $property->setValue([1, 2]); 324 $property->setValue('str'); 339 $calendar->add($property); [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | PropertyTest.php | 44 $property->setValue('value2'); 114 unset($property['PARAMNAME']); 176 $property->setIterator($it); 239 $property['FOO'] = 'BAR'; 241 $property2 = clone $property; 243 $property['FOO'] = 'BAZ'; 313 $property->setValue(array()); 325 $property->setValue('str'); 340 $calendar->add($property); 355 $calendar->add($property); [all …]
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | PropertyTest.php | 44 $property->setValue('value2'); 114 unset($property['PARAMNAME']); 176 $property->setIterator($it); 239 $property['FOO'] = 'BAR'; 241 $property2 = clone $property; 243 $property['FOO'] = 'BAZ'; 313 $property->setValue(array()); 325 $property->setValue('str'); 340 $calendar->add($property); 355 $calendar->add($property); [all …]
|
/plugin/webdav/vendor/sabre/vobject/resources/schema/ |
H A D | xcal.rng | 428 property-uid & 433 property-geo? & 447 (property-dtend | property-duration)? & 472 property-uid & 493 (property-dtstart?, property-dtend? ) | 494 (property-dtstart, property-duration)? 517 property-uid & 552 property-uid & 614 (property-duration, property-repeat)? & 627 (property-duration, property-repeat)? & [all …]
|
H A D | xcard.rng | 369 property = property-adr | property-anniversary | property-bday 370 | property-caladruri | property-caluri | property-categories 371 | property-clientpidmap | property-email | property-fburl 372 | property-fn | property-geo | property-impp | property-key 373 | property-kind | property-lang | property-logo 374 | property-member | property-n | property-nickname 375 | property-note | property-org | property-photo 376 | property-prodid | property-related | property-rev 377 | property-role | property-gender | property-sound 378 | property-source | property-tel | property-title [all …]
|
/plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
H A D | xcal.rng | 428 property-uid & 433 property-geo? & 447 (property-dtend | property-duration)? & 472 property-uid & 493 (property-dtstart?, property-dtend? ) | 494 (property-dtstart, property-duration)? 517 property-uid & 552 property-uid & 614 (property-duration, property-repeat)? & 627 (property-duration, property-repeat)? & [all …]
|
H A D | xcard.rng | 369 property = property-adr | property-anniversary | property-bday 370 | property-caladruri | property-caluri | property-categories 371 | property-clientpidmap | property-email | property-fburl 372 | property-fn | property-geo | property-impp | property-key 373 | property-kind | property-lang | property-logo 374 | property-member | property-n | property-nickname 375 | property-note | property-org | property-photo 376 | property-prodid | property-related | property-rev 377 | property-role | property-gender | property-sound 378 | property-source | property-tel | property-title [all …]
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/ |
H A D | RecurTest.php | 205 $result = $property->validate(Node::REPAIR); 218 $result = $property->validate(); 231 $result = $property->validate(Node::REPAIR); 244 $result = $property->validate(); 258 $result = $property->validate(Node::REPAIR); 271 $result = $property->validate(Node::REPAIR); 286 $result = $property->validate(Node::REPAIR); 312 $result = $property->validate(Node::REPAIR); 324 $result = $property->validate(Node::REPAIR); 378 $result = $property->validate(); [all …]
|
/plugin/odt/ODT/styles/ |
H A D | ODTStyle.php | 77 public function getProperty($property) { argument 78 …return (isset($this->properties [$property]['value']) ? $this->properties [$property]['value'] : N… 93 return $properties [$property]['value']; 103 public function getPropertySection($property) { argument 104 return $this->properties [$property]['section']; 172 unset ($this->properties [$property]); 174 unset ($dest [$property]); 189 foreach ($fields as $property => $field) { 219 foreach ($properties as $property => $value) { 220 if ($disabled [$property] == 0 && array_key_exists ($property, $fields)) { [all …]
|
H A D | ODTTextListStyle.php | 118 public function setProperty($property, $value) { argument 121 … ($property, self::$list_fields [$property][0], $value, self::$list_fields [$property][1]); 239 if ($property != 'list-level-style' && array_key_exists ($property, $fields)) { 290 if ($property == 'list-level-style') { 312 if (array_key_exists ($property, $fields)) { 331 if ($property == 'list-level-style') { 342 …($property, $text_fields [$property][0], $value, $text_fields [$property][1], $this->list_level_st… 347 …($property, self::$list_level_props_fields [$property][0], $value, self::$list_level_props_fields … 352 …($property, self::$label_align_fields [$property][0], $value, self::$label_align_fields [$property… 369 if (array_key_exists ($property, $fields)) { [all …]
|
H A D | ODTParagraphStyle.php | 106 foreach ($properties as $property => $value) { 107 if ($disabled [$property] == 0) { 108 $this->setProperty($property, $value); 137 public function setProperty($property, $value) { argument 141 …($property, $style_fields [$property][0], $value, $style_fields [$property][1], $this->style_prope… 151 …($property, self::$tab_stop_fields [$property][0], $value, self::$tab_stop_fields [$property][1], … 158 …($property, self::$paragraph_fields [$property][0], $value, self::$paragraph_fields [$property][1]… 164 …($property, $text_fields [$property][0], $value, $text_fields [$property][1], $this->text_properti… 175 public function getProperty($property) { argument 182 return parent::getProperty($property); [all …]
|
H A D | ODTPageLayoutStyle.php | 158 public function setProperty($property, $value) { argument 161 …($property, self::$page_layout_fields [$property][0], $value, self::$page_layout_fields [$property… 166 …($property, self::$layout_props_fields [$property][0], $value, self::$layout_props_fields [$proper… 171 …($property, self::$bgi_fields [$property][0], $value, self::$bgi_fields [$property][1], $this->bgi… 176 …($property, self::$columns_fields [$property][0], $value, self::$columns_fields [$property][1], $t… 181 …($property, self::$footnote_fields [$property][0], $value, self::$footnote_fields [$property][1], … 192 public function getProperty($property) { argument 197 return $this->layout_props [$property]['value']; 200 return $this->bgi_props [$property]['value']; 203 return $this->columns_props [$property]['value']; [all …]
|
H A D | ODTTextOutlineStyle.php | 87 public function setProperty($property, $value) { argument 89 if (array_key_exists ($property, $style_fields)) { 91 ($property, $text_fields [$property][0], $value, $text_fields [$property][1]); 94 if (array_key_exists ($property, self::$outline_fields)) { 96 … ($property, self::$outline_fields [$property][0], $value, self::$outline_fields [$property][1]); 165 foreach ($this->properties as $property => $items) { 175 foreach ($properties as $property => $items) { 224 public function getPropertyFromLevel($level, $property) { argument 234 public function setPropertyForLevel($level, $property, $value) { argument 235 if (array_key_exists ($property, self::$outline_fields)) { [all …]
|
H A D | ODTTableCellStyle.php | 116 public function setProperty($property, $value) { argument 118 if (array_key_exists ($property, $style_fields)) { 120 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]); 123 if (array_key_exists ($property, self::$table_cell_fields)) { 125 …($property, self::$table_cell_fields [$property][0], $value, self::$table_cell_fields [$property][… 129 if (array_key_exists ($property, $paragraph_fields)) { 131 … ($property, $paragraph_fields [$property][0], $value, $paragraph_fields [$property][1]); 135 if (array_key_exists ($property, $text_fields)) { 137 ($property, $text_fields [$property][0], $value, $text_fields [$property][1]);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.inc.php | 45 $this->_handlersInheritableText[$property] =& $this->_handlers[$property]; 58 $this->_handlersInheritable[$property] =& $this->_handlers[$property]; 81 function getDefaultValue($property) { argument 83 $handler =& $css->_get_handler($property); 93 function &get_handler($property) { argument 95 $handler =& $css->_get_handler($property); 99 function &_get_handler($property) { argument 100 if (isset($this->_handlers[$property])) { 101 return $this->_handlers[$property]; 126 $css->_handlers[$property] =& $handler; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/Resource/ |
H A D | Properties.php | 48 * @param string $property A Google Analytics GA4 property identifier whose 61 $params = ['property' => $property, 'postBody' => $postBody]; 69 * @param string $property A Google Analytics GA4 property identifier whose 82 $params = ['property' => $property, 'postBody' => $postBody]; 96 * @param string $property A Google Analytics GA4 property identifier whose 109 $params = ['property' => $property, 'postBody' => $postBody]; 148 * @param string $property A Google Analytics GA4 property identifier whose 161 $params = ['property' => $property, 'postBody' => $postBody]; 173 * @param string $property A Google Analytics GA4 property identifier whose 184 $params = ['property' => $property, 'postBody' => $postBody]; [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 55 foreach ($input->children() as $property) { 67 * @param Property $property 77 $parameters = $property->parameters(); 84 $valueType = $property->getValueType(); 90 $property->name, 91 $property->getParts(), 97 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) { 129 } elseif ('KIND' === $property->name) { 169 switch ($property->name) { 192 if (!$property->group) { [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 52 foreach($input->children as $property) { 67 * @param Property $property 78 $parameters = $property->parameters(); 85 $valueType = $property->getValueType(); 88 $property->name, 89 $property->getParts(), 97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))… 133 } elseif ($property->name === 'KIND') { 182 switch($property->name) { 205 if (!$property->group) { [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 55 foreach ($input->children() as $property) { 70 * @param Property $property 82 $parameters = $property->parameters(); 89 $valueType = $property->getValueType(); 92 $property->name, 93 $property->getParts(), 101 … if ($property instanceof Property\Uri && in_array($property->name, ['PHOTO', 'LOGO', 'SOUND'])) { 137 } elseif ($property->name === 'KIND') { 186 switch ($property->name) { 209 if (!$property->group) { [all …]
|
/plugin/amcharts/assets/amcharts/plugins/responsive/ |
H A D | responsive.js | 1041 for ( var property in obj ) { 1043 clone[ property ] = cloneWithoutPrototypes( obj[ property ] ); 1056 …object[ originalValueRetainerProperty ] = ( property in object ) ? object[ property ] : noOriginal… 1063 property: property 1070 delete object[ property ]; 1072 object[ property ] = originalValue; 1098 for ( var property in override ) { 1103 var currentValue = current[ property ]; 1104 var overrideValue = override[ property ]; 1108 overrideProperty( current, property, overrideValue ); [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 52 foreach($input->children as $property) { 67 * @param Property $property 78 $parameters = $property->parameters(); 85 $valueType = $property->getValueType(); 88 $property->name, 89 $property->getParts(), 97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))… 133 } elseif ($property->name === 'KIND') { 182 switch($property->name) { 205 if (!$property->group) { [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 52 foreach($input->children as $property) { 67 * @param Property $property 78 $parameters = $property->parameters(); 85 $valueType = $property->getValueType(); 88 $property->name, 89 $property->getParts(), 97 …if ($property instanceof Property\Uri && in_array($property->name, array('PHOTO','LOGO','SOUND')))… 133 } elseif ($property->name === 'KIND') { 182 switch($property->name) { 205 if (!$property->group) { [all …]
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/ |
H A D | PropertyNameMatcher.php | 13 private $property; variable in DeepCopy\\Matcher\\PropertyNameMatcher 16 * @param string $property Property name 18 public function __construct($property) argument 20 $this->property = $property; 28 public function matches($object, $property) argument 30 return $property == $this->property;
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/ |
H A D | PropertyNameMatcher.php | 13 private $property; variable in DeepCopy\\Matcher\\PropertyNameMatcher 16 * @param string $property Property name 18 public function __construct($property) argument 20 $this->property = $property; 24 * Matches a property by its name. 28 public function matches($object, $property) argument 30 return $property == $this->property;
|