Home
last modified time | relevance | path

Searched refs:Service (Results 16076 – 16100 of 16214) sorted by path

1...<<641642643644645646647648649

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DGeneric.php3 namespace OAuth\OAuth2\Service;
5 use OAuth\OAuth2\Service\Exception\InvalidServiceConfigurationException;
H A DServiceInterface.php3 namespace OAuth\OAuth2\Service;
10 use OAuth\Common\Service\ServiceInterface as BaseServiceInterface;
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php17 use OAuth\Common\Service\ServiceInterface;
/plugin/externalembed/
H A DREADME.md41 * Note how you can use standard HTML here to embed Terms Of Service links.
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf57 ISP Internet Service Provider
96 QoS Quality of Service
/plugin/gview/
H A Dplugin.info.txt6 desc Show online document using Google Docs Viewer Service or browser Plug-In
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DXML.php173 list($namespace, $tagName) = SabreXml\Service::parseClarkNotation($xmlProperty['name']);
424 list(, $tagName) = SabreXml\Service::parseClarkNotation($clarkedTagName);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md21 * `Service::expect()` can now also work with bare element names.
46 * The `Service` class adds a new `mapValueObject` method which provides basic
50 `$classMap` property which is defined on both the `Service` and `Writer`.
52 `Sabre\Xml\Service::expect()`.
112 * Added `Sabre\Xml\Service`. This is intended as a simple way to centrally
116 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php16 class Service { class
H A DWriter.php126 Service::parseClarkNotation($name);
237 ) = Service::parseClarkNotation($name);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DEnumTest.php5 use Sabre\Xml\Service; alias
11 $service = new Service();
37 $service = new Service();
H A DRepeatingElementsTest.php5 use Sabre\Xml\Service; alias
11 $service = new Service();
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Serializer/
H A DEnumTest.php5 use Sabre\Xml\Service; alias
11 $service = new Service();
H A DRepeatingElementsTest.php5 use Sabre\Xml\Service; alias
11 $service = new Service();
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php13 $util = new Service();
80 $util = new Service();
109 $util = new Service();
141 $util = new Service();
169 $util = new Service();
179 $util = new Service();
257 $orderService = new \Sabre\Xml\Service();
283 $service = new Service();
302 Service::parseClarkNotation('http://sabredav.org/ns}elem');
/plugin/ipban/lang/de/
H A Dbanned.txt2 …et dieses Wiki zu benutzen. Dies kann darin begründet sein, dass Sie den Service missbraucht, das …
/plugin/oauth/
H A DAdapter.php12 use OAuth\OAuth1\Service\AbstractService as Abstract1Service;
14 use OAuth\OAuth2\Service\AbstractService as Abstract2Service;
15 use OAuth\OAuth2\Service\Exception\InvalidAuthorizationStateException;
16 use OAuth\OAuth2\Service\Exception\MissingRefreshTokenException;
20 * Base class to implement a Backend Service for the oAuth Plugin
90 throw new Exception('Failed to initialize Service ' . $this->getLabel());
100 if ($this->oAuth === null) throw new Exception('OAuth Service not properly initialized');
247 msg('Service did not provide a Refresh Token. You will be logged out when the session expires.');
254 * Return the Service Login Button
323 * Return the internal name of the Service
[all...]
H A Ddeleted.files72 phpoauthlib/src/OAuth/Common/Service/AbstractService.php
73 phpoauthlib/src/OAuth/Common/Service/ServiceInterface.php
85 phpoauthlib/src/OAuth/OAuth1/Service/AbstractService.php
86 phpoauthlib/src/OAuth/OAuth1/Service/BitBucket.php
87 phpoauthlib/src/OAuth/OAuth1/Service/Etsy.php
88 phpoauthlib/src/OAuth/OAuth1/Service/FitBit.php
89 phpoauthlib/src/OAuth/OAuth1/Service/Flickr.php
90 phpoauthlib/src/OAuth/OAuth1/Service/ScoopIt.php
91 phpoauthlib/src/OAuth/OAuth1/Service/ServiceInterface.php
92 phpoauthlib/src/OAuth/OAuth1/Service/Tumbl
[all...]
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php3 namespace dokuwiki\plugin\oauth\Service;
6 use OAuth\OAuth2\Service\AbstractService;
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md43 Service support
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php3 namespace OAuth\Common\Service;
H A DServiceInterface.php3 namespace OAuth\Common\Service;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php3 namespace OAuth\OAuth1\Service;
13 use OAuth\Common\Service\AbstractService as BaseAbstractService;
H A DBitBucket.php3 namespace OAuth\OAuth1\Service;
H A DEtsy.php3 namespace OAuth\OAuth1\Service;

1...<<641642643644645646647648649