Home
last modified time | relevance | path

Searched refs:browser (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/plugin/statistics/
Ddeleted.files253 ico/browser/abilon.png
254 ico/browser/adobe.png
255 ico/browser/akregator.png
256 ico/browser/alcatel.png
257 ico/browser/amaya.png
258 ico/browser/amigavoyager.png
259 ico/browser/analogx.png
260 ico/browser/android.png
261 ico/browser/apt.png
262 ico/browser/avant.png
[all …]
/plugin/formatplus2/
Dscript.js15 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 …]
DREADME.md4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
6browser` type is deprecated since jQuery 1.9, so I have inserted a snippet found [here](https://st…
/plugin/xhtmlruby/
Dscript.js58 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;
73 var browser = getBrowser();
77 if(browser=="ie") { rubyrule.style.verticalAlign = "baseline"; }
79 else if(browser=="opera") { rubyrule.style.verticalAlign = "1.3em"; }
82 else if(browser=="chrome") {
/plugin/quickstats/
Daction.php424 $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 …]
/plugin/asciidocjs/node_modules/yargs/lib/platform-shims/
Dbrowser.mjs5 import Parser from 'https://unpkg.com/yargs-parser@19.0.0/browser.js'; // eslint-disable-line
9 const REQUIRE_ERROR = 'require is not supported in browser';
11 'loading a directory of commands is not supported in browser';
25 // There is no environment in browser:
46 // exit is noop browser:
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DAutoprefixerFilter.php50 * @param string $browser
52 public function addBrowser($browser) argument
54 $this->browsers[] = $browser;
/plugin/noiewarning/recommend/
Dmidori.txt1 browser Midori
2 url http://midori-browser.org/
/plugin/asciidocjs/node_modules/inherits/
DREADME.md5 node environment, but also provides alternative browser-friendly
6 implementation through [browser
16 just `inherits` function. It worth, because browser shim for `util`
22 not only in node.js but in browser too.
/plugin/asciidocjs/node_modules/asap/
DCHANGES.md5 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 recent
/plugin/asciidocjs/node_modules/yargs/
Dbrowser.mjs1 // Bootstrap yargs for browser:
2 import browserPlatformShim from './lib/platform-shims/browser.mjs';
/plugin/newpagetemplate/
Dcli.php17 $browser = $this->colors->wrap('browser', 'cyan');
19 $browser = $this->colors->wrap('browser', 'cyan');
40 "if the screen option is set to $browser.", 'n');
42 …tput results to screen; this option takes one of two parameters: either '$browser' or '$cmdLine'."
/plugin/advanced/lang/en/config/
Dmime.txt3 …type with an exclamation mark (!) will force the browser to present a download dialog, even if a b…
8 # this would play in the browser (if supported):
/plugin/asciidocjs/node_modules/supports-preserve-symlinks-flag/test/
Dindex.js7 var browser = require('../browser'); variable
12 t.equal(browser, null, 'browser file is `null`');
/plugin/sentry/
DEvent.php266 $browser = new Browser();
269 'name' => $browser->getBrowser(),
270 'version' => $browser->getVersion(),
279 $browser = new Browser();
281 'name' => $browser->getPlatform(),
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php161 $browser = $this->getBrowserName();
162 if ($browser && $browser !== WebDriverBrowserType::HTMLUNIT) {
/plugin/nodisp/
DREADME.md6 browser by means of view source because it is not sent from the server
7 to the browser.
/plugin/multiselect/
Dstyle.css34 min-width :16px; /*fix problem with chrome browser*/
35 min-height :16px; /*fix problem with chrome browser*/
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php947 * @param string $browser Label or name of browser
951 public static function isMobileOnlyBrowser(string $browser): bool argument
953 …return \in_array($browser, self::$mobileOnlyBrowsers) || (\in_array($browser, self::$availableBrow…
954 … && \in_array(\array_search($browser, self::$availableBrowsers), self::$mobileOnlyBrowsers));
/plugin/nobadbrowser/
DChangeLog6 * Changes to the stand-alone browser detection to generate fewer (hopefully none) PHP warnings.
12 * Added: mark Safari as a bad browser.
DREADME6browser, such as browsers made by GAFAM companies that invade privacy, or discontinued browsers su…
Daction.php148 if (preg_match('/\bChrome/', $this->binfo['browser'])) {
150 'reason' => $this->binfo['browser'] ,
184 if (preg_match('/^Safari/', $this->binfo['browser'])
/plugin/davcal/
H A Dcalendarserver.php90 $browser = new Sabre\DAV\Browser\Plugin(); variable
91 $server->addPlugin($browser);
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md52 To control a browser, you need to start a *remote end* (server), which will listen to the commands …
53 from this library and will execute them in the respective browser.
55 …ver, but for local development, you can send them directly to so-called "browser driver" like Chro…
102 When creating a browser session, be sure to pass the url of your running server.
117 Now you can start browser of your choice:
132 Desired capabilities define properties of the browser you are about to start.
153 …://github.com/php-webdriver/php-webdriver/wiki/HowTo-Work-with-proxy) which the browser should use.
155 To configure browser-specific capabilities, you may use [�� ChromeOptions](https://github.com/php-w…
160 ### 4. Control your browser
181 // Make sure to always call quit() at the end to terminate the browser session
/plugin/noiewarning/
DChangeLog28 * action.php: now can read a file DOKU_CONF/recommended-browser.txt
29 * recommend/: added folder with browser recommendations.

12345678910>>...22