/plugin/chat/ |
H A D | local.php.dist | 1 $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 D | style.css | 1 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 D | readme.txt | 11 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 D | index.php | 11 $chat = new phpFreeChat( $params ); variable 27 <?php $chat->printChat(); ?>
|
/plugin/skype/ |
H A D | syntax.php | 110 if ($var1 == 'chat' or $var1 == 'call' or $var1 == 'dropdown') 115 elseif ($var2 == 'chat' or $var2 == 'call' or $var2 == 'dropdown')
|
H A D | README.md | 60 <td>chat</td> 61 <td>click function (chat, call, dropbdown)</td> 79 {{skype>username,chat}}
|
/plugin/freechat/ |
H A D | backend.php | 9 $chat = new phpFreeChat( $plist ); variable
|
H A D | CHANGELOG | 3 via {{chat>}} notation
|
H A D | plugin.info.txt | 6 desc Allows to include add chat window functionality to your wiki pages.
|
H A D | syntax.php | 31 $this->Lexer->addSpecialPattern('\{\{chat>[^}]*\}\}', $mode, 'plugin_freechat');
|
/plugin/simplechat/ |
H A D | plugin.info.txt | 6 desc Provides simple chat window using ajax
|
/plugin/mikioplugin/icons/bootstrap-icons/svg/ |
H A D | chat-fill.svg | 1 <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 D | chat-square-fill.svg | 1 <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 D | chat-dots-fill.svg | 1 <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 D | chat-square-dots-fill.svg | 1 <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 D | chat.svg | 1 <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 D | chat-square.svg | 1 <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 D | chat-quote-fill.svg | 1 <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 D | chat-square-quote-fill.svg | 1 <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 D | chat-dots.svg | 1 <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 D | chat-square-dots.svg | 1 <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 D | chat-square-quote.svg | 1 <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 D | chat-quote.svg | 1 <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 D | cli.php | 35 'Overrides the chat and rephrasing model settings and uses this model instead', 60 $options->registerCommand('chat', 'Start an interactive chat session'); 105 case 'chat': 106 $this->chat(); 139 'chat model' => (string) $this->helper->getChatModel(), 230 protected function chat() 261 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.yml | 38 - "chat.freenode.net#sabredav"
|