Home
last modified time | relevance | path

Searched refs:browsers (Results 26 – 50 of 121) sorted by last modified time

12345

/plugin/statistics/
H A Dadmin.php66 'browsers',
353 $this->html_graph('browsers', 400, 200);
354 $result = $this->hlp->Query()->browsers($this->tlimit, $this->start, 150, true);
/plugin/statistics/inc/
H A DStatisticsGraph.class.php159 public function browsers() { function in StatisticsGraph
160 $this->sumUpPieChart('browsers', 'ua_info');
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt154 Of course, you can add a title (displayed as a tooltip by most browsers), too.
/plugin/advanced/lang/en/config/
H A Duserscript.txt10 [[doku>config:compress]] is enabled) and cache the result. It also instructs browsers to cache the …
/plugin/ckgedit/ckeditor/
H A DCHANGES.md561 …rom Word pasted](https://ckeditor.com/cke4/addon/pastefromword) differently than in other browsers.
626 …ket/14275): [IE9+] Fixed: `onerror` and `onload` events are not used in browsers it could have bee…
786 …board_dataTransfer.html#method-getData) should work consistently in all browsers and should not st…
880 … data is set. Therefore, on paste the editor has access to clean data, undisturbed by the browsers.
897 …y it is possible to recognize the origin of the copied content in these browsers only. All drag an…
899 …be implemented in Chrome, Safari on Mac OS, Opera and Firefox. In other browsers the pastebin must…
1023 …table is overwritten) is being fixed. That might have fixed many related scenarios in all browsers.
1190 …com/ticket/9504): Stopped using deprecated `attribute.specified` in all browsers except Internet E…
1526 …v.ckeditor.com/ticket/10644): Fixed a critical bug when pasting plain text in Blink-based browsers.
1661 … [WebKit] Cutting & pasting simple unformatted text generates an inline wrapper in WebKit browsers.
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc289 // For browsers that don't support CSS3 a[name]:empty(), note IE9 is included because of #7783.
292 // For browsers that have editing issue with empty anchor.
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DREADME.md39 …s the list of officially supported browsers for the SCAYT plugin for CKEditor 4. SCAYT may also wo…
48 Note: All browsers are to be supported for web pages that work in Standards Mode.
/plugin/sectiontoggle/
H A DMobile_Detect.php510 * IMPORTANT: This is a list of only mobile browsers.
511 * Mobile Detect 2.x supports only mobile browsers,
512 * it was never designed to detect all browsers.
517 protected static $browsers = array( variable in Mobile_Detect
943 * Retrieve the list of known browsers. Specifically, the user agents.
945 * @return array List of browsers / user agents.
949 return self::$browsers;
978 self::$browsers
1006 self::$browsers,
/plugin/wrap/
H A Dexample.txt124 :!: Attention: What is the difference between widths and width keywords and when is it best to use which? **Widths** can cause problems and will never fully add up, therefore will break the layout under some circumstances. (See [[http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug|box model]] for a technical explanation.) So, getting widths right will need some fiddling around and testing in various browsers. **Width keywords** on the other hand fit automatically and work better on mobile devices. But the drawback is that they need an extra wrap around them and don't work properly in older browsers (IE8 and under).
138 Multi-columns work best in modern browsers (no IE9 and below) but should still be considered experimental as some browser behaviour is still inconsistent and buggy.
188 * ''round'' can be added to anything with a background colour or a border and will only work in modern browsers (no IE8 and under)
367 :!: Warning: The text will still appear in the source code, in non-modern browsers and is searchable. Do not hide any security risky secrets with it!
H A Dall.less250 /* (only for modern browsers) */
H A Dprint_or_pdf.less18 /* not yet supported by most browsers */
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less66 /* only works in newer browsers */
H A Dfullcalendar.less75 /* seems to be a good adjustment across browsers */
177 /* height is unreliable across browsers, so use padding */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DBrowsersListResponse.php33 public function setBrowsers($browsers) argument
35 $this->browsers = $browsers;
42 return $this->browsers;
H A DTechnologyTargeting.php39 public function setBrowsers($browsers) argument
41 $this->browsers = $browsers;
48 return $this->browsers;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php57 public $browsers; variable in Google\\Service\\Dfareporting
937 'browsers',
941 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/browsers',
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md690 …ction 5](https://tools.ietf.org/html/rfc3986#section-5). This is for example also what web browsers
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1103 * Bug: Fixed a cookie issue that caused dot prefixed domains to not match where popular browsers did
/plugin/quickstats/
H A Dsyntax.php449 $browsers = $this->misc_data['browser'];
452 $this->sort($browsers);
469 foreach($browsers as $browser=>$val) {
H A DHOW-TO9 http://browsers.garykeith.com/downloads.asp
10 http://browsers.garykeith.com/stream.asp?PHP_BrowsCapINI
111 browsers/user agents
H A DREADME1 …or all Dokuwiki page requests, including geo-location, IP, page counts, browsers, operating system…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …the body stream and `ResponseInit`\n // modifications. Note: not all browsers support the Respo…
H A Dworkbox-bed83ea8.js.map1 …the body stream and `ResponseInit`\n // modifications. Note: not all browsers support the Respo…
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md4 - Ran through [BabelJs](https://babeljs.io/repl/#?browsers=defaults%2C%20not%20ie%2011%2C%20not%20i…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19browsers:{MSIE:function(a){MathJax.Message.msieFixedPositionBug=((document.documentMode||0)<7);if(… class in MathJax.Message

12345