Home
last modified time | relevance | path

Searched refs:fullname (Results 101 – 113 of 113) sorted by last modified time

12345

/plugin/youtrack/syntax/
H A Dlist.php81 $fullname = (string) $field->value->attributes()->fullName;
87 } elseif($fullname) {
88 $issueData[$col] = $fullname;
/plugin/youtracklinks/
H A DLICENSE294 Copyright (C) {year} {fullname}
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php627 $fullname = HTML2PS_DIR.'/fonts/'.$file;
629 if (!file_exists($fullname)) {
630 …$message .= "Font ".$fullname." is missing. You will not be able to generate PDF files with this f…
632 } elseif (!file_exists($fullname)) {
633 …$message .= "Font ".$fullname." is not readable. You will not be able to generate PDF files with t…
636 $message .= "Font ".$fullname." is present and readable.\n";
666 $fullname = TYPE1_FONTS_REPOSITORY.$file.'.afm';
668 if (!file_exists($fullname)) {
669 …$message .= "Font ".$fullname." is missing. You will not be able to generate PDF files with this f…
671 } elseif (!file_exists($fullname)) {
[all …]
/plugin/pagemod/
H A DLICENSE294 Copyright (C) {year} {fullname}
/plugin/authloginapi/
H A DLICENSE294 Copyright (C) {year} {fullname}
/plugin/flexpaper/
H A DLICENSE294 Copyright (C) {year} {fullname}
/plugin/hipchat/
H A Daction.php54 $fullname = $INFO['userinfo']['name'];
67 …$say = '<b>' . $fullname . '</b> '.$this->getLang('hipchat_update').'<b><a href="' . $this->urlize…
/plugin/asana/
H A DLICENSE294 Copyright (C) {year} {fullname}
/plugin/nosecedit/
H A DLICENSE294 Copyright (C) {year} {fullname}
/plugin/subconfhelper/
H A Daction.php105 $fullname = trim(preg_replace('/[\x00-\x1f:<>&%,;]+/', '', $INPUT->post->str('fullname')));
/plugin/doodle2/
H A Ddoodle_template.php39 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
42 <?php echo $userData['editLinks'].$fullname.$userData['username'] ?>
H A Dscript.js13 function editEntry(formId, fullname) { argument
16 doodleForm.edit__entry.value = fullname;
25 function deleteEntry(formId, fullname) { argument
28 doodleForm.delete__entry.value = fullname;
/plugin/stats/
H A Dsyntax.php202 $useFullName = ($this->initOpt['namecol'] == 'fullname');

12345