/plugin/oauth/ |
H A D | helper.php | 10 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 D | geoPHP.php | 12 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 D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 9 class action_plugin_oauthdoorkeeper extends Adapter
|
/plugin/oauthcognito/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 9 class action_plugin_oauthcognito extends Adapter
|
/plugin/oauthkeycloak/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 9 class action_plugin_oauthkeycloak extends Adapter
|
/plugin/oauthdrkserver/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 17 class action_plugin_oauthdrkserver extends Adapter
|
/plugin/tagfilter/script/ |
H A D | jquery.history.js | 1 …Adapter!="undefined")throw new Error("History.js Adapter has already been loaded...");n.Adapter={b… class in n
|
/plugin/oauthazure/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 9 class action_plugin_oauthazure extends Adapter
|
/plugin/oauthgeneric/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 10 class action_plugin_oauthgeneric extends Adapter
|
/plugin/oauthauthsch/ |
H A D | action.php | 3 use dokuwiki\plugin\oauth\Adapter; alias 10 class action_plugin_oauthauthsch extends Adapter
|
/plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
H A D | GeoAdapter.php | 3 namespace geoPHP\Adapter;
|
H A D | EWKT.php | 3 namespace geoPHP\Adapter;
|
H A D | EWKB.php | 3 namespace geoPHP\Adapter;
|
H A D | BinaryWriter.php | 15 namespace geoPHP\Adapter;
|
H A D | GpxTypes.php | 3 namespace geoPHP\Adapter;
|
H A D | BinaryReader.php | 15 namespace geoPHP\Adapter;
|
H A D | OSM.php | 11 namespace geoPHP\Adapter;
|
H A D | GeoJSON.php | 3 namespace geoPHP\Adapter;
|
/plugin/oauthgoogle/ |
H A D | action.php | 8 class action_plugin_oauthgoogle extends \dokuwiki\plugin\oauth\Adapter
|
/plugin/oauthfacebook/ |
H A D | action.php | 8 class action_plugin_oauthfacebook extends \dokuwiki\plugin\oauth\Adapter
|
/plugin/oauthgithub/ |
H A D | action.php | 8 class action_plugin_oauthgithub extends \dokuwiki\plugin\oauth\Adapter
|
/plugin/oauthwechange/ |
H A D | action.php | 8 class action_plugin_oauthwechange extends \dokuwiki\plugin\oauth\Adapter
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/ |
H A D | PsrCacheAdapterTest.php | 11 use Symfony\Component\Cache\Adapter\ArrayAdapter;
|
/plugin/emoji/script/ |
H A D | jquery.textcomplete.js | 225 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 D | search.php | 18 use geoPHP\Adapter\GeoHash;
|