/plugin/stlviewer/stlviewer/ |
H A D | OrbitControls.js | 76 var scope = this;
171 var element = scope.domElement === document ? scope.domElement.body : scope.domElement;
173 if ( scope.object.fov !== undefined ) {
176 var position = scope.object.position;
177 var offset = position.clone().sub( scope.target );
181 targetDistance *= Math.tan( ( scope.object.fov / 2 ) * Math.PI / 180.0 );
184 scope.panLeft( 2 * deltaX * targetDistance / element.clientHeight );
185 scope [all...] |
/plugin/codemirror/dist/modes/ |
H A D | coffeescript.min.js | 1 …scope.align===null)b.scope.align=false;var d=b.scope.offset;if(a.eatSpace()){var j=a.indentation()… class in c
|
H A D | coffeescript.min.js.map | 1 …scope","align","scopeOffset","offset","eatSpace","lineOffset","indentation","type","dedent","ch","…
|
/plugin/tableplot/example/ |
H A D | exampleEarthquakePlot.txt | 9 <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 D | V1.php | 43 * @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 D | AppIdentityCredentials.php | 75 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 D | ServiceAccountJwtAccessCredentials.php | 67 * @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 D | LdapUrl.php | 71 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 D | MaintenanceExclusionOptions.php | 25 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 D | config.php | 53 '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 D | OAuthToken.php | 25 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 D | ShareScope.php | 29 public $scope; variable in Google\\Service\\CloudSearch\\ShareScope 48 public function setScope($scope) argument 50 $this->scope = $scope; 57 return $this->scope;
|
H A D | AclInfo.php | 29 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 D | OAuthToken.php | 25 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 D | note.php | 110 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 D | ElectoralDistrict.php | 33 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 D | GenerateAccessTokenRequest.php | 34 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 D | action.php | 144 $scope = json_decode($_POST['remove'], true); 147 for ($i = $scope[0]; $i <= $scope[1]; $i++) 155 array_splice($page_lines, $scope[0], $scope[1] - $scope[0] + 1); 215 $scope = json_decode($_POST['edit'], true); 218 for ($i = $scope[0]; $i <= $scope[1]; $i++) 228 array_splice($page_lines, $scope[ [all...] |
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
H A D | SearchRequest.php | 34 * 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 D | SegmentMetricFilter.php | 41 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 D | DuplicateClassDefinitionSniff.php | 74 $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 D | GoogleAnalyticsAdminV1alphaCustomDimension.php | 45 public $scope; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaCustomDimension 120 public function setScope($scope) argument 122 $this->scope = $scope; 129 return $this->scope;
|
H A D | GoogleAnalyticsAdminV1alphaCustomMetric.php | 50 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 D | GoogleIdentityStsV1ExchangeTokenRequest.php | 41 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 D | Tokeninfo.php | 47 public $scope; variable in Google\\Service\\Oauth2\\Tokeninfo 116 public function setScope($scope) argument 118 $this->scope = $scope; 125 return $this->scope;
|