Home
last modified time | relevance | path

Searched refs:getProperties (Results 101 – 125 of 140) sorted by last modified time

123456

/plugin/diagramsnet/lib/js/
H A Dapp.min.js348 …rototype.getName=function(){return this.name};mxEventObject.prototype.getProperties=function(){ret… method in mxEventObject
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1 …his.isCompletePropertyWithSemicolonEnabled;return this.cssDataManager.getProperties().forEach((fun… method in e
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…
/plugin/ol3/
H A Dscript.js8getProperties=function(){return this.values_&&O({},this.values_)||{}},e.prototype.hasProperties=fu… method in e
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php799 function getProperties($path, $propertyNames) { function in Sabre\\DAV\\Server
858 $properties = $this->getProperties($path, array_keys($propertyMap));
H A DIProperties.php45 function getProperties($properties); function
H A DCorePlugin.php573 $properties = $mkcol->getProperties();
848 $nodeProperties = $node->getProperties($propertyNames);
886 $result = $this->server->getProperties($propFind->getPath(), [
H A DTree.php333 $props = $source->getProperties([]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php34 function getProperties() { function in Sabre\\DAV\\Xml\\Request\\MkCol
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1992 * Added: Sabre_DAV_Server::getProperties for easy property retrieval
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php88 $node = $this->server->getProperties($path, [
232 $tzResult = $this->server->getProperties($path, [$tzProp]);
H A DPlugin.php287 $properties = $mkcalendar->getProperties();
459 $tzResult = $this->server->getProperties($calendarPath, [$tzProp]);
523 $tzResult = $this->server->getProperties($path, [$tzProp]);
688 $calendarProps = $this->server->getProperties($uri, [$tzProp]);
858 $calendarProperties = $this->server->getProperties($parentPath, [$sCCS]);
H A DCalendar.php85 function getProperties($requestedProperties) { function in Sabre\\CalDAV\\Calendar
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php469 $result = $this->server->getProperties(
703 $properties = $this->server->getProperties(
811 $props = $this->server->getProperties($owner, [$uas]);
951 $props = $node->getProperties([$sct, $ctz]);
997 $inboxProps = $this->server->getProperties(
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php151 function getProperties($properties) { function in Sabre\\CalDAV\\Subscriptions\\Subscription
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php33 function getProperties() { function in Sabre\\CalDAV\\Xml\\Request\\MkCalendar
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1553 $acl = $this->server->getProperties($path, '{DAV:}acl');
H A DPrincipal.php171 function getProperties($requestedProperties) { function in Sabre\\DAVACL\\Principal
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php211 function getProperties($properties) { function in Sabre\\CardDAV\\AddressBook
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php536 foreach ($class->getProperties(\ReflectionProperty::IS_PUBLIC) as $property) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php343 foreach ($class->getProperties() as $attribute) {
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php196 foreach (ReflectionHelper::getProperties($reflectedObject) as $property) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php52 foreach ($class->getProperties() as $name => $visibility) {

123456