Home
last modified time | relevance | path

Searched refs:getProperties (Results 51 – 75 of 140) sorted by path

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php148 public function getProperties() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1EntityAnnotation
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php148 public function getProperties() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1EntityAnnotation
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php165 $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
/plugin/batchedit/
H A Dengine.php612 if (!is_array($properties) || !empty(array_diff_assoc($properties, $this->getProperties($request, $config)))) {
635 $this->saveArray('props', $this->getProperties($request, $config));
749 private function getProperties($request, $config) { function in BatcheditSession
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js51483 oldProperties = context.oldProperties || getProperties(businessObject, properties);
51570 function getProperties(businessObject, properties) { function
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php83 function getProperties($requestedProperties) { function in Sabre\\CalDAV\\Calendar
H A DICSExportPlugin.php88 $node = $this->server->getProperties($path, [
232 $tzResult = $this->server->getProperties($path, [$tzProp]);
H A DPlugin.php273 $properties = $mkcalendar->getProperties();
444 $tzResult = $this->server->getProperties($calendarPath, [$tzProp]);
505 $tzResult = $this->server->getProperties($path, [$tzProp]);
656 $calendarProps = $this->server->getProperties($uri, [$tzProp]);
828 $calendarProperties = $this->server->getProperties($parentPath, [$sCCS]);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php391 $result = $this->server->getProperties(
566 $properties = $this->server->getProperties(
670 $props = $this->server->getProperties($owner, [$uas]);
797 $props = $node->getProperties([$sct, $ctz]);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php149 function getProperties($properties) { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php33 function getProperties() { function in Sabre\\CalDAV\\Xml\\Request\\MkCalendar
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php209 function getProperties($properties) { function in Sabre\\CardDAV\\AddressBook
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php573 $properties = $mkcol->getProperties();
848 $nodeProperties = $node->getProperties($propertyNames);
888 $result = $this->server->getProperties($propFind->getPath(), [
H A DIProperties.php45 function getProperties($properties); function
H A DServer.php761 function getProperties($path, $propertyNames) { function in Sabre\\DAV\\Server
816 $properties = $this->getProperties($path, array_keys($propertyMap));
H A DTree.php329 $props = $source->getProperties([]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php34 function getProperties() { function in Sabre\\DAV\\Xml\\Request\\MkCol
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php169 function getProperties($requestedProperties) { function in Sabre\\DAVACL\\Principal
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarTest.php79 $result = $this->calendar->getProperties($question);
H A DPluginTest.php1131 $props = $this->server->getProperties('calendars/user1/UUID-123467', [
H A DSharingPluginTest.php66 $props = $this->server->getProperties('calendars/user1/cal1', array(
78 $props = $this->server->getProperties('calendars/user1/cal2', array(
199 $props = $this->server->getProperties('calendars/user1/cal1', array('{DAV:}resourcetype'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DCreateSubscriptionTest.php100 …$this->server->getProperties('calendars/user1/subscription1', ['{http://calendarserver.org/ns/}sub…
H A DSubscriptionTest.php47 $sub->getProperties(['{DAV:}displayname', '{http://calendarserver.org/ns/}source'])
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php121 $props = $this->ab->getProperties(array('{DAV:}displayname'));
H A DIDirectoryTest.php19 $props = $server->getProperties('directory', array('{DAV:}resourcetype'));

123456