Home
last modified time | relevance | path

Searched refs:browsers (Results 1 – 25 of 153) sorted by relevance

1234567

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DAutoprefixerFilter.php34 private $browsers = array(); variable in Assetic\\Filter\\AutoprefixerFilter
42 * @param array $browsers
44 public function setBrowsers(array $browsers) argument
46 $this->browsers = $browsers;
54 $this->browsers[] = $browser;
63 if ($this->browsers) {
64 $pb->add('-b')->add(implode(',', $this->browsers));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DBrowsersListResponse.php33 public function setBrowsers($browsers) argument
35 $this->browsers = $browsers;
42 return $this->browsers;
DTechnologyTargeting.php39 public function setBrowsers($browsers) argument
41 $this->browsers = $browsers;
48 return $this->browsers;
/plugin/authgoogle/google/contrib/
DGoogle_UrlshortenerService.php121 public $browsers; variable in Google_AnalyticsSnapshot
133 public function setBrowsers(/* array(Google_StringCount) */ $browsers) { argument
134 $this->assertIsArray($browsers, 'Google_StringCount', __METHOD__);
135 $this->browsers = $browsers;
138 return $this->browsers;
/plugin/nobadbrowser/
DREADME6 using a bad browser, such as browsers made by GAFAM companies that invade privacy, or discontinued
Dplugin.info.txt6 desc Warns visitors who are using shitty, dangerous browsers such as Microsoft Edge or Google Chr…
/plugin/asciidocjs/node_modules/asap/
DREADME.md36 versions of browsers and Node.js.
75 In browsers, if a task throws an exception, it will not interrupt the flushing
114 ASAP is tested on Node.js v0.10 and in a broad spectrum of web browsers.
119 Test results are inconclusive (grey) on browsers that do not support web
138 The following browsers allow the use of [DOM mutation observers][] to access
154 In the absense of mutation observers, there are a few browsers, and situations
155 like web workers in some of the above browsers, where [message channels][]
160 However, among these browsers, Internet Explorer 10 and Safari do not reliably
170 In the absense of mutation observers, these browsers and the following browsers
223 implementations for Node.js and browsers, using the the [Browserify][Browser
DCHANGES.md27 Support for Node.js and browsers have been separated, using Browserify
33 and browsers.
55 browsers, in both the window and worker context.
60 Test results are inconclusive (grey) on browsers that do not support web
/plugin/dropfiles/
D.babelrc5 "browsers": ["ie 11"]
/plugin/fetchmedia/
D.babelrc5 "browsers": ["ie 11"]
/plugin/svgpureinsert/
Dplugin.info.txt6 desc Inserts an SVG image as-is to be rendered by compatible browsers.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DOutput.CommentScriptContents.txt7 contents of script tags for legacy browsers with comments.
DCore.AllowHostnameUnderscore.txt10 However, most browsers do the right thing when faced with
/plugin/jplayer/vendor/happyworm/jplayer/
DREADME.md9 * create a **consistent interface** and experience across all browsers.
13 * support older browsers using a Flash _fall-back/forward_.
/plugin/sectiontoggle/
DMobile_Detect.php517 protected static $browsers = array( variable in Mobile_Detect
949 return self::$browsers;
978 self::$browsers
1006 self::$browsers,
/plugin/block/
Dstyle.css4 /* (only for modern browsers) */
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
Dmpdf.css4 A default margin-top/bottom for lists is NOT set in config.php - (standard browsers give outermost …
6 …ollowing to do this, but also prevent margins in nested lists as per default HTML in most browsers:
/plugin/wrap/
Dprint_or_pdf.less18 /* not yet supported by most browsers */
/plugin/markdownextra/lib/meltdown-tweaks/
Dmeltdown-tweaks.css21 /* For CSS3 browsers: allow user to resize the preview: */
/plugin/quickstats/
DREADME1 …or all Dokuwiki page requests, including geo-location, IP, page counts, browsers, operating system…
/plugin/ckgedit/ckeditor/plugins/scayt/
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/imagemap/
DREADME6 browsers.
40 most browsers. If using an image map is not desirable, however, the browser
/plugin/imagemapping/
DREADME6 browsers.
40 most browsers. If using an image map is not desirable, however, the browser
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js.map1browsers\": [\n \"FF33\"\n ],\n \"syntax\": \"[ <integer> && …
/plugin/fontface/
Dinstall_fonts.txt8 …iles into the plugin's "fonts" directory to accomodate the majoriity of all the different browsers:

1234567