Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VoteIT/voteit.core
/ functions
Functions
1,361 in github.com/VoteIT/voteit.core
⨍
Functions
1,361
◇
Types & classes
265
↳
Endpoints
5
Function
get_aid
Objects automatic id.
voteit/core/models/catalog.py:33
Function
get_aid_int
(obj, default)
voteit/core/models/catalog.py:39
Method
get_ais
(self, state)
voteit/core/portlets/agenda.py:92
Function
get_allowed_to_view
Return a list of all roles allowed to view this object.
voteit/core/models/catalog.py:50
Method
get_available_workflow_states
(self, request)
voteit/core/models/workflow_aware.py:43
Method
get_content
(self, content_type=None, iface=None, states=None, sort_on=None, sort_reverse=False, limit=None)
voteit/core/models/base_content.py:179
Method
get_context_response
(self)
voteit/core/views/base_inline.py:9
Method
get_count
(self, container_uid, type_name)
voteit/core/models/unread.py:107
Method
get_criteria
(cls)
voteit/core/models/poll_plugin.py:151
Function
get_docids_to_show
Helper method to fetch docids that would be a resonable batch to show. This is mostly to allow agenda views to load fast. - Fetch ba
voteit/core/helpers.py:199
Function
get_end_time
UNIX timestamp from end_time.
voteit/core/models/catalog.py:79
Method
get_field_appstruct
Return a dict of all fields and their values. Deform expects input like this when rendering already saved values. DEPRECATED
voteit/core/models/base_content.py:244
Method
get_html
(self, joiner, brief=False)
voteit/core/models/diff_text.py:152
Method
get_image_plugin
Get the currently selected plugin (adapter) that this user has selected for profile picture. If the selected system is broken
voteit/core/models/interfaces.py:139
Method
get_image_tag
Get image tag. Always square, so size is enough. Other keyword args will be converted to html properties. Appends class 'prof
voteit/core/models/interfaces.py:145
Function
get_like_userids_indexer
(context, default)
voteit/core/plugins/like_button.py:102
Function
get_meeting
(request)
voteit/core/helpers.py:127
Method
get_meeting
(self, bindings)
voteit/core/schemas/common.py:123
Method
get_messages
(self)
voteit/core/models/flash_messages.py:26
Method
get_poll_filter_url
(self, poll)
voteit/core/portlets/agenda_item.py:195
Method
get_poll_plugin
Preform a poll plugin lookup. Returns the poll plugin that is registered for this specific poll. Lookup uses the name set when the poll w
voteit/core/models/interfaces.py:240
Method
get_proposal_by_uid
Return a proposal by its uid. Raises KeyError if it isn't found, since it shouldn't be used with uids that don't exist.
voteit/core/models/interfaces.py:272
Method
get_proposal_objects
Return all proposal objects registered in this poll.
voteit/core/models/interfaces.py:245
Function
get_read_count
(request, meeting, type_name, userid=None)
voteit/core/models/read_names.py:165
Function
get_read_names
(request, context)
voteit/core/models/read_names.py:160
Method
get_schema
(self)
voteit/core/views/meeting.py:136
Method
get_schema
(self)
voteit/core/views/meeting.py:194
Method
get_schema
(self)
voteit/core/views/poll.py:88
Method
get_schema
(self)
voteit/core/views/poll.py:145
Method
get_schema
(self)
voteit/core/views/poll.py:343
Function
get_searchable_prop_or_disc
(context, default)
voteit/core/models/catalog.py:88
Method
get_security
(self)
voteit/core/models/security_aware.py:78
Method
get_settings_schema
Get an instance of the schema used to render a form for editing settings. This form doesn't have any settings, so the schema is empty.
voteit/core/plugins/majority_poll.py:34
Method
get_settings_schema
Get an instance of the schema used to render a form for editing settings.
voteit/core/models/interfaces.py:455
Function
get_sha_password
Encode a plaintext password to sha1. FIXME: SHA1 is a deprecated method, migration is a good idea!
voteit/core/security.py:201
Function
get_start_time
UNIX timestamp from start_time.
voteit/core/models/catalog.py:71
Function
get_support_userids_indexer
(context, default)
voteit/core/plugins/support_button.py:28
Method
get_uids
(self, container_uid, type_name)
voteit/core/models/unread.py:110
Method
get_unread_count
(self, counter_uid, type_name)
voteit/core/models/unread.py:125
Function
get_userinfo_url
(request, userid)
voteit/core/helpers.py:141
Function
get_view_meeting_userids
Userids that are allowed to view a meeting. Only index meeting contexts.
voteit/core/models/catalog.py:60
Method
get_vote_class
Get the vote class to use for this poll. Normally it's the voteit.core.models.vote.Vote class.
voteit/core/models/interfaces.py:450
Method
get_vote_data
Get the data. The poll plugin should know what to make of it.
voteit/core/models/interfaces.py:294
Method
get_vote_schema
Return the schema of how a vote should be structured. This is used to render a voting form.
voteit/core/models/interfaces.py:445
Method
get_voted_estimate
Returns an approx guess without doing expensive calculations. This method should rely on other things later on.
voteit/core/portlets/agenda_item.py:201
Function
get_wf_state_titles
(request, iface, type_name)
voteit/core/helpers.py:164
Function
get_workflow_state
Return workflow state, if this object has workflow enabled.
voteit/core/models/catalog.py:44
Function
guard_proposals_that_are_part_of_a_poll
(request, context)
voteit/core/models/proposal.py:108
Method
handle_close
(self)
voteit/core/testing_helpers.py:97
Method
handle_close
Get the calculated result of this ballot. We'll update the ballots with percentage and simply return them. The result should
voteit/core/plugins/majority_poll.py:86
Method
handle_close
Handle closing of the poll.
voteit/core/models/interfaces.py:465
Method
handle_close
(self)
voteit/core/models/tests/test_poll.py:199
Method
handle_config_success
(self, view, appstruct)
voteit/core/models/access_policy.py:31
Function
handle_match
(matchobj)
voteit/core/helpers.py:49
Function
handle_permission_toggle
(event)
voteit/core/js/participants.js:55
Method
handle_start
(self, request)
voteit/core/plugins/majority_poll.py:69
Method
handle_start
Optional method to adjust things when poll starts, or check sanity of poll settings. Raises HTTPForbidden on errors, and BadPollMethodErr
voteit/core/models/interfaces.py:459
Method
handle_success
(self, view, appstruct)
voteit/core/plugins/immediate_ap.py:28
Method
handle_success
(self, view, appstruct)
voteit/core/models/access_policy.py:25
Method
handle_success
If a schema existed, this gets called if it passed validation.
voteit/core/models/interfaces.py:586
Method
hashlist
(self)
voteit/core/plugins/hashlist_ap.py:33
Method
hashtag
(self)
voteit/core/models/agenda_item.py:93
Method
hashtag
(self)
voteit/core/models/diff_text.py:50
Method
head_title
The old voteit value for this is site_title. Arche calls it head_title.
voteit/core/models/site.py:65
Method
hide_proposal_states
(self)
voteit/core/models/meeting.py:139
Function
include_voteit_resources
(view, event)
voteit/core/fanstaticlib.py:37
Function
includeme
(config)
voteit/core/security.py:208
Function
includeme
(config)
voteit/core/fanstaticlib.py:47
Function
includeme
Called when voteit.core is used as a component of another application. It should load its default components, but not make too much assumptio
voteit/core/__init__.py:126
Function
includeme
(config)
voteit/core/helpers.py:334
Function
includeme
(config)
voteit/core/portlets/meeting.py:72
Function
includeme
(config)
voteit/core/portlets/agenda_item.py:311
Function
includeme
(config)
voteit/core/portlets/__init__.py:2
Function
includeme
(config)
voteit/core/portlets/agenda.py:174
Function
includeme
(config)
voteit/core/portlets/diff_text.py:62
Function
includeme
(config)
voteit/core/views/agenda_item.py:93
Function
includeme
(config)
voteit/core/views/cogwheel.py:16
Function
includeme
(config)
voteit/core/views/__init__.py:7
Function
includeme
(config)
voteit/core/subscribers/__init__.py:2
Function
includeme
(config)
voteit/core/subscribers/auto_claim_ticket.py:26
Function
includeme
(config)
voteit/core/subscribers/poll.py:57
Function
includeme
(config)
voteit/core/subscribers/timestamps.py:29
Function
includeme
(config)
voteit/core/subscribers/post_config_addons.py:21
Function
includeme
(config)
voteit/core/plugins/invite_only_ap.py:20
Function
includeme
(config)
voteit/core/plugins/hashlist_ap.py:107
Function
includeme
Include majority poll as a usable method.
voteit/core/plugins/majority_poll.py:171
Function
includeme
(config)
voteit/core/plugins/support_button.py:51
Function
includeme
(config)
voteit/core/plugins/like_button.py:177
Function
includeme
Include plugins matching IPASProvider adapters
voteit/core/plugins/arche_pas_image.py:62
Function
includeme
Include gravatar plugin
voteit/core/plugins/gravatar_profile_image.py:87
Function
includeme
(config)
voteit/core/plugins/immediate_ap.py:52
Function
includeme
(config)
voteit/core/models/agenda_template.py:38
Function
includeme
Register metadata adapter.
voteit/core/models/catalog.py:105
Function
includeme
(config)
voteit/core/models/meeting.py:239
Function
includeme
(config)
voteit/core/models/user.py:126
Function
includeme
(config)
voteit/core/models/discussion_post.py:63
Function
includeme
(config)
voteit/core/models/site.py:79
Function
includeme
(config)
voteit/core/models/agenda_item.py:130
Function
includeme
Include all models.
voteit/core/models/__init__.py:2
Function
includeme
Include FlashMessages adapter in registry. Call this by running config.include('voteit.core.models.flash_messages')
voteit/core/models/flash_messages.py:31
← previous
next →
601–700 of 1,361, ranked by callers