Home
last modified time | relevance | path

Searched refs:scopes (Results 76 – 100 of 114) sorted by relevance

12345

/plugin/codemirror/dist/modes/
H A Dsass.min.js.map1scopes","offset","currentOffset","indentUnit","unshift","dedent","length","shift","eatWhile","curr…
H A Dpython.min.js.map1scopes","length","defineMode","conf","parserConf","ERRORCLASS","delimiters","singleDelimiters","op…
H A Dsoy.min.js1 …l}return{startState:function(){return{soyState:[],variables:j(null,"ij"),scopes:null,indent:0,quot…
H A Dsoy.min.js.map1scopes","copyState","concat","map","pop","skipToEnd","paramRe","current","peekChar","peek","indexO…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php17 protected $scopes = array(); variable in OAuth\\OAuth1\\Service\\Etsy
39 $scopes = $this->getScopes();
41 if (count($scopes)) {
42 $uri->setQuery('scope=' . implode('%20', $scopes));
108 * Set the scopes for permissions
110 * @param array $scopes
114 public function setScopes(array $scopes) argument
116 if (!is_array($scopes)) {
117 $scopes = array();
120 $this->scopes
[all...]
/plugin/oauthauthsch/
H A Daction.php144 return $scopes; // $this->getConf('scopes');
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js61 OneDriveClient.prototype.scopes = 'user.read files.readwrite.all sites.read.all'; method in OneDriveClient
H A DDriveClient.js44 this.scopes = ['https://www.googleapis.com/auth/drive.readonly',
77 DriveClient.prototype.scopes = ['https://www.googleapis.com/auth/drive.file', method in DriveClient
679 '&scope=' + encodeURIComponent(this.scopes.join(' ')) +
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2scopes.map(function(e){return"https://graph.microsoft.com/"+e}).join(" "),n=f.appendQueryStrings(_…
H A DOneDrive.js6scopes.map(function(e){return"https://graph.microsoft.com/"+e}).join(" "),n=f.appendQueryStrings(_…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D49.49.js.map1scopes' },\n [/[;,.]/, 'delimiter'],\n [/[()]/, '@brackets'],\n […
H A D50.50.js.map1scopes' },\n [/[;,.]/, 'delimiter'],\n [/[()]/, '@brackets'],\n […
H A D35.35.js.map1scopes' },\n [/[;,.]/, 'delimiter'],\n [/[()]/, '@brackets'],\n […
H A D40.40.js.map1scopes' },\n [/[;,.]/, 'delimiter'],\n [/[()]/, '@brackets'],\n […
/plugin/sfauth/
H A DREADME.wiki26 * Select the following oAuth scopes:
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13 …){return t(this.event,this.eventRemove)}};return window.scopes||(window.scopes=[]),window.scopes.p…
H A Ddhtmlxgantt_tooltip.js.map1scopes","units","second","minute","hour","day","week","month","quarter","year","getFullYear","getM…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js506 if (!window.scopes) {
507 window.scopes = [];
509 window.scopes.push(handlers);
H A Ddhtmlxgantt_keyboard_navigation.js397 var scopes = { class in AnonymousFunction881c16fe0100.AnonymousFunction881c16fe0300.setupKeyNav.getScope
404 return scopes[mode] || scopes.gantt;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php4097 public $scopes; variable in Google_ServiceAccount
4104 public function setScopes(/* array(Google_string) */ $scopes) { argument
4105 $this->assertIsArray($scopes, 'Google_string', __METHOD__);
4106 $this->scopes = $scopes;
4109 return $this->scopes;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm148 <!--- look for config struct in application and server scopes --->
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst123 to variables from outer scopes:
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md166 1. Set the scopes required for the API you are going to call
213 1. Set the scopes required for the API you are going to call

12345