Home
last modified time | relevance | path

Searched refs:classMap (Results 51 – 62 of 62) sorted by relevance

123

/plugin/webdav/vendor/composer/
H A Dautoload_real.php42 $classMap = require __DIR__ . '/autoload_classmap.php';
43 if ($classMap) {
44 $loader->addClassMap($classMap);
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_real.php47 $classMap = require __DIR__ . '/autoload_classmap.php';
48 if ($classMap) {
49 $loader->addClassMap($classMap);
/plugin/combo/vendor/composer/
H A Dautoload_real.php47 $classMap = require __DIR__ . '/autoload_classmap.php';
48 if ($classMap) {
49 $loader->addClassMap($classMap);
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php59 public $classMap = []; variable in Sabre\\Xml\\Service
83 $w->classMap = $this->classMap;
233 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php59 public $classMap = []; variable in Sabre\\Xml\\Service
83 $w->classMap = $this->classMap;
232 $this->classMap[$className] = function(Writer $writer, $valueObject) use ($namespace) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php9 $classMap = [ variable
32 foreach ($classMap as $class => $alias) {
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php418 $this->writer->classMap['stdClass'] = function(Writer $writer, $value) {
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md50 `$classMap` property which is defined on both the `Service` and `Writer`.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md56 `$classMap` property which is defined on both the `Service` and `Writer`.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1454 specified in Sabre_VObject_Property::$classMap.

123