Home
last modified time | relevance | path

Searched refs:propertyName (Results 26 – 50 of 95) sorted by relevance

1234

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php52 foreach ($this->properties as $propertyName => $propertyValue) {
56 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
60 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php52 foreach ($this->properties as $propertyName => $propertyValue) {
56 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
60 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php252 * @param string $propertyName
256 public function getClassNameForPropertyName($propertyName) argument
258 if (isset(static::$propertyMap[$propertyName])) {
259 return static::$propertyMap[$propertyName];
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGpxTypes.php129 $propertyName = 'allowed' . ucfirst($type) . 'Elements';
130 if (isset($this->{$propertyName})) {
131 return $this->{$propertyName};
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DXML.php157 $propertyName = $tagName;
165 $propertyName = 'xml';
178 $propertyName,
188 if ('group' === $propertyName) {
227 : 'xcard').':'.$propertyName;
295 $propertyNamePrefix.$propertyName,
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php175 $propertyName = $tagName;
184 $propertyName = 'xml';
197 $propertyName,
207 if ($propertyName === 'group') {
251 : 'xcard') . ':' . $propertyName;
323 $propertyNamePrefix . $propertyName,
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php27 foreach ($element as $propertyName => $propertyValue) {
28 $copy->{$propertyName} = $propertyValue;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php27 foreach ($element as $propertyName => $propertyValue) {
28 $copy->{$propertyName} = $propertyValue;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php214 foreach ($properties as $propertyName) {
216 if (isset($this->addressBookInfo[$propertyName])) {
218 $response[$propertyName] = $this->addressBookInfo[$propertyName];
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php212 foreach ($properties as $propertyName) {
214 if (isset($this->addressBookInfo[$propertyName])) {
216 $response[$propertyName] = $this->addressBookInfo[$propertyName];
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DCamelCaseNamingStrategyTest.php23 public function testCamelCaseNamingHandlesMultipleUppercaseLetters($propertyName, $expected) argument
26 $mockProperty->name = $propertyName;
/plugin/wysiwyg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc30 if ( event.propertyName == 'border' || event.propertyName == 'className' )
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc30 if ( event.propertyName == 'border' || event.propertyName == 'className' )
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php31 $propertyName = $prop->getName();
32 $propsArr[$propertyName] = $prop;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php31 $propertyName = $prop->getName();
32 $propsArr[$propertyName] = $prop;
/plugin/sectiontoggle/
H A DMobile_Detect.php1298 * @param string $propertyName The name of the property. See self::getProperties() array
1307 public function version($propertyName, $type = self::VERSION_TYPE_STRING) argument
1309 if (empty($propertyName)) {
1321 if (true === isset($properties[$propertyName])) {
1325 $properties[$propertyName] = (array) $properties[$propertyName];
1327 foreach ($properties[$propertyName] as $propertyMatchString) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1145 foreach ($requestedProperties as $propertyName => $childRequestedProperties) {
1152 if (!array_key_exists($propertyName, $node[200])) continue;
1154 if (!$node[200][$propertyName] instanceof DAV\Xml\Property\Href) {
1158 $childHrefs = $node[200][$propertyName]->getHrefs();
1170 $node[200][$propertyName] = $childProps;
1205 foreach ($this->principalSearchPropertySet as $propertyName => $description) {
1210 $writer->writeElement($propertyName);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php417 foreach ($result as $propertyName => $code) {
419 $multiStatus[$code][$propertyName] = null;
421 $multiStatus[$code] = [$propertyName => null];
849 foreach ($propertyNames as $propertyName) {
850 if (array_key_exists($propertyName, $nodeProperties)) {
851 $propFind->set($propertyName, $nodeProperties[$propertyName], 200);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php266 foreach ($mutations as $propertyName => $propertyValue) {
268 switch ($propertyName) {
274 $fieldName = $this->propertyMap[$propertyName];
1072 foreach ($mutations as $propertyName => $propertyValue) {
1074 if ($propertyName === '{http://calendarserver.org/ns/}source') {
1077 $fieldName = $this->subscriptionPropertyMap[$propertyName];
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1400 foreach ($requestedProperties as $propertyName => $childRequestedProperties) {
1407 if (!array_key_exists($propertyName, $node[200])) continue;
1409 if (!$node[200][$propertyName] instanceof DAV\Xml\Property\Href) {
1413 $childHrefs = $node[200][$propertyName]->getHrefs();
1425 $node[200][$propertyName] = $childProps;
1461 foreach ($this->principalSearchPropertySet as $propertyName => $description) {
1466 $writer->writeElement($propertyName);
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php201 foreach ($propertiesData as $propertyName => $values) {
202 $propertyElement = new Property($propertyName, $values);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php182 * @param string $propertyName
185 public function getDomProperty($propertyName) argument
192 ':name' => $propertyName,
208 ':propertyName' => $css_property_name,
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php417 foreach ($result as $propertyName => $code) {
419 $multiStatus[$code][$propertyName] = null;
421 $multiStatus[$code] = [$propertyName => null];
849 foreach ($nodeProperties as $propertyName => $propertyValue) {
850 $propFind->set($propertyName, $propertyValue, 200);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php317 foreach ($mutations as $propertyName => $propertyValue) {
319 switch ($propertyName) {
325 $fieldName = $this->propertyMap[$propertyName];
1201 foreach ($mutations as $propertyName => $propertyValue) {
1203 if ($propertyName === '{http://calendarserver.org/ns/}source') {
1206 $fieldName = $this->subscriptionPropertyMap[$propertyName];
/plugin/combo/ComboStrap/Web/
H A DUrl.php260 * @param $propertyName
264 public function getPropertyValue($propertyName): string
266 if (!isset($this->query[$propertyName])) {
267 throw new ExceptionNotFound("The property ($propertyName) was not found", self::CANONICAL);
269 return $this->query[$propertyName];
253 getPropertyValue($propertyName) global() argument

1234