/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | PropPatch.php | 92 … 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 D | PropFind.php | 90 * @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 D | PropPatch.php | 85 … 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 D | PropFind.php | 90 * @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 D | PropFindAll.php | 46 * @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 D | PropFindAll.php | 46 * @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 D | DoctrinePHPCRTypeDriver.php | 25 $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 D | DoctrineTypeDriver.php | 31 $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 D | DisplayedProperty.php | 25 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 D | SecurityNotAllowedPropertyError.php | 22 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 D | Json.php | 134 $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 D | Json.php | 132 $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 D | Json.php | 134 $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 D | Json.php | 132 $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 D | Json.php | 132 $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 D | VCard.php | 387 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 D | VCard.php | 390 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 D | IdenticalPropertyNamingStrategyTest.php | 24 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 D | VCard.php | 373 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 D | VCard.php | 373 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 D | VCard.php | 373 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 D | Document.php | 256 * @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 D | Document.php | 248 * @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 D | Document.php | 248 * @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 D | Document.php | 248 * @param string $propertyName 251 public function getClassNameForPropertyName($propertyName) { argument 253 if (isset(static::$propertyMap[$propertyName])) { 254 return static::$propertyMap[$propertyName];
|