Home
last modified time | relevance | path

Searched refs:chat (Results 1 – 25 of 48) sorted by relevance

12

/plugin/chat/
H A Dlocal.php.dist1 $conf['chat']['namespace'] = 'chat'; // namespace to put discussion pages in
2 $conf['chat']['automatic'] = false; // true if comments are enabled for every page
3 $conf['chat']['recentfirst'] = true; // display most recent comments first
4 $conf['chat']['allowguests'] = true; // should unregistred users be allowed to comment
5 $conf['chat']['usegravatar'] = false; // should gravatar pictures be displayd
6 $conf['chat']['linkemail'] = false; // link usernames with e-mail addresses
7 $conf['chat']['namerequired'] = false; // must provide a username
8 $conf['chat']['emailrequired'] = false; // must provide a e-mail address
9 $conf['chat']['show-progress'] = true; // display info bar
10 $conf['chat']['max-message-size'] = 2048; // maximum size of message
[all …]
H A Dstyle.css1 div.chat {
6 div.chat-form {
10 div.chat-list {
13 div.chat-line {
17 div.chat-line blockquote {
23 div.chat-line-even {
27 div.chat-line-odd {
31 div.chat-line-last {
35 input.chat {
43 html * input.chat {
[all …]
H A Dreadme.txt11 This chat plugin is AJAX driven so it means that you do not have to reload page to see new
30 [[http://pv.no-ip.org/bin/dokuwiki-chat-1.1.2.zip|Mirror 1 here]] (version 1.1.2), or \\
40 Unzip ''chat/'' directory into your DokuWiki plugins folder.
44 For the chat plugin to work correctly, you need to update **SACK** with latest 1.6 version.
52 … current page stores chat into '':dokuwiki:plugin:chat:chat'' page. ++ Physical file would be ''da…
54 You will have to setup user-rights (ACL) for ''chat'' namespace.
61 To include chat on your page, use:
86 SetEnvIf Request_URI "^/wiki/lib/plugins/chat/ajax\.php$" dontlog
112 if there is a lot of users that have the page with the chat plugin open in browser,
136 * Added ''$conf['chat']['show-progress']'' for enabling info bar
[all …]
/plugin/freechat/phpfreechat/
H A Dindex.php11 $chat = new phpFreeChat( $params ); variable
27 <?php $chat->printChat(); ?>
/plugin/skype/
H A Dsyntax.php110 if ($var1 == 'chat' or $var1 == 'call' or $var1 == 'dropdown')
115 elseif ($var2 == 'chat' or $var2 == 'call' or $var2 == 'dropdown')
H A DREADME.md60 <td>chat</td>
61 <td>click function (chat, call, dropbdown)</td>
79 {{skype>username,chat}}
/plugin/freechat/
H A Dbackend.php9 $chat = new phpFreeChat( $plist ); variable
H A DCHANGELOG3 via {{chat>}} notation
H A Dplugin.info.txt6 desc Allows to include add chat window functionality to your wiki pages.
H A Dsyntax.php31 $this->Lexer->addSpecialPattern('\{\{chat>[^}]*\}\}', $mode, 'plugin_freechat');
/plugin/simplechat/
H A Dplugin.info.txt6 desc Provides simple chat window using ajax
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dchat-fill.svg1 <svg class="bi bi-chat-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square-fill.svg1 <svg class="bi bi-chat-square-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-dots-fill.svg1 <svg class="bi bi-chat-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square-dots-fill.svg1 <svg class="bi bi-chat-square-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat.svg1 <svg class="bi bi-chat" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square.svg1 <svg class="bi bi-chat-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-quote-fill.svg1 <svg class="bi bi-chat-quote-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square-quote-fill.svg1 <svg class="bi bi-chat-square-quote-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-dots.svg1 <svg class="bi bi-chat-dots" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square-dots.svg1 <svg class="bi bi-chat-square-dots" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-square-quote.svg1 <svg class="bi bi-chat-square-quote" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchat-quote.svg1 <svg class="bi bi-chat-quote" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/aichat/
H A Dcli.php35 'Overrides the chat and rephrasing model settings and uses this model instead',
60 $options->registerCommand('chat', 'Start an interactive chat session');
104 case 'chat':
105 $this->chat();
138 'chat model' => (string) $this->helper->getChatModel(),
229 protected function chat()
260 foreach ($result['chat'] as $name => $info) {
431 $chat = $this->helper->getChatModel()->getUsageStats();
438 'requests' => $chat['request
128 protected function chat() global() function in cli_plugin_aichat
[all...]
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml38 - "chat.freenode.net#sabredav"

12