Home
last modified time | relevance | path

Searched refs:getProperties (Results 76 – 100 of 140) sorted by path

123456

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
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 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…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DPropertiesCollection.php83 public function getProperties($requestedProperties) { function in Sabre\\DAV\\Mock\\PropertiesCollection
/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/tests/Sabre/DAVACL/
H A DPrincipalTest.php65 $props = $principal->getProperties($keys);
/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/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js348 …rototype.getName=function(){return this.name};mxEventObject.prototype.getProperties=function(){ret… method in mxEventObject
H A Dextensions.min.js1119 …tLink):a.pageLink&&d.setLinkForCell(n,"data:page/id,"+a.pageLink);b=b.getProperties();for(a=0;a<b.…
1506 …ink"),b=this.getValue(b,"");return{extLink:a,pageLink:b}};b.prototype.getProperties=function(){var… method in b
H A Dviewer-static.min.js314 …rototype.getName=function(){return this.name};mxEventObject.prototype.getProperties=function(){ret… method in mxEventObject
H A Dviewer.min.js314 …rototype.getName=function(){return this.name};mxEventObject.prototype.getProperties=function(){ret… method in mxEventObject
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js911 var props = shape.getProperties();
10773 VsdxShape.prototype.getProperties = function ()
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js676 …){a=a.split(":");for(var b={},c=sre.ClearspeakPreferences.PREFERENCES.getProperties(),d=Object.key…
679 … sre.ClearspeakPreferences.PREFERENCES.getProperties()){var g=sre.ClearspeakPreferences.PREFERENCE…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js110 …rototype.getName=function(){return this.name};mxEventObject.prototype.getProperties=function(){ret… method in mxEventObject
/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();
H A D2.2.js.map1getProperties = function () {\n return this._properties;\n };\n CSSDataManager.protot…
H A D4.4.js1 …his.isCompletePropertyWithSemicolonEnabled;return this.cssDataManager.getProperties().forEach((fun… method in e
/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/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1453 - Add getParam & getProperties methods to Elastica\Type\Mapping
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php54 public function getProperties(): array function in Elastica\\Mapping

123456