Home
last modified time | relevance | path

Searched +refs:fallback +refs:search +refs:list (Results 1 – 25 of 17001) sorted by relevance

12345678910>>...681

/dports/lang/racket/racket-8.3/src/expander/syntax/
H A Dfallback.rkt9 fallback->list)
19 ;; A syntax object contains a fallback search list only if
27 (struct fallback (search-list)
33 (car (fallback-search-list smss))
37 (define l (cdr (fallback-search-list smss)))
46 (fallback-search-list smss/maybe-fallback)
47 (list smss/maybe-fallback)))))
51 (let ([l (fallback-search-list smss)])
57 (fallback (for/list ([smss (in-list (fallback-search-list smss))])
61 (define (fallback->list smss)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/syntax/
H A Dfallback.rkt9 fallback->list)
19 ;; A syntax object contains a fallback search list only if
27 (struct fallback (search-list)
33 (car (fallback-search-list smss))
37 (define l (cdr (fallback-search-list smss)))
46 (fallback-search-list smss/maybe-fallback)
47 (list smss/maybe-fallback)))))
51 (let ([l (fallback-search-list smss)])
57 (fallback (for/list ([smss (in-list (fallback-search-list smss))])
61 (define (fallback->list smss)
[all …]
/dports/devel/dbus-tcl/dbus-2.2/
H A DdbusEvent.c57 if (dbus->fallback != NULL) in DBus_GetMessageHandler()
58 return dbus->fallback; in DBus_GetMessageHandler()
62 dbus->fallback = dataPtr; in DBus_GetMessageHandler()
234 dataPtr = dbus->fallback; in DBus_FindListeners()
555 data = dbus->fallback; in DBus_ListListeners()
616 return list; in DBus_ListListeners()
741 data = dbus->fallback; in DBusListenCmd()
768 dbus->fallback = NULL; in DBusListenCmd()
939 data = dbus->fallback; in DBusMethodCmd()
959 dbus->fallback = NULL; in DBusMethodCmd()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/macholib/doc/
H A Ddyld.rst25 Returns a user-specified framework search path,
26 or an empty list when only the default search path
37 Returns a user-specified library search path,
38 or an empty list when only the default search path
49 Return a user specified list of of directories where
51 or an empty list when the default fallback path should
62 Return a user specified list of of directories where
64 or an empty list when the default fallback path should
86 search path.
89 entries in the library search path.
/dports/devel/py-macholib/macholib-1.11/doc/
H A Ddyld.rst25 Returns a user-specified framework search path,
26 or an empty list when only the default search path
37 Returns a user-specified library search path,
38 or an empty list when only the default search path
49 Return a user specified list of of directories where
51 or an empty list when the default fallback path should
62 Return a user specified list of of directories where
64 or an empty list when the default fallback path should
86 search path.
89 entries in the library search path.
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/network/common/
H A Dutils.py66 return list(val)
70 return list()
95 if isinstance(val, list):
189 fallback_strategy = fallback[0]
193 for item in fallback[1:]:
454 def _fallback(fallback): argument
455 strategy = fallback[0]
459 for item in fallback[1:]:
502 match = re.search(r'%s (.+)(\n|$)' % arg, cfg, re.M)
524 match = re.search(r'\n\s+%s(\n|$)' % cmd, cfg)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/module_utils/network/common/
H A Dutils.py66 return list(val)
70 return list()
95 if isinstance(val, list):
189 fallback_strategy = fallback[0]
193 for item in fallback[1:]:
452 def _fallback(fallback): argument
453 strategy = fallback[0]
457 for item in fallback[1:]:
500 match = re.search(r'%s (.+)(\n|$)' % arg, cfg, re.M)
522 match = re.search(r'\n\s+%s(\n|$)' % cmd, cfg)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/
H A Dutils.py76 return list(val)
80 return list()
108 if isinstance(val, list):
212 for item in fallback[1:]:
487 def _fallback(fallback): argument
488 strategy = fallback[0]
492 for item in fallback[1:]:
535 match = re.search(r"%s (.+)(\n|$)" % arg, cfg, re.M)
557 match = re.search(r"\n\s+%s(\n|$)" % cmd, cfg)
561 match = re.search(r"\n\s+%s %s(\n|$)" % (delete_str, cmd), cfg)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/module_utils/network/common/
H A Dutils.py66 return list(val)
70 return list()
95 if isinstance(val, list):
189 fallback_strategy = fallback[0]
193 for item in fallback[1:]:
452 def _fallback(fallback):
453 strategy = fallback[0]
457 for item in fallback[1:]:
500 match = re.search(r'%s (.+)(\n|$)' % arg, cfg, re.M)
522 match = re.search(r'\n\s+%s(\n|$)' % cmd, cfg)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/network-integration/collections/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/
H A Dutils.py76 return list(val)
80 return list()
108 if isinstance(val, list):
212 for item in fallback[1:]:
487 def _fallback(fallback): argument
488 strategy = fallback[0]
492 for item in fallback[1:]:
535 match = re.search(r"%s (.+)(\n|$)" % arg, cfg, re.M)
557 match = re.search(r"\n\s+%s(\n|$)" % cmd, cfg)
561 match = re.search(r"\n\s+%s %s(\n|$)" % (delete_str, cmd), cfg)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/netcommon/plugins/module_utils/network/common/
H A Dutils.py120 return list(val)
124 return list()
152 if isinstance(val, list):
261 fallback_strategy = fallback[0]
265 for item in fallback[1:]:
535 def _fallback(fallback): argument
536 strategy = fallback[0]
540 for item in fallback[1:]:
583 match = re.search(r"%s (.+)(\n|$)" % arg, cfg, re.M)
605 match = re.search(r"\n\s+%s(\n|$)" % cmd, cfg)
[all …]
/dports/www/youtube_dl/youtube-dl/youtube_dl/extractor/
H A Dpornhub.py46 if any(re.search(p, webpage) for p in (
84 return any(re.search(p, webpage) for p in (
149 'tags': list,
150 'categories': list,
167 'tags': list,
168 'categories': list,
188 'tags': list,
288 if any(re.search(p, webpage) for p in (
394 if not video_urls and re.search(
577 return re.search(
[all …]
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A D.gitignore28 gwakeup-fallback
35 list
52 overflow-fallback
62 search-utils
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/docs/
H A Ddefaultdomains.rst20 history and you are forced to type full URLs. Shipping a set of top domains provides a fallback.
22 The top domains list can be localized, but Firefox will fallback to using en-US as the default for …
23 locales that do not provide a specific set. The list can have several hundred domains, but due to
29 After getting a source list, e.g. Alexa top global sites, we apply some simple guidelines to the
30 list of domains:
33 * Remove any sites in the Alexa adult site list.
42 * Remove any time/date specific sites that may have appeared on the list due to seasonal spikes.
51 Suggested sites can be localized, but Firefox will fallback to using en-US as the default for all
58 After getting a source list, e.g. Alexa top global sites, we apply some simple guidelines to the
59 list of domains:
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/docs/
H A Ddefaultdomains.rst20 history and you are forced to type full URLs. Shipping a set of top domains provides a fallback.
22 The top domains list can be localized, but Firefox will fallback to using en-US as the default for …
23 locales that do not provide a specific set. The list can have several hundred domains, but due to
29 After getting a source list, e.g. Alexa top global sites, we apply some simple guidelines to the
30 list of domains:
33 * Remove any sites in the Alexa adult site list.
42 * Remove any time/date specific sites that may have appeared on the list due to seasonal spikes.
51 Suggested sites can be localized, but Firefox will fallback to using en-US as the default for all
58 After getting a source list, e.g. Alexa top global sites, we apply some simple guidelines to the
59 list of domains:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/components/TopSites/
H A D_TopSites.scss17 $letter-fallback-color: $white;
19 .top-sites-list {
20 list-style: none;
116 // For letter fallback
135 &.letter-fallback::before {
136 content: attr(data-fallback);
174 // for corner letter fallback
180 &[data-fallback]::before {
181 content: attr(data-fallback);
657 .top-sites-list {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/components/TopSites/
H A D_TopSites.scss17 $letter-fallback-color: $white;
19 .top-sites-list {
20 list-style: none;
116 // For letter fallback
135 &.letter-fallback::before {
136 content: attr(data-fallback);
174 // for corner letter fallback
180 &[data-fallback]::before {
181 content: attr(data-fallback);
657 .top-sites-list {
[all …]
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dpornhub.py48 if any(re.search(p, webpage) for p in (
86 return any(re.search(p, webpage) for p in (
151 'tags': list,
152 'categories': list,
153 'cast': list,
170 'tags': list,
191 'tags': list,
290 if any(re.search(p, webpage) for p in (
396 if not video_urls and re.search(
582 return re.search(
[all …]
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/aeidon/
H A Dutil.py65 chars = list("abcdefghijklmnopqrstuvwxyz0123456789")
131 return compare(list(map(int, x.split("."))),
132 list(map(int, y.split("."))))
165 if re_id.search(line) is not None:
220 if isinstance(item, list):
235 def get_default_encoding(fallback="utf_8"): argument
238 encoding = encoding or fallback
301 return list(reversed(get_unique(list(reversed(lst)))))
303 return list(collections.OrderedDict.fromkeys(lst))
400 if not fallback in (encoding, None, ""):
[all …]
/dports/textproc/py-aeidon/aeidon-1.10.1/aeidon/
H A Dutil.py65 chars = list("abcdefghijklmnopqrstuvwxyz0123456789")
131 return compare(list(map(int, x.split("."))),
132 list(map(int, y.split("."))))
165 if re_id.search(line) is not None:
202 if isinstance(item, list):
217 def get_default_encoding(fallback="utf_8"): argument
220 encoding = encoding or fallback
275 return list(reversed(get_unique(list(reversed(lst)))))
277 return list(collections.OrderedDict.fromkeys(lst))
377 if not fallback in (encoding, None, ""):
[all …]
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/t/aggregate/
H A Dunit_core_mvc.t30 use overload '""' => sub { $_[0]->{string} }, fallback => 1;
52 # failed search
118 # is_deeply is used because regexp behavior means list context
133 # object w/ regexp fallback
135 ok( $warnings, 'regexp fallback warnings' );
143 # object w/ regexp fallback
145 ok( $warnings, 'regexp fallback warnings' );
168 # failed search
196 # regexp fallback
242 # try to get nonexisting object w/o regexp fallback
[all …]
/dports/devel/unibilium/unibilium-92d929f/doc/
H A Dunibi_terminfo_dirs.pod5 unibi_terminfo_dirs - fallback terminfo search path
15 A colon-separated list of directories that is used by C<unibi_from_term> if
H A Dunibi_from_term.pod24 of the directory to search for local terminal definitions before checking in
34 colon-separated list of directories to search.
38 If C<TERMINFO_DIRS> is not set, a compiled-in fallback (C<unibi_terminfo_dirs>)
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.hulu.com33 Disallow: /feed/search
34 Disallow: /feed/search/
53 Disallow: /posts/list/
66 Noindex: /search?
67 Disallow: /search?
68 Disallow: /search/
127 Disallow: /posts/list/
140 Noindex: /search?
141 Disallow: /search?
142 Disallow: /search/
[all …]
/dports/devel/p5-DateTime-Locale/DateTime-Locale-1.33/
H A DREADME.md41 If the requested locale is not found, a fallback search takes place to find a
44 The fallback search order is:
52 Eg. For the locale code `es-XX-UNKNOWN` the fallback search would be:
59 Eg. For the locale code `es-Latn-XX` the fallback search would be:
78 Returns an unsorted list of the available locale codes, or an array reference
79 if called in a scalar context. This list does not include aliases.
86 Returns an unsorted list of the available locale names in English, or an array
94 Returns an unsorted list of the available locale names in their native
179 corrections to the DateTime mailing list, datetime@perl.org.
188 datetime@perl.org mailing list
[all …]

12345678910>>...681