Home
last modified time | relevance | path

Searched refs:whitenoise (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/
H A Dwsgi.py18 import whitenoise
20 whitenoise = False variable
23 int, getattr(whitenoise, '__version__', '0').split('.')))
27 whitenoise = False variable
31 whitenoise = False variable
33 if whitenoise:
34 from whitenoise.django import DjangoWhiteNoise
H A Dapp_settings.py24 import whitenoise
26 whitenoise = False variable
29 int, getattr(whitenoise, '__version__', '0').split('.')))
33 whitenoise = False variable
85 if whitenoise:
/dports/www/py-whitenoise/whitenoise-4.1.2/
H A DREADME.rst4 .. image:: https://img.shields.io/travis/evansd/whitenoise.svg
5 :target: https://travis-ci.org/evansd/whitenoise
8 .. image:: https://img.shields.io/appveyor/ci/evansd/whitenoise.svg
9 :target: https://ci.appveyor.com/project/evansd/whitenoise
12 .. image:: https://img.shields.io/pypi/v/whitenoise.svg
13 :target: https://pypi.python.org/pypi/whitenoise
16 .. image:: https://img.shields.io/github/stars/evansd/whitenoise.svg?style=social&label=Star
17 :target: https://github.com/evansd/whitenoise
45 .. _Infrequently Asked Questions: http://whitenoise.evans.io/en/stable/#infrequently-asked-questions
46 .. _documentation: http://whitenoise.evans.io/en/stable/
H A DPKG-INFO2 Name: whitenoise
5 Home-page: http://whitenoise.evans.io
12 .. image:: https://img.shields.io/travis/evansd/whitenoise.svg
13 :target: https://travis-ci.org/evansd/whitenoise
16 .. image:: https://img.shields.io/appveyor/ci/evansd/whitenoise.svg
17 :target: https://ci.appveyor.com/project/evansd/whitenoise
20 .. image:: https://img.shields.io/pypi/v/whitenoise.svg
21 :target: https://pypi.python.org/pypi/whitenoise
24 .. image:: https://img.shields.io/github/stars/evansd/whitenoise.svg?style=social&label=Star
25 :target: https://github.com/evansd/whitenoise
[all …]
H A DMANIFEST.in3 recursive-include whitenoise *
/dports/www/py-whitenoise/whitenoise-4.1.2/whitenoise.egg-info/
H A DPKG-INFO2 Name: whitenoise
5 Home-page: http://whitenoise.evans.io
12 .. image:: https://img.shields.io/travis/evansd/whitenoise.svg
13 :target: https://travis-ci.org/evansd/whitenoise
16 .. image:: https://img.shields.io/appveyor/ci/evansd/whitenoise.svg
17 :target: https://ci.appveyor.com/project/evansd/whitenoise
20 .. image:: https://img.shields.io/pypi/v/whitenoise.svg
21 :target: https://pypi.python.org/pypi/whitenoise
24 .. image:: https://img.shields.io/github/stars/evansd/whitenoise.svg?style=social&label=Star
25 :target: https://github.com/evansd/whitenoise
[all …]
/dports/www/py-whitenoise/whitenoise-4.1.2/docs/
H A Dindex.rst4 .. image:: https://img.shields.io/travis/evansd/whitenoise.svg
5 :target: https://travis-ci.org/evansd/whitenoise
8 .. image:: https://img.shields.io/appveyor/ci/evansd/whitenoise.svg
9 :target: https://ci.appveyor.com/project/evansd/whitenoise
12 .. image:: https://img.shields.io/pypi/v/whitenoise.svg
13 :target: https://pypi.python.org/pypi/whitenoise
17 :target: https://github.com/evansd/whitenoise
51 pip install whitenoise
64 'whitenoise.middleware.WhiteNoiseMiddleware',
75 STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
[all …]
H A Dflask.rst32 from whitenoise import WhiteNoise
43 from whitenoise import WhiteNoise
58 # add whitenoise
78 from whitenoise import WhiteNoise
H A Dchangelog.rst21 * Fix `bug <https://github.com/evansd/whitenoise/issues/202>`_ in ETag
56 * The ``whitenoise.django.GzipManifestStaticFilesStorage`` alias has now
58 ``whitenoise.storage.CompressedManifestStaticFilesStorage``.
190 pip install whitenoise[brotli]
256 * The CLI :ref:`compression utility <cli-utility>` has moved from ``python -m whitenoise.gzip``
257 to ``python -m whitenoise.compress``.
265 * The ``whitenoise.django.GzipManifestStaticFilesStorage`` storage backend
267 ``whitenoise.storage.CompressedManifestStaticFilesStorage``. The old
271 .. _WhiteNoise 2.x: http://whitenoise.evans.io/en/legacy-2.x/
H A Ddjango.rst60 'whitenoise.middleware.WhiteNoiseMiddleware',
88 STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
96 STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'
116 installed by running ``pip install whitenoise[brotli]``.
195 ``whitenoise.runserver_nostatic`` to the top of your ``INSTALLED_APPS`` list:
200 'whitenoise.runserver_nostatic',
310 <whitenoise/media_types.py>` file.
393 :default: See :file:`immutable_file_test <whitenoise/middleware.py#L121>` in source
535 .. _issue tracker: https://github.com/evansd/whitenoise/issues
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/SoundChips/
H A DOpenMsxY8950.h179 inline int calc_slot_snare(int whitenoise);
181 inline int calc_slot_hat(int a, int b, int whitenoise);
347 int whitenoise; variable
H A DOpenMsxY8950.cpp602 whitenoise = noise_seed&1 ? DB_POS(6) : DB_NEG(6); in update_noise()
741 int Y8950::Slot::calc_slot_snare(int whitenoise) in calc_slot_snare() argument
748 return (dB2LinTab[egout] + dB2LinTab[egout+whitenoise]) >> 1; in calc_slot_snare()
750 return (dB2LinTab[2*DB_MUTE + egout] + dB2LinTab[egout+whitenoise]) >> 1; in calc_slot_snare()
766 int Y8950::Slot::calc_slot_hat(int a, int b, int whitenoise) in calc_slot_hat() argument
772 return (dB2LinTab[egout+whitenoise] + dB2LinTab[egout+a] + dB2LinTab[egout+b]) >>2; in calc_slot_hat()
793 mix += ch[7].mod.calc_slot_hat(noiseA, noiseB, whitenoise); in calcSample()
795 mix += ch[7].car.calc_slot_snare(whitenoise); in calcSample()
/dports/www/py-whitenoise/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=whitenoise-4.1.2.tar.gz
/dports/audio/spectmorph/spectmorph-0.5.2/tests/
H A Dtest-common.sh.in12 WHITENOISE=@top_srcdir@/tests/whitenoise.py
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/LadspaUGen/sc/
H A Dtest.scd1 //glame lowpass iir and whitenoise
/dports/science/healpix/Healpix_3.50/src/idl/interfaces/
H A Dismoothing.pro146 ; whitenoise = randomn(seed, nside2npix(256))
147 ; ismoothing, whitenoise, rednoise, fwhm=120, /ring, simul=1,/silent
148 ; mollview, whitenoise,title='White noise'
/dports/www/py-graphite-web/graphite-web-1.1.8/
H A Dcheck-dependencies.py153 import whitenoise
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/
H A DCargo.toml.orig-cargo67 name = "audio-whitenoise"
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/
H A DCargo.toml.orig-cargo67 name = "audio-whitenoise"
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/opl/
H A Dmame.cpp556 int whitenoise = OPL->rnd->getRandomBit() * (EG_ENT>>4); in OPL_CALC_RH() local
605 env_sd = OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
608 env_hh = OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
628 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()
/dports/games/residualvm/residualvm-0.3.1/audio/softsynth/opl/
H A Dmame.cpp556 int whitenoise = OPL->rnd->getRandomBit() * (EG_ENT>>4); in OPL_CALC_RH() local
605 env_sd = OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
608 env_hh = OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
628 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()
/dports/emulators/qemu42/qemu-4.2.1/hw/audio/
H A Dfmopl.c491 int whitenoise = (rand()&1)*(WHITE_NOISE_db/EG_STEP); in OPL_CALC_RH() local
540 env_sd =OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
543 env_hh =OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
555 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()
/dports/emulators/qemu/qemu-6.2.0/hw/audio/
H A Dfmopl.c491 int whitenoise = (rand()&1)*(WHITE_NOISE_db/EG_STEP); in OPL_CALC_RH() local
540 env_sd =OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
543 env_hh =OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
555 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()
/dports/emulators/qemu60/qemu-6.0.0/hw/audio/
H A Dfmopl.c491 int whitenoise = (rand()&1)*(WHITE_NOISE_db/EG_STEP); in OPL_CALC_RH() local
540 env_sd =OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
543 env_hh =OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
555 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/audio/
H A Dfmopl.c491 int whitenoise = (rand()&1)*(WHITE_NOISE_db/EG_STEP); in OPL_CALC_RH() local
540 env_sd =OPL_CALC_SLOT(SLOT7_2) + whitenoise; in OPL_CALC_RH()
543 env_hh =OPL_CALC_SLOT(SLOT7_1) + whitenoise; in OPL_CALC_RH()
555 tone8 = OP_OUT(SLOT8_2,whitenoise,0 ); in OPL_CALC_RH()

123