Home
last modified time | relevance | path

Searched refs:addScope (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php833 $this->addScope($scope_or_scopes);
843 public function addScope($scope_or_scopes) function in Google\\Client
849 $this->addScope($scope);
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md169 $client->addScope(Google\Service\Drive::DRIVE);
216 $client->addScope(Google\Service\Drive::DRIVE);
338 $client->addScope(Google\Service\Plus::PLUS_ME);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1addScope=function(e){if(-1!==e.offset){var t=this.scope.findScope(e.offset,e.length);if(t&&(t.offs… method in e
H A D2.2.js28834 ScopeBuilder.prototype.addScope = function (node) { method in ScopeBuilder
28848 var current = this.addScope(scopeNode); // create the scope or gets the existing one
28875 this.addScope(node);
H A D2.2.js.map1addScope = function (node) {\n if (node.offset !== -1) {\n var current = this.sc…