Home
last modified time | relevance | path

Searched refs:getProperties (Results 101 – 125 of 140) sorted by relevance

123456

/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/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php333 $props = $source->getProperties([]);
H A DServer.php799 function getProperties($path, $propertyNames) { function in Sabre\\DAV\\Server
858 $properties = $this->getProperties($path, array_keys($propertyMap));
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php165 $props = $reflect->getProperties(ReflectionProperty::IS_PUBLIC);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php329 $props = $source->getProperties([]);
H A DServer.php761 function getProperties($path, $propertyNames) { function in Sabre\\DAV\\Server
816 $properties = $this->getProperties($path, array_keys($propertyMap));
/plugin/odt/ODT/css/
H A Dcssdocument.php117 public function getProperties () { function in css_doc_element
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DYamlDriver.php91 foreach ($class->getProperties() as $property) {
H A DXmlDriver.php157 foreach ($class->getProperties() as $property) {
H A DAnnotationDriver.php157 foreach ($class->getProperties() as $property) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFile.php736 public function getProperties() function in Google\\Service\\Drive\\DriveFile
/plugin/odt/helper/
H A Dcssimport.php1066 public function getProperties (&$values) { function in css_rule
1409 $rule->getProperties ($dest);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php1131 $props = $this->server->getProperties('calendars/user1/UUID-123467', [
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php536 foreach ($class->getProperties(\ReflectionProperty::IS_PUBLIC) as $property) {
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php360 public function getProperties() { function in Google_Entity
/plugin/odt/ODT/
H A DODTUtility.php484 $rule->getProperties ($properties);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1553 $acl = $this->server->getProperties($path, '{DAV:}acl');
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ol3/
H A Dscript.js8getProperties=function(){return this.values_&&O({},this.values_)||{}},e.prototype.hasProperties=fu… method in e
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24215 CSSDataManager.prototype.getProperties = function () { method in CSSDataManager
30950 this.cssDataManager.getProperties().forEach(function (p) {
31261 var properties = this.cssDataManager.getProperties();
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1992 * Added: Sabre_DAV_Server::getProperties for easy property retrieval

123456