Lines Matching refs:handle
22 $this->propPatch->handle('{DAV:}displayname', function($value) use (&$hasRan) {
40 $this->propPatch->handle('{DAV:}displayname', function($value) use (&$hasRan) {
58 $this->propPatch->handle('{DAV:}displayname', function($value) use (&$hasRan) {
77 $this->propPatch->handle('{DAV:}displayname', function($value) use (&$hasRan) {
96 $this->propPatch->handle('{DAV:}foobar', function($value) use (&$hasRan) {
128 $this->propPatch->handle('{DAV:}displayname', function() {} );
177 $this->propPatch->handle('{DAV:}displayname', function($value) use (&$hasRan) {
198 $propPatch->handle('{DAV:}a', function() use (&$calledA) {
202 $propPatch->handle('{DAV:}b', function() use (&$calledB) {
232 $propPatch->handle('{DAV:}a', function() use (&$calledA) {
249 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {
281 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {
312 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {
351 … $propPatch->handle(['{DAV:}a', '{DAV:}b', '{DAV:}c'], function($properties) use (&$calledA) {