Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 25 of 196) sorted by relevance

12345678

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php10 function getInstance() { function in Sabre\\CalDAV\\Principal\\ProxyReadTest
23 $i = $this->getInstance();
29 $i = $this->getInstance();
36 $i = $this->getInstance();
46 $i = $this->getInstance();
56 $i = $this->getInstance();
63 $i = $this->getInstance();
70 $i = $this->getInstance();
77 $i = $this->getInstance();
84 $i = $this->getInstance();
[all …]
H A DUserTest.php8 function getInstance() { function in Sabre\\CalDAV\\Principal\\UserTest
31 $u = $this->getInstance();
41 $u = $this->getInstance();
48 $u = $this->getInstance();
56 $u = $this->getInstance();
67 $u = $this->getInstance();
77 $u = $this->getInstance();
84 $u = $this->getInstance();
94 $u = $this->getInstance();
121 $u = $this->getInstance();
H A DProxyWriteTest.php8 function getInstance() { function in Sabre\\CalDAV\\Principal\\ProxyWriteTest
21 $i = $this->getInstance();
27 $i = $this->getInstance();
34 $i = $this->getInstance();
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php57 SUT::getInstance(null);
65 ->when($result = SUT::getInstance('foo'))
74 ->when($result = SUT::getInstance('foo'))
83 ->when($result = SUT::getInstance('foo'))
94 $context = SUT::getInstance($id)
107 SUT::getInstance($id)
128 $context = SUT::getInstance('foo'),
141 $context = SUT::getInstance('foo'),
155 $context = SUT::getInstance('foo'),
171 $context = SUT::getInstance('foo'),
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DNodeTest.php12 function getInstance() { function in Sabre\\CalDAV\\Notifications\\NodeTest
31 $node = $this->getInstance();
38 $node = $this->getInstance();
45 $node = $this->getInstance();
52 $node = $this->getInstance();
60 $node = $this->getInstance();
67 $node = $this->getInstance();
90 $node = $this->getInstance();
97 $node = $this->getInstance();
H A DCollectionTest.php13 function getInstance() { function in Sabre\\CalDAV\\Notifications\\CollectionTest
31 $col = $this->getInstance();
42 $col = $this->getInstance();
49 $col = $this->getInstance();
56 $col = $this->getInstance();
79 $col = $this->getInstance();
86 $col = $this->getInstance();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharedCalendarTest.php11 function getInstance(array $props = null) { function in Sabre\\CalDAV\\SharedCalendarTest
41 $this->assertEquals('calendars/owner/original', $this->getInstance()->getSharedUrl());
51 )), $this->getInstance()->getShares());
56 $this->assertEquals('principals/owner', $this->getInstance()->getOwner());
105 $this->assertEquals($expected, $this->getInstance()->getACL());
149 $this->assertEquals($expected, $this->getInstance()->getChildACL());
185 $this->assertEquals($expected, $this->getInstance($props)->getChildACL());
194 $this->getInstance(array(
H A DCalendarHomeSharedCalendarsTest.php15 function getInstance() { function in Sabre\\CalDAV\\CalendarHomeSharedCalendarsTest
45 $instance = $this->getInstance();
52 $instance = $this->getInstance();
83 $instance = $this->getInstance();
/plugin/gtime/gtlib/util/
H A DGTBase16.php46 return self::getInstance()->encode($bytes, $offset, $length);
59 return self::getInstance()->encode($bytes, $offset, $length, ':', 2);
72 return self::getInstance()->encode($bytes, $offset, $length, ' ', 2);
84 return self::getInstance()->decode($string);
93 private static function getInstance() { function in GTBase16
H A DGTBase32.php46 return self::getInstance()->encode($bytes, $offset, $length);
59 return self::getInstance()->encode($bytes, $offset, $length, '-', 6);
70 return self::getInstance()->decode($string);
79 private static function getInstance() { function in GTBase32
H A DGTBase64.php46 return self::getInstance()->encode($bytes, $offset, $length);
57 return self::getInstance()->decode($string);
66 private static function getInstance() { function in GTBase64
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DProtocol.php55 ->when($result = SUT::getInstance())
64 ->when($result = SUT::getInstance())
93 ->given($protocol = SUT::getInstance())
103 ->given($protocol = SUT::getInstance())
113 ->given($protocol = SUT::getInstance())
123 ->given($protocol = SUT::getInstance())
137 $protocol = SUT::getInstance()
/plugin/twofactor/action/
H A Dlogin.php59 $manager = Manager::getInstance();
116 $manager = Manager::getInstance();
141 if (!(Manager::getInstance())->isReady()) return;
145 if ($this->getConf('optinout') !== 'mandatory' && empty(Manager::getInstance()->getUserProviders())) return;
173 $provider = (Manager::getInstance())->getUserProvider($providerID);
219 $manager = Manager::getInstance();
222 $provider = (Manager::getInstance())->getUserProvider($providerID);
244 (Manager::getInstance())->getUser(),
H A Dprofile.php35 if (!(Manager::getInstance())->isReady()) return;
62 if (!(Manager::getInstance())->isReady()) return;
95 if (!(Manager::getInstance())->isReady()) return;
124 $manager = Manager::getInstance();
162 $manager = Manager::getInstance();
196 $manager = Manager::getInstance();
229 $manager = Manager::getInstance();
263 $providers = (Manager::getInstance())->getUserProviders(false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php20 $this->configuration = PHPUnit_Util_Configuration::getInstance(
30 PHPUnit_Util_Configuration::getInstance('not_existing_file.xml');
36 $configurationInstance = PHPUnit_Util_Configuration::getInstance($configurationFilename);
45 $configurationInstance = PHPUnit_Util_Configuration::getInstance($configurationFilename);
54 $configurationInstance = PHPUnit_Util_Configuration::getInstance($configurationFilename);
63 $configurationInstance = PHPUnit_Util_Configuration::getInstance($configurationFilename);
335 $configurationWithXinclude = PHPUnit_Util_Configuration::getInstance(
352 $emptyConfiguration = PHPUnit_Util_Configuration::getInstance(
423 $configuration = PHPUnit_Util_Configuration::getInstance(
/plugin/issuelinks/admin/
H A Drepoadmin.php61 $serviceProvider = ServiceProvider::getInstance();
67 $service = $services[$serviceID]::getInstance();
72 $service = $serviceClass::getInstance();
111 $serviceProvider = ServiceProvider::getInstance();
128 $serviceProvider = ServiceProvider::getInstance();
130 $service = $services[$serviceID]::getInstance();
/plugin/issuelinks/action/
H A Dajax.php69 $serviceProvider = ServiceProvider::getInstance();
71 $service = $services[$serviceId]::getInstance();
131 $serviceProvider = ServiceProvider::getInstance();
133 $service = $services[$serviceId]::getInstance();
297 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
312 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
/plugin/oauth/
H A DOAuthManager.php23 $session = Session::getInstance();
57 $session = Session::getInstance();
100 $session = Session::getInstance();
121 $session = Session::getInstance();
149 $session = Session::getInstance();
/plugin/combo/resources/snippet/js/
H A Dheight-toggle-onclick.js4 return bootstrap.Collapse.getInstance(element) ?
5 bootstrap.Collapse.getInstance(element) :
/plugin/refnotes/syntax/
H A Dreferences.php102 refnotes_parser_core::getInstance()->registerLexer($this->Lexer);
115 $result = refnotes_parser_core::getInstance()->canHandle($state);
169 refnotes_parser_core::getInstance()->enterReference($match[1], $match[2]);
178 $reference = refnotes_parser_core::getInstance()->exitReference();
209 $reference = refnotes_renderer_core::getInstance()->addReference($attributes, $data);
H A Dnotes.php70 refnotes_renderer_core::getInstance()->styleNamespace($data[1]['ns'], $data[2]);
74 refnotes_renderer_core::getInstance()->setNamespaceMapping($data[1]['ns'], $data[2]);
82 refnotes_renderer_core::getInstance()->updateRenderingBlocks($data[1]);
208 $doc = refnotes_renderer_core::getInstance()->renderNotes($mode, $attribute['ns'], $limit);
/plugin/issuelinks/
H A Dsyntax.php40 $serviceProvider = dokuwiki\plugin\issuelinks\classes\ServiceProvider::getInstance();
66 $serviceClass = $serviceClassName::getInstance();
127 …$issue = Issue::getInstance($data['service'], $data['project'], $data['issueId'], $data['isMergeRe…
H A DWebhook.php24 $serviceProvider = classes\ServiceProvider::getInstance();
31 $handlingService = $service::getInstance();
/plugin/searchindex/
H A Dajax.php63 $Indexer = Indexer::getInstance();
104 $Indexer = Indexer::getInstance();
/plugin/struct/action/
H A Dsearch.php44 $assignments = Assignments::getInstance();
65 $assignments = Assignments::getInstance();

12345678