/frameworks/native/docs/ |
Makefile | 3 all: html website 9 website: $(HEADERS) Doxyfile header.html 10 mkdir -p website 11 HTML_HEADER=header.html HTML_FOOTER=footer.html HTML_OUTPUT=website doxygen 12 rm -f website/index.html
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
web.py | 15 """Implementation of website configuration command for buckets.""" 45 Website Configuration on your bucket(s). The "set" sub-command has the 74 The Website Configuration feature enables you to configure a Google Cloud 75 Storage bucket to behave like a static website. This means requests made via a 77 c.storage.googleapis.com will work like any other website, i.e., a GET to the 83 up a website bucket as follows: 90 3. Configure the bucket to have website behavior using the command: 100 so it may take up to a day for the domain-named bucket website to work after 122 https://developers.google.com/storage/docs/website-configuration. 170 """Gets website configuration for a bucket."" [all...] |
ls.py | 280 fields['website_config'] = 'Present' if bucket.website else 'None' 403 'defaultObjectAcl', 'website', 'logging', 'cors',
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
test_website.py | 27 from boto.s3.website import WebsiteConfiguration 28 from boto.s3.website import RedirectLocation 29 from boto.s3.website import RoutingRules 30 from boto.s3.website import Condition 31 from boto.s3.website import RoutingRules 32 from boto.s3.website import RoutingRule 33 from boto.s3.website import Redirect
|
/external/dagger2/ |
deploy_website.sh | 3 # Deploys the current Dagger website to the gh-pages branch of the GitHub 5 # in the website/ directory. 15 # Delete any existing temporary website clone 30 # Copy website files from real repo 31 cp -R ../website/* . 42 git commit -m "Website at $(date)"
|
/external/okhttp/ |
deploy_website.sh | 11 # Delete any existing temporary website clone 26 # Copy website files from real repo 27 cp -R ../website/* . 48 git commit -m "Website at $(date)"
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
VCardResourceEntry.java | 250 String website = web.getWebsite(); 251 if (!website.startsWith("http://") && !website.startsWith("https://")) { 254 website = "http://" + website; 256 final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(website));
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
policy_URLBlacklist.py | 15 ALL_URLS_LIST = [URL_BASE + website for website in 79 @param tab: tab containing the website to be parsed. 108 parsed_message_list[0] == 'Website enabled' and \ 109 parsed_message_list[1] == 'Website is enabled':
|
/external/autotest/client/site_tests/policy_URLWhitelist/ |
policy_URLWhitelist.py | 15 BLOCKED_URLS_LIST = [URL_BASE + website for website in 37 a SINGLE website is specified in the URLWhitelist policy or if MULTIPLE 64 @param url: the website that the browser is navigated to. 83 @param tab: tab containing the website to be parsed. 113 parsed_message_list[0] == 'Website enabled' and \ 114 parsed_message_list[1] == 'Website is enabled':
|
/external/markdown/markdown/extensions/ |
headerid.py | 57 Project website: <http://www.freewisdom.org/project/python-markdown/HeaderId>
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 169 final WebsiteDataItem website = (WebsiteDataItem) item; local 170 final String url = website.getUrl();
|
QuickContactActivity.java | 63 import android.provider.ContactsContract.CommonDataKinds.Website; 333 Website.CONTENT_ITEM_TYPE, 1801 final WebsiteDataItem website = (WebsiteDataItem) dataItem; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
boto_translation.py | 270 if metadata.website: 271 main_page_suffix = metadata.website.mainPageSuffix 272 error_page = metadata.website.notFoundPage [all...] |
/prebuilts/go/darwin-x86/misc/linkcheck/ |
linkcheck.go | 5 // The linkcheck command finds missing links in the godoc website.
|
/prebuilts/go/linux-x86/misc/linkcheck/ |
linkcheck.go | 5 // The linkcheck command finds missing links in the godoc website.
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardBuilder.java | 31 import android.provider.ContactsContract.CommonDataKinds.Website; 60 * .appendWebsites(contentValuesListMap.get(Website.CONTENT_ITEM_TYPE)) 1241 String website = contentValues.getAsString(Website.URL); local [all...] |
VCardEntry.java | 38 import android.provider.ContactsContract.CommonDataKinds.Website; 95 WEBSITE, [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
test_bucket.py | 42 from boto.s3.website import RedirectLocation
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
bucket.py | 43 from boto.s3 import website 58 trans_region = defaultdict(lambda: 's3-website-us-east-1') 59 trans_region['eu-west-1'] = 's3-website-eu-west-1' 60 trans_region['us-west-1'] = 's3-website-us-west-1' 61 trans_region['us-west-2'] = 's3-website-us-west-2' 62 trans_region['sa-east-1'] = 's3-website-sa-east-1' 63 trans_region['ap-northeast-1'] = 's3-website-ap-northeast-1' 64 trans_region['ap-southeast-1'] = 's3-website-ap-southeast-1' 65 trans_region['ap-southeast-2'] = 's3-website-ap-southeast-2' 66 trans_region['cn-north-1'] = 's3-website.cn-north-1 [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
storage_v1_messages.py | 41 WebsiteValue: The bucket's website configuration. 71 website: The bucket's website configuration. 189 """The bucket's website configuration. 218 website = messages.MessageField('WebsiteValue', 18) variable in class:Bucket [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/ |
storage_v1_messages.py | 29 WebsiteValue: The bucket's website configuration. 59 website: The bucket's website configuration. 177 """The bucket's website configuration. 206 website = _messages.MessageField('WebsiteValue', 18) variable in class:Bucket [all...] |
/prebuilts/tools/common/m2/repository/jdom/jdom/1.0/ |
jdom-1.0.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |