Home
last modified time | relevance | path

Searched refs:nick (Results 1 – 25 of 37) sorted by path

12

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe28079 aeper nick
/plugin/authyubikey/
H A Dauth.php.org163 * @param string $user nick of the user to be changed
/plugin/bez/mdl/
H A DUserFactory.php17 foreach ($wikiusers as $nick => $data) {
18 $a[$nick] = $data['name'];
62 public function exists($nick) { argument
63 if (!is_string($nick)) {
68 if (array_key_exists($nick, $users)) {
75 public function get_user_full_name($nick) { argument
77 return isset($users[$nick]) ? $users[$nick] : '';
80 public function get_user_email($nick) { argument
82 return $wikiusers[$nick]['mai
[all...]
/plugin/bez/tpl/
H A Dtask_form.php65 <?php foreach ($tpl->get('users') as $nick => $name): ?>
66 <option <?php if ($tpl->value('assignee') == $nick) echo 'selected' ?>
67 value="<?php echo $nick ?>"><?php echo $name ?></option>
H A Dtasks.php22 <?php foreach ($tpl->get('users') as $nick => $name): ?>
23 <option <?php if ($tpl->value('original_poster') == $nick) echo 'selected' ?>
24 value="<?php echo $nick ?>"><?php echo $name ?></option>
77 <?php foreach ($tpl->get('users') as $nick => $name): ?>
78 <option <?php if ($tpl->value('assignee') == $nick) echo 'selected' ?>
79 value="<?php echo $nick ?>"><?php echo $name ?></option>
H A Dthread_report.php62 <?php foreach ($tpl->get('users') as $nick => $name): ?>
63 <option <?php if ($tpl->value('coordinator') == $nick) echo 'selected' ?>
64 value="<?php echo $nick ?>"><?php echo $name ?></option>
H A Dthreads.php21 <?php foreach ($tpl->get('users') as $nick => $name): ?>
22 <option <?php if ($tpl->value('original_poster') == $nick) echo 'selected' ?>
23 value="<?php echo $nick ?>"><?php echo $name ?></option>
68 <?php foreach ($tpl->get('users') as $nick => $name): ?>
69 <option <?php if ($tpl->value('coordinator') === $nick) echo 'selected' ?>
70 value="<?php echo $nick ?>"><?php echo $name ?></option>
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1nick $nofile \" +\n \"$nopath $noqt $not $notags $notify $null $numeric…
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php311 private $nick; variable in SIOCDokuWikiUser
325 $this->nick = $userid;
344 if ($this->nick) {
345 $rdf .= " <sioc:name>" . clean($this->nick) . "</sioc:name>\n";
H A Dsioc_inc.php331 private $nick; variable in SIOCUser
350 $nick = '', argument
371 $this->nick = $nick;
390 if ($this->nick) {
391 $rdf .= " <sioc:name>" . $this->nick . "</sioc:name>\n";
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml13 nick: Biggies
27 'nick' => 'Biggies'
66 nick: Biggies
80 'nick' => 'Biggies'
119 nick: Biggies
133 'nick' => 'Biggies'
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js478 var nick = meta.get('users').get('nick')[i];
1385 var nick = pfc.getUserMeta(this.pfc_nickid,'nick');
1386 pfc.sendRequest('/privmsg "'+nick+'"');
1426 var nick = this.getUserMeta(nickid, 'nick');
1434 a.pfc_nick = nick;
1456 span.innerHTML = nick.escapeHTML();
1632 getAndAssignNickColor: function(nick) argument
1639 if (this.nickcolor[j][0] == nick)
1653 this.nickcolor.push(new Array(nick, nc));
1663 applyNickColor: function(root, nick, color) argument
[all …]
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.html.tpl.php24 ><?php echo phpFreeChat::FilterSpecialChar($u->nick); ?></p>
H A Dchat.js.tpl.php32 <?php $nick = $u->getNickname() != '' ? $json->encode($u->getNickname()) : $json->encode($c->nick);… variable
35 …hp echo ($GLOBALS["output_encoding"]=="UTF-8" ? $nick : iconv("UTF-8", $GLOBALS["output_encoding"]…
/plugin/freechat/phpfreechat/src/commands/
H A Dasknick.class.php32 $nicktochange = $u->nick;
H A Dban.class.php21 $nick = isset($params[0]) ? $params[0] : '';
32 if ($nick == '')
44 $nickidtoban = $ct->getNickId($nick);
48 $cmdp["param"] = _pfc("%s banished from %s by %s", $nick, $channame, $sender);
56 $cmdp["params"][] = $nick; // nickname to kick
H A Dconnect.class.php19 $nick = $params[0];
59 $cmdp["param"] = $nick;
82 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".addslashes($nick)."'));…
86 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', Array('".addslashes($nick)."'));…
H A Dkick.class.php21 $nick = isset($params[0]) ? $params[0] : '';
30 if ($nick == '')
43 $otherid = $ct->getNickId($nick);
H A Dnick.class.php47 $u->nick = $newnick;
78 $u->nick = $newnick;
H A Dnotice.class.php24 $nick = $ct->getNickname($u->nickid);
25 $res = $ct->write($recipient, $nick, "notice", $msg);
H A Dprivmsg.class.php46 $nick = $ct->getNickname($u->nickid);
H A Dquit.class.php19 $nick = $ct->getNickname($u->nickid);
H A Dsend.class.php19 $nick = $ct->getNickname($u->nickid); //phpFreeChat::FilterSpecialChar($sender);
51 if ($nick == "") $errors["pfc_handle"] = _pfc("Please enter your nickname");
68 $msgid = $ct->write($recipient, $nick, "send", $text);
H A Dunban.class.php23 $nick = isset($params[0]) ? $params[0] : '';
24 $nickid = $ct->getNickId($nick);
26 if ($nick == "")
54 $msg = "<p>"._pfc("%s has been unbanished", $nick)."</p>";
56 else if ($nick == "all") // @todo move the "/unban all" command in another command /unbanall
H A Dupdate.class.php20 if ($u->nick != '' && !$u->isOnline())
24 $cmdp['params'] = array($u->nick);

12