Home
last modified time | relevance | path

Searched refs:allowed_formats (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11/pixman/pixman-0.40.0/test/
H A Dsolid-test.c164 random_format (const pixman_format_code_t *allowed_formats) in random_format() argument
168 while (allowed_formats[n] != PIXMAN_null) in random_format()
174 return allowed_formats[prng_rand_n (n)]; in random_format()
178 create_multi_pixel_image (const pixman_format_code_t *allowed_formats, in create_multi_pixel_image() argument
186 fmt = random_format (allowed_formats); in create_multi_pixel_image()
205 create_solid_image (const pixman_format_code_t *allowed_formats, in create_solid_image() argument
216 fmt = random_format (allowed_formats); in create_solid_image()
H A Dblitters-test.c22 create_random_image (pixman_format_code_t *allowed_formats, in create_random_image() argument
33 while (allowed_formats[n] != PIXMAN_null) in create_random_image()
38 fmt = allowed_formats[prng_rand_n (n)]; in create_random_image()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/
H A Dcache.py36 def __init__(self, cache_dir, format_control, allowed_formats): argument
41 self.allowed_formats = allowed_formats
44 assert self.allowed_formats.union(_valid_formats) == _valid_formats
86 if not self.allowed_formats.intersection(formats):
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/
H A Dcache.py41 def __init__(self, cache_dir, format_control, allowed_formats): argument
47 self.allowed_formats = allowed_formats
50 assert self.allowed_formats.union(_valid_formats) == _valid_formats
100 if not self.allowed_formats.intersection(formats):
/dports/www/drupal8/drupal-8.9.20/core/modules/serialization/src/Normalizer/
H A DDateTimeNormalizer.php100 $allowed_formats = isset($context['datetime_allowed_formats'])
103 foreach ($allowed_formats as $format) {
113 foreach ($allowed_formats as $label => $format) {
/dports/www/drupal9/drupal-9.2.10/core/modules/serialization/src/Normalizer/
H A DDateTimeNormalizer.php99 $allowed_formats = isset($context['datetime_allowed_formats'])
102 foreach ($allowed_formats as $format) {
112 foreach ($allowed_formats as $label => $format) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dfont_list_fontconfig.cc41 const char* allowed_formats[] = { "TrueType", "CFF" }; in GetFontList_SlowBlocking() local
42 for (size_t i = 0; i < base::size(allowed_formats); ++i) { in GetFontList_SlowBlocking()
43 auto format_pattern = CreateFormatPattern(allowed_formats[i]); in GetFontList_SlowBlocking()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/
H A Dfont_list_fontconfig.cc41 const char* allowed_formats[] = { "TrueType", "CFF" }; in GetFontList_SlowBlocking() local
42 for (size_t i = 0; i < base::size(allowed_formats); ++i) { in GetFontList_SlowBlocking()
43 auto format_pattern = CreateFormatPattern(allowed_formats[i]); in GetFontList_SlowBlocking()
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/specialbots/
H A D_upload.py253 allowed_formats = self.target_site.siteinfo.get(
256 allowed_formats = []
258 allowed_formats = [item['ext'] for item in allowed_formats]
282 if allowed_formats and ext not in allowed_formats:
285 '[{}]'.format(' '.join(allowed_formats)))
290 .format(' '.join(allowed_formats), ext),
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/
H A Dcache.py47 def __init__(self, cache_dir, format_control, allowed_formats): argument
53 self.allowed_formats = allowed_formats
56 assert self.allowed_formats.union(_valid_formats) == _valid_formats
106 if not self.allowed_formats.intersection(formats):
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/
H A Dcache.py47 def __init__(self, cache_dir, format_control, allowed_formats): argument
53 self.allowed_formats = allowed_formats
56 assert self.allowed_formats.union(_valid_formats) == _valid_formats
134 if not self.allowed_formats.intersection(formats):
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/
H A Dcache.py47 def __init__(self, cache_dir, format_control, allowed_formats): argument
53 self.allowed_formats = allowed_formats
56 assert self.allowed_formats.union(_valid_formats) == _valid_formats
134 if not self.allowed_formats.intersection(formats):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/
H A Dcache.py50 def __init__(self, cache_dir, format_control, allowed_formats): argument
56 self.allowed_formats = allowed_formats
59 assert self.allowed_formats.union(_valid_formats) == _valid_formats
137 if not self.allowed_formats.intersection(formats):
/dports/audio/musicpd/mpd-0.23.6/src/lib/alsa/
H A DAllowedFormat.cxx65 ToString(const std::forward_list<AllowedFormat> &allowed_formats) noexcept in ToString() argument
69 for (const auto &i : allowed_formats) { in ToString()
H A DAllowedFormat.hxx59 ToString(const std::forward_list<AllowedFormat> &allowed_formats) noexcept;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/font_access/
H A Dfont_enumeration_cache_fontconfig.cc38 const char* allowed_formats[] = {"TrueType", "CFF"}; in ListFonts() local
39 for (const auto* format : allowed_formats) { in ListFonts()
/dports/audio/musicpd/mpd-0.23.6/src/output/plugins/
H A DAlsaOutputPlugin.cxx130 std::forward_list<Alsa::AllowedFormat> allowed_formats; member in AlsaOutput
461 allowed_formats = Alsa::AllowedFormat::ParseList(allowed_formats_string); in AlsaOutput()
470 {"allowed_formats", Alsa::ToString(allowed_formats)}, in GetAttributes()
482 allowed_formats = Alsa::AllowedFormat::ParseList(value); in SetAttribute()
798 if (!allowed_formats.empty()) { in Open()
799 const auto &a = BestMatch(allowed_formats, in Open()
/dports/security/hashcat/hashcat-6.2.5/extra/tab_completion/
H A Dhashcat.sh473 local allowed_formats=$(echo -n "${OUTFILE_FORMATS}" | sed 's/ /\n/g')
477 allowed_formats=$(echo -n "${allowed_formats}" | grep -v "${formats_used}")
481 for i in $allowed_formats; do
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/coreaudio-encoder/
H A Dencoder.cpp97 const initializer_list<UInt32> *allowed_formats = nullptr; member
544 ca->allowed_formats = &aac_formats; in aac_create()
546 ca->allowed_formats = &aac_lc_formats; in aac_create()
555 for (UInt32 format_id : *ca->allowed_formats) { in aac_create()
571 ca->allowed_formats->size() == 1 ? "" : "s"); in aac_create()
1205 for (UInt32 format : (ca ? *ca->allowed_formats : aac_formats)) { in get_samplerates()
1281 for (UInt32 format_id : (ca ? *ca->allowed_formats : aac_formats)) { in get_bitrates()
/dports/graphics/ampasCTL/CTL-57b48a2/ctlrender/
H A Dmain.cc131 file_format_t allowed_formats[] = variable
155 const file_format_t *current = allowed_formats; in find_format()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dauto_add.py33 def allowed_formats(): function
51 self.allowed = allowed_formats()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/commands/
H A Dinstall.py68 allowed_formats = format_control.get_allowed_formats(canonical_name)
69 return "binary" in allowed_formats
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_internal/commands/
H A Dinstall.py54 allowed_formats = format_control.get_allowed_formats(canonical_name)
55 return "binary" in allowed_formats
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_internal/commands/
H A Dinstall.py55 allowed_formats = format_control.get_allowed_formats(canonical_name)
56 return "binary" in allowed_formats
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/commands/
H A Dinstall.py60 allowed_formats = format_control.get_allowed_formats(canonical_name)
61 return "binary" in allowed_formats

12