Home
last modified time | relevance | path

Searched refs:propertyName (Results 1 – 25 of 95) sorted by relevance

1234

/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php92 … if (array_key_exists($propertyName, $this->mutations) && !isset($this->result[$propertyName])) {
94 $usedProperties[] = $propertyName;
96 $this->result[$propertyName] = 202;
131 foreach ($properties as $propertyName) {
133 $this->result[$propertyName] = 202;
189 $remaining[] = $propertyName;
232 $this->result[$propertyName] = 403;
272 * @param string $propertyName
296 $this->result[$propertyName] = $result;
313 foreach ($propertyList as $propertyName) {
[all …]
H A DPropFind.php90 * @param string $propertyName
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
116 * @param string $propertyName
128 if (!isset($this->result[$propertyName])) {
146 * @param string $propertyName
149 function get($propertyName) { argument
151 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
161 * @param string $propertyName
164 function getStatus($propertyName) { argument
166 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : null;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php85 … if (array_key_exists($propertyName, $this->mutations) && !isset($this->result[$propertyName])) {
87 $usedProperties[] = $propertyName;
89 $this->result[$propertyName] = 202;
124 foreach ($properties as $propertyName) {
126 $this->result[$propertyName] = 202;
182 $remaining[] = $propertyName;
225 $this->result[$propertyName] = 403;
265 * @param string $propertyName
289 $this->result[$propertyName] = $result;
306 foreach ($propertyList as $propertyName) {
[all …]
H A DPropFind.php90 * @param string $propertyName
96 …if ($this->itemsLeft && isset($this->result[$propertyName]) && $this->result[$propertyName][0] ===…
116 * @param string $propertyName
128 if (!isset($this->result[$propertyName])) {
146 * @param string $propertyName
149 function get($propertyName) { argument
151 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
161 * @param string $propertyName
164 function getStatus($propertyName) { argument
166 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : null;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php46 * @param string $propertyName
50 function handle($propertyName, $valueOrCallBack) { argument
58 $this->result[$propertyName] = [200, $value];
69 * @param string $propertyName
86 * @param string $propertyName
89 function get($propertyName) { argument
91 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
101 * @param string $propertyName
104 function getStatus($propertyName) { argument
106 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : 404;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php46 * @param string $propertyName
50 function handle($propertyName, $valueOrCallBack) { argument
58 $this->result[$propertyName] = [200, $value];
69 * @param string $propertyName
86 * @param string $propertyName
89 function get($propertyName) { argument
91 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
101 * @param string $propertyName
104 function getStatus($propertyName) { argument
106 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : 404;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrinePHPCRTypeDriver.php25 $propertyName = $propertyMetadata->name;
26 if ($doctrineMetadata->hasField($propertyName)
27 && ($typeOfFiled = $doctrineMetadata->getTypeOfField($propertyName))
29 $field = $doctrineMetadata->getFieldMapping($propertyName);
35 } elseif ($doctrineMetadata->hasAssociation($propertyName)) {
37 $targetEntity = $doctrineMetadata->getAssociationTargetClass($propertyName);
46 if (!$doctrineMetadata->isSingleValuedAssociation($propertyName)) {
H A DDoctrineTypeDriver.php31 $propertyName = $propertyMetadata->name;
32 if ($doctrineMetadata->hasField($propertyName)
33 && ($typeOfFiled = $doctrineMetadata->getTypeOfField($propertyName))
36 } elseif ($doctrineMetadata->hasAssociation($propertyName)) {
37 $targetEntity = $doctrineMetadata->getAssociationTargetClass($propertyName);
50 if (!$doctrineMetadata->isSingleValuedAssociation($propertyName)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DDisplayedProperty.php25 public $propertyName; variable in Google\\Service\\CloudSearch\\DisplayedProperty
30 public function setPropertyName($propertyName) argument
32 $this->propertyName = $propertyName;
39 return $this->propertyName;
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedPropertyError.php22 private $propertyName; variable in Twig\\Sandbox\\SecurityNotAllowedPropertyError
24 …public function __construct($message, $className, $propertyName, $lineno = -1, $filename = null, \… argument
28 $this->propertyName = $propertyName;
38 return $this->propertyName;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php134 $propertyName,
139 $propertyName = strtoupper($propertyName);
143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
152 $propertyName = $parameters['group'].'.'.$propertyName;
156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php132 $propertyName,
137 $propertyName = strtoupper($propertyName);
141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
150 $propertyName = $parameters['group'] . '.' . $propertyName;
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php134 $propertyName,
139 $propertyName = strtoupper($propertyName);
143 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
152 $propertyName = $parameters['group'] . '.' . $propertyName;
156 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php132 $propertyName,
137 $propertyName = strtoupper($propertyName);
141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
150 $propertyName = $parameters['group'] . '.' . $propertyName;
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php132 $propertyName,
137 $propertyName = strtoupper($propertyName);
141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
150 $propertyName = $parameters['group'] . '.' . $propertyName;
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php387 public function preferred($propertyName) argument
391 foreach ($this->select($propertyName) as $field) {
414 * @param string $propertyName
419 public function getByType($propertyName, $type) argument
421 foreach ($this->select($propertyName) as $field) {
520 * @param string $propertyName
524 public function getClassNameForPropertyName($propertyName) argument
526 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php390 function preferred($propertyName) { argument
394 foreach ($this->select($propertyName) as $field) {
419 * @param string $propertyName
424 function getByType($propertyName, $type) { argument
425 foreach ($this->select($propertyName) as $field) {
537 * @param string $propertyName
541 function getClassNameForPropertyName($propertyName) { argument
543 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DIdenticalPropertyNamingStrategyTest.php24 public function testTranslateName($propertyName) argument
27 $mockProperty->name = $propertyName;
30 self::assertEquals($propertyName, $strategy->translateName($mockProperty));
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php373 function preferred($propertyName) { argument
377 foreach($this->select($propertyName) as $field) {
436 * @param string $propertyName
439 function getClassNameForPropertyName($propertyName) { argument
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php373 function preferred($propertyName) { argument
377 foreach($this->select($propertyName) as $field) {
436 * @param string $propertyName
439 function getClassNameForPropertyName($propertyName) { argument
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php373 function preferred($propertyName) { argument
377 foreach($this->select($propertyName) as $field) {
436 * @param string $propertyName
439 function getClassNameForPropertyName($propertyName) { argument
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php256 * @param string $propertyName
260 function getClassNameForPropertyName($propertyName) { argument
262 if (isset(static::$propertyMap[$propertyName])) {
263 return static::$propertyMap[$propertyName];
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php248 * @param string $propertyName
251 public function getClassNameForPropertyName($propertyName) { argument
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php248 * @param string $propertyName
251 public function getClassNameForPropertyName($propertyName) { argument
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php248 * @param string $propertyName
251 public function getClassNameForPropertyName($propertyName) { argument
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];

1234