Home
last modified time | relevance | path

Searched refs:propertyName (Results 26 – 50 of 95) sorted by last modified time

1234

/plugin/davcal/
H A DcalendarBackendDokuwiki.php167 foreach ($mutations as $propertyName => $propertyValue)
170 switch ($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/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/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/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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7764 var propertyName = p.name,
7900 name: propertyName
8089 return target[propertyName];
9800 var propertyName = nameNs.name,
33481 propertyName = context.propertyName,
33658 propertyName = context.propertyName;
33660 if (propertyName && DISALLOWED_PROPERTIES.indexOf(propertyName) !== -1) {
33666 if (propertyName &&
33738 propertyName: propertyName
33769 propertyName: propertyName
[all …]
H A Dbpmn-modeler.production.min.js34propertyName&&Ar(r,"bpmn:Participant")&&Ar(o,"bpmn:Process"))return i=e.create("bpmn:Process"),n.c…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1propertyName:n.currentWord,range:n.defaultReplaceRange})})),t},Object.defineProperty(e.prototype,"…
H A D4.4.js.map1propertyName = _c[_b];\n if (!seenKeys[propertyName]) {\n var ke…
H A Djson.worker.js.map1propertyName = _c[_b];\n if (!seenKeys[propertyName]) {\n var ke…
H A D2.2.js25323 return propertyName;
25326 var propertyName = this.getFullPropertyName();
25327 if (propertyName && propertyName.charAt(0) === '-') {
25333 return propertyName;
29008 if ((propertyName === 'animation' || propertyName === 'animation-name')
30948 var propertyName = property.getName();
31315 propertyName: _this.currentWord,
31357 propertyName: propertyName,
32097 return fullPropertyName === propertyName;
33572 var propertyName = element.fullPropertyName;
[all …]
H A D2.2.js.map1propertyName = this.property ? this.property.getName() : 'unknown';\n if (this.parent insta…
/plugin/ol3/
H A Dscript.js8propertyName=r,n}return hE(e,t),e}(HS),fE=function(){var t=function(e,r){return(t=Object.setProtot…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4799 }},onInput:function(event){if(isIE){if(event.propertyName!="value"||!isVisible(this.input)||!this.k…
/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 DServer.php1229 foreach ($result as $propertyName => $status) {
1234 $formattedResult[$status][$propertyName] = null;
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/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/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);
H A DXML.php157 $propertyName = $tagName;
165 $propertyName = 'xml';
178 $propertyName,
188 if ('group' === $propertyName) {
227 : 'xcard').':'.$propertyName;
295 $propertyNamePrefix.$propertyName,
/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/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/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/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/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);

1234