Home
last modified time | relevance | path

Searched defs:dependencies (Results 51 – 75 of 8066) sorted by relevance

12345678910>>...323

/dports/devel/py-deprecated/Deprecated-1.2.13/docs/source/
H A Dinstallation.rst36 .. _pytest: https://docs.pytest.org/en/latest/
37 .. _pytest-cov: http://pytest-cov.readthedocs.io/en/latest/
38 .. _tox: https://tox.readthedocs.io/en/latest/
39 .. _bump2version: https://github.com/c4urself/bump2version
40 .. _sphinx: http://www.sphinx-doc.org/en/stable/index.html
/dports/finance/electrum/Electrum-4.1.5/
H A DREADME.rst66 .. _libsecp256k1: https://github.com/bitcoin-core/secp256k1
67 .. _pycryptodomex: https://github.com/Legrandin/pycryptodome
68 .. _cryptography: https://github.com/pyca/cryptography
69 .. _this: https://github.com/spesmilo/electrum-docs/blob/master/hardware-linux.rst
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.cpp21 CommentString = "#";
23 Data64bitsDirective = "\t.quad\t";
26 ExceptionsType = ExceptionHandling::DwarfCFI;
/dports/x11/appmenu-registrar/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/
H A DFeatureWrapper.java48 private final List<FeatureWrapper> dependencies; field in FeatureWrapper
62 public FeatureWrapper(String className, String ...dependencies) { in FeatureWrapper()
65 public FeatureWrapper(String className, FeatureWrapper ...dependencies) { in FeatureWrapper() method in FeatureWrapper
68 public FeatureWrapper(String className, List<FeatureWrapper> dependencies) { in FeatureWrapper()
/dports/x11/gtk-app-menu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/
H A DFeatureWrapper.java48 private final List<FeatureWrapper> dependencies; field in FeatureWrapper
62 public FeatureWrapper(String className, String ...dependencies) { in FeatureWrapper()
65 public FeatureWrapper(String className, FeatureWrapper ...dependencies) { in FeatureWrapper() method in FeatureWrapper
68 public FeatureWrapper(String className, List<FeatureWrapper> dependencies) { in FeatureWrapper()
/dports/x11/mate-applet-appmenu/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/
H A DFeatureWrapper.java48 private final List<FeatureWrapper> dependencies; field in FeatureWrapper
62 public FeatureWrapper(String className, String ...dependencies) { in FeatureWrapper()
65 public FeatureWrapper(String className, FeatureWrapper ...dependencies) { in FeatureWrapper() method in FeatureWrapper
68 public FeatureWrapper(String className, List<FeatureWrapper> dependencies) { in FeatureWrapper()
/dports/x11/xfce4-appmenu-plugin/vala-panel-appmenu-4e362c22ab3a23c98f13fb379c782786ee057cf6/subprojects/jayatana/java/core/
H A DFeatureWrapper.java48 private final List<FeatureWrapper> dependencies; field in FeatureWrapper
62 public FeatureWrapper(String className, String ...dependencies) { in FeatureWrapper()
65 public FeatureWrapper(String className, FeatureWrapper ...dependencies) { in FeatureWrapper() method in FeatureWrapper
68 public FeatureWrapper(String className, List<FeatureWrapper> dependencies) { in FeatureWrapper()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/docs/
H A DMAINTAINERS.md24 #### Add new dependencies
30 #### Remove dependencies
34 #### Update dependencies
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/datasource/
H A Dactions.test.ts29 …const dependencies: DataSourceVariableActionDependencies = { getDatasourceSrv: getDatasourceSrvMoc… constant
46 const { datasource, dependencies, getListMock, getDatasourceSrvMock } = getTestContext({ constant
93 const { datasource, dependencies, getListMock, getDatasourceSrvMock } = getTestContext({ constant
142 const { dependencies, getListMock, getDatasourceSrvMock } = getTestContext({ sources }); constant
/dports/devel/py-pdm/pdm-1.11.0/tests/fixtures/
H A Dpypi.json4 "dependencies": [ array
14 "dependencies": [ array
32 "dependencies": ["pytz", "sqlparse"], array
35 "1.11.8": { "dependencies": ["pytz"] } array
44 "dependencies": [ array
54 "dependencies": ["django<2"] array
/dports/devel/libcbor/libcbor-0.9.0/doc/source/
H A Ddevelopment.rst105 Installing *sphinx*
119 Live preview of docs
128 Set up git hooks
140 Testing and code coverage
/dports/graphics/mypaint/mypaint-2.0.1/
H A DBUILDING.md94 ### Debian and derivatives
115 ### Red Hat and derivatives
130 ### Windows MSYS2
150 ### OSX MacPorts
/dports/devel/py-dask/dask-2021.11.2/dask/
H A Dorder.py85 def order(dsk, dependencies=None): argument
805 def graph_metrics(dependencies, dependents, total_dependencies): argument
934 def ndependencies(dependencies, dependents): argument
1021 def diagnostics(dsk, o=None, dependencies=None): argument
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection_factory.cc57 PeerConnectionFactoryDependencies dependencies) { in CreateModularPeerConnectionFactory()
82 PeerConnectionFactoryDependencies dependencies) { in Create()
93 PeerConnectionFactoryDependencies* dependencies) in PeerConnectionFactory()
105 PeerConnectionFactoryDependencies dependencies) in PeerConnectionFactory()
195 PeerConnectionDependencies dependencies(observer); in CreatePeerConnection() local
205 PeerConnectionDependencies dependencies) { in CreatePeerConnection()
218 PeerConnectionDependencies dependencies) { in CreatePeerConnectionOrError()
/dports/www/grafana8/grafana-8.3.6/public/app/features/datasources/state/
H A Dactions.test.ts43 const dependencies: TestDataSourceDependencies = { constant
195 const dependencies: InitDataSourceSettingDependencies = { constant
231 const dependencies: InitDataSourceSettingDependencies = { constant
261 const dependencies: TestDataSourceDependencies = { constant
287 const dependencies: TestDataSourceDependencies = { constant
/dports/net/py-suds-community/suds-community-1.0.0/tests/
H A Dtest_dependency_sort.py106 def _assert_dependency_order(sequence, dependencies): argument
138 def _transitive_dependency_closure(dependencies): argument
178 def test_assert_dependency_order__invalid(sequence, dependencies): argument
199 def test_assert_dependency_order__valid(sequence, dependencies): argument
/dports/multimedia/simplescreenrecorder/ssr-0.4.3/
H A DREADME.md135 ### Debian / Ubuntu
153 ### OpenSUSE
168 ### Fedora
/dports/devel/msbuild/msbuild-0.06/src/NuGetSdkResolver.UnitTests/
H A Dproject.json2 "dependencies": { object
10 "dependencies": { object
15 "dependencies": { object
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/analyzer/command/apk/testdata/
H A Dhistory_v3.9.json8 "dependencies": [ array
24 "dependencies": [ array
39 "dependencies": [ array
64 "dependencies": [ array
73 "dependencies": [ array
88 "dependencies": [ array
98 "dependencies": [ array
114 "dependencies": [ array
128 "dependencies": [ array
141 "dependencies": [ array
[all …]
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/
H A DREADME.md104 ### GNU / Linux
108 ### Apple / OSX
121 ### Microsoft / Windows
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/
H A DREADME.md104 ### GNU / Linux
108 ### Apple / OSX
121 ### Microsoft / Windows
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/
H A DREADME.md104 ### GNU / Linux
108 ### Apple / OSX
121 ### Microsoft / Windows
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/
H A DREADME.md55 ### Windows
64 ### macOS
79 ### Linux
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dpdf.rst508 Unix build
518 Poppler
527 PoDoFo
542 PDFium
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dpdf.rst508 Unix build
518 Poppler
527 PoDoFo
542 PDFium

12345678910>>...323