Searched refs:defaultScope (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | ApplicationDefaultCredentials.php | 144 * @param string|string[] $defaultScope The default scope to use if no 157 $defaultScope = null argument 162 $anyScope = $scope ?: $defaultScope; 180 $defaultScope
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 71 defaultScope = "default", 334 scope = defaultScope, 383 scope = defaultScope; 408 scope: options.scope || defaultScope, 1154 if (match[1] === "B" && scope === defaultScope) { 1248 …if (!(scope === defaultScope && /^[1-9]/.test(match[1]) && +match[1] <= this.captureNames.length) …
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js | 568 var defaultScope = 'default'; 1062 scope = defaultScope, 1118 if (token === '[' && scope === defaultScope) { 1121 scope = defaultScope; 1234 scope: options.scope || defaultScope, 2183 if (match[1] === 'B' && scope === defaultScope) { 2279 …if (!(scope === defaultScope && /^[1-9]/.test(match[1]) && +match[1] <= this.captureNames.length) …
|
H A D | syntaxhighlighter.js.map | 1 …defaultScope","classScope","nativeTokens","replacementToken","correctExecNpcg","call","undefined",…
|