Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 25 of 140) sorted by relevance

123456

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php50 $result = $this->server->getProperties('', ['{DAV:}displayname']);
77 $result = $this->server->getProperties('/files/dest', ['{DAV:}displayname']);
84 $result = $this->server->getProperties('/files/source', ['{DAV:}displayname']);
112 $result = $this->server->getProperties('', ['{DAV:}displayname']);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php25 public static function getProperties(ReflectionClass $ref) function in DeepCopy\\Reflection\\ReflectionHelper
27 $props = $ref->getProperties();
36 $parentPropsArr = self::getProperties($parentClass);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php16 * Standard \ReflectionClass->getProperties() does not return private properties from ancestor classes.
25 public static function getProperties(ReflectionClass $ref) function in DeepCopy\\Reflection\\ReflectionHelper
27 $props = $ref->getProperties();
36 $parentPropsArr = self::getProperties($parentClass);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DSogoStripContentTypeTest.php26 …$result = $this->server->getProperties('addressbooks/user1/book1/card1.vcf',array('{DAV:}getconten…
37 …$result = $this->server->getProperties('addressbooks/user1/book1/card1.vcf',array('{DAV:}getconten…
H A DPluginTest.php37 …$result = $this->server->getProperties('principals/user1', array('{' . Plugin::NS_CARDDAV . '}addr…
47 …$result = $this->server->getProperties('principals/user1', array('{' . Plugin::NS_CARDDAV . '}dire…
H A DIDirectoryTest.php19 $props = $server->getProperties('directory', array('{DAV:}resourcetype'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php47 $result = $this->server->getProperties('/coll', ['{DAV:}supported-report-set']);
53 $result = $this->server->getProperties('/coll', ['{DAV:}supported-report-set']);
60 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
66 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
72 $result = $this->server->getProperties('/normalcoll', ['{DAV:}sync-token']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php79 $properties = $this->getProperties($path);
138 protected function getProperties($path) function in Generic_Sniffs_VersionControl_SubversionPropertiesSniff
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DIProperties.php45 function getProperties($properties); function
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DIProperties.php45 function getProperties($properties); function
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
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/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DMetaline.php36 public function getProperties() function in Google\\Service\\CloudSearch\\Metaline
H A DStructuredDataObject.php36 public function getProperties() function in Google\\Service\\CloudSearch\\StructuredDataObject
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DAddSheetRequest.php35 public function getProperties() function in Google\\Service\\Sheets\\AddSheetRequest
H A DDuplicateSheetResponse.php35 public function getProperties() function in Google\\Service\\Sheets\\DuplicateSheetResponse
H A DAddSheetResponse.php35 public function getProperties() function in Google\\Service\\Sheets\\AddSheetResponse
H A DUpdateSheetPropertiesRequest.php53 public function getProperties() function in Google\\Service\\Sheets\\UpdateSheetPropertiesRequest
H A DUpdateSpreadsheetPropertiesRequest.php53 public function getProperties() function in Google\\Service\\Sheets\\UpdateSpreadsheetPropertiesRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2Platform.php36 public function getProperties() function in Google\\Service\\RemoteBuildExecution\\BuildBazelRemoteExecutionV2Platform
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGroupResult.php55 public function getProperties() function in Google\\Service\\SecurityCommandCenter\\GroupResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DKubernetesSoftwareConfig.php55 public function getProperties() function in Google\\Service\\Dataproc\\KubernetesSoftwareConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1SchemaSchemaElement.php53 public function getProperties() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1SchemaSchemaElement
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DVideo.php39 public function getProperties() function in Google\\Service\\Forms\\Video
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaListPropertiesResponse.php54 public function getProperties() function in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaListPropertiesResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourcePackageResourceMSI.php40 public function getProperties() function in Google\\Service\\OSConfig\\OSPolicyResourcePackageResourceMSI

123456