Home
last modified time | relevance | path

Searched refs:property (Results 26 – 50 of 1146) sorted by relevance

12345678910>>...46

/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyMatcher.php18 private $property; variable in DeepCopy\\Matcher\\PropertyMatcher
22 * @param string $property Property name
24 public function __construct($class, $property) argument
27 $this->property = $property;
35 public function matches($object, $property) argument
37 return ($object instanceof $this->class) && $property == $this->property;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyMatcher.php18 private $property; variable in DeepCopy\\Matcher\\PropertyMatcher
22 * @param string $property Property name
24 public function __construct($class, $property) argument
27 $this->property = $property;
31 * Matches a specific property of a specific class.
35 public function matches($object, $property) argument
37 return ($object instanceof $this->class) && $property == $this->property;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalyticsData.php72 'property' => [
79 'path' => 'v1beta/{+property}:batchRunReports',
82 'property' => [
89 'path' => 'v1beta/{+property}:checkCompatibility',
92 'property' => [
109 'path' => 'v1beta/{+property}:runPivotReport',
112 'property' => [
119 'path' => 'v1beta/{+property}:runRealtimeReport',
122 'property' => [
129 'path' => 'v1beta/{+property}:runReport',
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.collection.php18 foreach ($properties as $property) {
19 $key = $property->get_code();
20 $value = $property->get_value();
31 $property =& $this->_properties[$i];
42 function add_property($property) { argument
45 $code = $property->get_code();
51 !$property->is_important()) {
59 $this->_properties[] = $property;
105 return $property->get_value();
118 foreach ($properties as $property) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php223 $property = $this->readProperty($line);
224 if (!$property) {
229 return $property;
349 $property = [
382 $property['parameters'][$lastParam] = [
397 $property['value'] = $match['propValue'];
410 if (is_null($property['value'])) {
411 $property['value'] = '';
413 if (!$property['name']) {
454 $property['value'] = utf8_encode($property['value']);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php234 $property = $this->readProperty($line);
235 if (!$property) {
239 return $property;
364 $property = [
398 $property['parameters'][$lastParam] = [
413 $property['value'] = $match['propValue'];
427 if (is_null($property['value'])) {
428 $property['value'] = '';
430 if (!$property['name']) {
471 $property['value'] = utf8_encode($property['value']);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php20 $property = new Response('uri', $innerProps);
22 $this->assertEquals('uri', $property->getHref());
23 $this->assertEquals($innerProps, $property->getResponseProperties());
42 $property = new Response('uri', $innerProps);
44 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
82 $property = new Response('uri', $innerProps);
84 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
115 $property = new Response('uri', $innerProps);
116 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DPropertyTest.php15 $property = new Property('prop');
16 $property->addValue('foobar', 'usergroup');
17 $property->addValue('foobar', 'usergroup');
25 $property = new Property('prop');
26 $property->addValue('foobar');
27 $property->addValue('foobar');
46 $property = new Property($key);
52 $this->assertNotNull($property);
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php77 public function setProperty($property, $value) { argument
78 if (array_key_exists ($property, self::$master_fields)) {
80 …($property, self::$master_fields [$property][0], $value, self::$master_fields [$property][1], $thi…
91 public function getProperty($property) { argument
92 if (array_key_exists ($property, self::$master_fields)) {
93 return $this->master_style [$property]['value'];
158 foreach ($this->master_style as $property => $items) {
163 foreach ($this->style_header as $property => $items) {
168 foreach ($this->style_footer as $property => $items) {
173 foreach ($this->style_header_left as $property => $items) {
[all …]
H A DODTTableColumnStyle.php72 public function setProperty($property, $value) { argument
74 if (array_key_exists ($property, $style_fields)) {
76 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
79 if (array_key_exists ($property, self::$table_column_fields)) {
81 …($property, self::$table_column_fields [$property][0], $value, self::$table_column_fields [$proper…
H A DODTTableRowStyle.php91 public function setProperty($property, $value) { argument
93 if (array_key_exists ($property, $style_fields)) {
95 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
98 if (array_key_exists ($property, self::$table_row_fields)) {
100 …($property, self::$table_row_fields [$property][0], $value, self::$table_row_fields [$property][1]…
H A DODTTableStyle.php101 public function setProperty($property, $value) { argument
103 if (array_key_exists ($property, $style_fields)) {
105 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
108 if (array_key_exists ($property, self::$table_fields)) {
110 … ($property, self::$table_fields [$property][0], $value, self::$table_fields [$property][1]);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php189 $property = $this->readProperty($line);
190 if (!$property) {
194 return $property;
318 $property = array(
350 $property['parameters'][$lastParam],
364 $property['value'] = $match['propValue'];
378 if (is_null($property['value'])) {
379 $property['value'] = '';
381 if (!$property['name']) {
396 foreach($property['parameters'] as $name=>$value) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php189 $property = $this->readProperty($line);
190 if (!$property) {
194 return $property;
318 $property = array(
350 $property['parameters'][$lastParam],
364 $property['value'] = $match['propValue'];
378 if (is_null($property['value'])) {
379 $property['value'] = '';
381 if (!$property['name']) {
396 foreach($property['parameters'] as $name=>$value) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php189 $property = $this->readProperty($line);
190 if (!$property) {
194 return $property;
318 $property = array(
350 $property['parameters'][$lastParam],
364 $property['value'] = $match['propValue'];
378 if (is_null($property['value'])) {
379 $property['value'] = '';
381 if (!$property['name']) {
396 foreach($property['parameters'] as $name=>$value) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DPropertyValue.php25 public $property; variable in Google\\Service\\YouTube\\PropertyValue
34 public function setProperty($property) argument
36 $this->property = $property;
43 return $this->property;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ReportProperty.php26 public $property; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ReportProperty
33 public function setProperty($property) argument
35 $this->property = $property;
42 return $this->property;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php37 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool argument
39 if (null === $property->excludeIf) {
45 'property_metadata' => $property,
53 …if (($property->excludeIf instanceof Expression) && ($this->expressionEvaluator instanceof Compila…
54 return $this->expressionEvaluator->evaluateParsed($property->excludeIf, $variables);
57 return $this->expressionEvaluator->evaluate($property->excludeIf, $variables);
H A DGroupsExclusionStrategy.php59 public function shouldSkipProperty(PropertyMetadata $property, Context $navigatorContext): bool argument
64 if (!$property->groups) {
68 return $this->shouldSkipUsingGroups($property, $groups);
70 if (!$property->groups) {
74 foreach ($property->groups as $group) {
83 private function shouldSkipUsingGroups(PropertyMetadata $property, array $groups): bool argument
85 foreach ($property->groups as $group) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php537 $metadata['properties'][$property->name] = $property->name;
783 if (isset($values[$property]) && ! in_array($values[$property], $enum['value'])) {
784 …row AnnotationException::enumeratorError($property, $name, $this->context, $enum['literal'], $valu…
793 $property = 'value';
797 if (!isset($values[$property])) {
807 if ( ! is_array($values[$property])) {
808 $values[$property] = array($values[$property]);
819 …} elseif (gettype($values[$property]) !== $type['type'] && !$values[$property] instanceof $type['t…
832 foreach ($values as $property => $value) {
834 if ('value' !== $property) {
[all …]
H A DSimpleAnnotationReader.php81 public function getPropertyAnnotations(\ReflectionProperty $property) argument
83 …return $this->parser->parse($property->getDocComment(), 'property '.$property->getDeclaringClass()…
117 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName) argument
119 foreach ($this->getPropertyAnnotations($property) as $annot) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php70 * If enabled, will not throw an exception when coming across an uncloneable property.
207 foreach (ReflectionHelper::getProperties($reflectedObject) as $property) {
208 $this->copyObjectProperty($newObject, $property);
214 private function copyObjectProperty($object, ReflectionProperty $property) argument
217 if ($property->isStatic()) {
228 if ($matcher->matches($object, $property->getName())) {
231 $property->getName(),
237 // If a filter matches, we stop processing this property
242 $property->setAccessible(true);
245 if (method_exists($property, 'isInitialize
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaPropertySummary.php33 public $property; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaPropertySummary
70 public function setProperty($property) argument
72 $this->property = $property;
79 return $this->property;
/plugin/bez/mdl/
H A DEntity.php58 public function __get($property) { argument
59 if (!property_exists($this, $property) || !in_array($property, $this->get_select_columns())) {
60 throw new \Exception('there is no column: "'.$property. '"" in table: "' . $this->get_table_name() . '"');
63 if ($this->acl_of($property) < BEZ_PERMISSION_VIEW) {
67 return $this->$property;
71 protected function set_property($property, $value) { argument
72 if ($this->acl_of($property) < BEZ_PERMISSION_CHANGE) {
73 throw new PermissionDeniedException("cannot change field $property");
75 $this->$property
[all...]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php164 var $property = ''; variable in csstidy
621 $this->property = '';
625 $this->property = '';
634 $this->property .= $string{$i};
704 $this->property = strtolower($this->property);
737 $this->property = '';
872 * @param string $property
908 foreach($css_add as $property => $value)
975 * @param string $property
980 function property_is_valid($property) { argument
[all …]

12345678910>>...46