Home
last modified time | relevance | path

Searched refs:apiConfig (Results 1 – 14 of 14) sorted by path

/plugin/authgoogle/google/
H A DGoogle_Client.php38 $defaultConfig = $apiConfig;
40 $apiConfig = array_merge($defaultConfig, $apiConfig); variable
102 global $apiConfig;
103 $apiConfig = array_merge($apiConfig, $config);
104 self::$cache = new $apiConfig['cacheClass']();
105 self::$auth = new $apiConfig['authClass']();
106 self::$io = new $apiConfig['ioClass']();
113 global $apiConfig;
118 if (isset($apiConfig['services'][$service])) {
385 global $apiConfig;
[all …]
H A Dconfig.php18 global $apiConfig;
19 $apiConfig = array( variable
/plugin/authgoogle/google/auth/
H A DGoogle_AuthNone.php27 global $apiConfig;
28 if (!empty($apiConfig['developer_key'])) {
29 $this->setDeveloperKey($apiConfig['developer_key']);
H A DGoogle_OAuth2.php56 global $apiConfig;
58 if (! empty($apiConfig['developer_key'])) {
59 $this->developerKey = $apiConfig['developer_key'];
62 if (! empty($apiConfig['oauth2_client_id'])) {
63 $this->clientId = $apiConfig['oauth2_client_id'];
66 if (! empty($apiConfig['oauth2_client_secret'])) {
70 if (! empty($apiConfig['oauth2_redirect_uri'])) {
71 $this->redirectUri = $apiConfig['oauth2_redirect_uri'];
74 if (! empty($apiConfig['oauth2_access_type'])) {
75 $this->accessType = $apiConfig['oauth2_access_type'];
[all …]
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php31 global $apiConfig;
32 $this->path = $apiConfig['ioFileCache_directory'];
H A DGoogle_MemcacheCache.php30 global $apiConfig;
34 $this->host = $apiConfig['ioMemCacheCache_host'];
35 $this->port = $apiConfig['ioMemCacheCache_port'];
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php53 global $apiConfig;
54 if (empty($apiConfig['application_name'])) {
57 $this->userAgent = $apiConfig['application_name'] . " " . self::USER_AGENT_SUFFIX;
199 global $apiConfig;
200 $this->url = $apiConfig['basePath'] . $url;
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php53 global $apiConfig;
54 $url = $apiConfig['basePath'] . '/batch';
H A DGoogle_Model.php98 global $apiConfig;
99 return (isset($apiConfig['use_objects']) && $apiConfig['use_objects']);
H A DGoogle_ServiceResource.php190 global $apiConfig;
191 return (isset($apiConfig['use_objects']) && $apiConfig['use_objects']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigateway/
H A DApigatewayGateway.php25 public $apiConfig; variable in Google\\Service\\Apigateway\\ApigatewayGateway
58 public function setApiConfig($apiConfig) argument
60 $this->apiConfig = $apiConfig;
67 return $this->apiConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DVersion.php155 public function setApiConfig(ApiConfigHandler $apiConfig) argument
157 $this->apiConfig = $apiConfig;
164 return $this->apiConfig;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1apiConfig = {};\nvar setConf = function setConf(c) {\n apiConfig = c;\n};\n\nfunction svgCreateDe…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1apiConfig","svgDrawLine","colorIdx","lineGen","getElementCoords","coords","ctm","getCTM","svgDrawL…