Searched full:browser (Results 1 – 25 of 1833) sorted by relevance
12345678910>>...74
7 'com.pure.mini.browser': 'Pure Mini Browser'8 'pure.lite.browser': 'Pure Lite Browser'9 'acr.browser.Hexa': 'Hexa Web Browser'10 'acr.browser.raisebrowserfull': 'Raise Fast Browser'11 'acr.tez.browse': 'Browspeed Browser'12 'com.Fast.BrowserUc.lite': 'Fast Browser UC Lite'13 'acr.browser.barebones': 'Lightning Browser'14 'anar.app.darkweb': 'Dark Web Browser'15 'com.darkbrowser': 'Dark Browser'16 'com.kiwibrowser.browser': 'Kiwi'[all …]
17 use DeviceDetector\Parser\Client\Browser\Engine;22 * Class Browser24 * Client parser for browser detection26 class Browser extends AbstractClientParser class41 protected $parserName = 'browser';50 '1P' => 'Pure Mini Browser',51 '4P' => 'Pure Lite Browser',52 '1R' => 'Raise Fast Browser',53 'R1' => 'Rabbit Private Browser',54 'FQ' => 'Fast Browser UC Lite',[all …]
36 name: 'TQ Browser'39 # XnBrowse (https://play.google.com/store/apps/details?id=xnx.browser.browse.Xnxnewx)51 # Privacy Browser (https://www.stoutner.com/)53 name: 'Privacy Browser'68 # OJR Browser (https://play.google.com/store/apps/details?id=com.ojr.browser.anti.blokir)69 - regex: 'OJR Browser/([\d.]+)'70 name: 'OJR Browser'73 # AppTec Secure Browser (https://www.apptec360.com/secure-browser/)75 name: 'AppTec Secure Browser'101 - regex: 'QtWeb Internet Browser(?:/(\d+[.\d]+))?'[all …]
21 The Universal Device Detection library that parses User Agents and Browser Client Hints to detect d…77 $clientInfo = $dd->getClient(); // holds information about browser, feed reader, media player, ...115 Get browser family:117 use DeviceDetector\Parser\Client\Browser;119 $browserFamily = Browser::getBrowserFamily($dd->getClient('name'));288 …Browser, Pure Lite Browser, Raise Fast Browser, Rabbit Private Browser, Fast Browser UC Lite, Fast…290 ### List of detected browser engines:304 …Browser-Anonymizer, Browser app, BrowserPlus, Bullhorn, BuzzVideo, CamScanner, Capital, capsule.fm…
253 ico/browser/abilon.png254 ico/browser/adobe.png255 ico/browser/akregator.png256 ico/browser/alcatel.png257 ico/browser/amaya.png258 ico/browser/amigavoyager.png259 ico/browser/analogx.png260 ico/browser/android.png261 ico/browser/apt.png262 ico/browser/avant.png[all …]
... collab-browser/_common/img/heading-browser.gif GraphGear-1.4/examples/collab- ...
3 * File: Browser.php25 * $browser = new Browser();26 * if( $browser->getBrowser() == Browser::BROWSER_FIREFOX && $browser->getVersion() >= 2 ) {33 * http://apptools.com/phptools/browser/38 * + Added MSN Explorer Browser (legacy)55 * + Added support of the Iceweazel Browser67 * + Added support for BlackBerry OS and BlackBerry browser68 * + Added support for the Opera Mini browser108 * Gary White noted: "Since browser detection is so unreliable, I am135 class Browser { class[all …]
6 * File: Browser.php28 * $browser = new Browser();29 * if( $browser->getBrowser() == Browser::BROWSER_FIREFOX && $browser->getVersion() >= 2 ) {36 * http://apptools.com/phptools/browser/39 class Browser class97 …const BROWSER_NOKIA_S60 = 'Nokia S60 OSS Browser'; // http://en.wikipedia.org/wiki/Web_Browser_for…98 const BROWSER_NOKIA = 'Nokia Browser'; // * all other WAP-based browsers on the Nokia Platform99 const BROWSER_MSN = 'MSN Browser'; // http://explorer.msn.com/103 const BROWSER_YANDEX = 'Yandex'; // https://browser.yandex.ua/105 …const BROWSER_NETSCAPE_NAVIGATOR = 'Netscape Navigator'; // http://browser.netscape.com/ (DEPRECAT…[all …]
15 browser: match[ 1 ] || "",19 if ( !jQuery.browser ) {22 browser = {};23 if ( matched.browser ) {24 browser[ matched.browser ] = true;25 browser.version = matched.version;28 if ( browser.chrome ) {29 browser.webkit = true;30 } else if ( browser.webkit ) {31 browser.safari = true;[all …]
4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…6 …browser` type is deprecated since jQuery 1.9, so I have inserted a snippet found [here](https://st…
16 "browser": { object17 "./asap": "./browser-asap.js",18 "./asap.js": "./browser-asap.js",19 "./raw": "./browser-raw.js",20 "./raw.js": "./browser-raw.js",21 "./test/domain.js": "./test/browser-domain.js"29 "browser-raw.js",30 "browser-asap.js"37 "test-browser": "node scripts/publish-bundle.js test/asap-test.js | xargs opener",42 …"lint": "jshint raw.js asap.js browser-raw.js browser-asap.js $(find scripts -name '*.js' | grep -…
5 the browser environment does not support Node.js domains.51 - [browser-asap.js](https://github.com/kriskowal/asap/blob/master/browser-asap.js)52 - [browser-raw.js](https://github.com/kriskowal/asap/blob/master/browser-raw.js)56 The following charts capture the browser test results for the most recent65  && intval($this->binfo['version'])< 10 ) {123 'parameter' => 'Browser old age', 124 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'] ,133 'parameter' => 'Browser Ecosystem', 139 if (preg_match('/^Opera/', $this->binfo['browser']) && intval($this->binfo['version'])>12 ) {141 'reason' => $this->binfo['browser'] . " " . $this->binfo['version'],142 'parameter' => 'Browser is a Chrome reskin', 148 if (preg_match('/\bChrome/', $this->binfo['browser'])) {[all …]
7 * browser, and modifying the ruby CSS rules accordingly.54 * Check which browser render engine we're dealing with58 var opera="opera"; var ie="ie"; var gecko="gecko"; var chrome = "chrome"; var browser="unknown";59 if (window.opera) { browser = opera; }60 else if (Array.every) { browser = gecko; }61 else if (document.all) { browser = ie; }62 else if (window.chrome) { browser = chrome; }63 return browser;68 * So, even though it's highly undesirable, browser-dependent corrections.73 var browser = getBrowser();[all …]
6 * An abstraction allowing the driver to access the browser's history and to12 * Move back a single entry in the browser's history, if possible.13 … * This is equivalent to pressing the back button in the browser or invoking window.history.back.20 * Move forward a single entry in the browser's history, if possible.21 …* This is equivalent to pressing the forward button in the browser or invoking window.history.back.29 * This is equivalent to pressing the refresh button in the browser.
9 …n invalid request was received from your browser. This may be caused by a malfunctioning proxy ser…13 …do not have permission to access this server. If you are using the Opera browser, then Opera must …14 …nation' => 'You do not have permission to access this server. Check your browser\'s language and l…17 …n invalid request was received from your browser. This may be caused by a malfunctioning proxy ser…19 … server administrator. This may also be caused by a bug in the Opera web browser.', 'log' => '"Hea…20 …n invalid request was received from your browser. This may be caused by a malfunctioning proxy ser…24 …n invalid request was received from your browser. This may be caused by a malfunctioning proxy ser…25 … to access this server. Please use a different program or a standard Web browser.', 'log' => 'Proh…31 …st was received. This may be caused by a malfunctioning proxy server or browser privacy software.…32 …t have permission to access this server. Before trying again, close your browser, run anti-virus a…[all …]
7 var browser = require('../browser'); variable12 t.equal(browser, null, 'browser file is `null`');16 'in a browser, is null',
13 namespace DeviceDetector\Parser\Client\Browser;20 * Client parser for browser engine detection35 * Known browser engines mapped to their internal short codes63 * Returns list of all available browser engines98 …// This Exception should never be thrown. If so a defined browser name is missing in $availableEng…100 … 'Detected browser engine was not found in $availableEngines. Tried to parse user agent: %s',
24 "browser buffer",32 "browser",43 "test": "standard && npm run test-node && npm run test-browser",44 "test-browser": "zuul -- test/*.js",45 "test-browser-local": "zuul --local -- test/*.js",
11 device: 'car browser'19 device: 'car browser'27 device: 'car browser'37 device: 'car browser'45 device: 'car browser'
1 Browser-friendly inheritance fully compatible with standard node.js5 node environment, but also provides alternative browser-friendly6 implementation through [browser16 just `inherits` function. It worth, because browser shim for `util`22 not only in node.js but in browser too.
424 $browser = $this->get_browser(); 462 if(!isset($this->ua['counts'][$browser])) {463 $this->ua['counts'][$browser]=1;465 else $this->ua['counts'][$browser]++;470 if(isset($browser) && !in_array($browser, $this->ua[$ip])) { 471 $this->ua[$ip][]=$browser; 512 $browser=get_browser_local(null,true,$db);513 if(!isset($browser['browser'])) return;514 $this->set_browser_value($browser['browser']); 516 if(!isset($browser['platform'])) return; [all …]
4 http://www.php.net/manual/function.get-browser.php5 Detection of the capacities of a Web browser client.12 …[Implied] $user_agent=null: The signature of the browser to be analysed. If this parameter is left…16 Returns: An object (or an array, if asked to do so) with the capacities of the browser.21 $browser=get_browser(); //If available, use PHP native function25 $browser=get_browser_local();27 print_r($browser);
7 "browser": "dist/browser/asciidoctor.js", string8 "module": "dist/browser/asciidoctor.js",14 "default": "./dist/browser/asciidoctor.js"31 "test:browser": "node spec/browser/run.cjs",33 …"test": "node tasks/test/unsupported-features.cjs && npm run test:node && npm run test:browser && …
57 ===== Browser compatibility =====59 Copy2code is javascript only and requires that your browser supports62 …er.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility|Clipboard Browser compatibility]]63 table on MDN for the major browser compatibility64 status. If you can't use your browser, either update your browser,87 Please note that issues relating to browser compatibility will not be fixed (by the author).