Home
last modified time | relevance | path

Searched refs:getProperties (Results 1 – 25 of 140) sorted by last modified time

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php207 foreach (ReflectionHelper::getProperties($reflectedObject) as $property) {
/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/odt/ODT/
H A DODTUtility.php484 $rule->getProperties ($properties);
/plugin/odt/ODT/css/
H A Dcssdocument.php117 public function getProperties () { function in css_doc_element
H A Dcssimportnew.php820 public function getProperties (&$values) { function in css_rule_new
1102 $rule->getProperties ($current);
1120 $rule->getProperties ($temp);
1142 $properties = $parent->getProperties ();
1262 $properties = $parent->getProperties ();
1367 $properties = $parents [$index]->getProperties ();
/plugin/odt/helper/
H A Dcssimport.php1066 public function getProperties (&$values) { function in css_rule
1409 $rule->getProperties ($dest);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php54 public function getProperties(): array function in Elastica\\Mapping
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1453 - Add getParam & getProperties methods to Elastica\Type\Mapping
/plugin/sectiontoggle/
H A DMobile_Detect.php1268 public static function getProperties() function in Mobile_Detect
1298 * @param string $propertyName The name of the property. See self::getProperties() array
1318 $properties = self::getProperties();
/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/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/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php23 …s->assertEquals(array('test1'=>'value'), $tree->getNodeForPath('hi/file')->getProperties(array()));
188 function getProperties($properties) { function in Sabre\\DAV\\TreeFileTester
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php57 $result = $this->server->getProperties('/', ['{DAV:}supported-method-set']);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php83 function getProperties($requestedProperties) { function in Sabre\\CalDAV\\Calendar
/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/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 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);

123456