Searched +full:browser +full:- +full:compat +full:- +full:data (Results 1 – 25 of 642) sorted by relevance
12345678910>>...26
8 * http://www.apache.org/licenses/LICENSE-2.019 import android.compat.annotation.UnsupportedAppUsage;33 public class Browser { class34 private static final String LOGTAG = "browser";41 public static final Uri BOOKMARKS_URI = Uri.parse("content://browser/bookmarks");44 * The name of extra data when starting Browser with ACTION_VIEW or48 * 0, the Browser will use default. If set to 100, the Browser will start51 public static final String INITIAL_ZOOM_LEVEL = "browser.initialZoomLevel";54 * The name of the extra data when starting the Browser from another58 * identify the calling application. The Browser will attempt to reuse the[all …]
8 * http://www.apache.org/licenses/LICENSE-2.020 import android.compat.annotation.UnsupportedAppUsage;36 * The contract between the browser provider and applications. Contains the definition41 * BrowserContract defines an database of browser-related information which are bookmarks,47 /** The authority for the browser provider */48 public static final String AUTHORITY = "com.android.browser";50 /** A content:// style uri to the authority for the browser provider */137 * Version number that is updated whenever this row or its related data246 * The bookmarks table, which holds the user's browser bookmarks.352 * Flag indicating if an item is a folder or bookmark. Non-zero values indicate[all …]
4 import android.compat.annotation.UnsupportedAppUsage;38 * "Open in browser" feature will use this URI to transition the current session from one44 * authentication credentials into this URI, because it will be surfaced in the browser URL49 * <a href="https://developer.android.com/guide/components/activities/recents#url-sharing">50 * recents URL sharing</a> which do not benefit from a session-transfer web URI.110 * Sets the Intent associated with the content, describing the current top-level context of111 * the activity. If this contains a reference to a piece of data related to the activity,122 * {@link android.app.Activity#getIntent Activity.getIntent}. Can be modified in-place.148 * Return the current {@link #setClipData}, which you can modify in-place.155 * Sets optional structured data regarding the content being viewed. The provided data[all …]
9 # http://www.apache.org/licenses/LICENSE-2.042 TCPDUMP_PATH = "/data/local/tmp/"55 """Verify if LTE data is enabled and tethering supported."""61 "HTTP verification failed on cell data connection")69 """Set chrome browser start with no-first-run verification.80 "rm /data/local/chrome-command-line",81 "am set-debug-app --persistent com.android.chrome",82 'echo "chrome --no-default-browser-check --no-first-run '83 '--disable-fre" > /data/local/tmp/chrome-command-line']105 ping_result = ad.adb.shell("ping -c 3 -W 2 %s" % vpn_ping_addr)[all …]
8 * http://www.apache.org/licenses/LICENSE-2.019 import android.compat.annotation.UnsupportedAppUsage;101 * Results '2X' indicate to the UICC that it may be worth re-trying the126 /** Launch browser generic error code */135 * Results '3X' indicate that it is not worth the UICC re-trying with an147 /** Command data not understood by terminal */157 /** SMS RP-ERROR */
8 * http://www.apache.org/licenses/LICENSE-2.022 import android.compat.annotation.UnsupportedAppUsage;55 * {@link #providerInfo} will be non-null.62 * {@link #serviceInfo}, or {@link #providerInfo} will be non-null.69 * {@link #serviceInfo}, or {@link #providerInfo} will be non-null.76 * or components defined in un-installed splits.127 public int specificIndex = -1;132 * perform on this data.156 * Optional -- if non-null, the {@link #labelRes} and {@link #icon}192 * resolution is classified as a "browser".[all …]
8 * http://www.apache.org/licenses/LICENSE-2.022 import android.compat.annotation.UnsupportedAppUsage;86 * Intent extra data key: Use this key with94 * Intent extra data key: Use this key with108 * Intent extra data key: Use this key with Intent.ACTION_SEARCH and111 * to obtain any additional app-specific data that was inserted by the117 * Intent extra data key: Use {@link android.content.Intent#getBundleExtra127 * Intent extra data key: Use this key with Intent.ACTION_SEARCH and137 * Intent extra data key: This key will be used for the extra populated by the143 * Boolean extra data key for {@link #INTENT_ACTION_GLOBAL_SEARCH} intents. If {@code true},[all …]
2 "name": "watch-web-app",8 "name": "watch-web-app",17 "@angular/platform-browser": "^18.0.0",18 "@angular/platform-browser-dynamic": "^18.0.0",20 "ng-keyboard-shortcuts": "^13.0.8",26 "@angular-devkit/build-angular": "^18.0.1",28 "@angular/compiler-cli": "^18.0.0",30 "jasmine-core": "~5.1.0",32 "karma-chrome-launcher": "~3.2.0",33 "karma-coverage": "~2.2.0",[all …]
13 "core-js": "^3.6.5",15 "eslint-config-airbnb-base": "^14.2.1",17 "material-design-icons": "^3.0.1",19 "roboto-fontface": "*",20 "vue": "^3.0.0-0",21 "vue-echarts": "^6.0.0-rc.6",22 "vue-router": "^4.0.0-0",23 "vue-uuid": "^2.0.2",24 "vue3-table-lite": "^1.0.5",25 "vuetify": "^3.0.0-alpha.0",[all …]
9 * http://www.apache.org/licenses/LICENSE-2.027 * http://www.apache.org/licenses/LICENSE-2.0105 * The AndroidCAStore if non-null, null otherwise.110 * The CertPinManager, which validates the chain against a host-to-pin mapping115 * The backing store for the AndroidCAStore if non-null. This will137 * non-AndroidCAStore, we initialize this as part of the157 @android.compat.annotation.UnsupportedAppUsage334 @android.compat.annotation.UnsupportedAppUsage402 * Validates whether a server is trusted. If session is given and non-null481 byte[] data = null; in getTlsSctDataFromSession()[all …]
17 from .compat import Mapping, cookielib, urljoin, urlparse119 # rarely used with non-ASCII characters in HTTP headers.122 # To solve this, we re-encode the location in latin1.133 # Special case: allow http -> https redirect when using the standard229 purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding")248 # A failed tell() sets `_body_position` to `object()`. This non-None252 "Content-Length" in headers or "Transfer-Encoding" in headers255 # Attempt to rewind consumed file-like object.304 """This method re-evaluates the proxy configuration by considering the310 This method also replaces the Proxy-Authorization header where[all …]
8 * http://www.apache.org/licenses/LICENSE-2.023 import android.compat.annotation.ChangeId;24 import android.compat.annotation.EnabledAfter;25 import android.compat.annotation.EnabledSince;26 import android.compat.annotation.UnsupportedAppUsage;56 * the text readable when viewing a wide-viewport layout in the overview mode.156 * Enable User-Agent Reduction for webview.157 * The OS, CPU, and Build information in the default User-Agent will be159 * Minor/build/patch version information in the default User-Agent is160 * reduced to "0.0.0". The rest of the default User-Agent remains unchanged.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.056 import android.compat.annotation.UnsupportedAppUsage;572 AsyncTask.THREAD_POOL_EXECUTOR.execute(() -> {635 () -> { if (mOnSwitchOnWorkSelectedListener != null) {700 if (selectedProfileExtra != -1) {742 * #EXTRA_SELECTED_PROFILE} extra was supplied, or {@code -1} if no extra was supplied.747 int selectedProfile = -1;749 selectedProfile = getIntent().getIntExtra(EXTRA_SELECTED_PROFILE, /* defValue = */ -1);1017 if (referrer != null && "android-app".equals(referrer.getScheme())) {1066 () -> getString(com.android.internal.R.string.forward_intent_to_owner));[all …]
2 "name": "netsim-app",8 "name": "netsim-app",17 "@custom-elements-manifest/analyzer": "^0.4.17",18 "@open-wc/building-rollup": "^2.2.1",19 "@open-wc/eslint-config": "^4.3.0",20 "@open-wc/testing": "next",21 "@rollup/plugin-node-resolve": "^15.0.1",22 "@typescript-eslint/eslint-plugin": "^4.33.0",23 "@typescript-eslint/parser": "^4.33.0",24 "@web/dev-server": "^0.1.28",[all …]
... Managed/etc/mono/2.0/Browsers/Compat.browser assets/bin/Data/Managed/
23 '@codemirror/theme-one-dark':41 '@types/color-convert':62 '@types/w3c-web-usb':68 color-convert:71 devtools-protocol:89 jsbn-rsa:95 noice-json-rpc:104 protobufjs-cli:116 vega-lite:133 '@rollup/plugin-commonjs':[all …]
13 "core-js": "^3.6.5",15 "eslint-config-airbnb-base": "^14.2.1",16 "flush-promises": "^1.0.2",18 "material-design-icons": "^3.0.1",20 "roboto-fontface": "*",21 "vue": "^3.0.0-0",22 "vue-echarts": "^6.0.0-rc.6",23 "vue-router": "^4.0.0-0",24 "vue-uuid": "^2.0.2",25 "vuetify": "^3.0.0-alpha.0",[all …]
14 * Date: Mon Nov 21 21:11:03 2011 -050041 quickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,43 // Check if a string has a non-whitespace character in it55 rvalidescape = /\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,56 rvalidtokens = /"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,66 rdashAlpha = /-([a-z]|[0-9])/ig,67 rmsPrefix = /^-ms-/,74 // Keep a UserAgent string for use with jQuery.browser77 // For matching the engine and version of the browser94 // [[Class]] -> type pairs[all …]
12 * Date: 2020-05-04T22:49Z20 // For CommonJS and CommonJS-like environments where a proper `window`42 // Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.143 // throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode44 // arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common117 // becomes browsing-context connected.119 // See https://html.spec.whatwg.org/#nonce-attributes121 // `jQuery.globalEval` so that it can fake a nonce-containing node197 // Return the newly-formed element set221 return this.eq( -1 );[all …]