Home
last modified time | relevance | path

Searched refs:thread_deleted (Results 1 – 16 of 16) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilForumPostsDeleted.php76 protected $thread_deleted = false; variable in ilForumPostsDeleted
380 return $this->thread_deleted;
384 * @param boolean $thread_deleted
386 public function setThreadDeleted($thread_deleted) argument
388 $this->thread_deleted = $thread_deleted;
H A Dclass.ilForumAppEventListener.php291 $thread_deleted = $a_parameter['thread_deleted'];
303 $delObj->setThreadDeleted($thread_deleted);
307 if ($thread_deleted) {
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilForumPostsDeleted.php76 protected $thread_deleted = false; variable in ilForumPostsDeleted
385 return $this->thread_deleted;
389 * @param boolean $thread_deleted
391 public function setThreadDeleted($thread_deleted) argument
393 $this->thread_deleted = $thread_deleted;
H A Dclass.ilForumAppEventListener.php291 $thread_deleted = $a_parameter['thread_deleted'];
303 $delObj->setThreadDeleted($thread_deleted);
307 if ($thread_deleted) {
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/lang/python37/Python-3.7.12/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/lang/python38/Python-3.8.12/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/lang/python39/Python-3.9.9/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/lang/python310/Python-3.10.1/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A D_threading_local.py175 def thread_deleted(_, idt=idt): function
184 wrthread = ref(thread, thread_deleted)
/dports/www/mybb/mybb-mybb_1829/
H A Dshowthread.php1609 $thread_deleted = 0; variable
1612 $thread_deleted = 1; variable
H A Deditpost.php339 log_moderator_action($modlogdata, $lang->thread_deleted);
H A Dmoderation.php829 $lang->thread_deleted = $lang->sprintf($lang->thread_deleted, $thread['subject']);
830 log_moderator_action($modlogdata, $lang->thread_deleted);