Home
last modified time | relevance | path

Searched refs:can_be_edited (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/
H A Dchatmember.py136 can_be_edited: bool = None,
163 self.can_be_edited = can_be_edited
/dports/www/moodle310/moodle/mod/quiz/classes/output/
H A Dedit_renderer.php112 if ($structure->can_be_edited()) {
243 if (!$structure->can_be_edited()) {
408 if (!$structure->can_be_edited()) {
418 if (!$structure->is_first_section($section) && $structure->can_be_edited()) {
444 if (!$structure->can_be_edited()) {
608 if (!$structure->can_be_edited()) {
739 if ($structure->can_be_edited()) {
773 if ($structure->can_be_edited()) {
778 if ($structure->can_be_edited()) {
886 if (!$structure->can_be_edited()) {
[all …]
/dports/www/moodle311/moodle/mod/quiz/classes/output/
H A Dedit_renderer.php112 if ($structure->can_be_edited()) {
243 if (!$structure->can_be_edited()) {
408 if (!$structure->can_be_edited()) {
418 if (!$structure->is_first_section($section) && $structure->can_be_edited()) {
444 if (!$structure->can_be_edited()) {
608 if (!$structure->can_be_edited()) {
739 if ($structure->can_be_edited()) {
773 if ($structure->can_be_edited()) {
778 if ($structure->can_be_edited()) {
886 if (!$structure->can_be_edited()) {
[all …]
/dports/www/moodle39/moodle/mod/quiz/classes/output/
H A Dedit_renderer.php112 if ($structure->can_be_edited()) {
243 if (!$structure->can_be_edited()) {
408 if (!$structure->can_be_edited()) {
418 if (!$structure->is_first_section($section) && $structure->can_be_edited()) {
444 if (!$structure->can_be_edited()) {
608 if (!$structure->can_be_edited()) {
739 if ($structure->can_be_edited()) {
773 if ($structure->can_be_edited()) {
778 if ($structure->can_be_edited()) {
886 if (!$structure->can_be_edited()) {
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.h178 static DialogParticipantStatus Administrator(bool is_anonymous, string rank, bool can_be_edited,
261 bool can_be_edited() const { in can_be_edited() function
520 DialogParticipantStatus get_dialog_participant_status(bool can_be_edited,
H A DDialogParticipant.cpp39 …ntStatus DialogParticipantStatus::Administrator(bool is_anonymous, string rank, bool can_be_edited, in Administrator() argument
45 uint32 flags = (static_cast<uint32>(can_be_edited) * CAN_BE_EDITED) | in Administrator()
122 … rank_, can_be_edited(), can_manage_dialog(), can_change_info_and_settings(), can_post_messages(), in get_chat_member_status_object()
459 DialogParticipantStatus get_dialog_participant_status(bool can_be_edited, in get_dialog_participant_status() argument
476 …return DialogParticipantStatus::Administrator(is_anonymous, std::move(rank), can_be_edited, can_ma… in get_dialog_participant_status()
/dports/www/moodle310/moodle/admin/tool/lp/
H A Deditplan.php67 if (!$plan->can_be_edited()) {
/dports/www/moodle311/moodle/admin/tool/lp/
H A Deditplan.php67 if (!$plan->can_be_edited()) {
/dports/www/moodle39/moodle/admin/tool/lp/
H A Deditplan.php67 if (!$plan->can_be_edited()) {
/dports/www/moodle310/moodle/mod/quiz/classes/
H A Dstructure.php274 return $this->can_be_edited() && $this->get_question_count() >= 2;
281 public function can_be_edited() { function in mod_quiz\\structure
293 if (!$this->can_be_edited()) {
/dports/www/moodle311/moodle/mod/quiz/classes/
H A Dstructure.php274 return $this->can_be_edited() && $this->get_question_count() >= 2;
281 public function can_be_edited() { function in mod_quiz\\structure
293 if (!$this->can_be_edited()) {
/dports/www/moodle39/moodle/mod/quiz/classes/
H A Dstructure.php274 return $this->can_be_edited() && $this->get_question_count() >= 2;
281 public function can_be_edited() { function in mod_quiz\\structure
293 if (!$this->can_be_edited()) {
/dports/www/moodle310/moodle/competency/classes/external/
H A Dplan_exporter.php63 $values->canbeedited = $this->persistent->can_be_edited();
/dports/www/moodle39/moodle/competency/classes/external/
H A Dplan_exporter.php63 $values->canbeedited = $this->persistent->can_be_edited();
/dports/www/moodle311/moodle/competency/classes/external/
H A Dplan_exporter.php63 $values->canbeedited = $this->persistent->can_be_edited();
/dports/www/moodle310/moodle/competency/classes/
H A Dplan.php627 public function can_be_edited() { function in core_competency\\plan
H A Dapi.php3360 if (!$plan->can_be_edited()) {
3403 if (!$plan->can_be_edited()) {
3437 if (!$plan->can_be_edited()) {
/dports/www/moodle39/moodle/competency/classes/
H A Dplan.php627 public function can_be_edited() { function in core_competency\\plan
H A Dapi.php3360 if (!$plan->can_be_edited()) {
3403 if (!$plan->can_be_edited()) {
3437 if (!$plan->can_be_edited()) {
/dports/www/moodle311/moodle/competency/classes/
H A Dplan.php627 public function can_be_edited() { function in core_competency\\plan
H A Dapi.php3360 if (!$plan->can_be_edited()) {
3403 if (!$plan->can_be_edited()) {
3437 if (!$plan->can_be_edited()) {
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tag_browser/
H A Dmodel.py68 self.can_be_edited = False
470 node.can_be_edited = (not is_gst) and (i == (len(path_parts)-1))
H A Dview.py884 if item.can_be_edited:
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md655 …- Added the method `stopPoll` which can be used to stop polls. Use the `Message.can_be_edited` fie…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl472 //@can_be_edited True, if the current user can edit the administrator privileges for the called user
484 chatMemberStatusAdministrator custom_title:string can_be_edited:Bool can_manage_chat:Bool can_chang…
784 //@can_be_edited True, if the message can be edited. For live location and poll messages this field…
811 …heduling_state:MessageSchedulingState is_outgoing:Bool is_pinned:Bool can_be_edited:Bool can_be_fo…
4592 //@description Stops a poll. A poll in a message can be stopped when the message has can_be_edited

12