Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/plugin/stlviewer/stlviewer/
H A DOrbitControls.js76 var scope = this;
171 var element = scope.domElement === document ? scope.domElement.body : scope.domElement;
190 scope.panLeft( deltaX * (scope.object.right - scope.object.left) / element.clientWidth );
191 scope.panUp( deltaY * (scope.object.top - scope.object.bottom) / element.clientHeight );
350 var element = scope.domElement === document ? scope.domElement.body : scope.domElement;
450 if ( scope.enabled === false || scope.noKeys === true || scope.noPan === true ) return;
455 scope.pan( 0, scope.keyPanSpeed );
460 scope.pan( 0, - scope.keyPanSpeed );
465 scope.pan( scope.keyPanSpeed, 0 );
470 scope.pan( - scope.keyPanSpeed, 0 );
[all …]
/plugin/codemirror/dist/modes/
H A Dcoffeescript.min.js1scope.align===null)b.scope.align=false;var d=b.scope.offset;if(a.eatSpace()){var j=a.indentation()… class in c
H A Dcoffeescript.min.js.map1scope","align","scopeOffset","offset","eatSpace","lineOffset","indentation","type","dedent","ch","…
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt9 <th scope="col">Year</th>
13 <th scope="row">2000</th>
17 <th scope="row">2001</th>
21 <th scope="row">2002</th>
25 <th scope="row">2003</th>
29 <th scope="row">2004</th>
33 <th scope="row">2005</th>
37 <th scope="row">2006</th>
41 <th scope="row">2007</th>
45 <th scope="row">2008</th>
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/Resource/
H A DV1.php43 * @param string $scope Required. The relative name of the root asset. Only
155 public function analyzeIamPolicy($scope, $optParams = []) argument
157 $params = ['scope' => $scope];
171 * @param string $scope Required. The relative name of the root asset. Only
187 $params = ['scope' => $scope, 'postBody' => $postBody];
295 * @param string $scope Required. A scope can be a project, a folder, or an
368 public function searchAllIamPolicies($scope, $optParams = []) argument
370 $params = ['scope' => $scope];
380 * @param string $scope Required. A scope can be a project, a folder, or an
461 public function searchAllResources($scope, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php75 private $scope; variable in Google\\Auth\\Credentials\\AppIdentityCredentials
83 * @param string|string[] $scope One or more scopes.
85 public function __construct($scope = []) argument
87 $this->scope = is_array($scope) ? $scope : explode(' ', (string) $scope);
136 $token = AppIdentityService::getAccessToken($this->scope);
H A DServiceAccountJwtAccessCredentials.php67 * @param string|string[] $scope the scope of the access request, expressed
70 public function __construct($jsonKey, $scope = null) argument
99 'scope' => $scope,
120 $scope = $this->auth->getScope();
121 if (empty($authUri) && empty($scope)) {
140 $scope = $this->auth->getScope();
141 if (empty($audience) && empty($scope)) {
145 if (!empty($audience) && !empty($scope)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php71 protected $scope;
148 return $this->scope;
152 * @param null|string $scope
156 public function setScope(?string $scope)
158 $scope = $scope === null ? $scope : strtolower($scope);
159 if ($scope !== null && !in_array($scope, [sel
57 protected $scope; global() variable in FreeDSx\\Ldap\\LdapUrl
141 setScope(string $scope) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DMaintenanceExclusionOptions.php25 public $scope; variable in Google\\Service\\Container\\MaintenanceExclusionOptions
30 public function setScope($scope) argument
32 $this->scope = $scope;
39 return $this->scope;
/plugin/authgoogle/google/
H A Dconfig.php53 'analytics' => array('scope' => 'https://www.googleapis.com/auth/analytics.readonly'),
62 'scope' => array(
67 'moderator' => array('scope' => 'https://www.googleapis.com/auth/moderator'),
75 'siteVerification' => array('scope' => 'https://www.googleapis.com/auth/siteverification'),
77 'urlshortener' => array('scope' => 'https://www.googleapis.com/auth/urlshortener')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DOAuthToken.php25 public $scope; variable in Google\\Service\\CloudTasks\\OAuthToken
34 public function setScope($scope) argument
36 $this->scope = $scope;
43 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DShareScope.php29 public $scope; variable in Google\\Service\\CloudSearch\\ShareScope
48 public function setScope($scope) argument
50 $this->scope = $scope;
57 return $this->scope;
H A DAclInfo.php29 public $scope; variable in Google\\Service\\CloudSearch\\AclInfo
52 public function setScope($scope) argument
54 $this->scope = $scope;
61 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DOAuthToken.php25 public $scope; variable in Google\\Service\\CloudScheduler\\OAuthToken
34 public function setScope($scope) argument
36 $this->scope = $scope;
43 return $this->scope;
/plugin/refnotes/
H A Dnote.php110 protected $scope; variable in refnotes_note
137 public function __construct($scope, $namespaceName, $name) { argument
140 $this->scope = $scope;
154 $this->id = $this->scope->getNoteId();
186 return $this->scope;
256 $result .= $this->scope->getName();
266 $doc = $this->scope->getRenderer()->renderNote($mode, $this, $this->reference);
281 public function __construct($scope, $namespaceName, $name) { argument
282 parent::__construct($scope,
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DElectoralDistrict.php33 public $scope; variable in Google\\Service\\CivicInfo\\ElectoralDistrict
66 public function setScope($scope) argument
68 $this->scope = $scope;
75 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
H A DGenerateAccessTokenRequest.php34 public $scope; variable in Google\\Service\\IAMCredentials\\GenerateAccessTokenRequest
67 public function setScope($scope) argument
69 $this->scope = $scope;
76 return $this->scope;
/plugin/dtable/
H A Daction.php152 $scope = $json->decode($_POST['remove']);
155 for ($i = $scope[0]; $i <= $scope[1]; $i++)
163 array_splice($page_lines, $scope[0], $scope[1] - $scope[0] + 1);
223 $scope = $json->decode($_POST['edit']);
226 for ($i = $scope[0]; $i <= $scope[1]; $i++)
236 array_splice($page_lines, $scope[0], $scope[1] - $scope[0] + 1, $new_line);
237 $line_nr = $scope[0];
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php34 * scope ENUMERATED {
55 * Searches a scope of a single object (IE. a specific DN)
96 protected $scope = self::SCOPE_WHOLE_SUBTREE;
161 * Set the search scope for all children underneath the base DN.
167 $this->scope = self::SCOPE_WHOLE_SUBTREE;
173 * Set the search scope to the base DN object only.
179 $this->scope = self::SCOPE_BASE_OBJECT;
185 * Set the search scope to a single level listing from the base DN.
191 $this->scope = self::SCOPE_SINGLE_LEVEL;
268 return $this->scope;
94 protected $scope = self::SCOPE_WHOLE_SUBTREE; global() variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
273 setScope(int $scope) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DSegmentMetricFilter.php41 public $scope; variable in Google\\Service\\AnalyticsReporting\\SegmentMetricFilter
102 public function setScope($scope) argument
104 $this->scope = $scope;
111 return $this->scope;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php74 $scope = 'main';
91 $scope = 'main';
112 $scope = $name;
113 } else if (isset($classNames[$scope][$name]) === true) {
114 $first = $classNames[$scope][$name];
119 $classNames[$scope][$name] = $next;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaCustomDimension.php45 public $scope; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomDimension
120 public function setScope($scope) argument
122 $this->scope = $scope;
129 return $this->scope;
H A DGoogleAnalyticsAdminV1alphaCustomMetric.php50 public $scope; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomMetric
139 public function setScope($scope) argument
141 $this->scope = $scope;
148 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1ExchangeTokenRequest.php41 public $scope; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1ExchangeTokenRequest
110 public function setScope($scope) argument
112 $this->scope = $scope;
119 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DTokeninfo.php47 public $scope; variable in Google\\Service\\Oauth2\\Tokeninfo
116 public function setScope($scope) argument
118 $this->scope = $scope;
125 return $this->scope;

12345678910>>...27