| /plugin/quickstats/db/ |
| D | lite_php_browscap.ini | 11959 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Firefox 71.0 11961 [Firefox 71.0] 11963 Comment="Firefox 71.0" 11964 Browser="Firefox" 11968 [Mozilla/5.0 (*Linux*) Gecko* Firefox/71.0*] 11969 Parent="Firefox 71.0" 11972 [Mozilla/5.0 (*Windows NT 10.0*) Gecko* Firefox/71.0*] 11973 Parent="Firefox 71.0" 11976 [Mozilla/5.0 (*Windows NT 6.4*) Gecko* Firefox/71.0*] 11977 Parent="Firefox 71.0" [all …]
|
| /plugin/zwidoku/files/ |
| H A D | fonts.css | 7 …_cyrillic_latin-ext_greek-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 8 …in_cyrillic_latin-ext_greek-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safa… 17 …atin_cyrillic_latin-ext_greek-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 18 …_latin_cyrillic_latin-ext_greek-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safa… 27 …atin_cyrillic_latin-ext_greek-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 28 …_latin_cyrillic_latin-ext_greek-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safa… 37 …atin_cyrillic_latin-ext_greek-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 38 …_latin_cyrillic_latin-ext_greek-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safa… 47 …atin_cyrillic_latin-ext_greek-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ 48 …_latin_cyrillic_latin-ext_greek-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safa…
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/ |
| H A D | FirefoxOptions.php | 3 namespace Facebook\WebDriver\Firefox; 8 * Class to manage Firefox-specific capabilities 39 …* Use `addArguments` to add command line arguments and `setPreference` to set Firefox about:config… 48 … throw new \InvalidArgumentException('Use setPreference() method to set Firefox preferences'); 51 … throw new \InvalidArgumentException('Use addArguments() method to add Firefox arguments'); 60 * Command line arguments to pass to the Firefox binary. 75 * Set Firefox preference (about:config entry).
|
| H A D | FirefoxPreferences.php | 3 namespace Facebook\WebDriver\Firefox; 6 * Constants of common Firefox profile preferences (about:config values). 13 /** @var string Port WebDriver uses to communicate with Firefox instance */
|
| /plugin/combo/vendor/php-webdriver/webdriver/ |
| H A D | README.md | 15 The W3C WebDriver support is not yet full-featured, however it should allow to control Firefox via … 72 …d our wiki for [more information on Firefox/Geckodriver](https://github.com/php-webdriver/php-webd… 74 Install the latest Firefox and [Geckodriver](https://github.com/mozilla/geckodriver/releases). 75 Make sure to have a compatible version of Geckodriver and Firefox! 124 // Firefox 125 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::firefox()); 137 use Facebook\WebDriver\Firefox\FirefoxOptions; 140 $desiredCapabilities = DesiredCapabilities::firefox(); 145 // Add arguments via FirefoxOptions to start headless firefox 156 or [ FirefoxOptions](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#firefoxoptions).
|
| H A D | CHANGELOG.md | 33 …to simplify passing Firefox capabilities. Usage is covered [in our wiki](https://github.com/php-we… 34 …of Firefox instance without a need to start the `geckodriver` process manually. [See wiki](https:/… 52 - Clicking a block element inside `<a>` element in Firefox (workaround for GeckoDriver bug [1374283… 79 - Disable JSON viewer in Firefox to let JSON response be rendered as-is. 83 - Creating of Firefox profile with libzip 1.6+ (eg. on Mac OS Catalina).
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | WebDriverBrowserType.php | 12 const FIREFOX = 'firefox'; define in Facebook\\WebDriver\\Remote\\WebDriverBrowserType 33 * Use headless Chrome or Firefox instead.
|
| H A D | DesiredCapabilities.php | 7 use Facebook\WebDriver\Firefox\FirefoxDriver; 8 use Facebook\WebDriver\Firefox\FirefoxOptions; 9 use Facebook\WebDriver\Firefox\FirefoxProfile; 265 // Convert Firefox profile 302 public static function firefox() function in Facebook\\WebDriver\\Remote\\DesiredCapabilities 305 WebDriverCapabilityType::BROWSER_NAME => WebDriverBrowserType::FIREFOX, 406 * Use headless Chrome or Firefox instead.
|
| /plugin/pgn4web/ |
| D | README.md | 23 * Windows 7: IE 11, Firefox 45, Chrome 51 24 * Windows 10: Edge, Firefox 47 25 * Linux: Firefox 47, Chromium 51 26 * Android 5.1.1: Firefox and Chrome
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckeditingarea.js | 62 // Firefox will render the tables inside the body in Quirks mode if the 120 // Firefox 1.0.x is buggy... ohh yes... so let's do it two times and it 164 // On Firefox, the DOM takes a little to become available. So we must wait for it in a loop. 199 // Disable Firefox 2 Spell Checker. 222 // Analyzing Firefox 1.5 source code, it seams that there is support for a 228 // Tell Gecko (Firefox 1.5+) to enable or not live resizing of objects (by Alfonso Martinez) 231 // Disable the standard table editing features of Firefox. 236 …// In Firefox if the iframe is initially hidden it can't be set to designMode and it raises an exc…
|
| /plugin/botmon/config/ |
| H A D | known-clients.json | 10 {"n": "Firefox on iOS", 78 {"n": "Firefox Old", 82 {"n": "Firefox", 83 "id": "firefox",
|
| /plugin/smblink/ |
| D | syntax.php | 3 * Plugin SMB: Makes file system links globally accessible, even through Firefox. 29 'desc' => 'Makes filesystem links globally accessible, even through firefox.', 81 //Format the link for smb (Linux or Win-Firefox) 91 //Use javascript to change the link in Firefox to the smb url.
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckeditingarea.js | 103 // Firefox 1.0.x is buggy... ohh yes... so let's do it two times and it 141 // Of Firefox, the DOM takes a little to become available. So we must wait for it in a loop. 172 // Disable Firefox 2 Spell Checker. 195 // Analysing Firefox 1.5 source code, it seams that there is support for a 201 // Tell Gecko (Firefox 1.5+) to enable or not live resizing of objects (by Alfonso Martinez) 204 // Disable the standard table editing features of Firefox.
|
| /plugin/asciidocjs/node_modules/is-regex/ |
| D | package.json | 61 "firefox/3.0..6.0", 62 "firefox/15.0..latest", 63 "firefox/nightly",
|
| /plugin/chordsheets/.vscode/ |
| H A D | launch.json | 14 "name": "Launch Firefox", 15 "type": "firefox",
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/ |
| D | browsers.yml | 35 'org.mozilla.klar': 'Firefox Klar' 38 'org.mozilla.focus': 'Firefox Focus' 39 'org.mozilla.tv.firefox': 'Firefox Focus' 62 'org.mozilla.rocket': 'Firefox Rocket' # Firefox Lite 226 'org.mozilla.firefox': 'Firefox Mobile'
|
| /plugin/statdisplay/ |
| D | Browser.php | 27 * echo 'You have FireFox version 2 or greater'; 57 * + Moved the Opera check in front of the Firefox check due to legacy Opera User Agents 61 * + Updated the checkes for Firefox 118 * Updated the version detection for Firefox 131 * Removed Netscape checks (matches heavily with firefox & mozilla) 158 …const BROWSER_FIREFOX = 'Firefox'; // http://www.mozilla.com/en-US/firefox/… 357 // (1) Opera must be checked before FireFox due to the odd 361 // (3) (deprecated) Galeon is based on Firefox and needs to be 362 // tested before Firefox is tested 365 // (5) Netscape 9+ is based on Firefox so Netscape checks [all …]
|
| /plugin/asciidocjs/node_modules/has-symbols/ |
| D | package.json | 71 "firefox/3.0..6.0", 72 "firefox/15.0..latest", 73 "firefox/nightly",
|
| /plugin/latex-was/ |
| D | TODO | 6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
|
| /plugin/latexwas/ |
| D | TODO | 6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
|
| /plugin/latex/ |
| D | TODO | 6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
|
| /plugin/asciidocjs/node_modules/balanced-match/ |
| D | package.json | 36 "firefox/20..latest", 37 "firefox/nightly",
|
| /plugin/asciidocjs/node_modules/brace-expansion/ |
| D | package.json | 34 "firefox/20..latest", 35 "firefox/nightly",
|
| /plugin/asciidocjs/node_modules/jake/node_modules/brace-expansion/ |
| D | package.json | 35 "firefox/20..latest", 36 "firefox/nightly",
|
| /plugin/vkeyboard/ |
| D | change_log | 7 Added an insert function to keyboard.js which fixes problem with Firefox, i.e. returning 10 Firefox is active, while the greywyvern insert function is selected for all
|