Home
last modified time | relevance | path

Searched refs:Adapter (Results 1 – 25 of 47) sorted by relevance

12

/plugin/oauth/
H A Dhelper.php10 use dokuwiki\plugin\oauth\Adapter; alias
24 * @return null|Adapter
54 * @return Adapter[] list of service objects
66 /** @var Adapter $service */
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php12 use geoPHP\Adapter\GeoHash;
364 if (array_search($wkbType & 0xF, Adapter\WKB::$typeMap)) {
366 if (($wkbType & Adapter\WKB::SRID_MASK) === Adapter\WKB::SRID_MASK) {
378 …ytes[2] == 49 ? 'V' : 'N', hex2bin(substr($bin, 2, 8)))) & Adapter\WKB::SRID_MASK) == Adapter\WKB:…
396 if (Adapter\WKT::isWktType(strstr($input, ' ', true))) {
/plugin/oauthdoorkeeper/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
9 class action_plugin_oauthdoorkeeper extends Adapter
/plugin/oauthcognito/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
9 class action_plugin_oauthcognito extends Adapter
/plugin/oauthkeycloak/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
9 class action_plugin_oauthkeycloak extends Adapter
/plugin/oauthdrkserver/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
17 class action_plugin_oauthdrkserver extends Adapter
/plugin/tagfilter/script/
H A Djquery.history.js1Adapter!="undefined")throw new Error("History.js Adapter has already been loaded...");n.Adapter={b… class in n
/plugin/oauthazure/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
9 class action_plugin_oauthazure extends Adapter
/plugin/oauthgeneric/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
10 class action_plugin_oauthgeneric extends Adapter
/plugin/oauthauthsch/
H A Daction.php3 use dokuwiki\plugin\oauth\Adapter; alias
10 class action_plugin_oauthauthsch extends Adapter
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoAdapter.php3 namespace geoPHP\Adapter;
H A DEWKT.php3 namespace geoPHP\Adapter;
H A DEWKB.php3 namespace geoPHP\Adapter;
H A DBinaryWriter.php15 namespace geoPHP\Adapter;
H A DGpxTypes.php3 namespace geoPHP\Adapter;
H A DBinaryReader.php15 namespace geoPHP\Adapter;
H A DOSM.php11 namespace geoPHP\Adapter;
H A DGeoJSON.php3 namespace geoPHP\Adapter;
/plugin/oauthgoogle/
H A Daction.php8 class action_plugin_oauthgoogle extends \dokuwiki\plugin\oauth\Adapter
/plugin/oauthfacebook/
H A Daction.php8 class action_plugin_oauthfacebook extends \dokuwiki\plugin\oauth\Adapter
/plugin/oauthgithub/
H A Daction.php8 class action_plugin_oauthgithub extends \dokuwiki\plugin\oauth\Adapter
/plugin/oauthwechange/
H A Daction.php8 class action_plugin_oauthwechange extends \dokuwiki\plugin\oauth\Adapter
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DPsrCacheAdapterTest.php11 use Symfony\Component\Cache\Adapter\ArrayAdapter;
/plugin/emoji/script/
H A Djquery.textcomplete.js225 var Adapter, viewName;
227 Adapter = this.option.adapter;
234 Adapter = $.fn.textcomplete[viewName];
236 this.adapter = new Adapter(element, this, this.option);
971 function Adapter () {} function
973 $.extend(Adapter.prototype, {
1073 $.fn.textcomplete.Adapter = Adapter;
1087 $.extend(Textarea.prototype, $.fn.textcomplete.Adapter.prototype, {
1215 $.extend(ContentEditable.prototype, $.fn.textcomplete.Adapter.prototype, {
/plugin/spatialhelper/helper/
H A Dsearch.php18 use geoPHP\Adapter\GeoHash;

12