Home
last modified time | relevance | path

Searched refs:user_name (Results 1 – 25 of 29) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py59 def upload(file, project_name, user_name, password, summary, labels=None): argument
80 if user_name.endswith('@gmail.com'):
81 user_name = user_name[:user_name.index('@gmail.com')]
91 auth_token = base64.b64encode('%s:%s'% (user_name, password))
156 user_name=None, password=None, tries=3): argument
172 if user_name is None:
177 user_name = sys.stdin.readline().rstrip()
186 status, reason, url = upload(file_path, project_name, user_name, password,
192 user_name = password = None
/plugin/bez/tpl/
H A Dthread.php45 '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
54 '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
124 <span class="bez_name"><?php echo $tpl->user_name($participant['user_id']) ?></span>
170 <option value="<?php echo $user_id ?>"><?php echo $tpl->user_name($user_id) ?></option>
H A Dtask.php71 '<strong>' . $tpl->user_name($tpl->get('task')->closed_by) . '</strong>',
114 <span class="bez_name"><?php echo $tpl->user_name($participant['user_id']) ?></span>
152 <option value="<?php echo $user_id ?>"><?php echo $tpl->user_name($user_id) ?></option>
H A Dkp.php39 <li><?php echo $tpl->user_name($participant['user_id']) ?></li>
77 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
H A Dactivity_report.php35 <?php echo $tpl->user_name($involvement['user_id']) ?>
79 <?php echo $tpl->user_name($involvement['user_id']) ?>
H A Dthread_box.php57 <?php echo $tpl->user_name($tpl->get('thread')->original_poster) ?>
65 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
H A D8d.php55 <li><?php echo $tpl->user_name($participant['user_id']) ?></li>
134 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
H A Dactivity.php16 $tpl->user_name($row['author'])) ?>
H A D8d_tasks_no_closing.php21 <td><?php echo $tpl->user_name($task->assignee) ?></td>
H A Dtask_box.php49 <?php echo $tpl->user_name($tpl->get('task')->original_poster) ?>
53 <td><?php echo $tpl->user_name($tpl->get('task')->assignee) ?></td>
H A D8d_tasks.php26 <td><?php echo $tpl->user_name($task->assignee) ?></td>
H A Dtask_comment_box.php21 <strong><?php echo $tpl->user_name($tpl->get('task_comment')->author) ?></strong>
H A Dcommcause_box.php22 <strong><?php echo $tpl->user_name($tpl->get('thread_comment')->author) ?></strong>
/plugin/bez/tpl/mail/
H A Dtask_comment.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
29 <strong><?php echo $tpl->user_name($tpl->get('who')) ?></strong> <br>
H A Dthread_comment.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
30 <strong><?php echo $tpl->user_name($tpl->get('who')) ?></strong> <br>
H A Dthread.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php echo $tpl->getLang($tpl->get('action')) ?>
H A Dtask.php20 <?php echo $tpl->user_name($tpl->get('who')) ?> <?php vprintf($tpl->getLang($tpl->get('action')), $tpl->get('action_replacements', array())) ?>
/plugin/prettyprint/
H A Daction.php58 $user_name = $meta['last_change']['user'];
64 $JSINFO['author'] = self::_get_full_name($user_name, $meta);
/plugin/fckg/
H A Dhelper.php87 $user_name = $USERINFO['name'];
417 FCKConfig.fckgUserName = "$user_name";
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc29 var user_name = oDokuWiki_FCKEditorInstance.fckgUserName;
38 …var mail = '&mdash; <i><a href="mailto:' + email+'">' + user_name +'</a> ' + date_str +'</i>&mdash…
/plugin/ckgdoku/
H A Dhelper.php114 $user_name = $USERINFO['name'];
491 oDokuWiki_FCKEditorInstance.fckgUserName = "$user_name";
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc29 var user_name = oDokuWiki_FCKEditorInstance.fckgUserName;
38 …var mail = '&mdash; <i><a href="mailto:' + email+'">' + user_name +'</a> ' + date_str +'</i>&mdash…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc17 'user_name' => [
/plugin/picasawebalbum/
H A Dsyntax.php63 on_document_ready('$div_id', '$user_name', '$mode', '$album');
/plugin/ckgedit/
H A Dhelper.php142 $user_name = $USERINFO['name'];
348 oDokuWiki_FCKEditorInstance.fckgUserName = "$user_name";

12