Home
last modified time | relevance | path

Searched defs:team_id (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/grafana/plugins/modules/
H A Dgrafana_team.py251 def update_team(self, team_id, name, email): argument
257 def delete_team(self, team_id): argument
262 def get_team_members(self, team_id): argument
268 def add_team_member(self, team_id, email): argument
273 def delete_team_member(self, team_id, email): argument
/dports/dns/py-ns1-python/ns1-python-0.16.0/ns1/rest/
H A Dteam.py34 def update(self, team_id, callback=None, errback=None, **kwargs): argument
46 def delete(self, team_id, callback=None, errback=None): argument
59 def retrieve(self, team_id, callback=None, errback=None): argument
/dports/games/warmux/warmux-11.04/lib/warmux/net/
H A Dplayer.cpp46 std::list<ConfigTeam>::iterator Player::FindTeamWithId(const std::string team_id) in FindTeamWithId()
82 bool Player::RemoveTeam(const std::string& team_id) in RemoveTeam()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/sales_team/models/
H A Dres_partner.py10 team_id = fields.Many2one( variable in ResPartner
/dports/games/warmux/warmux-11.04/src/menu/
H A Dnetwork_menu.cpp391 void NetworkMenu::DelTeamCallback(const std::string& team_id) in DelTeamCallback()
400 void NetworkMenu::AddTeamCallback(const std::string& team_id) in AddTeamCallback()
408 void NetworkMenu::UpdateTeamCallback(const std::string& old_team_id, const std::string& team_id) in UpdateTeamCallback()
H A Dnetwork_teams_selection_box.cpp268 void NetworkTeamsSelectionBox::AddTeamCallback(const std::string& team_id) in AddTeamCallback()
294 const std::string& team_id) in UpdateTeamCallback()
309 void NetworkTeamsSelectionBox::DelTeamCallback(const std::string& team_id) in DelTeamCallback()
/dports/www/mattermost-server/mattermost-server-6.0.2/tests/
H A Dslack-import-test-users.json4 "team_id": "T07Q4MHC7", string
37 "team_id": "T07Q4MHC7", string
70 "team_id": "T07Q4MHC7", string
103 "team_id": "T07Q4MHC7", string
136 "team_id": "T07Q4MHC7", string
169 "team_id": "T07Q4MHC7", string
200 "team_id": "T07Q4MHC7", string
233 "team_id": "T07Q4MHC7", string
266 "team_id": "T07Q4MHC7", string
299 "team_id": "T07Q4MHC7", string
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/db/migration/migrations/
H A D1521209088_drop_pipes.down.sql5 team_id integer NOT NULL field
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/sale/report/
H A Dinvoice_report.py10 team_id = fields.Many2one('crm.team', string='Sales Team') variable in AccountInvoiceReport
/dports/net/concourse-fly/concourse-6.7.1/atc/db/migration/migrations/
H A D1521209088_drop_pipes.down.sql5 team_id integer NOT NULL field
/dports/devel/py-vsts/vsts-0.1.25/vsts/core/v4_0/
H A Dcore_client.py131 def get_team_members(self, project_id, team_id, top=None, skip=None): argument
422 def delete_team(self, project_id, team_id): argument
438 def get_team(self, project_id, team_id): argument
478 def update_team(self, team_data, project_id, team_id): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/core/v4_1/
H A Dcore_client.py84 def get_team_members_with_extended_properties(self, project_id, team_id, top=None, skip=None): argument
376 def delete_team(self, project_id, team_id): argument
392 def get_team(self, project_id, team_id): argument
436 def update_team(self, team_data, project_id, team_id): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/dashboard/v4_1/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/dashboard/v4_0/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/work/v4_0/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/test/v4_0/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking/v4_0/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/work/v4_1/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking/v4_1/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/devel/py-vsts/vsts-0.1.25/vsts/test/v4_1/models/
H A Dteam_context.py32 def __init__(self, project=None, project_id=None, team=None, team_id=None): argument
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm/wizard/
H A Dcrm_lead_to_opportunity.py43 team_id = fields.Many2one( variable in Lead2OpportunityPartner
148 def _convert_and_allocate(self, leads, user_ids, team_id=False): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/mattermost/
H A Dteam.rb22 def destroy(team_id:) argument
/dports/misc/tvm/incubator-tvm-0.6.1/apps/ios_rpc/
H A Dinit_proj.py38 team_id = args.team_id variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/test/teams/
H A Dteams.c28 int team_id = omp_get_team_num(); in main() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/ios_rpc/
H A Dinit_proj.py52 team_id = args.team_id variable

12345678910>>...13