Lines Matching full:foo
11 new SimpleCollection('foo'),
15 $result = $server->updateProperties('foo', array(
16 '{DAV:}foo' => 'bar'
20 '{DAV:}foo' => 403,
29 new SimpleCollection('foo'),
36 $result = $server->updateProperties('foo', array(
38 '{DAV:}foo' => 'bar'
43 '{DAV:}foo' => 424,
52 new SimpleCollection('foo'),
56 $propPatch->setResultCode('{DAV:}foo', 404);
60 $result = $server->updateProperties('foo', array(
61 '{DAV:}foo' => 'bar',
66 '{DAV:}foo' => 404,
76 '{DAV:}foo' => null,
78 unset($propertyDelta['{DAV:}foo']);
87 new SimpleCollection('foo'),
92 $propPatch->handle(['{DAV:}foo', '{DAV:}foo2'], function() {
94 '{DAV:}foo' => 200,
101 $result = $server->updateProperties('foo', array(
102 '{DAV:}foo' => 'bar',
107 '{DAV:}foo' => 200,
117 '{DAV:}foo' => null,
122 unset($propertyDelta['{DAV:}foo']);