| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | ScreenShot.java | 87 private List<Region> regions; field in ScreenShot 134 regions = new ArrayList<Region>(); in call() 136 regions.add(new Region(image)); in call() 146 for (Region region: regions) { in call() 151 regions.add(new Region(img, imageFormat, imageChannel, pimg, transparency, x, y, grabRange)); in call() 157 regions.clear(); in call() 158 regions.add(new Region(image)); in call() 161 for (int i=0; i<regions.size()-1; ++i) { in call() 162 ListIterator<Region> lit = regions.listIterator(i+1); in call() 163 Region master = regions.get(i); in call() [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudbilling/ |
| D | GeoTaxonomy.php | 26 public $regions; variable in Google\\Service\\Cloudbilling\\GeoTaxonomy 35 public function setRegions($regions) argument 37 $this->regions = $regions; 44 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| D | ChannelSectionTargeting.php | 34 public $regions; variable in Google\\Service\\YouTube\\ChannelSectionTargeting 67 public function setRegions($regions) argument 69 $this->regions = $regions; 76 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/ |
| D | Resources.php | 26 public $regions; variable in Google\\Service\\CloudLifeSciences\\Resources 37 public function setRegions($regions) argument 39 $this->regions = $regions; 46 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/ |
| D | Resources.php | 30 public $regions; variable in Google\\Service\\Genomics\\Resources 55 public function setRegions($regions) argument 57 $this->regions = $regions; 64 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | GoogleIdentityAccesscontextmanagerV1Condition.php | 40 public $regions; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1Condition 105 public function setRegions($regions) argument 107 $this->regions = $regions; 114 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/ |
| D | Condition.php | 40 public $regions; variable in Google\\Service\\AccessContextManager\\Condition 105 public function setRegions($regions) argument 107 $this->regions = $regions; 114 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | ListRegionsResponse.php | 47 public function setRegions($regions) argument 49 $this->regions = $regions; 56 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
| D | RegionsListResponse.php | 47 public function setRegions($regions) argument 49 $this->regions = $regions; 56 return $this->regions;
|
| D | GeoTargeting.php | 111 public function setRegions($regions) argument 113 $this->regions = $regions; 120 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/ |
| D | GoogleCloudMlV1Model.php | 52 public $regions; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Model 155 public function setRegions($regions) argument 157 $this->regions = $regions; 164 return $this->regions;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Compute.php | 119 public $regions; variable in Google\\Service\\Compute 300 'path' => 'projects/{project}/regions/{region}/addresses/{address}', 324 'path' => 'projects/{project}/regions/{region}/addresses/{address}', 344 'path' => 'projects/{project}/regions/{region}/addresses', 363 'path' => 'projects/{project}/regions/{region}/addresses', 2034 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}', 2058 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}', 2078 'path' => 'projects/{project}/regions/{region}/forwardingRules', 2097 'path' => 'projects/{project}/regions/{region}/forwardingRules', 2132 'path' => 'projects/{project}/regions/{region}/forwardingRules/{forwardingRule}', [all …]
|
| D | Dataproc.php | 465 'path' => 'v1/projects/{projectId}/regions/{region}/clusters', 488 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', 516 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:diagnose', 536 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', 586 'path' => 'v1/projects/{projectId}/regions/{region}/clusters', 613 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', 645 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:repair', 675 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:start', 695 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}:stop', 735 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}:cancel', [all …]
|
| D | ShoppingContent.php | 72 public $regions; variable in Google\\Service\\ShoppingContent 2413 'regions', 2417 'path' => '{merchantId}/regions', 2431 'path' => '{merchantId}/regions/{regionId}', 2446 'path' => '{merchantId}/regions/{regionId}', 2461 'path' => '{merchantId}/regions', 2479 'path' => '{merchantId}/regions/{regionId}',
|
| D | Dfareporting.php | 94 public $regions; variable in Google\\Service\\Dfareporting 3720 'regions', 3724 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/regions',
|
| /plugin/strata/helper/ |
| D | syntax.php | 150 $this->regions = array(); 200 function _fail($message, $regions=array()) { argument 203 if($this->isGroup($regions) || $this->isText($regions)) { 204 $regions = array($regions); 208 foreach($regions as $r) $lines[] = array('start'=>$r['start'], 'end'=>$r['end']); 846 function debugTree($lines, $regions) { argument 854 foreach($regions as $region) { 1119 $this->regions[] = $region; 1128 $regions = $this->regions; 1130 $this->regions = array(); [all …]
|
| /plugin/c3chart/assets/ |
| D | c3.min.js | 2 …regions:"c3-regions",title:"c3-title",tooltipContainer:"c3-tooltip-container",tooltip:"c3-tooltip"… property
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_ComputeService.php | 1544 public $regions; variable in Google_ComputeService 1571 …$this->regions = new Google_RegionsServiceResource($this, $this->serviceName, 'regions', json_deco…
|
| /plugin/bible/bible_douayRheims/ |
| D | Galatians.txt | 21 1:21. Afterwards, I came into the regions of Syria and Cilicia.
|
| D | 2_Corinthians.txt | 198 …ruth of Christ is in me, that this glorying shall not be broken off in me in the regions of Achaia.
|
| D | Judges.txt | 118 …5:4. O Lord, when thou wentest out of Seir, and passedst by the regions of Edom, the earth tremble…
|
| /plugin/jcapture/lib/ |
| D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js.map | 1 …regions: four corners, four edges and a middle.\",\n \"restrictions\": [\n …
|
| D | bundle.js | 396 …regions(){return this._regions}get textModel(){return this._textModel}get isInitialized(){return t…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 396 …regions(){return this._regions}get textModel(){return this._textModel}get isInitialized(){return t…
|