Home
last modified time | relevance | path

Searched refs:region (Results 126 – 150 of 203) sorted by last modified time

123456789

/plugin/quickstats/GEOIP/
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);
H A Dgeoipcity.inc33 public $region;
83 // Get region
90 $record->region = substr($record_buf, $record_buf_pos, $str_length);
H A Dtimezone.php2 function get_time_zone($country, $region) argument
36 switch ($region) {
118 switch ($region) {
197 switch ($region) {
300 switch ($region) {
346 switch ($region) {
407 switch ($region) {
546 switch ($region) {
625 switch ($region) {
728 switch ($region) {
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md344 (city, region, country, etc.) in the GeoNames database.
/plugin/strata/helper/
H A Dsyntax.php840 * @param region array the region to highlight
851 foreach($regions as $region) {
852 if($lineCount == $region['start']) {
857 if($lineCount == $region['end']+1) {
1016 function _setPropertyValue($properties, $group, $region, $variable, $isMulti, $value, &$propertyValues) {
1027 $this->emitError($region, 'error_property_unknownproperty', hsc($group), hsc($variable), $propertyList);
1030 $this->emitError($region, 'error_property_multi', hsc($group), hsc($variable));
1043 $this->emitError($region, 'error_property_notmulti', hsc($group), hsc($variable), $minOccur);
1050 $this->emitError($region, 'error_property_occu
1007 _setPropertyValue($properties, $group, $region, $variable, $isMulti, $value, & $propertyValues) global() argument
1098 emitError($region, $msg_id) global() argument
[all...]
/plugin/diagramsnet/lib/styles/
H A Dgrapheditor.css1863 -webkit-app-region: no-drag;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js14 var region = urlParams['dataGov'];
29 window[key] = '/region-' + urls[key] + '-' + region;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D17.17.js.map1 … ],\n folding: {\n markers: {\n start: /^\\s*\\s*#?region\\b/,\n …
H A D29.29.js.map1 … markers: {\n start: new RegExp('^\\\\s*\\\\/\\\\*\\\\s*#region\\\\b\\\\s*(.*?)\\\…
H A D4.4.js.map1region\\b)|(endregion\\b)/);\n if (m) {\n var line = document.po…
H A D41.41.js.map1 …ding: {\n markers: {\n start: new RegExp('^\\\\s*(#|//)region\\\\b'),\n …
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 …
H A D5.5.js.map1 … MarkerTag, MarkerSeverity } from './fillers/monaco-editor-core.js';\n//#region utils copied from …
H A D51.51.js.map1 …{\n markers: {\n start: new RegExp('^\\\\s*<!--\\\\s*#?region\\\\b.*-->'),\n …
H A D53.53.js.map1 …\n markers: {\n start: new RegExp('^\\\\s*#pragma\\\\s+region\\\\b'),\n …
H A D55.55.js.map1 … markers: {\n start: new RegExp('^\\\\s*//\\\\s*(?:(?:#?region\\\\b)|(?:<editor-f…
H A D57.57.js.map1 … markers: {\n start: new RegExp('^\\\\s*\\\\/\\\\*\\\\s*#region\\\\b\\\\s*(.*?)\\\…
H A D6.6.js.map1 …: {\n markers: {\n start: new RegExp('^\\\\s*//\\\\s*#?region\\\\b'),\n …
H A D62.62.js.map1 …\n markers: {\n start: new RegExp('^\\\\s*#pragma\\\\s+region\\\\b'),\n …
H A D66.66.js.map1 …: {\n markers: {\n start: new RegExp('^\\\\s*//\\\\s*#?region\\\\b'),\n …
H A D8.8.js.map1 … markers: {\n start: new RegExp('^\\\\s*//\\\\s*(?:(?:#?region\\\\b)|(?:<editor-f…
H A Dbundle.js.map1region comes from USGS, which is published here:\n// http://egsc.usgs.gov/isb/pubs/MapProjections/…
H A Deditor.worker.js.map1region Unicode Grapheme Break\nexport function getGraphemeBreakType(codePoint) {\n const graphe…

123456789