Home
last modified time | relevance | path

Searched refs:room (Results 1 – 25 of 47) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
DCourse.php78 public $room; variable in Google\\Service\\Classroom\\Course
293 public function setRoom($room) argument
295 $this->room = $room;
302 return $this->room;
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DUser.php34 …* @param Room|null $room Optional. When specified, return the display name of the user in this roo…
40 public function getDisplayName(?Room $room = null): string { argument
41 if ($room) {
42 return array_get($room->getMembersDisplayNames(), $this->userId, $this->userId);
DMatrixClient.php461 $room = new Room($this, $roomId);
466 $room->enableEncryption();
474 $this->rooms[$roomId] = $room;
476 return $room;
518 $room = $this->rooms[$roomId];
520 $room->prevBatch = $syncRoom["timeline"]["prev_batch"];
523 $room->processStateEvent($event);
527 $room->putEvent($event);
541 $room->putEphemeralEvent($event);
/plugin/simplechat/
Dsyntax.php92 …$room = str_replace(array(' ','.','/',':'),array('','','-','-'),$INFO['id']); // need to clean thi…
93 $filename = DOKU_INC.'data/chats/log_'.$room.'.txt';
113 $newdirname = DOKU_INC.'data/chats/'.$room ;
114 $newfilename = DOKU_INC.'data/chats/'.$room.'/log_'.date("Y-m-d_H:i:s").'.txt';
Dscript.js14 data: { cmd : 'exited' , user : $username, room : $room } , property
27 data: { cmd : 'send' , msg : $mymsg, user : $username, room : $room , start: $sc_chatstatus } , property
52 data: { cmd: 'update' , start: $sc_chatstatus , room : $room } , property
84 data: { cmd : 'entered' , user : $username, room : $room } , property
Dajax.php13 …$room = str_replace(array(' ','.','/',':'),array('','','-','-'),$_GET['room']); // need to clean t… variable
14 $filename = DOKU_INC.'data/chats/log_'.$room.'.txt';
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/
DUserTest.php27 protected $room; variable in MatrixPhp\\Tests\\UserTest
34 $this->room = $this->invokePrivateMethod($this->client, 'mkRoom', [$this->roomId]);
40 $this->assertEquals($this->user->userId(), $this->user->getDisplayName($this->room));
/plugin/hipchat/
DREADME.md3 A DokuWiki plugin that notifies a HipChat room of wiki edits.
20 3. In your DokuWiki Configuration Settings, enter an API token, room name (or ID number), and the n…
Daction.php61 $room = $this->getConf('hipchat_room');
64 $transport = new rcrowe\Hippy\Transport\Guzzle($token, $room, $from);
Dplugin.info.txt6 desc Notify a HipChat room on page saves
/plugin/matrixnotifierwas/
Dhelper.php180 $room = $client -> joinRoom( $this -> getConf ( 'room' ) );
181 …$response = $room->sendHtml('<b>'.$this -> _payload['embeds'][0]['title'].'</b><hr/>'.$this -> _pa…
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md34 $room = $client->createRoom("my_room_alias");
35 $room->sendText("Hello!");
/plugin/slacknotifier/
DREADME.md3 A DokuWiki plugin that notifies a Slack channel room of wiki edits.
/plugin/rocketchatnotifier/
DREADME.md3 A DokuWiki plugin that notifies a Rocket.Chat channel room of wiki edits.
/plugin/discordnotifier/
DREADME.md3 A DokuWiki plugin that notifies a Discord channel room of wiki edits.
/plugin/lists/
Dsyntax_plugin_lists.css39 margin: 0 0 0 3.5ex; /* room enough for three digits plus dot */
/plugin/asciidocjs/node_modules/cliui/build/
Dindex.cjs166 // leave room for left and right padding.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnecting.asciidoc211 room to coordinate the upgrade of your codebase to the next major version.
/plugin/a2s/
Ddemo.txt121 … default the id is left in the image. This is useful when you have enough room to use a meaningful…
/plugin/impressjs/tpl/dokuwiki/
Dimpress.css249 First is the title step with a big <h1> (no room for padding) and some
/plugin/botmon/lang/en/
H A Dwordlist.txt233 room 18
/plugin/passpolicy/
Dwords.txt2998 room
/plugin/authgooglesheets/vendor/monolog/monolog/
DCHANGELOG.md470 * Added HipChatHandler to send logs to a HipChat chat room
/plugin/asciidocjs/node_modules/pug/
DHistory.md59 * Add gitter chat room ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
/plugin/bible/bible_douayRheims/
D3_Kings.txt88 …2:35. And the king appointed Banaias, the son of Joiada in his room over the army; and Sadoc, the …
162 … servants to Solomon: for he heard that they had anointed him king in the room of his father: for …
187 …right hand of the house: and by winding stairs they went up to the middle room, and from the middl…
288 …8:20. The Lord hath performed his word which he spoke. And I stand in the room of David, my father…
686 … Israel: and Eliseus, the son of Saphat, of Abelmeula, thou shalt anoint to be prophet in thy room.

12