Searched refs:city (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/libxo/tests/xo/saved/ |
| H A D | xo_02.XP.out | 5 <city>Raleigh</city> 7 <city>Raleigh</city> 15 <city>Raleigh</city> 23 <city>Raleigh</city> 28 <city>Raleigh</city> 33 <city>Raleigh</city> 41 <city>Raleigh</city> 49 <city>Raleigh</city> 55 <city>Raleigh</city>
|
| H A D | xo_02.X.out | 1 …city>Raleigh</city><state>North Carolina</state><city>Raleigh</city></c></b></a><a><b><c><state>No…
|
| H A D | xo_02.J.out | 1 {"a": {"b": {"c": {"state":"North Carolina","city":"Raleigh","state":"North Carolina","city":"Ralei… 2 {"a": {"b": {"c": {"state":"North Carolina","city":"Raleigh"}}}} 3 …e":"North Carolina","city":"Raleigh", "d": {"e": {"f": {"state":"North Carolina","city":"Raleigh"}… 4 …a": {"b": {"c": {"state":"North Carolina","city":"Raleigh"}}}{"a": {"b": {"c": {"state":"North Car… 6 "answer": {"state":"North Carolina","city":"Raleigh"}{"top": {"data": {"tag":"value1""tag":"value2"…
|
| H A D | xo_02.JP.out | 6 "city": "Raleigh", 8 "city": "Raleigh" 18 "city": "Raleigh" 28 "city": "Raleigh", 33 "city": "Raleigh" 38 "city": "Raleigh" 47 "city": "Raleigh" 55 "city": "Raleigh" 63 "city": "Raleigh"
|
| H A D | xo_02.HIPx.out | 5 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div> 11 <div class="data" data-tag="city" data-xpath="/city">Raleigh</div> 17 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div> 23 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div> 29 <div class="data" data-tag="city" data-xpath="/d/e/f/city">Raleigh</div> 35 <div class="data" data-tag="city" data-xpath="/city">Raleigh</div> 41 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div> 47 <div class="data" data-tag="city" data-xpath="/a/b/c/city">Raleigh</div> 57 <div class="data" data-tag="city" data-xpath="/city">Raleigh</div>
|
| H A D | xo_02.HP.out | 5 <div class="data" data-tag="city">Raleigh</div> 11 <div class="data" data-tag="city">Raleigh</div> 17 <div class="data" data-tag="city">Raleigh</div> 23 <div class="data" data-tag="city">Raleigh</div> 29 <div class="data" data-tag="city">Raleigh</div> 35 <div class="data" data-tag="city">Raleigh</div> 41 <div class="data" data-tag="city">Raleigh</div> 47 <div class="data" data-tag="city">Raleigh</div> 57 <div class="data" data-tag="city">Raleigh</div>
|
| H A D | xo_02.H.out | 1 …city">Raleigh</div></div><div class="line"><div class="text">The capital of </div><div class="data…
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_geoip_module.c | 24 GeoIP *city; member 191 offsetof(GeoIPRecord, city), 0, 0 }, 567 if (gcf->city) { in ngx_stream_geoip_get_city_record() 570 ? GeoIP_record_by_ipnum_v6(gcf->city, in ngx_stream_geoip_get_city_record() 572 : GeoIP_record_by_ipnum(gcf->city, in ngx_stream_geoip_get_city_record() 748 if (gcf->city) { in ngx_stream_geoip_city() 756 if (gcf->city == NULL) { in ngx_stream_geoip_city() 765 GeoIP_set_charset(gcf->city, GEOIP_CHARSET_UTF8); in ngx_stream_geoip_city() 774 switch (gcf->city->databaseType) { in ngx_stream_geoip_city() 811 if (gcf->city) { in ngx_stream_geoip_cleanup() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_geoip_module.c | 24 GeoIP *city; member 213 offsetof(GeoIPRecord, city), 0, 0 }, 605 if (gcf->city) { in ngx_http_geoip_get_city_record() 608 ? GeoIP_record_by_ipnum_v6(gcf->city, in ngx_http_geoip_get_city_record() 610 : GeoIP_record_by_ipnum(gcf->city, in ngx_http_geoip_get_city_record() 799 if (gcf->city) { in ngx_http_geoip_city() 807 if (gcf->city == NULL) { in ngx_http_geoip_city() 816 GeoIP_set_charset(gcf->city, GEOIP_CHARSET_UTF8); in ngx_http_geoip_city() 825 switch (gcf->city->databaseType) { in ngx_http_geoip_city() 922 if (gcf->city) { in ngx_http_geoip_cleanup() [all …]
|