Home
last modified time | relevance | path

Searched refs:browsers (Results 101 – 121 of 121) sorted by path

12345

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
H A DOutput.CommentScriptContents.txt
/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/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md22 …r) to convert to daniel OTF fonts to WOFF/WOFF2 formats, which is supported across modern browsers.
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js15350 : // Other browsers
/plugin/socialshareprivacy2/SSP/
H A DREADME.md70 (e.g. via ajax in the user profile or in the browsers local store). For an
/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 DBrowscap.php255 * @return stdClass|array the object containing the browsers details. Array if
500 $browsers = parse_ini_file($ini_path, true, INI_SCANNER_RAW);
502 $browsers = parse_ini_file($ini_path, true);
505 $this->_source_version = $browsers[self::BROWSCAP_VERSION_KEY]['Version'];
506 unset($browsers[self::BROWSCAP_VERSION_KEY]);
508 unset($browsers['DefaultProperties']['RenderingEngine_Description']);
510 $this->_properties = array_keys($browsers['DefaultProperties']);
520 $tmp_user_agents = array_keys($browsers);
532 if (empty($browsers[$user_agent]['Comment']) || strpos($user_agent, '*') !== false || strpos($user_agent, '?') !== false)
551 if (!empty($browsers[
[all...]
H A DStatisticsGraph.class.php159 public function browsers() { function in StatisticsGraph
160 $this->sumUpPieChart('browsers', 'ua_info');
H A DStatisticsQuery.class.php120 * standard statistics follow, only accesses made by browsers are counted
361 public function browsers($tlimit, $start = 0, $limit = 20, $ext = true) { function in StatisticsQuery
/plugin/structsection/
H A D.babelrc5 "browsers": ["ie 11"]
/plugin/svgpureinsert/
H A DREADME.md5 compatible browsers.
H A Dplugin.info.txt6 desc Inserts an SVG image as-is to be rendered by compatible browsers.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1browsers support natively. XRegExp is also a regex utility belt with tools to\n * make your client…
/plugin/tooltip/
H A DChangeLog15 'span' to improve compatibility and prevent display issues with browsers.
/plugin/wrap/
H A Dall.less250 /* (only for modern browsers) */
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 Dprint_or_pdf.less18 /* not yet supported by most browsers */
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc153 hint="Create a textarea field for non-compatible browsers."
178 hint="Create the html editor instance for compatible browsers."
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2380 /* zero-filled arrays for older browsers */
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1browsers\n installPostMessageImplementation();\n\n } else if (global.MessageChannel) {\n…

12345