Home
last modified time | relevance | path

Searched refs:matchMedia (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Demulation.spec.ts150 expect(await page.evaluate(() => matchMedia('screen').matches)).toBe(
153 expect(await page.evaluate(() => matchMedia('print').matches)).toBe(
165 expect(await page.evaluate(() => matchMedia('print').matches)).toBe(
187 () => matchMedia('(prefers-reduced-motion: reduce)').matches
200 () => matchMedia('(prefers-color-scheme: light)').matches
205 () => matchMedia('(prefers-color-scheme: dark)').matches
213 () => matchMedia('(prefers-color-scheme: dark)').matches
218 () => matchMedia('(prefers-color-scheme: light)').matches
227 () => matchMedia('(prefers-reduced-motion: reduce)').matches
237 () => matchMedia('(prefers-color-scheme: light)').matches
[all …]
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/test/
H A Demulation.spec.ts150 expect(await page.evaluate(() => matchMedia('screen').matches)).toBe(
153 expect(await page.evaluate(() => matchMedia('print').matches)).toBe(
165 expect(await page.evaluate(() => matchMedia('print').matches)).toBe(
187 () => matchMedia('(prefers-reduced-motion: reduce)').matches
200 () => matchMedia('(prefers-color-scheme: light)').matches
205 () => matchMedia('(prefers-color-scheme: dark)').matches
213 () => matchMedia('(prefers-color-scheme: dark)').matches
218 () => matchMedia('(prefers-color-scheme: light)').matches
227 () => matchMedia('(prefers-reduced-motion: reduce)').matches
237 () => matchMedia('(prefers-color-scheme: light)').matches
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Demulation.spec.ts150 expect(await page.evaluate(() => matchMedia('screen').matches)).toBe(
153 expect(await page.evaluate(() => matchMedia('print').matches)).toBe(
165 expect(await page.evaluate(() => matchMedia('print').matches)).toBe(
187 () => matchMedia('(prefers-reduced-motion: reduce)').matches
200 () => matchMedia('(prefers-color-scheme: light)').matches
205 () => matchMedia('(prefers-color-scheme: dark)').matches
213 () => matchMedia('(prefers-color-scheme: dark)').matches
218 () => matchMedia('(prefers-color-scheme: light)').matches
227 () => matchMedia('(prefers-reduced-motion: reduce)').matches
237 () => matchMedia('(prefers-color-scheme: light)').matches
[all …]
/dports/www/firefox-esr/firefox-91.8.0/devtools/shared/commands/target-configuration/tests/
H A Dtarget_configuration_test_doc.sjs25 window.matchMedia("(prefers-color-scheme: dark)").matches;
27 window.matchMedia("(pointer: coarse)").matches;
65 window.matchMedia("(prefers-color-scheme: dark)").matches;
67 window.matchMedia("(pointer: coarse)").matches;
/dports/www/firefox/firefox-99.0/devtools/shared/commands/target-configuration/tests/
H A Dtarget_configuration_test_doc.sjs25 window.matchMedia("(prefers-color-scheme: dark)").matches;
27 window.matchMedia("(pointer: coarse)").matches;
65 window.matchMedia("(prefers-color-scheme: dark)").matches;
67 window.matchMedia("(pointer: coarse)").matches;
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/shared/commands/target-configuration/tests/
H A Dtarget_configuration_test_doc.sjs25 window.matchMedia("(prefers-color-scheme: dark)").matches;
27 window.matchMedia("(pointer: coarse)").matches;
65 window.matchMedia("(prefers-color-scheme: dark)").matches;
67 window.matchMedia("(pointer: coarse)").matches;
/dports/www/grafana8/grafana-8.3.6/public/app/polyfills/
H A Dold-mediaquerylist.ts3 let oMatchMedia = window.matchMedia;
7 window.matchMedia = (mediaQueryString) => {
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/cssom-view/
H A DmatchMedia.xht.ini1 [matchMedia.xht]
3 [window.matchMedia exists]
/dports/security/zeronet/ZeroNet-0.7.1/src/Ui/media/
H A DZeroSiteTheme.coffee4 mqDark = window.matchMedia(DARK)
5 mqLight = window.matchMedia(LIGHT)
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/web/stdweb/
H A Dmod.rs39 return (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches) in is_dark_mode()
H A Dcanvas.rs255 if (window.matchMedia) { in on_dark_mode()
256 window.matchMedia("(prefers-color-scheme: dark)").addListener(function(e) { in on_dark_mode()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/web/stdweb/
H A Dmod.rs45 return (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches) in is_dark_mode()
H A Dcanvas.rs264 if (window.matchMedia) { in on_dark_mode()
265 window.matchMedia("(prefers-color-scheme: dark)").addListener(function(e) { in on_dark_mode()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/hooks/
H A DuseMedia.ts5 const mediaQuery = window.matchMedia(query);
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dglobals.pyj83 if window.matchMedia and window.matchMedia('(prefers-color-scheme: dark)').matches:
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DMediaQueryMatcher.h50 PassRefPtr<MediaQueryList> matchMedia(const String&);
H A DMediaQueryMatcher.cpp104 PassRefPtr<MediaQueryList> MediaQueryMatcher::matchMedia(const String& query) in matchMedia() function in WebCore::MediaQueryMatcher
/dports/textproc/py-hieroglyph/hieroglyph-2.1.0/src/hieroglyph/themes/slides2/static/scripts/md/
H A Dslides.md57 return window.matchMedia("(min-device-width: ???)").matches;
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/project-static/src/
H A DcolorMode.ts95 if (window.matchMedia(`(prefers-color-scheme: ${mode})`).matches) {
/dports/www/firefox/firefox-99.0/browser/actors/
H A DPageStyleChild.jsm139 if (media && !content.matchMedia(media).matches) {
165 if (media && !content.matchMedia(media).matches) {
/dports/www/firefox-esr/firefox-91.8.0/browser/actors/
H A DPageStyleChild.jsm139 if (media && !content.matchMedia(media).matches) {
165 if (media && !content.matchMedia(media).matches) {
/dports/mail/thunderbird/thunderbird-91.8.0/browser/actors/
H A DPageStyleChild.jsm139 if (media && !content.matchMedia(media).matches) {
165 if (media && !content.matchMedia(media).matches) {
/dports/www/falkon/falkon-3.2.0/src/lib/adblock/
H A Dadblockrule.h106 bool matchMedia(const QWebEngineUrlRequestInfo &request) const;
/dports/security/vaultwarden/web-vault/
H A Dtheme_head.8e5494e39b48bad5e654.js.map1matchMedia","matches","classList","contains","remove","add"],"mappings":"aACE,IAAIA,EAAmB,GAGvB,SA…
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/modules/
H A DThemeVariableMap.jsm62 element.ownerGlobal.matchMedia("(prefers-color-scheme: dark)")

1234567891011