Home
last modified time | relevance | path

Searched refs:extras (Results 76 – 100 of 10608) sorted by relevance

12345678910>>...425

/dports/security/s2n/s2n-tls-1.1.2/tests/sidetrail/working/s2n-record-read-composite/
H A DMakefile11 extras += crypto/s2n_hash.c
12 extras += crypto/s2n_hmac.c
13 extras += error/s2n_errno.c
14 extras += stuffer/s2n_stuffer.c
15 extras += stuffer/s2n_stuffer_network_order.c
16 extras += tls/s2n_record_read_composite.c
17 extras += utils/s2n_ensure.c
18 extras += utils/s2n_mem.c
19 extras += utils/s2n_result.c
20 extras += utils/s2n_safety.c
/dports/textproc/py-rdflib/rdflib-5.0.0/docs/apidocs/
H A Drdflib.extras.rst1 rdflib.extras package
7 rdflib.extras.cmdlineutils module
10 .. automodule:: rdflib.extras.cmdlineutils
15 rdflib.extras.describer module
18 .. automodule:: rdflib.extras.describer
23 rdflib.extras.external\_graph\_libs module
26 .. automodule:: rdflib.extras.external_graph_libs
31 rdflib.extras.infixowl module
34 .. automodule:: rdflib.extras.infixowl
43 .. automodule:: rdflib.extras
/dports/databases/py-psycopg2/psycopg2-2.9.2/tests/
H A Dtest_fast_executemany.py24 import psycopg2.extras
57 psycopg2.extras.execute_batch(cur,
65 psycopg2.extras.execute_batch(cur,
73 psycopg2.extras.execute_batch(cur,
82 psycopg2.extras.execute_batch(cur,
90 psycopg2.extras.execute_batch(cur,
99 psycopg2.extras.execute_batch(cur,
117 psycopg2.extras.execute_batch(cur,
124 psycopg2.extras.execute_batch(cur,
131 psycopg2.extras.execute_batch(cur,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DCrashHandler.java233 final Bundle extras = new Bundle(); in getCrashExtras() local
237 extras.putString("ProductName", pkgName); in getCrashExtras()
238 extras.putLong("CrashTime", getCrashTime()); in getCrashExtras()
239 extras.putLong("StartupTime", getStartupTime()); in getCrashExtras()
255 return extras; in getCrashExtras()
281 protected String getServerUrl(final Bundle extras) { in getServerUrl() argument
284 normalizeUrlString(extras.getString("Version")), in getServerUrl()
388 final String url = getServerUrl(extras); in reportException()
389 extras.putString("ServerURL", url); in reportException()
393 for (String key : extras.keySet()) { in reportException()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DCrashHandler.java231 final Bundle extras = new Bundle(); in getCrashExtras() local
235 extras.putString("ProductName", pkgName); in getCrashExtras()
236 extras.putLong("CrashTime", getCrashTime()); in getCrashExtras()
237 extras.putLong("StartupTime", getStartupTime()); in getCrashExtras()
253 return extras; in getCrashExtras()
279 protected String getServerUrl(final Bundle extras) { in getServerUrl() argument
282 normalizeUrlString(extras.getString("Version")), in getServerUrl()
388 final String url = getServerUrl(extras); in reportException()
389 extras.putString("ServerURL", url); in reportException()
393 for (String key : extras.keySet()) { in reportException()
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/plasmaextracomponents/
H A DMainpage.dox3 <h2>import org.kde.plasma.extras</h2>
5 - \link org::kde::plasma::extras::App App \endlink
6 - \link org::kde::plasma::extras::PageRow PageRow \endlink
7 - \link org::kde::plasma::extras::ScrollArea ScrollArea \endlink
11 - \link org::kde::plasma::extras::Heading Heading \endlink
12 - \link org::kde::plasma::extras::Paragraph Paragraph \endlink
13 - \link org::kde::plasma::extras::Title Title \endlink
16 - \link org::kde::plasma::extras::ActivateAnimation ActivateAnimation \endlink
17 - \link org::kde::plasma::extras::AppearAnimation AppearAnimation \endlink
18 - \link org::kde::plasma::extras::PressedAnimation PressedAnimation \endlink
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/plugin/
H A Dhclog_adapter.go41 extras := strings.TrimSpace(fmt.Sprint(args...))
42 if extras != "" {
43 h.wrappedLogger.Debug(msg, mlog.String(h.extrasKey, extras))
50 extras := strings.TrimSpace(fmt.Sprint(args...))
51 if extras != "" {
59 extras := strings.TrimSpace(fmt.Sprint(args...))
60 if extras != "" {
68 extras := strings.TrimSpace(fmt.Sprint(args...))
69 if extras != "" {
77 extras := strings.TrimSpace(fmt.Sprint(args...))
[all …]
/dports/net-mgmt/dhcp_probe/dhcp_probe-1.3.1/
H A DMakefile.am20 extras/dhcp_probe.cf.sample \
21 extras/dhcp_probe.FreeBSD.sh \
22 extras/dhcp_probe.startup.Solaris9 \
23 extras/dhcp_probe.xml \
24 extras/dhcp_probe_notify \
25 extras/dhcp_probe_notify2 \
26 extras/mail-throttled \
27 extras/rotate_logs \
28 extras/site-application-dhcp_probe \
29 extras/README
/dports/graphics/magnum-extras/magnum-extras-2019.10/doc/
H A Dchangelog-extras.dox28 /** @page changelog-extras Extras
33 @anchor changelog-extras-latest
35 @section changelog-extras-2019-10 2019.10
71 [mosra/magnum-extras#10](https://github.com/mosra/magnum-extras/pull/10))
84 @section changelog-extras-2019-01 2019.01
101 @section changelog-extras-2018-10 2018.10
110 [mosra/magnum-extras#6](https://github.com/mosra/magnum-extras/pull/6))
125 …for more information. See also [mosra/magnum-extras#5](https://github.com/mosra/magnum-extras/pull…
129 [mosra/magnum-extras#4](https://github.com/mosra/magnum-extras/issues/4))
136 @section changelog-extras-2018-04 2018.04
[all …]
H A Dbuilding-extras.dox27 /** @page building-extras Downloading and building extras
46 - @ref building-extras-packages-deb
58 vcpkg install magnum-extras
88 vcpkg install magnum-extras[ui]
94 vcpkg install magnum-extras[*]
105 [magnum-extras-git](https://aur.archlinux.org/packages/magnum-extras-git/).
116 git clone git://github.com/mosra/magnum-extras && cd magnum-extras
148 git clone git://github.com/mosra/magnum-extras && cd magnum-extras
157 sudo dpkg -i ../magnum-extras*.deb
178 git clone git://github.com/mosra/magnum-extras && cd magnum-extras
[all …]
/dports/devel/radare2/radare2-5.1.1/test/
H A DMakefile4 ${RUNTEST} db/extras/asm/arm.v35_64
21 ${RUNTEST} db/extras/asm/x86.ks_
24 ${RUNTEST} db/extras/cmd/swf
26 m68k-extras: bins
27 ${RUNTEST} db/extras/asm/m68k
30 ${RUNTEST} db/extras/asm/mc6809
36 ${RUNTEST} db/extras/asm/x86.udis_*
38 olly-extras: bins
39 ${RUNTEST} db/extras/asm/x86.olly
42 ${RUNTEST} db/extras/asm/dwarf
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DCrashHandler.java245 final Bundle extras = new Bundle(); in getCrashExtras() local
248 extras.putLong("CrashTime", getCrashTime()); in getCrashExtras()
249 extras.putLong("StartupTime", getStartupTime()); in getCrashExtras()
255 extras.putString("Notes", notes); in getCrashExtras()
271 return extras; in getCrashExtras()
297 protected String getServerUrl(final Bundle extras) { in getServerUrl() argument
426 final String url = getServerUrl(extras); in reportException()
427 extras.putString("ServerURL", url); in reportException()
430 for (final String key : extras.keySet()) { in reportException()
431 json.put(key, extras.get(key)); in reportException()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DCrashHandler.java245 final Bundle extras = new Bundle(); in getCrashExtras() local
248 extras.putLong("CrashTime", getCrashTime()); in getCrashExtras()
249 extras.putLong("StartupTime", getStartupTime()); in getCrashExtras()
251 extras.putString("Android_PackageName", pkgName); in getCrashExtras()
255 extras.putString("Notes", notes); in getCrashExtras()
271 return extras; in getCrashExtras()
454 final String url = getServerUrl(extras); in reportException()
455 extras.putString("ServerURL", url); in reportException()
458 for (final String key : extras.keySet()) { in reportException()
459 json.put(key, extras.get(key)); in reportException()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DCrashHandler.java245 final Bundle extras = new Bundle(); in getCrashExtras() local
248 extras.putLong("CrashTime", getCrashTime()); in getCrashExtras()
249 extras.putLong("StartupTime", getStartupTime()); in getCrashExtras()
255 extras.putString("Notes", notes); in getCrashExtras()
271 return extras; in getCrashExtras()
297 protected String getServerUrl(final Bundle extras) { in getServerUrl() argument
426 final String url = getServerUrl(extras); in reportException()
427 extras.putString("ServerURL", url); in reportException()
430 for (final String key : extras.keySet()) { in reportException()
431 json.put(key, extras.get(key)); in reportException()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/
H A DCrashHandler.java245 final Bundle extras = new Bundle(); in getCrashExtras() local
248 extras.putLong("CrashTime", getCrashTime()); in getCrashExtras()
249 extras.putLong("StartupTime", getStartupTime()); in getCrashExtras()
255 extras.putString("Notes", notes); in getCrashExtras()
271 return extras; in getCrashExtras()
297 protected String getServerUrl(final Bundle extras) { in getServerUrl() argument
426 final String url = getServerUrl(extras); in reportException()
427 extras.putString("ServerURL", url); in reportException()
430 for (String key : extras.keySet()) { in reportException()
431 json.put(key, extras.get(key)); in reportException()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/docker/install/
H A Dubuntu_install_androidsdk.sh58 extras;android;gapid;1
59 extras;android;gapid;3
60 extras;android;m2repository
61 extras;google;auto
62 extras;google;google_play_services
63 extras;google;instantapps
64 extras;google;m2repository
65 extras;google;market_apk_expansion
66 extras;google;market_licensing
67 extras;google;simulators
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/docker/install/
H A Dubuntu_install_androidsdk.sh58 extras;android;gapid;1
59 extras;android;gapid;3
60 extras;android;m2repository
61 extras;google;auto
62 extras;google;google_play_services
63 extras;google;instantapps
64 extras;google;m2repository
65 extras;google;market_apk_expansion
66 extras;google;market_licensing
67 extras;google;simulators
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Tmain/readtags-qualifier.d/
H A Dc.tags1 !_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/;" extras:pseudo
2 !_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/;" extras:pseudo
3 !_TAG_OUTPUT_FILESEP slash /slash or backslash/;" extras:pseudo
4 !_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/;" extras:pseudo
5 !_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/;" extras:pseudo
6 !_TAG_PROGRAM_AUTHOR Universal Ctags Team //;" extras:pseudo
7 !_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/;" extras:pseudo
8 !_TAG_PROGRAM_URL https://ctags.io/ /official site/;" extras:pseudo
9 !_TAG_PROGRAM_VERSION 0.0.0 /158beae9/;" extras:pseudo
10 …rameter line:5 language:C scope:function:main typeref:typename:int file: roles:def extras:fileScope
[all …]
/dports/games/etracer/etr-0.8.1/
H A Dconfigure.ac145 data/courses/extras/Makefile
146 data/courses/extras/bronze_set/Makefile
147 data/courses/extras/comepeces/Makefile
149 data/courses/extras/el_reto/Makefile
153 data/courses/extras/inception/Makefile
154 data/courses/extras/laberinto/Makefile
159 data/courses/extras/snow_run_1/Makefile
160 data/courses/extras/snow_run_2/Makefile
164 data/courses/extras/tuxway/Makefile
165 data/courses/extras/twists/Makefile
[all …]
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/packages/
H A D__init__.py35 extras=None, # type: Optional[List[str]] argument
47 return FileDependency(name, path, base=base, extras=extras)
49 return DirectoryDependency(name, path, base=base, extras=extras)
88 p, extras = strip_extras(path)
126 dep = VCSDependency(name, "git", url.url, rev=url.rev, extras=req.extras)
129 name, "git", link.url_without_fragment, extras=req.extras
137 name=name, path=path, base=relative_to, extras=req.extras
143 name=name, path=Path(req.url), base=relative_to, extras=req.extras,
149 dep = Dependency(name, version or "*", extras=req.extras)
159 dep = Dependency(name, constraint, extras=req.extras)
/dports/www/h2o-devel/h2o-dcc7134/deps/libyrmcds/
H A Dsend.c158 char extras[8]; in send_data() local
211 char extras[4]; in yrmcds_get_touch() local
215 sizeof(extras), extras, 0, NULL); in yrmcds_get_touch()
226 char extras[4]; in yrmcds_getk_touch() local
230 sizeof(extras), extras, 0, NULL); in yrmcds_getk_touch()
265 char extras[4]; in yrmcds_touch() local
268 sizeof(extras), extras, 0, NULL); in yrmcds_touch()
332 sizeof(extras), extras, 0, NULL); in yrmcds_incr()
350 sizeof(extras), extras, 0, NULL); in yrmcds_incr2()
367 sizeof(extras), extras, 0, NULL); in yrmcds_decr()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-perl.r/perl-module.d/
H A Dexpected.tags1 constant input.pl /^use constant$/;" M line:2 roles:used extras:reference
3 diagnostics input.pl /^use diagnostics;$/;" M line:4 roles:used extras:reference
4 integer input.pl /^use integer;$/;" M line:5 roles:used extras:reference
5 sigtrap input.pl /^use sigtrap qw(SEGV BUS);$/;" M line:6 roles:used extras:reference
6 strict input.pl /^use strict qw(subs vars refs);$/;" M line:7 roles:used extras:reference
7 subs input.pl /^use subs qw(afunc blurfl);$/;" M line:8 roles:used extras:reference
8 warnings input.pl /^use warnings qw(all);$/;" M line:9 roles:used extras:reference
9 sort input.pl /^use sort qw(stable _quicksort _mergesort);$/;" M line:10 roles:used extras:refe…
10 integer input.pl /^no integer;$/;" M line:12 roles:unused extras:reference
11 strict input.pl /^no strict 'refs';$/;" M line:13 roles:unused extras:reference
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/background_task_scheduler/internal/android/java/src/org/chromium/components/background_task_scheduler/internal/
H A DExtrasToProtoConverter.java32 Bundle extras) { in convertExtrasToProtoExtras() argument
35 for (String key : extras.keySet()) { in convertExtrasToProtoExtras()
36 Object obj = extras.get(key); in convertExtrasToProtoExtras()
61 double[] bundleValues = extras.getDoubleArray(key); in convertExtrasToProtoExtras()
74 int[] bundleValues = extras.getIntArray(key); in convertExtrasToProtoExtras()
87 long[] bundleValues = extras.getLongArray(key); in convertExtrasToProtoExtras()
133 Bundle extras = new Bundle(); in convertProtoExtrasToExtras() local
143 extras.putBoolean( in convertProtoExtrasToExtras()
147 extras.putDouble( in convertProtoExtrasToExtras()
157 extras.putString( in convertProtoExtrasToExtras()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/background_task_scheduler/internal/android/java/src/org/chromium/components/background_task_scheduler/internal/
H A DExtrasToProtoConverter.java32 Bundle extras) { in convertExtrasToProtoExtras() argument
35 for (String key : extras.keySet()) { in convertExtrasToProtoExtras()
36 Object obj = extras.get(key); in convertExtrasToProtoExtras()
61 double[] bundleValues = extras.getDoubleArray(key); in convertExtrasToProtoExtras()
74 int[] bundleValues = extras.getIntArray(key); in convertExtrasToProtoExtras()
87 long[] bundleValues = extras.getLongArray(key); in convertExtrasToProtoExtras()
133 Bundle extras = new Bundle(); in convertProtoExtrasToExtras() local
143 extras.putBoolean( in convertProtoExtrasToExtras()
147 extras.putDouble( in convertProtoExtrasToExtras()
157 extras.putString( in convertProtoExtrasToExtras()
[all …]
/dports/textproc/scim/scim-1.4.9/
H A DChangeLog36 extras/bridge_immodule,
37 extras/gtk2_immodule/gtkimcontextscim.cpp,
38 extras/panel/scim_panel_gtk.cpp, extras/setup/scim_setup_ui.cpp,
210 extras/bridge_immodule/scim_bridge_type.h:
219 extras/bridge_immodule/scim_bridge_utility.h:
223 * extras/bridge_immodule/scim_bridge_lookup.h,
234 extras/bridge_immodule/scim_bridge_lookup.h,
236 extras/bridge_immodule/scim_bridge_property.c,
240 extras/bridge_immodule/scim_bridge_type.h,
241 extras/bridge_immodule/scim_bridge_utility.c,
[all …]

12345678910>>...425