Home
last modified time | relevance | path

Searched defs:project (Results 1 – 25 of 6980) sorted by relevance

12345678910>>...280

/dports/lang/python311/Python-3.11.0a3/Tools/peg_generator/data/
H A Dtop-pypi-packages-365-days.json12 "project": "urllib3" string
16 "project": "six" string
20 "project": "botocore" string
28 "project": "pip" string
44 "project": "idna" string
48 "project": "pyyaml" string
52 "project": "pyasn1" string
64 "project": "rsa" string
76 "project": "pytz" string
116 "project": "cffi" string
[all …]
/dports/lang/python39/Python-3.9.9/Tools/peg_generator/data/
H A Dtop-pypi-packages-365-days.json12 "project": "urllib3" string
16 "project": "six" string
20 "project": "botocore" string
28 "project": "pip" string
44 "project": "idna" string
48 "project": "pyyaml" string
52 "project": "pyasn1" string
64 "project": "rsa" string
76 "project": "pytz" string
116 "project": "cffi" string
[all …]
/dports/lang/python310/Python-3.10.1/Tools/peg_generator/data/
H A Dtop-pypi-packages-365-days.json12 "project": "urllib3" string
16 "project": "six" string
20 "project": "botocore" string
28 "project": "pip" string
44 "project": "idna" string
48 "project": "pyyaml" string
52 "project": "pyasn1" string
64 "project": "rsa" string
76 "project": "pytz" string
116 "project": "cffi" string
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectItemElement_Tests.cs87 public void ReadNoChildren(string project) in ReadNoChildren()
347 public void ReadBasic(string project) in ReadBasic()
399 public void ReadMetadata(string project) in ReadMetadata()
646 public void SetInclude(string project) in SetInclude()
676 public void SetNullInclude(string project) in SetNullInclude()
691 public void SetExclude(string project) in SetExclude()
770 public void SetRemove(string project) in SetRemove()
800 public void SetNullRemove(string project) in SetNullRemove()
867 public void SetUpdate(string project) in SetUpdate()
897 public void SetNullUpdate(string project) in SetNullUpdate()
[all …]
/dports/devel/elixir-hex/hex-1.0.1/test/support/
H A Drelease_samples.ex2 def project do function
18 def project do function
33 def project do function
48 def project do function
64 def project do function
81 def project do function
97 def project do function
113 def project do function
129 def project do function
138 def project do function
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/
H A Dqgsserverprojectutils.cpp38 QString QgsServerProjectUtils::owsServiceTitle( const QgsProject &project ) in owsServiceTitle()
105 QString QgsServerProjectUtils::owsServiceFees( const QgsProject &project ) in owsServiceFees()
115 int QgsServerProjectUtils::wmsMaxWidth( const QgsProject &project ) in wmsMaxWidth()
120 int QgsServerProjectUtils::wmsMaxHeight( const QgsProject &project ) in wmsMaxHeight()
125 bool QgsServerProjectUtils::wmsUseLayerIds( const QgsProject &project ) in wmsUseLayerIds()
130 int QgsServerProjectUtils::wmsImageQuality( const QgsProject &project ) in wmsImageQuality()
135 int QgsServerProjectUtils::wmsTileBuffer( const QgsProject &project ) in wmsTileBuffer()
140 int QgsServerProjectUtils::wmsMaxAtlasFeatures( const QgsProject &project ) in wmsMaxAtlasFeatures()
301 QString QgsServerProjectUtils::wmsServiceUrl( const QgsProject &project ) in wmsServiceUrl()
306 QString QgsServerProjectUtils::wmsRootName( const QgsProject &project ) in wmsRootName()
[all …]
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/tests/functional/api/
H A Dtest_projects.py26 def test_project_badges(project): argument
44 def test_project_boards(project): argument
78 def test_project_environments(project): argument
97 def test_project_events(project): argument
124 def test_project_hooks(project): argument
140 def test_project_labels(project): argument
162 def test_project_milestones(project): argument
215 def test_project_services(project): argument
234 def test_project_stars(project): argument
254 def test_project_triggers(project): argument
[all …]
H A Dtest_repository.py9 def test_repository_files(project): argument
42 def test_repository_tree(project): argument
61 def test_create_commit(project): argument
74 def test_create_commit_status(project): argument
81 def test_commit_signature(project): argument
90 def test_commit_comment(project): argument
97 def test_commit_discussion(project): argument
115 def test_revert_commit(project): argument
/dports/graphics/qgis/qgis-3.22.3/src/server/
H A Dqgsserverprojectutils.cpp34 bool QgsServerProjectUtils::owsServiceCapabilities( const QgsProject &project ) in owsServiceCapabilities()
39 QString QgsServerProjectUtils::owsServiceTitle( const QgsProject &project ) in owsServiceTitle()
53 QString QgsServerProjectUtils::owsServiceAbstract( const QgsProject &project ) in owsServiceAbstract()
115 QString QgsServerProjectUtils::owsServiceFees( const QgsProject &project ) in owsServiceFees()
125 int QgsServerProjectUtils::wmsMaxWidth( const QgsProject &project ) in wmsMaxWidth()
130 int QgsServerProjectUtils::wmsMaxHeight( const QgsProject &project ) in wmsMaxHeight()
135 bool QgsServerProjectUtils::wmsUseLayerIds( const QgsProject &project ) in wmsUseLayerIds()
140 int QgsServerProjectUtils::wmsImageQuality( const QgsProject &project ) in wmsImageQuality()
145 int QgsServerProjectUtils::wmsTileBuffer( const QgsProject &project ) in wmsTileBuffer()
150 int QgsServerProjectUtils::wmsMaxAtlasFeatures( const QgsProject &project ) in wmsMaxAtlasFeatures()
[all …]
/dports/devel/py-pdm/pdm-1.11.0/tests/cli/
H A Dtest_actions.py62 def test_update_dry_run(project, repository, capsys): argument
185 def test_remove_package_not_exist(project): argument
205 def test_add_remove_no_package(project): argument
224 def test_lock_dependencies(project): argument
257 def test_list_dependency_graph(project, capsys): argument
324 def test_list_json_without_graph_flag(project): argument
330 def test_list_json(project, capsys): argument
372 def test_list_json_reverse(project, capsys): argument
524 def test_update_packages_with_top(project): argument
551 def test_use_wrapper_python(project): argument
[all …]
H A Dtest_add.py13 def test_add_package(project, working_set, is_dev): argument
29 def test_add_package_to_custom_group(project, working_set): argument
91 def test_add_remote_package_url(project, is_dev): argument
110 def test_add_no_install(project, working_set): argument
117 def test_add_package_save_exact(project): argument
123 def test_add_package_save_wildcard(project): argument
129 def test_add_package_save_minimum(project): argument
134 def test_add_package_update_reuse(project, repository): argument
164 def test_add_package_update_eager(project, repository): argument
238 def test_add_cached_vcs_requirement(project, mocker): argument
[all …]
/dports/devel/elixir-hex/hex-1.0.1/test/hex/
H A Dmix_task_test.exs5 def project do function
17 def project do function
29 def project do function
41 def project do function
54 def project do function
66 def project do function
79 def project do function
92 def project do function
105 def project do function
117 def project do function
[all …]
/dports/devel/py-pdm/pdm-1.11.0/tests/models/
H A Dtest_candidates.py13 def test_parse_local_directory_metadata(project, is_editable): argument
26 def test_parse_vcs_metadata(project, is_editable): argument
62 def test_parse_metadata_with_extras(project): argument
77 def test_parse_remote_link_metadata(project): argument
91 def test_extras_warning(project, recwarn): argument
107 def test_parse_abnormal_specifiers(project): argument
143 def test_parse_project_file_on_build_error(project): argument
241 def test_cache_vcs_immutable_revision(project): argument
264 def test_cache_egg_info_sdist(project): argument
289 def test_legacy_pep345_tag_link(project, index): argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DJavaSearchScopeTests.java68 IJavaProject project = createJavaProject("P"); in testSources() local
85 IJavaProject project = createJavaProject("P"); in testApplicationLibrairiesExternalJar() local
259 IJavaProject project = createJavaProject("P"); in testScopeEncloses01() local
272 IJavaProject project = createJavaProject("P"); in testScopeEncloses02() local
285 IJavaProject project = createJavaProject("P"); in testScopeEncloses03() local
298 IJavaProject project = createJavaProject("P"); in testScopeEncloses04() local
312 IJavaProject project = createJavaProject("P"); in testScopeEncloses05() local
325 IJavaProject project = createJavaProject("P"); in testScopeEncloses06() local
338 IJavaProject project = createJavaProject("P"); in testScopeEncloses07() local
352 IJavaProject project = createJavaProject("P"); in testScopeEncloses08() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dprojects_helper.rb9 def link_to_project(project) argument
85 def project_title(project) argument
95 def remove_project_message(project) argument
100 def transfer_project_message(project) argument
132 def visible_fork_source(project) argument
364 def project_license_name(project) argument
402 def project_classes(project) argument
413 def delete_confirm_phrase(project) argument
463 def project_lfs_status(project) argument
520 def project_last_activity(project) argument
[all …]
/dports/security/py-dfdatetime/dfdatetime-20210509/
H A Ddfdatetime.ini1 [project] section
2 name: dfdatetime
3 status: alpha
4 name_description: dfDateTime
5 maintainer: Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com>
6 git_url: https://github.com/log2timeline/dfdatetime.git
7 homepage_url: https://github.com/log2timeline/dfdatetime
8 description_short: Digital Forensics date and time (dfDateTime).
9 description_long: dfDateTime, or Digital Forensics date and time, provides date and time objects
/dports/security/py-artifacts/artifacts-20210620/
H A Dartifacts.ini1 [project] section
2 name: artifacts
3 status: alpha
4 name_description: Digital Forensics Artifacts Repository
5 maintainer: Forensic artifacts <forensicartifacts@googlegroups.com>
6 homepage_url: https://github.com/ForensicArtifacts/artifacts
7 git_url: https://github.com/ForensicArtifacts/artifacts.git
8 description_short: ForensicArtifacts.com Artifact Repository.
9 description_long: A free, community-sourced, machine-readable knowledge base of forensic
/dports/devel/py-dtfabric/dtfabric-20200621/
H A Ddtfabric.ini1 [project] section
9 description_long: dtFabric, or data type fabric, is a project to manage data types and argument
/dports/devel/py-pdm/pdm-1.11.0/tests/resolver/
H A Dtest_resolve.py52 def test_resolve_named_requirement(project, repository): argument
62 def test_resolve_requires_python(project, repository): argument
76 def test_resolve_allow_prereleases(project, repository): argument
97 def test_resolve_with_extras(project, repository): argument
123 project, repository, line, is_editable, vcs argument
140 def test_resolving_auto_avoid_conflicts(project, repository): argument
156 def test_resolve_conflicting_dependencies(project, repository): argument
167 def test_resolve_no_available_versions(project, repository): argument
220 def test_resolve_circular_dependencies(project, repository): argument
230 def test_resolve_candidates_to_install(project): argument
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/modes/
H A Dmodeprojection.F9026 subroutine project(dynMatrix, tRemoveTranslate, tRemoveRotate, nDerivs, nMovedAtom, geo,& subroutine
50 real(dp), allocatable :: vectorsToNull(:,:), projector(:,:) argument
67 allocate(projector(nDerivs, nDerivs)) argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/ui/
H A DMenuEnablementTest.java170 IProject project = createTestProject(action); in testAddAction() local
184 IProject project = createTestProject(action); in testBranchAction() local
197 IProject project = createTestProject(action); in testCommitAction() local
211 IProject project = createTestProject(action); in testCompareWithRevison() local
226 IProject project = createTestProject(action); in testCompareWithTagAction() local
241 IProject project = createTestProject(action); in testGenerateDiffAction() local
259 IProject project = createTestProject(action); in testIgnoreAction() local
272 IProject project = createTestProject(action); in testMergeAction() local
286 IProject project = createTestProject(action); in testReplaceWithRemoteAction() local
305 IProject project = createTestProject(action); in testReplaceWithTagAction() local
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/test/mix/tasks/
H A Ddeps_test.exs7 def project do function
23 def project do function
35 def project do function
49 def project do function
418 def project do function
430 def project do function
462 def project do function
475 def project do function
488 def project do function
501 def project do function
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/
H A DPDEProject.java55 public static IContainer getBundleRoot(IProject project) { in getBundleRoot()
75 public static String[] getLaunchShortcuts(IProject project) { in getLaunchShortcuts()
94 public static String getExportWizard(IProject project) { in getExportWizard()
156 public static IFile getManifest(IProject project) { in getManifest()
167 public static IFile getBuildProperties(IProject project) { in getBuildProperties()
178 public static IFile getPluginXml(IProject project) { in getPluginXml()
189 public static IFile getFragmentXml(IProject project) { in getFragmentXml()
200 public static IFile getFeatureXml(IProject project) { in getFeatureXml()
211 public static IFile getOptionsFile(IProject project) { in getOptionsFile()
222 public static IFolder getOSGiInf(IProject project) { in getOSGiInf()
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/mix/test/mix/tasks/
H A Ddeps_test.exs7 def project do function
23 def project do function
35 def project do function
423 def project do function
435 def project do function
467 def project do function
480 def project do function
493 def project do function
506 def project do function
519 def project do function
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/cli/open-project/
H A Dtest_export_pcb_fabrication_data.py18 def test_if_project_without_boards_succeeds(cli, project): argument
41 def test_export_project_with_one_board_implicit(cli, project): argument
60 def test_export_project_with_one_board_explicit(cli, project): argument
80 def test_if_exporting_invalid_board_fails(cli, project): argument
100 def test_export_project_with_two_boards_implicit(cli, project): argument
119 def test_export_project_with_two_boards_explicit_one(cli, project): argument
139 def test_export_project_with_two_boards_explicit_two(cli, project): argument
159 def test_export_project_with_two_conflicting_boards_fails(cli, project): argument
209 def test_export_with_custom_settings(cli, project): argument
255 def test_if_export_with_nonexistent_settings_fails(cli, project): argument
[all …]

12345678910>>...280