Home
last modified time | relevance | path

Searched refs:topic_lock (Results 1 – 19 of 19) sorted by relevance

/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dcommands.h190 extern void topic_lock (char *, char *, char *, char *);
193 extern void topic_lock (char *, char *, char *, char *);
H A Dstruct.h934 int topic_lock; member
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dcommands.h190 extern void topic_lock (char *, char *, char *, char *);
193 extern void topic_lock (char *, char *, char *, char *);
H A Dstruct.h934 int topic_lock; member
/dports/chinese/phpbb3-tw/phpBB3/
H A Dposting.php664 $topic_lock = (isset($_POST['lock_topic'])) ? true : false; variable
1059 if ($post_data['topic_status'] == ITEM_LOCKED && !$topic_lock && $perm_lock_unlock)
1063 else if ($post_data['topic_status'] == ITEM_UNLOCKED && $topic_lock && $perm_lock_unlock)
1354 $lock_topic_checked = (isset($topic_lock) && $topic_lock) ? $topic_lock : (($post_data['topic_statu…
/dports/www/phpbb3/phpBB3/
H A Dposting.php936 $topic_lock = (isset($_POST['lock_topic'])) ? true : false; variable
1406 if ($post_data['topic_status'] == ITEM_LOCKED && !$topic_lock && $perm_lock_unlock)
1410 else if ($post_data['topic_status'] == ITEM_UNLOCKED && $topic_lock && $perm_lock_unlock)
1810 $lock_topic_checked = (isset($topic_lock) && $topic_lock) ? $topic_lock : (($post_data['topic_statu…
/dports/chinese/phpbb-tw/phpBB2/templates/subSilver/
H A DsubSilver.cfg82 $images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
/dports/www/phpbb/phpBB2/templates/subSilver/
H A DsubSilver.cfg82 $images['topic_mod_lock'] = "$current_template_images/topic_lock.gif";
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dcommands2.c592 BUILT_IN_COMMAND(topic_lock) in BUILT_IN_COMMAND() argument
614 chan->topic_lock = 1; in BUILT_IN_COMMAND()
617 chan->topic_lock = 0; in BUILT_IN_COMMAND()
618 bitchsay("Topic lock for [%s] - %s", chan->channel, on_off(chan->topic_lock)); in BUILT_IN_COMMAND()
H A Dstruct.c92 { "TOPIC_LOCK", offsetof(ChannelList, topic_lock), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dparse.c357 if (tmp->topic_lock) in p_topic()
H A Dcommands.c643 …{ "TLOCK", "TLock", topic_lock, 0, "%Y<%Bchannel%Y>%n %R[%non%G|%noff%R]%n\n- [Un]Locks %Y<%Bchan…
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dcommands2.c592 BUILT_IN_COMMAND(topic_lock) in BUILT_IN_COMMAND() argument
614 chan->topic_lock = 1; in BUILT_IN_COMMAND()
617 chan->topic_lock = 0; in BUILT_IN_COMMAND()
618 bitchsay("Topic lock for [%s] - %s", chan->channel, on_off(chan->topic_lock)); in BUILT_IN_COMMAND()
H A Dstruct.c92 { "TOPIC_LOCK", offsetof(ChannelList, topic_lock), INT_TYPE_VAR, VAR_READ_WRITE },
H A Dparse.c357 if (tmp->topic_lock) in p_topic()
H A Dcommands.c643 …{ "TLOCK", "TLock", topic_lock, 0, "%Y<%Bchannel%Y>%n %R[%non%G|%noff%R]%n\n- [Un]Locks %Y<%Bchan…
/dports/chinese/bitchx/bitchx-1.2.1/
H A DChangelog734 for $channel we have channel, server, mode, topic, topic_lock, limit, key,
/dports/irc/bitchx/bitchx-1.2.1/
H A DChangelog734 for $channel we have channel, server, mode, topic, topic_lock, limit, key,
/dports/www/tikiwiki/tiki-21.2/
H A D.gitattributes1223 img/icons/topic_lock.gif -text