Home
last modified time | relevance | path

Searched refs:region (Results 126 – 150 of 203) sorted by relevance

123456789

/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1620 public $region; variable in Google_Address
1660 public function setRegion( $region) { argument
1661 $this->region = $region;
1664 return $this->region;
3291 public $region; variable in Google_Operation
3375 public function setRegion( $region) { argument
3376 $this->region = $region;
3379 return $this->region;
4260 public $region; variable in Google_Zone
4314 $this->region = $region;
[all …]
H A DGoogle_ResellerService.php310 public $region; variable in Google_Address
365 public function setRegion( $region) { argument
366 $this->region = $region;
369 return $this->region;
H A DGoogle_DirectoryService.php1816 public $region; variable in Google_UserAddress
1874 public function setRegion($region) { argument
1875 $this->region = $region;
1878 return $this->region;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenShot.java146 for (Region region: regions) { in call()
147 if (region.merge(x, y)) { in call()
171 for (Region region: regions) { in call()
172 region.grabImage(); in call()
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php41 $region = $this->getConnection()->hasParam('aws_region') variable in Elastica\\Transport\\AwsAuthV4
44 $signer = new SignatureV4('es', $region);
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc33 public $region;
83 // Get region
90 $record->region = substr($record_buf, $record_buf_pos, $str_length);
H A Dgeoip.inc1829 $region = chr(($seek_region - 1000) / 26 + 65) . chr(($seek_region - 1000) % 26 + 65);
1832 $region = "";
1834 return array($country_code, $region);
1839 $region = "";
1842 … $region = chr(($seek_region - US_OFFSET) / 26 + 65) . chr(($seek_region - US_OFFSET) % 26 + 65);
1845 …$region = chr(($seek_region - CANADA_OFFSET) / 26 + 65) . chr(($seek_region - CANADA_OFFSET) % 26 …
1848 $region = "";
1850 return array($country_code, $region);
/plugin/amazon/
H A Dsyntax.php235 function _signedRequestURI($region, $params, $public_key, $private_key){ argument
237 $host = "ecs.amazonaws.".$region;
/plugin/c3chart/assets/
H A Dc3.css104 .c3-region {
108 .c3-region text {
/plugin/amazonlight/
H A Dsyntax.php175 $region = self::REGIONS[$country];
/plugin/combo/ComboStrap/
H A DSite.php437 $region = SiteConfig::getConfValue(Region::CONF_SITE_LANGUAGE_REGION);
438 if (!empty($region)) {
439 return $region;
H A DMarkupPath.php84 private $region; variable in ComboStrap\\MarkupPath
791 return $this->region->getValueFromStore();
798 return $this->region->getValueFromStoreOrDefault();
1571 $this->region
1649 $this->region = Region::createForPage($this);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D19.19.js.map1 …ers: {\n start: new RegExp('^\\\\s*//\\\\s*#region\\\\b|^\\\\s*\\\\(\\\\*\\\\s*#region(…
H A D10.10.js.map1 … markers: {\n start: new RegExp('^\\\\s*(::\\\\s*|REM\\\\s+)#region'),\n en…
H A D30.30.js.map1 …rkers: {\n start: new RegExp('^\\\\s*(::\\\\s*|COMMENT\\\\s+)#region'),\n en…
H A D51.51.js.map1 …{\n markers: {\n start: new RegExp('^\\\\s*<!--\\\\s*#?region\\\\b.*-->'),\n …
H A D33.33.js.map1 … folding: {\n markers: {\n start: new RegExp('^\\\\s*#region\\\\b'),\n …
H A D29.29.js.map1 … markers: {\n start: new RegExp('^\\\\s*\\\\/\\\\*\\\\s*#region\\\\b\\\\s*(.*?)\\\…
H A D26.26.js.map1 … markers: {\n start: new RegExp('^\\\\s*//\\\\s*(?:(?:#?region\\\\b)|(?:<editor-f…
H A D44.44.js.map1 … folding: {\n markers: {\n start: new RegExp('^\\\\s*#region\\\\b'),\n …
H A D46.46.js.map1 …fSide: true,\n markers: {\n start: new RegExp('^\\\\s*#region\\\\b'),\n …
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64region|cts:element-pair-geospatial-query-options|cts:element-pair-geospatial-query-longitude-name|…
/plugin/codemirror/dist/modes/
H A Dmbox.min.js.map1 … // Name of current header\n header: null,\n // Is in a region of mail headers\n …
H A Dverilog.min.js.map1region (TLV or SV).\n if (stream.sol() && ! state.tlvInBlockComment) {\n // Proces…

123456789